Graphical Method and the Three Cases
Quick answer Plot both lines: they either meet at one point (unique solution), are parallel (no solution), or coincide (infinitely many solutions) — and the ratios of the coefficients tell you which case you have without even drawing.
A pair of linear equations in two variables is written in the general form a1x + b1y + c1 = 0 and a2x + b2y + c2 = 0. Each equation is a straight line, so solving the pair means finding the point(s) common to both lines.
Two lines in a plane can behave in only three ways:
- They intersect at one point — exactly one common solution. The pair is consistent with a unique solution. This happens when a1/a2 ≠ b1/b2.
- They are parallel — no common point, so no solution. The pair is inconsistent. This happens when a1/a2 = b1/b2 ≠ c1/c2.
- They coincide (one line lies exactly on the other) — every point is common, so infinitely many solutions. The pair is consistent (also called dependent). This happens when a1/a2 = b1/b2 = c1/c2.
Worked example (unique solution). Solve x + y = 10 and x − y = 4 graphically. For x + y = 10, take points (0, 10) and (10, 0). For x − y = 4, take points (4, 0) and (0, −4). Plotting both lines, they cross at (7, 3). Check: 7 + 3 = 10 and 7 − 3 = 4, so x = 7, y = 3 is the solution.
Checking the case by ratios. For 2x + 3y − 9 = 0 and 4x + 6y − 18 = 0 we get a1/a2 = 2/4 = 1/2, b1/b2 = 3/6 = 1/2 and c1/c2 = −9/−18 = 1/2. All three ratios are equal, so the lines coincide and there are infinitely many solutions.
- Each linear equation is a straight line; a solution is a common point of the two lines.
- Unique solution when a1/a2 is not equal to b1/b2 (lines intersect).
- No solution when a1/a2 = b1/b2 but not equal to c1/c2 (parallel lines).
- Infinitely many solutions when a1/a2 = b1/b2 = c1/c2 (coincident lines).
- Consistent = has a solution (unique or infinite); Inconsistent = no solution.
