Polygon Surveyors Worksheet Polygon Surveyors Field Report
Subject: Advanced Mathematics
Topic: Matrix Determinants
Lead Surveyor Name
Date of Survey
Part 1: Surveyor's Field Notes
As you watch the "Geometric Applications" segment of the video (14:36–20:20), record the formulas and methods below.
Parallelogram Area
How do you convert vector components \(\langle x, y \rangle\) into a matrix?
Formula for Area using Matrix \(A\):
Triangle Area
What is the "Row of Ones" trick for 3x3 matrices with coordinates \((x_1, y_1)\), \((x_2, y_2)\), \((x_3, y_3)\)?
\[ \text{Matrix} = \begin{bmatrix} \dots & \dots & \dots \\ \dots & \dots & \dots \\ 1 & 1 & 1 \end{bmatrix} \]
How does triangle area relate to the determinant?
Part 2: The Polygon Survey
On your graph paper, plot 3–4 points at integer coordinates to form a triangle or a quadrilateral.
Identify the vertices and write them in the "Survey Data" section below.
Set up the matrix (or matrices if you split your polygon into triangles).
Calculate the determinant(s) and the final area.
Survey Data (Vertices)
Point A: ( , )
Point B: ( , )
Point C: ( , )
Point D (if applicable): ( , )
Matrix Setup
Show matrix construction here
Area Calculation
Show determinant calculation and final area
Final Calculated Area: units2
Extension: Independent Verification
Swap papers with a neighbor. Use their graph and a traditional geometric formula (e.g., \(A = \frac{1}{2}bh\)) to verify their calculation.
Neighbor's Name
Verification Method
Describe the traditional formula used...
Verification Steps
Verified Result:
Polygon Surveyors Graph Paper Polygon Surveyors Survey Plot
Site ID: _________________
Estimated Area
sq units
Actual Area
x
y
(0,0)
Surveyor Grade
Survey Notes
Vertex Coordinates List
P1: ( , )
P2: ( , )
P3: ( , )
P4: ( , )
Certified
Polygon
Surveyor
No. 2026
Polygon Surveyors Slides Polygon Surveyors
UNIT 8: MATRIX APPLICATIONS
Geometric Area & Determinants
Mission Objective
Today, we will act as Mathematical Surveyors. We will use matrix determinants to calculate the exact area of figures in the coordinate plane.
Warm-up: Eye the Area
1. On your Survey Plot, plot any three points at integer coordinates.
2. Connect them to form a triangle.
3. Guesstimate: Without calculating, write down what you think the area is in square units.
Why is estimating area by eye so difficult? Be ready to share!
Technical Briefing
Watch carefully to see how points become vectors, and how vectors become a matrix to find area.
Focus Segment: 14:36 — 20:20
Embedded media
Source: Matrix Determinant Geometric Applications
1
Parallelograms
If vectors form the sides of a parallelogram:
Area = | det(A) |
Convert vectors to columns.
Find the determinant.
Take the absolute value (area is always positive!).
2
Triangles
3x3 Coordinate Matrix
\[ \begin{bmatrix} x_1 & x_2 & x_3 \\ y_1 & y_2 & y_3 \\ 1 & 1 & 1 \end{bmatrix} \]
"A triangle is just half of a parallelogram."
Area = 0.5 × | det(A) |
Polygon Surveyor Mission
1. Sketch
Plot 3-4 points. Create a triangle or quadrilateral.
2. Calculate
Set up your matrix. Use the determinant to find area.
3. Verify
Swap plots. Use a traditional formula to check the work!
Polygon Surveyors Teacher Guide Surveyor's Field Guide
Teacher Implementation Resource
Lesson ID
POLY-SURV-11-2026
Lesson Brief
In this lesson, students leverage the power of matrix determinants to find the area of complex shapes on a coordinate plane. The "Surveyor" theme provides a professional context for an abstract algebraic concept, moving from 2x2 vector matrices (parallelograms) to 3x3 coordinate matrices (triangles).
Key Prerequisite
Students should be comfortable calculating 2x2 and 3x3 determinants using cofactors or the Rule of Sarrus.
Major Pitfall
Students often forget the 1/2 multiplier for triangles or forget to use absolute value for negative determinants.
Pacing Guide
Field Notes Answer Key
Parallelogram Conversion
Vector components become columns in a 2x2 matrix: \[ A = \begin{bmatrix} v_{1x} & v_{2x} \\ v_{1y} & v_{2y} \end{bmatrix} \] Area = | det(A) |
Triangle Conversion (3x3)
Add a row of 1s to make a square matrix: \[ A = \begin{bmatrix} x_1 & x_2 & x_3 \\ y_1 & y_2 & y_3 \\ 1 & 1 & 1 \end{bmatrix} \] Area = 0.5 * | det(A) |
Activity Facilitation Tips
1
Integer Coordinates
Insist on integer coordinates (e.g., (2,3), not (2.5, 3.1)) to keep the arithmetic focused on the matrix method rather than messy decimals.
2
The Shoelace Connection
For advanced students, mention that this is the basis of the "Shoelace Formula". They can see the pattern of diagonal multiplications clearly here.
3
Quadrilaterals
Students doing quadrilaterals must split them into two triangles. Remind them they will calculate two 3x3 determinants and add the final areas.
4
Check with Pick's Theorem
As a bonus verification, students who finish early can check their area using Pick's Theorem: Area = I + B/2 - 1.