2.1.9 · D3Algebra — Introduction & Intermediate

Worked examples — Linear equations in two variables — graphical and algebraic solutions

2,702 words12 min readBack to topic

Before we start, one reminder in plain words. A system of two linear equations is just two straight lines drawn on the same graph paper. "Solving" it means finding the single point where both lines pass through — the crossing point. Everything below is a variation on: do the lines cross once, never, or everywhere?


The scenario matrix

Every problem this topic throws at you lands in exactly one of these cells. The last column names the worked example that nails it.

# Case class What makes it special Answer shape Example
C1 Clean unique solution, all positive Two lines cross once, tidy numbers one point Ex 1
C2 Unique solution with negative values The crossing sits in quadrant II/III/IV one point (some coords ) Ex 2
C3 A zero coefficient (vertical / horizontal line) One variable is missing → line is or one point Ex 3
C4 No solution (parallel lines) Same slope, different intercept none Ex 4
C5 Infinite solutions (same line) One equation is a multiple of the other a whole line Ex 5
C6 Fractional / messy unique solution Numbers don't cancel nicely — use the formula one point (fractions) Ex 6
C7 Real-world word problem You must build the two equations first one point (with units) Ex 7
C8 Exam twist — solve for a parameter Find the that makes a case happen value(s) of Ex 8

The three shapes, once, as a picture

Before the examples, hold the three outcomes in your eye. Every case above is one of these three pictures.

Figure — Linear equations in two variables — graphical and algebraic solutions
  • Cross once (teal + orange lines meet at a plum dot): a unique .
  • Parallel (two lines, same steepness, gap between them): they never meet → no solution.
  • Same line (one line drawn twice): they meet everywhere → infinite solutions.

Keep this figure in mind: every worked example below is really asking "which of these three am I?"


Ex 1 — Cell C1: clean unique solution


Ex 2 — Cell C2: the crossing is negative

Textbook answers are not always cheerful positive numbers. The crossing point can sit anywhere — including where or is negative. If you assume answers are positive, this case will fool you.

Figure — Linear equations in two variables — graphical and algebraic solutions

The figure shows both lines meeting at the plum dot — safely to the left of the -axis. Nothing wrong with that; the algebra simply reported where the roads actually cross.


Ex 3 — Cell C3: a zero coefficient (a vertical or horizontal line)

Figure — Linear equations in two variables — graphical and algebraic solutions

The teal vertical line meets the orange slanted line at the plum dot . A vertical line has no slope number (it's "infinitely steep"), which is exactly why the ratio test that uses slopes is easiest to sidestep here: just read off first.


Ex 4 — Cell C4: no solution (parallel lines)


Ex 5 — Cell C5: infinite solutions (same line)


Ex 6 — Cell C6: messy fractions, use the formula

When adding/subtracting won't cancel anything nicely, don't fight it — reach for the Cramer formula derived in the parent note. It never fails as long as .


Ex 7 — Cell C7: a real-world word problem

The hard part of a word problem is building the two equations. Once they exist, it's just Ex 1 again. See Word problems — age, boat-stream, mixture for the full family.


Ex 8 — Cell C8: the exam twist (solve for a parameter)

The sneakiest exam question doesn't ask you to solve a system — it asks for which value of the system behaves a certain way. You must run the case tests backwards.


Recap: which cell, which move

Recall Which case is

? Parallel or same line — never a unique solution. Then use the constant ratio to decide no solution vs infinite.

Recall A crossing point turned out to be

. Is that valid? Yes — solutions can have negative coordinates. The crossing simply lives in a different quadrant (Ex 2). Always verify in both equations regardless of sign.


Connections

  • 2.1.09 Linear equations in two variables — graphical and algebraic solutions (Hinglish)
  • Slope-intercept form y = mx + c
  • Simultaneous equations by matrices & determinants
  • Consistency and rank of linear systems
  • Word problems — age, boat-stream, mixture
  • Graphing lines and intercepts
  • Linear inequalities in two variables