Model Mechanics Lesson Plan Model Mechanics
Quadratic Systems & Matrix Methods
Lesson Plan
Pre-Calculus / Algebra II
Learning Objective
Students will be able to solve 3x3 systems of linear equations derived from quadratic models using both manual elimination and matrix inverse methods on a graphing calculator.
Key Vocabulary
Quadratic Function
Standard form: \(y = ax^2 + bx + c\)
System of Equations
A set of equations sharing variables.
Elimination Method
Removing variables by adding/subtracting.
Matrix Equation
A system in the form \([A][X] = [B]\).
Materials Needed
Graphing Calculators (TI-84 or similar)
Model Mechanics Student Guide
Projector for video viewing
Whiteboard/Markers
Instructional Sequence
5 MIN
Warm-up: System Tune-up
Students solve a simple 2x2 system using elimination to activate prior knowledge.
2a + b = 8
3a - b = 2
15 MIN
Video: Decoding the Curve
Watch Problem 2 (5:57-end) of the tutorial. Focus on the strategy of eliminating 'c' first.
Teaching Moment: Strategize
8:15: Pause the video. Ask: "With three equations, which variable is easiest to eliminate and why?" (C is easiest because it always has a coefficient of 1 in standard form quadratic models).
Teaching Moment: Error Check
5:10 (Optional/Ref): Point out the narrator's mistake in Problem 1. Discuss why checking logic during long computations is vital.
20 MIN
Extension: Matrix Methods
Transition from manual elimination to the power of matrices. Teach students to set up the matrix equation \([A][X] = [B]\).
Define Matrix A (Coefficients), Matrix X (Variables a, b, c), Matrix B (Constants).
Demonstrate solving \(X = A^{-1} \cdot B\) on the graphing calculator.
Students practice using the same points from the video to verify results.
5 MIN
Closure: Reflection
Discuss: "Manual elimination vs. Matrix method—which is more efficient? When would you use one over the other?"
Note: Ensure students understand that the matrix inverse method only works if Matrix A is non-singular (determinant is non-zero).
Model Mechanics Student Guide Model Mechanics
Student Workshop: Quadratic Systems & Matrix Methods
Name:
Date:
PART 1
Warm-up: System Tune-up
Solve the following 2x2 system using the elimination method. Show every step.
2a + b = 8
3a - b = 2
PART 2
The 3x3 Blueprint
As we watch Problem 2, set up the system of equations for the points: (1, 3), (2, 5), and (3, 11) using \(y = ax^2 + bx + c\).
POINT (1, 3)
POINT (2, 5)
POINT (3, 11)
STRATEGY NOTE
The video suggests eliminating variable 'c' first. Why is 'c' the easiest choice for these types of quadratic models?
PART 3
Extension: The Matrix Master
A 3x3 system can be written as the matrix equation \([A][X] = [B]\). To solve for variables \(a, b, c\), we use: \(X = A^{-1} \cdot B\).
Matrix A (Coeffs)
×
Matrix X
a b c
=
Matrix B (Values)
Calculator Quick-Start (TI-84)
Press 2nd → MATRIX [ \(x^{-1}\) ] → Scroll to EDIT .
Select [A] and set dimensions to 3 x 3 . Enter your coefficients.
Go back to MATRIX → EDIT → Select [B] . Set dimensions to 3 x 1 .
Quit to Home Screen (2nd → QUIT ).
Press MATRIX → Select [A] → Press \(x^{-1}\) → Press MATRIX → Select [B] → ENTER .
Final Solutions (Matrix Result):
a =
b =
c =
Final Quadratic Function:
y = ___________________________
Closure Reflection
Compare the manual elimination method vs. the matrix inverse method. Which is more efficient for a 3x3 system? Why?
Model Mechanics Slides Model Mechanics
Cracking 3x3 Quadratic Systems
Today's Challenge
Find the unique quadratic equation \(y = ax^2 + bx + c\) that passes through:
(1, 3)
(2, 5)
(3, 11)
Two Skills To Master
Decoding Problem 2
5:57 — End
Embedded media
Watch For:
"Eliminating 'c' is the path of least resistance."
Building the Machine
[A]
X
[X]
=
[B]
Coefficients
The numbers in front of \(a, b, c\)
Variables
The unknown parameters \(\langle a, b, c \rangle\)
Constants
The outputs from the quadratic points
Solving Strategy: \([X] = [A]^{-1} \cdot [B]\)
Calculator Strategy
1. Input Data
• 2nd → MATRIX → EDIT
• Matrix [A]: Enter 3x3 coefficients
• Matrix [B]: Enter 3x1 constants
2. Execute Solve
• 2nd → QUIT to clear home screen
• Select [A] from MATRIX menu
• Press x⁻¹ (Inverse Key)
• Select [B] • Press ENTER
Final Reflection
"Manual elimination gives you the 'why'. Matrix methods give you the 'how fast'."
The Matrix Advantage
Fast for complex systems. Precision for high-variable models.
The Human Edge
Identifying patterns. Simplifying equations before calculation.
Model Mechanics Answer Key Model Mechanics
Answer Key & Teacher Guide
Status: SOLVED
PART 1
Warm-up: System Tune-up
2a + b = 8
3a - b = 2
Elimination Method
(Add equations to cancel b):
(2a + 3a) + (b - b) = 8 + 2
5a = 10 ⇒ a = 2
(Substitute a=2 back in):
2(2) + b = 8
4 + b = 8 ⇒ b = 4
PART 2
The 3x3 Blueprint (Problem 2)
POINT (1, 3)
3 = a + b + c
POINT (2, 5)
5 = 4a + 2b + c
POINT (3, 11)
11 = 9a + 3b + c
STRATEGY RATIONALE
Why eliminate 'c' first? In standard form \(y = ax^2 + bx + c\), the variable \(c\) will always have a coefficient of 1, regardless of the \(x\)-value. This makes it trivial to eliminate by simply subtracting any two equations.
PART 3
The Matrix Master Solution
Matrix A
1 1 1
4 2 1
9 3 1
×
Matrix X
a
b
c
=
Matrix B
3
5
11
Calculator Output Results:
a = 2
b = -4
c = 5
Final Quadratic Function
y = 2x² - 4x + 5
Teacher Note on Reflection:
Students should identify that matrices are significantly faster for systems larger than 2x2 or when coefficients are non-integers. However, manual methods allow for catching structural errors (like identifying if a system has no solution or infinite solutions) that calculators might obscure with decimal approximations.