Lesson 01 · Shared constraints

Intersections & Solution Types

Interpret a system as several constraints that must be satisfied at the same time, then distinguish one shared solution, no shared solution, and infinitely many shared solutions.

The learner question

What does it mean to solve two equations at the same time?

Each equation allows its own set of ordered pairs. A system keeps only the pairs that survive every constraint. Geometrically, that means finding the intersection of the solution sets.

Invariant
solution = A ∩ B

Graphing, substitution, and elimination will all search for this same shared set in different ways.

Worked model

One point must make both equations true.

For y = x + 2 and y = −x + 4, the lines cross at (1, 3). Substitution into both equations confirms why the intersection is the system solution.

A: y = x + 2B: y = −x + 4
shared: (1, 3)
Constraint A
3 = 1 + 2

(1, 3) satisfies y = x + 2.

Constraint B
3 = −1 + 4

The same point also satisfies y = −x + 4.

System verdict
true ∧ true

Because both constraints are true, (1, 3) solves the system.

One solution
m₁ ≠ m₂

Distinct nonparallel lines cross once.

No solution
m₁ = m₂, b₁ ≠ b₂

Distinct parallel lines never meet.

Infinitely many
same line

Equivalent equations share every point.

Classification lab

Read the geometry, then name the shared solution set.

A: y = x + 2B: y = −x + 4
Classify this system
Stress-test the definition

For the one-solution model, compare a shared point with a point that satisfies only one equation.

Transfer checkFresh cases, same shared-solution idea
Intersections & Solution Types check1 / 3

What solution type has y = 2x + 1 and y = 2x − 4?