LINEAR-ALGEBRA Β· Unit 19 Β· Video 3 Β· Interactive Practice
| Formula | Name | When to Use |
|---|---|---|
| 2Γ2 Determinant | Basic determinant computation | |
| Parallelogram area | Edges are vectors and from origin | |
| Triangle area (origin vertex) | One vertex at origin, others at and | |
| General triangle area | Works for any three vertices |
The two row vectors of span a parallelogram whose area is exactly .
π‘ Challenge: drag onto the line through β the parallelogram flattens and .
As swings toward the fixed , the area falls linearly to zero: .
π‘ At the rows are linearly dependent and is singular β the determinant measures area and tests invertibility at once.
A triangle's area is of the matrix built from its three vertices β coordinates only, no heights.
π‘ Challenge: drag the three vertices onto one line β the area drops to ; collinear points are the triangle's version of a singular matrix.
Question 1
A parallelogram has edges along vectors and from the origin.
What is the area of this parallelogram?
β Correct! det = (2)(β1) β (5)(3) = β17, so Area = |β17| = 17.
β Not quite. Use det = ad β bc with a=2, b=5, c=3, d=β1, then take the absolute value.
Solution:
Form the matrix with row vectors:
The negative determinant tells us the vectors form a left-handed (clockwise) orientation, but area is always the absolute value.
Question 2
True or False: If , then the parallelogram formed by the row vectors of has area .
β Correct! Area is always |det(A)| β₯ 0. The sign encodes orientation, not negative area.
β Not quite. Can a geometric area ever be negative? Think about what the sign of the determinant really represents.
Solution: False.
Area and volume are always non-negative. The determinant can be negative, but the sign encodes orientation (right-handed vs. left-handed), not a "negative area."
Question 3
A triangle has vertices at , , and .
Using the determinant method, what is the area of this triangle?
Hint: Set up the 3Γ3 matrix with a column of ones, compute the determinant, then take half the absolute value.
β Correct! det = β19, so Area = Β½|β19| = 19/2 = 9.5 square units.
β Almost! You found the determinant correctly, but a triangle is half a parallelogram β don't forget the factor of Β½.
β Not quite. Try setting up the 3Γ3 matrix with a column of ones and using row operations to simplify.
Solution:
Set up the 3Γ3 matrix with a column of ones:
Row reduce β subtract Row 3 from Rows 1 and 2:
Expand along column 3 (only the bottom entry is nonzero):
Question 4
A linear transformation with matrix maps the unit square (area = 1) to a parallelogram. If , which of the following best describes the output?
β Correct! det = 0 means the transformation collapses space β the matrix is singular and the image has zero area.
β Not quite. Think about what |det| = 0 means for the area of the output parallelogram, and what it says about the row vectors.
Solution: The square collapses to a line or point (area = 0).
When :
This is the geometric meaning of singularity: the row vectors don't span a full 2D region, so the image of any shape is squashed into lower dimension.
The same idea extends to dimensions: means the -dimensional hypervolume collapses to zero.
Solved: 0 / 4