Determinant Designs Facilitation Guide Determinant Designs Facilitation Guide
11th Grade Pre-Calculus | Coordinate Geometry & Matrices
Learning Objectives
Calculate area of triangles using the Shoelace Algorithm coordinates.
Connect the shoelace expansion to the determinant of a 3x3 matrix.
Generalize coordinate area methods to higher-order polygons.
Prep & Materials
Determinant Designs Slides (with video embed)
Coordinate Combat Worksheet (1 per student)
Shoelace Strategy Anchor Chart (displayed)
Graph paper and calculators
Instructional Sequence
5 MIN
Warm-up: Determinant Refresh
Use Slides 2-3 to review calculating 2x2 and 3x3 determinants. This is purely technical—ensure students remember the diagonals method (Sarrus' Rule) or expansion by minors.
10 MIN
Video Immersion: The Shoelace Formula
Show the video (Slide 4). Key Pause Points:
1:33: Pause to let students copy the expanded formula. Ask: "Why are there three plus signs and three minus signs?"
3:09: Pause before the simplification. Have students calculate the internal sum themselves to check for sign errors.
20 MIN
Matrix Verification (The "Aha!" Moment)
Introduce the 3x3 Matrix Formula for Area. Direct students to the "Verification" section of their worksheet. They must expand the determinant of the 3x3 matrix containing coordinates and a column of 1s to see if it simplifies to the video's Shoelace formula.
10 MIN
Closure & Generalization
Discuss the "Shoelace" for a quadrilateral. If a triangle has 3 vertices and results in a 3x3 determinant expansion, what might a 4-sided polygon look like? Lead them toward the concept of the Shoelace algorithm as a general determinant-like process.
Scaffolding
Provide students with the "Anchor Chart" as a desk reference. For the algebraic expansion, highlight terms with the same x-coordinate to help grouping.
Extension
Challenge students to find the area of a non-convex (concave) polygon. Does the shoelace formula still work? Why is the absolute value critical here?
Determinant Designs Slides Determinant Designs
Bridging Geometry and Linear Algebra
Pre-Calculus
Warm-up: The 2×2
Calculate the determinant of matrix A :
\( A = \begin{bmatrix} 4 & -2 \\ 3 & 5 \end{bmatrix} \)
Quick Recall
"The product of the main diagonal minus the product of the off diagonal."
det(A) = ad - bc
Warm-up: The 3×3 Challenge
Find the determinant using Sarrus' Rule:
\( M = \begin{bmatrix} 1 & 2 & 3 \\ 0 & 4 & 5 \\ 1 & 0 & 6 \end{bmatrix} \)
Rewrite the first two columns to the right.
Sum the products of the three "downward" diagonals.
Subtract the products of the three "upward" diagonals.
Area of a Triangle
Coordinate Geometry Demonstration
WATCH CLOSELY
Embedded media
Focus 1:33
Note the specific expanded formula presented.
Focus 3:09
Watch the sign handling (double negatives!).
Focus 3:45
Why do we use the absolute value at the end?
The "Shoelace" Expansion
From the video, for vertices \( (x_1, y_1), (x_2, y_2), (x_3, y_3) \):
AREA FORMULA
Area = \( \frac{1}{2} |x_1y_2 + x_2y_3 + x_3y_1 - x_1y_3 - x_2y_1 - x_3y_2| \)
The first 3 terms are products of the Main Diagonals .
The last 3 terms are products of the Off Diagonals .
The Matrix Link
Standard Pre-Calculus Area Formula:
Area = \( \frac{1}{2} \left| \det \begin{bmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{bmatrix} \right| \)
Why is the third column all ones?
Lab Challenge
Does the Expansion by Minors of this matrix match the formula from the video?
Task
• Pick Row 1 to expand across.
• Distribute the \(x_1\) and \(y_1\) values.
• Group the positive and negative terms.
Use the Worksheet Part 2 to complete your derivation!
Polygons & Patterns
What if the polygon had 4 sides?
\( (x_1, y_1) \)
\( (x_2, y_2) \)
\( (x_3, y_3) \)
\( (x_4, y_4) \)
\( (x_1, y_1) \)
Prediction
How would the expansion formula change?
Would we need a 4x4 matrix with a column of 1s? Or is there something simpler about the "Shoelace" layout?
Exit Strategy
"Explain why the absolute value in the Shoelace formula is equivalent to the absolute value of a matrix determinant."
Write it down
Discuss with peer
Turn in worksheet
Shoelace Strategy Anchor Chart The Shoelace Strategy
Calculating Area with Coordinates & Matrices
1. The Shoelace Setup
List coordinates vertically, repeating the first point at the bottom.
x1
y1
x2
y2
x3
y3
x1
y1
Add down-right products
Subtract down-left products
2. The Matrix Determinant
Standard determinant formula for a triangle in 2D space.
\( \frac{1}{2} \left| \det \begin{bmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{bmatrix} \right| \)
Why the "1"s?
The column of 1s effectively turns 2D points into a calculation of the signed area. In 3D geometry, this is related to the volume of a tetrahedron with one vertex at the origin.
The Universal Formula
Area = \( \frac{1}{2} |(x_1y_2 + x_2y_3 + x_3y_1) - (x_1y_3 + x_2y_1 + x_3y_2)| \)
Main Diagonals − Off Diagonals
Watch the Sign!
The formula includes a subtraction. If a product is negative, you subtract a negative (add!).
Consistency
The order of vertices doesn't change the area magnitude, only the sign inside the absolute value.
Any Polygon
This generalizes! For an \(n\)-gon, just keep listing vertices and loop back to the first.
Pre-Calculus / Unit 4: Matrices
Coordinate Area Anchor Chart
Coordinate Combat Worksheet Coordinate Combat
Matrices & Area Determination
NAME: ____________________________________
DATE: ____________________________________
1
Warm-up: Matrix Refresh
A. Find the determinant of Matrix A:
\( \begin{bmatrix} 7 & 4 \\ -3 & 2 \end{bmatrix} \)
B. Find the determinant of Matrix M:
\( \begin{bmatrix} 2 & 0 & 1 \\ 4 & -1 & 3 \\ 0 & 5 & 2 \end{bmatrix} \)
2
Video Evidence: The Shoelace Formula
As you watch the video (1:33), write the expanded Shoelace formula for a triangle with vertices \( (x_1, y_1), (x_2, y_2), (x_3, y_3) \).
Area = \(\frac{1}{2} |\)
\(|\)
Calculation Check:
The narrator calculates the area of a triangle with vertices A(-3, -2), B(3, 5), and C(6, -4) .
Perform the arithmetic simplification shown in the video (3:09 - 3:50) below.
3
The Verification: Matrix Determinant
Prove that the expansion of the following 3x3 matrix determinant is algebraically identical to the Shoelace formula from Part 2. Expand across the first row.
\( \text{Det} = \begin{vmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{vmatrix} \)
Step 1: Write the expansion using minors for Row 1.
Step 2: Calculate the 2x2 determinants and distribute the variables.
Step 3: Group the terms and verify they match the video formula.
4
Extension: Quadrilaterals
The Shoelace Algorithm generalizes for any polygon. If a Quadrilateral has vertices \( (x_1, y_1), (x_2, y_2), (x_3, y_3), (x_4, y_4) \), predict the expanded area formula based on the pattern we've seen today.
Reflection Question:
Why does a 3x3 matrix need a column of ones for a 2D triangle? If we were finding the "volume" of a tetrahedron in 3D space with 4 vertices, what matrix size would we likely use?
Coordinate Combat Answer Key Answer Key
Coordinate Combat Facilitator Key
TEACHER REFERENCE
1. Matrix Refresh
A. Determinant of A:
(7 * 2) - (-3 * 4) = 14 + 12 = 26
B. Determinant of M (using expansion by row 1):
2(-1*2 - 5*3) - 0 + 1(4*5 - 0*-1)
2(-2 - 15) + 1(20) = 2(-17) + 20 = -34 + 20 = -14
2. Video Evidence
Expanded Shoelace Formula (from 1:33):
\( \frac{1}{2} |x_1y_2 + x_2y_3 + x_3y_1 - x_1y_3 - x_2y_1 - x_3y_2| \)
Simplification Steps (3:09):
-15 - 12 - 12 - 12 + 6 - 30 = -75
Area = 1/2 | -75 | = 37.5
3. The Verification Proof
Step 1: Expansion by Minors (Row 1)
\( x_1 \begin{vmatrix} y_2 & 1 \\ y_3 & 1 \end{vmatrix} - y_1 \begin{vmatrix} x_2 & 1 \\ x_3 & 1 \end{vmatrix} + 1 \begin{vmatrix} x_2 & y_2 \\ x_3 & y_3 \end{vmatrix} \)
Step 2: Expand 2x2s
\( x_1(y_2 - y_3) - y_1(x_2 - x_3) + 1(x_2y_3 - x_3y_2) \)
Step 3: Distribute and Match
\( x_1y_2 - x_1y_3 - x_2y_1 + x_3y_1 + x_2y_3 - x_3y_2 \)
Reordering:
\( (x_1y_2 + x_2y_3 + x_3y_1) - (x_1y_3 + x_2y_1 + x_3y_2) \)
MATCHES THE SHOELACE FORMULA EXACTLY.
4. Extensions
Quadrilateral Prediction:
Area = 1/2 | (x1y2 + x2y3 + x3y4 + x4y1) - (x1y4 + x4y3 + x3y2 + x2y1) |
Matrix Size Logic:
For a tetrahedron in 3D, we would use a 4x4 matrix with a column of 1s. The size is always n+1 where n is the dimension of the space.