Multivariable-Calculus Β· Unit 2 Β· Video 2 Β· Interactive Practice

Turn One Vector Ninety Degrees: How the 2Γ—2 Determinant Measures Area

IKey Formulas

FormulaNameWhat you need
triangle=12∣A∣∣B∣sin⁑θ\text{triangle} = \tfrac{1}{2}|A||B|\sin\thetaArea from two sidesTwo sides and the angle between them
Aβ€²=βŸ¨βˆ’a2,Β a1⟩A' = \langle -a_2,\ a_1 \rangleAA turned 90∘90^\circ counterclockwiseThe components of AA
det⁑(A,B)=∣a1a2b1b2∣=a1b2βˆ’a2b1\det(A, B) = \begin{vmatrix} a_1 & a_2 \\ b_1 & b_2 \end{vmatrix} = a_1 b_2 - a_2 b_1The 2Γ—22 \times 2 determinantMain diagonal minus antidiagonal
parallelogram=∣det⁑(A,B)∣\text{parallelogram} = \bigl|\det(A, B)\bigr|Area from the determinantThe determinant, then its absolute value

Key Insight: ∣A∣∣B∣sin⁑θ=∣Aβ€²βˆ£βˆ£B∣cos⁑θ′=Aβ€²β‹…B=a1b2βˆ’a2b1|A||B|\sin\theta = |A'||B|\cos\theta' = A' \cdot B = a_1b_2 - a_2b_1. A quarter turn converts the sine into a cosine, and a cosine is exactly what the dot product already computes. Read ΞΈ\theta as the angle swept counterclockwise from AA to BB: when BB lies clockwise from AA that sweep is negative and so is the determinant, which is why an area needs ∣det⁑(A,B)∣\bigl|\det(A,B)\bigr|.

IIVisualization 1 β€” A Quarter Turn in Components

Turning AA by 90∘90^\circ swaps its two components and flips exactly one sign β€” the box decides which.

IIIVisualization 2 β€” The Sign the Bars Carry

The determinant is the parallelogram's area with a sign: positive exactly when BB sits counterclockwise from AA.

IVVisualization 3 β€” Base Times Height Becomes a Determinant

Five moves carry base times height for A=⟨3,1⟩A = \langle 3, 1 \rangle, B=⟨1,2⟩B = \langle 1, 2 \rangle down to 3β‹…2βˆ’1β‹…13 \cdot 2 - 1 \cdot 1.

πŸ’‘ Any polygon splits into triangles by drawing diagonals from one vertex, so this single determinant is enough to get the area of a polygon with any number of sides.

VQuiz Questions

Problem 1 Β· Evaluate a Determinant

Given: A=⟨4,1⟩A = \langle 4, 1 \rangle and B=⟨2,3⟩B = \langle 2, 3 \rangle β€” find det⁑(A,B)\det(A, B).

βœ… Correct! Main diagonal 4β‹…3=124 \cdot 3 = 12, antidiagonal 1β‹…2=21 \cdot 2 = 2, and 12βˆ’2=1012 - 2 = 10.
❌ Not quite. That is 12+212 + 2. The determinant subtracts the antidiagonal from the main diagonal.
❌ Close β€” check the order. βˆ’10-10 is det⁑(B,A)\det(B, A), the antidiagonal minus the main diagonal. With AA in the top row the products go a1b2βˆ’a2b1a_1b_2 - a_2b_1.
❌ Those are the wrong pairs. a1b1βˆ’a2b2=8βˆ’3a_1b_1 - a_2b_2 = 8 - 3 multiplies matching components β€” that is the dot-product pattern. The determinant multiplies crosswise.
❌ Not quite. Main diagonal minus antidiagonal: 4β‹…3βˆ’1β‹…24 \cdot 3 - 1 \cdot 2.
Show solution

Stack AA on top of BB and take main diagonal minus antidiagonal:

det⁑(A,B)=∣4123∣=4β‹…3βˆ’1β‹…2=12βˆ’2=10\det(A, B) = \begin{vmatrix} 4 & 1 \\ 2 & 3 \end{vmatrix} = 4 \cdot 3 - 1 \cdot 2 = 12 - 2 = 10

