Question
How to find the area of a triangle after a linear transformation
Original question: (b) The triangle $OAB$ is mapped by $M$ to the triangle $OA'B'$ where $A$ is the point $(0,2)$, $B$ is the point $(3,0)$ and $M = \begin{pmatrix}3 & 2 \\ 5 & 8\end{pmatrix}$. Find the area of triangle $OA'B'$.
Expert Verified Solution
Expert intro: A linear map changes areas by the absolute value of its determinant. So you do not need to redraw the transformed triangle point by point unless the question asks for coordinates as well.
Detailed walkthrough
The original triangle is with
Its area is
The matrix of the transformation is
A linear transformation multiplies area by .
Compute the determinant:
So the area of triangle is
Therefore,
💡 Pitfall guide
Do not try to transform the area by adding or averaging coordinates. Area scaling under a linear map comes from the determinant, not from the entries themselves. Also, remember the absolute value of the determinant, since area cannot be negative.
🔄 Real-world variant
If the triangle did not include the origin, you could still find the area after transformation by first computing the original area from coordinates, then multiplying by . If the transformation were not linear but affine, you would need to account for translation separately, though translation still does not change area.
🔍 Related terms
determinant, area scaling, linear transformation
FAQ
How does a matrix transformation affect area?
A 2D linear transformation scales area by the absolute value of its determinant.
Why is the determinant used to find the transformed area?
The determinant measures the area-scaling factor of a linear map, so it gives the new area directly when multiplied by the original area.