0:00 / 0:00

Cross Product and Area

Parallelograms

Area=BA×BC\boxed{\quad \text{Area}_\text{▱} = \lVert \overrightarrow{BA} \times \overrightarrow{BC} \rVert \quad}
Find the cross product of two adjacent vectors (starting from the same point) in R3\reals^3, then take the norm of the resulting vector.

PAGE BREAK

Triangles

Area=12BA×BC\boxed{\quad \text{Area}_\text{△} = \frac{1}{2} \lVert \overrightarrow{BA} \times \overrightarrow{BC} \rVert \quad}
Find the cross product of the two vectors in R3\reals^3, then take half of the norm of the resulting vector.


0:00 / 0:00

Example: Cross Product and Area

Find the area of the triangle that has vertices 𝑃(1,2,3)𝑃(1,2,3), Q(1,0,2)Q(−1,0,2), and 𝑅(5,1,1)𝑅(5,1,1).
Each axis is measured in millimetres; don't forget units!


PQ=[102][123]=[221]\overrightarrow{PQ} = \begin{bmatrix} -1\\ 0\\ 2\\ \end{bmatrix} - \begin{bmatrix} 1\\ 2\\ 3\\ \end{bmatrix} =\begin{bmatrix} -2\\ -2\\ -1\\ \end{bmatrix}

PR=[511][123]=[412]\overrightarrow{PR} = \begin{bmatrix} 5\\ 1\\ 1\\ \end{bmatrix} - \begin{bmatrix} 1\\ 2\\ 3\\ \end{bmatrix} = \begin{bmatrix} 4\\ -1\\ -2\\ \end{bmatrix}

PQ×PR=[(2)(2)  (1)(1)(1)(4)  (2)(2)(2)(1)  (2)(4)]=[3810]\overrightarrow{PQ} \times \overrightarrow{PR} = \begin{bmatrix} (−2)(−2) \ −\ (−1)(−1)\\[0.5em] (−1)(4) \ −\ (−2)(−2)\\[0.5em] (−2)(−1) \ −\ (−2)(4)\\ \end{bmatrix} = \begin{bmatrix} 3\\ -8\\ 10\\ \end{bmatrix}

We can now calculate the area of the triangle:

Area=12PQ×PR=1232+(8)2+102=121736.576 mm3\begin{aligned} \text{Area}_\text{△} &=\frac{1}{2}\lVert\overrightarrow{PQ} \times \overrightarrow{PR}\rVert\\[1em] &= \frac{1}{2}\sqrt{3^2+(−8)^2+10^2}\\[1em] &= \boxed{\frac{1}{2}\sqrt{173} \approx 6.576 \ \rm{mm}^3} \end{aligned}

Practice: Cross Product and Area

Given the points A(3,1,0)A(-3,-1,0), B(1,2,2)B(1,2,2), C(3,1,2)C(3,1,2), answer the following questions.

Extra Practice