The value is positive, so BB lies counterclockwise from AA, and the parallelogram spanned by AA and BB has area 1010.

Problem 2 Β· Area, Not Determinant

Given: A=⟨2,5⟩A = \langle 2, 5 \rangle and B=⟨6,1⟩B = \langle 6, 1 \rangle β€” find the area of the parallelogram they span.

βœ… Correct! det⁑(A,B)=2βˆ’30=βˆ’28\det(A, B) = 2 - 30 = -28, and the area is βˆ£βˆ’28∣=28|-28| = 28; the minus sign only records that BB lies clockwise from AA.
❌ That is the determinant, not the area. The vertical bars around a determinant are not absolute-value bars β€” the determinant is Β±\pm the area, so finish with βˆ£βˆ’28∣=28|-28| = 28.
❌ Not quite. 2β‹…1+5β‹…6=322 \cdot 1 + 5 \cdot 6 = 32 adds the two diagonal products; the determinant subtracts them.
❌ That is the triangle. The determinant already gives the whole parallelogram; halve it only when you want the triangle.
❌ Not quite. Compute 2β‹…1βˆ’5β‹…62 \cdot 1 - 5 \cdot 6 first, then take the absolute value.
Show solution

Step 1 β€” the determinant:

det⁑(A,B)=∣2561∣=2β‹…1βˆ’5β‹…6=2βˆ’30=βˆ’28\det(A, B) = \begin{vmatrix} 2 & 5 \\ 6 & 1 \end{vmatrix} = 2 \cdot 1 - 5 \cdot 6 = 2 - 30 = -28

Step 2 β€” the area: an area is never negative, so

parallelogram=∣det⁑(A,B)∣=28\text{parallelogram} = \bigl|\det(A, B)\bigr| = 28

The negative determinant says BB sits clockwise from AA. Feeding the vectors in the other order gives det⁑(B,A)=6β‹…5βˆ’1β‹…2=28\det(B, A) = 6 \cdot 5 - 1 \cdot 2 = 28 β€” the same area with the opposite sign.

Problem 3 Β· Rotate, Then Dot

Given: A=⟨3,4⟩A = \langle 3, 4 \rangle and B=βŸ¨βˆ’1,2⟩B = \langle -1, 2 \rangle β€” turn AA by 90∘90^\circ counterclockwise, then take Aβ€²β‹…BA' \cdot B.

What is Aβ€²A'?

What is Aβ€²β‹…BA' \cdot B?

βœ… Correct! Aβ€²=βŸ¨βˆ’4,3⟩A' = \langle -4, 3 \rangle and Aβ€²β‹…B=4+6=10A' \cdot B = 4 + 6 = 10 β€” the same value as det⁑(A,B)=3β‹…2βˆ’4β‹…(βˆ’1)\det(A, B) = 3 \cdot 2 - 4 \cdot (-1).
❌ That is the clockwise turn. Clockwise gives ⟨a2,βˆ’a1⟩\langle a_2, -a_1 \rangle; counterclockwise swaps and negates the first component: βŸ¨βˆ’a2,a1⟩\langle -a_2, a_1 \rangle.
❌ Check the rotation. The box picture sends ⟨a1,a2⟩\langle a_1, a_2 \rangle to βŸ¨βˆ’a2,a1⟩\langle -a_2, a_1 \rangle: swap the components, then flip one sign.
❌ Watch b1b_1. b1=βˆ’1b_1 = -1, so the first product is (βˆ’4)(βˆ’1)=+4(-4)(-1) = +4, not βˆ’4-4.
❌ That is det⁑(B,A)\det(B, A). Reversing the rows flips the sign; here AA is on top.
❌ Not quite. Multiply matching components of Aβ€²=βŸ¨βˆ’4,3⟩A' = \langle -4, 3 \rangle and B=βŸ¨βˆ’1,2⟩B = \langle -1, 2 \rangle, then add.
Show solution

