Linear Combination Explorer
Run the Linear Combination Explorer Fullscreen
About This MicroSim
This visualization helps students understand linear combinations by allowing them to adjust scalar coefficients and observe how the result vector changes. The challenge mode tests students' ability to find the right coefficients to reach a target point.
Learning Objective: Students will apply their understanding of linear combinations by adjusting scalar coefficients to reach target points and observe how span is generated.
How to Use
- Adjust Coefficients: Use the c₁ and c₂ sliders to change the scalar multipliers
- Drag Basis Vectors: Click and drag the endpoints of v₁ (red) and v₂ (blue) to change their directions
- Observe the Result: The green arrow shows c₁v₁ + c₂v₂
- See Tip-to-Tail: Enable "Show Components" to see how the scaled vectors add tip-to-tail
- Challenge Mode: Click "New Challenge" to get a target point (yellow star), then find the coefficients to reach it
- Get Help: Click "Show Solution" to see the answer
Key Concepts Demonstrated
Linear Combination
A linear combination is a sum of scalar multiples of vectors. Any vector in the plane can be written as a linear combination of two non-parallel vectors.
Span
The span of vectors is the set of all possible linear combinations. For two non-parallel vectors in 2D, the span is the entire plane.
Parallel Vectors
When v₁ and v₂ are parallel (one is a scalar multiple of the other), their span collapses to a line. The visualization shows this with a warning.
Embedding This MicroSim
1 2 3 4 5 | |
Lesson Plan
Grade Level
Undergraduate introductory linear algebra
Duration
20-25 minutes
Prerequisites
- Vector addition and scalar multiplication
- Basic understanding of coordinate systems
Learning Activities
- Exploration (5 min):
- Set c₁ = 1, c₂ = 0 and observe: result equals v₁
- Set c₁ = 0, c₂ = 1 and observe: result equals v₂
-
Set c₁ = 1, c₂ = 1 and observe: tip-to-tail addition
-
Coefficient Investigation (5 min):
- What happens when c₁ = -1?
- Find coefficients that put the result at (0, 0)
-
Make the result point in the opposite direction of v₁
-
Challenge Mode (10 min):
- Click "New Challenge" to get a target
- Try to reach the target by adjusting only c₁ and c₂
- Record how many attempts it takes
-
After solving, verify by checking the math
-
Span Investigation (5 min):
- Drag v₂ to be parallel to v₁
- Notice the "span is a line" warning
- Try to reach targets outside the line - impossible!
Discussion Questions
- Why can any point in the plane be reached with two non-parallel vectors?
- What happens to the span when the vectors become parallel?
- Is the linear combination c₁v₁ + c₂v₂ the same as c₂v₂ + c₁v₁?
- How would you find the coefficients algebraically?
Assessment Ideas
- Given a target point, calculate the coefficients by solving a system of equations
- Explain why two parallel vectors only span a line
- Predict whether a given point is reachable with given basis vectors
References
- 3Blue1Brown - Linear combinations, span, and basis vectors - Excellent visual introduction
- Khan Academy - Linear Combinations and Span
- Strang, G. (2016). Introduction to Linear Algebra (5th ed.). Chapter 1.3.
- Lay, D. C. (2015). Linear Algebra and Its Applications (5th ed.). Section 1.3.