Area of triangle as a determinant

determinantlinear algebra

I am having a hard time with the following question

Let $P_0,P_1,P_2$ be points in $\mathbb{R}^2$. We denote $r_i = P_0P_i, i =1,2$. Let P be the 2 by 2 matrix with rows $r_1$ and $r_2$. Let A denote the area of the triangle with vertices $P_0,P_1,P_2$. Explain why $A=\frac{1}{2}|\det(P)|$

Any hints or tips would be greatly appreciated.

Best Answer

We can choose a coordinate system so that the origin is at one angle of the triangle and the x-axis lies upon one side of the triangle.

In that coordinate system, the vertices of the triangle are (0, 0), (b, 0), and (a, h). The are of the triangle is 1/2 height times base= bh/2.

Taking P0= (0, 0), P1P0= (b, 0) and P2P0= (a, h). The determinant is $\left|\begin{array}{cc}b & 0 \\ a & h\end{array}\right|= bh$

Related Question