Step 1 β€” rotate. A quarter turn counterclockwise sends ⟨a1,a2⟩\langle a_1, a_2 \rangle to βŸ¨βˆ’a2,a1⟩\langle -a_2, a_1 \rangle:

Aβ€²=βŸ¨βˆ’4,Β 3⟩A' = \langle -4,\ 3 \rangle

Step 2 β€” dot with BB:

Aβ€²β‹…B=(βˆ’4)(βˆ’1)+(3)(2)=4+6=10A' \cdot B = (-4)(-1) + (3)(2) = 4 + 6 = 10

Step 3 β€” check against the determinant:

det⁑(A,B)=∣34βˆ’12∣=3β‹…2βˆ’4β‹…(βˆ’1)=6+4=10\det(A, B) = \begin{vmatrix} 3 & 4 \\ -1 & 2 \end{vmatrix} = 3 \cdot 2 - 4 \cdot (-1) = 6 + 4 = 10

The two routes agree because Aβ€²β‹…BA' \cdot B is a1b2βˆ’a2b1a_1b_2 - a_2b_1 written out. The parallelogram on AA and BB has area 1010.

Problem 4 Β· A Triangle From Three Points

Given: the triangle with vertices P(1,1)P(1, 1), Q(4,2)Q(4, 2) and R(2,5)R(2, 5) β€” find its area.

βœ… Correct! PQβ†’=⟨3,1⟩\overrightarrow{PQ} = \langle 3, 1 \rangle, PRβ†’=⟨1,4⟩\overrightarrow{PR} = \langle 1, 4 \rangle, det⁑=12βˆ’1=11\det = 12 - 1 = 11, and the triangle is half of that.
❌ That is the parallelogram. ∣det⁑∣=11|\det| = 11 covers both halves; the triangle is 12∣det⁑∣\tfrac{1}{2}|\det|.
❌ Those are the wrong vectors. det⁑(⟨4,2⟩,⟨2,5⟩)=16\det(\langle 4, 2 \rangle, \langle 2, 5 \rangle) = 16 uses position vectors from the origin. The two sides must be measured from the same vertex of the triangle.
❌ Not quite. 12+1=1312 + 1 = 13 adds the diagonal products; the determinant subtracts: 12βˆ’1=1112 - 1 = 11.
❌ Not quite. Build two edge vectors from PP, take their determinant, then halve its absolute value.
Show solution

Step 1 β€” two sides from one vertex. Working from PP:

PQβ†’=⟨4βˆ’1,Β 2βˆ’1⟩=⟨3,1⟩,PRβ†’=⟨2βˆ’1,Β 5βˆ’1⟩=⟨1,4⟩\overrightarrow{PQ} = \langle 4 - 1,\ 2 - 1 \rangle = \langle 3, 1 \rangle, \qquad \overrightarrow{PR} = \langle 2 - 1,\ 5 - 1 \rangle = \langle 1, 4 \rangle

Step 2 β€” the determinant:

∣3114∣=3β‹…4βˆ’1β‹…1=12βˆ’1=11\begin{vmatrix} 3 & 1 \\ 1 & 4 \end{vmatrix} = 3 \cdot 4 - 1 \cdot 1 = 12 - 1 = 11

Step 3 β€” halve it. The two edge vectors span a parallelogram of area 1111, and the triangle is exactly half:

area=12∣det⁑∣=112\text{area} = \tfrac{1}{2}\bigl|\det\bigr| = \tfrac{11}{2}

Starting from QQ or RR instead changes both vectors but not the answer: from QQ, QPβ†’=βŸ¨βˆ’3,βˆ’1⟩\overrightarrow{QP} = \langle -3, -1 \rangle and QRβ†’=βŸ¨βˆ’2,3⟩\overrightarrow{QR} = \langle -2, 3 \rangle give βˆ’9βˆ’2=βˆ’11-9 - 2 = -11, and 12βˆ£βˆ’11∣=112\tfrac{1}{2}|-11| = \tfrac{11}{2} again.

Solved: 0 / 4