← Back to all lessons
Class 12Geometry6:57Published 26 Nov 2024

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)A(1,1,2), B(2,3,5)B(2,3,5) and C(1,5,5)C(1,5,5).

Form two adjacent sides from AA:

AB=(21)ı^+(31)ȷ^+(52)k^=ı^+2ȷ^+3k^\vec{AB} = (2-1)\,\hat{\imath} + (3-1)\,\hat{\jmath} + (5-2)\,\hat{k} = \hat{\imath} + 2\hat{\jmath} + 3\hat{k}

AC=(11)ı^+(51)ȷ^+(52)k^=0ı^+4ȷ^+3k^\vec{AC} = (1-1)\,\hat{\imath} + (5-1)\,\hat{\jmath} + (5-2)\,\hat{k} = 0\,\hat{\imath} + 4\hat{\jmath} + 3\hat{k}

The area is 12AB×AC\tfrac{1}{2}\,\lvert \vec{AB} \times \vec{AC} \rvert. Compute the cross product as a determinant:

AB×AC=ı^ȷ^k^123043\vec{AB} \times \vec{AC} = \begin{vmatrix} \hat{\imath} & \hat{\jmath} & \hat{k} \\ 1 & 2 & 3 \\ 0 & 4 & 3 \end{vmatrix}

Expanding along the first row:

=ı^(2334)ȷ^(1330)+k^(1420)=6ı^3ȷ^+4k^= \hat{\imath}(2\cdot 3 - 3\cdot 4) - \hat{\jmath}(1\cdot 3 - 3\cdot 0) + \hat{k}(1\cdot 4 - 2\cdot 0) = -6\,\hat{\imath} - 3\hat{\jmath} + 4\hat{k}

Then the magnitude is

AB×AC=(6)2+(3)2+42=36+9+16=61\lvert \vec{AB} \times \vec{AC} \rvert = \sqrt{(-6)^2 + (-3)^2 + 4^2} = \sqrt{36 + 9 + 16} = \sqrt{61}

So the area of triangle ABCABC is

Area=1261 square units.\text{Area} = \tfrac{1}{2}\sqrt{61} \text{ square units.}

Area of a parallelogram

Find the area of the parallelogram whose adjacent sides are a=ı^ȷ^+3k^\vec{a} = \hat{\imath} - \hat{\jmath} + 3\hat{k} and b=2ı^7ȷ^+k^\vec{b} = 2\hat{\imath} - 7\hat{\jmath} + \hat{k}. The area is a×b\lvert \vec{a} \times \vec{b} \rvert.

a×b=ı^ȷ^k^113271\vec{a} \times \vec{b} = \begin{vmatrix} \hat{\imath} & \hat{\jmath} & \hat{k} \\ 1 & -1 & 3 \\ 2 & -7 & 1 \end{vmatrix}

Expanding:

=ı^((1)(1)(3)(7))ȷ^((1)(1)(3)(2))+k^((1)(7)(1)(2))= \hat{\imath}\big((-1)(1) - (3)(-7)\big) - \hat{\jmath}\big((1)(1) - (3)(2)\big) + \hat{k}\big((1)(-7) - (-1)(2)\big)

=ı^(1+21)ȷ^(16)+k^(7+2)=20ı^+5ȷ^5k^= \hat{\imath}(-1 + 21) - \hat{\jmath}(1 - 6) + \hat{k}(-7 + 2) = 20\,\hat{\imath} + 5\hat{\jmath} - 5\hat{k}

Its magnitude is

a×b=202+52+(5)2=400+25+25=450=2252=152\lvert \vec{a} \times \vec{b} \rvert = \sqrt{20^2 + 5^2 + (-5)^2} = \sqrt{400 + 25 + 25} = \sqrt{450} = \sqrt{225 \cdot 2} = 15\sqrt{2}

So the area is 15215\sqrt{2} square units.

Area of a rectangle

Find the area of the rectangle with vertices AA, BB, CC, DD whose position vectors are

A=ı^+12ȷ^+4k^,B=ı^+12ȷ^+4k^A = -\hat{\imath} + \tfrac{1}{2}\hat{\jmath} + 4\hat{k}, \quad B = \hat{\imath} + \tfrac{1}{2}\hat{\jmath} + 4\hat{k}

C=ı^12ȷ^+4k^,D=ı^12ȷ^+4k^C = \hat{\imath} - \tfrac{1}{2}\hat{\jmath} + 4\hat{k}, \quad D = -\hat{\imath} - \tfrac{1}{2}\hat{\jmath} + 4\hat{k}

A rectangle is a parallelogram, so its area is the magnitude of the cross product of two adjacent sides. Build them by subtracting position vectors.

Side AB

AB=BA=(1(1))ı^+(1212)ȷ^+(44)k^=2ı^+0ȷ^+0k^\vec{AB} = B - A = \big(1 - (-1)\big)\hat{\imath} + \big(\tfrac{1}{2} - \tfrac{1}{2}\big)\hat{\jmath} + (4 - 4)\hat{k} = 2\hat{\imath} + 0\hat{\jmath} + 0\hat{k}

Side AD

AD=DA=(1(1))ı^+(1212)ȷ^+(44)k^=0ı^ȷ^+0k^\vec{AD} = D - A = \big(-1 - (-1)\big)\hat{\imath} + \big(-\tfrac{1}{2} - \tfrac{1}{2}\big)\hat{\jmath} + (4 - 4)\hat{k} = 0\hat{\imath} - \hat{\jmath} + 0\hat{k}

Now the cross product:

AB×AD=ı^ȷ^k^200010=k^((2)(1)(0)(0))=2k^\vec{AB} \times \vec{AD} = \begin{vmatrix} \hat{\imath} & \hat{\jmath} & \hat{k} \\ 2 & 0 & 0 \\ 0 & -1 & 0 \end{vmatrix} = \hat{k}\big((2)(-1) - (0)(0)\big) = -2\hat{k}

Its magnitude is

AB×AD=(2)2=4=2\lvert \vec{AB} \times \vec{AD} \rvert = \sqrt{(-2)^2} = \sqrt{4} = 2

So the area of the rectangle is 22 square units.

Key takeaways

  • The cross product of two adjacent side vectors gives a vector whose length equals the area of the parallelogram they span.
  • Area of a triangle is 12AB×AC\tfrac{1}{2}\,\lvert \vec{AB} \times \vec{AC} \rvert; area of a parallelogram or rectangle is AB×AD\lvert \vec{AB} \times \vec{AD} \rvert.
  • Build the side vectors by subtracting position vectors, then evaluate the cross product as a 3×33\times 3 determinant.