Area of Triangles and Parallelograms Using Vectors
Use the vector cross product to find the area of a triangle, a parallelogram, and a rectangle from the position vectors of their vertices.
This lesson works through three sure questions on areas using vectors. You build two adjacent side vectors from the given points, take their cross product, and read off the area: half the magnitude for a triangle and the full magnitude for a parallelogram or rectangle. Each example sets up the determinant, expands it, and simplifies the final root.
What you'll learn
How to build two adjacent side vectors from the coordinates of the vertices
Why the area of a triangle is half the length of the cross product of its sides
How to find the area of a parallelogram and a rectangle from the cross product of adjacent sides
Lesson chapters
0:00Area of a triangle from three vertices
0:47Cross product and the triangle area
2:43Area of a parallelogram from two vectors
4:28Area of a rectangle from position vectors
Lesson notes
This lesson finds areas using the vector cross product. For two adjacent side vectors sharing the same starting point, the area of a triangle is half the magnitude of their cross product, and the area of a parallelogram (or rectangle) is the full magnitude.
Area of a triangle
Find the area of the triangle with vertices A(1,1,2), B(2,3,5) and C(1,5,5).
Form two adjacent sides from A:
AB=(2−1)^+(3−1)^+(5−2)k^=^+2^+3k^
AC=(1−1)^+(5−1)^+(5−2)k^=0^+4^+3k^
The area is 21∣AB×AC∣. Compute the cross product as a determinant: