Class 10 · Mathematics Lesson 1 of 4

Chapter 4.1 — Introduction — Nature of Solutions

Nature of solutions based on ratios of corresponding coefficients. This is Lesson 1 of 4 in Chapter 4: Pair of Linear Equations in Two Variables.

From One Unknown to Two

A linear equation in one variable, like 2x + 1 = 0, has a single unknown and a single solution. A linear equation in two variables, like 2x + 3y = 12, has two unknowns and infinitely many individual solutions — pairs (x, y) that satisfy it, one for every value x might take. This chapter asks a sharper question: when you have two such equations together, how many pairs (x, y) satisfy both at once?

Click to Present Fullscreen
Lesson Notes PDF
1 /
Loading PDF…
AdvertisementReach students & teachersSchools, colleges and coaching institutes can advertise here.Advertise with EduBadi →

The General Form

Every linear equation in two variables can be written in one standard shape:

ax + by + c = 0, where a, b, c are real numbers and at least one of a or b is non-zero

5m + 6n − 14 = 0 and x/3 + y/6 − 3 = 0 both fit this form once rearranged. The condition that a or b must be non-zero simply rules out equations that don't actually involve either variable — without it, "0 = 5" could technically be forced into the shape too, which defeats the purpose of calling it an equation in x and y.

It's worth testing a few borderline cases against this definition before moving on. 5 + 4x = y + 3 rearranges to 4x − y + 2 = 0 — genuinely linear. x + 2y = y − x rearranges to 2x + y = 0 — also linear, even though it looks unusual with variables on both sides at first glance. But 3 − x = y² + 4 involves y², a power higher than 1, so no amount of rearranging makes it fit the ax + by + c = 0 shape.

Unique Solution: Lines That Cross

Take 3x + y = 7 and 2x − y = 3 together. Plotting a few points from each and drawing both lines shows them crossing at exactly one point:

  • Line 1 (3x + y = 7) passes through (1, 4), (3, −2), and (0, 7).
  • Line 2 (2x − y = 3) passes through (0, −3), (−1, −5), and (1, −1).
  • The two lines intersect at (2, 1) — the single pair that satisfies both equations at once.

Substituting confirms it: 3(2) + 1 = 7 ✓ and 2(2) − 1 = 3 ✓. Whenever two lines from a pair of equations cross at one point, that pair has exactly one solution — and since two distinct straight lines can never cross at more than one point, "exactly one" is the only possible count whenever the lines aren't parallel or identical.

No Solution: Lines That Never Meet

Take 3x + y = 10 and 6x + 2y = 24 together. Plotting both shows something different: the two lines run perfectly parallel, never touching at any point. There is no pair (x, y) that can satisfy both equations simultaneously — this pair has no solution. Notice that the second equation is almost double the first (6x+2y is exactly 2×(3x+y)), but the constant term breaks that pattern — 24 isn't 2×10. That mismatch between the coefficients scaling together while the constant doesn't is exactly what forces the lines apart into parallel tracks that never meet.

Infinitely Many Solutions: Lines That Overlap

Take 2x + y = 3 and 6x + 3y = 9. Plotting both this time produces something stranger still: the two lines land exactly on top of each other. Every single point on one line is automatically a point on the other — so every solution of the first equation is also a solution of the second, giving infinitely many shared solutions. This time the second equation isn't almost a multiple of the first, it's exactly 3 times the first, constant term included (6x+3y=9 is precisely 3×(2x+y=3)) — which is exactly why the two "different" equations turn out to describe the very same line.

The Ratio Test — No Graph Needed

Drawing a graph for every pair of equations is slow. Comparing the ratios of corresponding coefficients tells you which of the three cases applies instantly, without plotting a single point:

Ratio comparisonLinesSolutionsType
a₁/a₂ ≠ b₁/b₂IntersectingExactly oneConsistent and independent
a₁/a₂ = b₁/b₂ ≠ c₁/c₂ParallelNoneInconsistent
a₁/a₂ = b₁/b₂ = c₁/c₂CoincidentInfinitely manyConsistent and dependent

Checking the three examples above against this table confirms it instantly: 3x+y=7 and 2x−y=3 give 3/2 ≠ 1/(−1), matching the first row. 3x+y=10 and 6x+2y=24 give 3/6 = 1/2 but 10/24 ≠ 1/2, matching the second row. And 2x+y=3 and 6x+3y=9 give 2/6 = 1/3 = 3/9 all the way through, matching the third row exactly. Every one of these conclusions was reached without drawing a single point — a genuine shortcut once the pattern is trusted, rather than a replacement for understanding what the graph actually looks like in each case.

The middle column of the table — how the lines are related geometrically — is really just a restatement of the ratio comparison in visual language: unequal slope ratios mean the lines point in different directions and must eventually cross; equal slope ratios with a different intercept mean the lines point the same direction but never converge; and equal slope ratios with a matching intercept mean the two equations were never geometrically different lines to begin with.

Four Values Found Through the Ratio Test

The ratio test also works in reverse — given a pair of equations with an unknown constant, you can solve for the value that forces a particular outcome.

  • 2x + py = −5 and 3x + 3y = −6: for a unique solution, a₁/a₂ ≠ b₁/b₂ requires 2/3 ≠ p/3, so p ≠ 2.
  • 2x − ky + 3 = 0 and 4x + 6y − 5 = 0: for parallel lines, a₁/a₂ = b₁/b₂ requires 2/4 = −k/6, giving k = −3.
  • 3x + 4y + 2 = 0 and 9x + 12y + k = 0: for coincident lines, b₁/b₂ = c₁/c₂ requires 4/12 = 2/k, giving k = 6.
  • px + 3y − p − 3 = 0 and 12x + py − p = 0: for infinitely many solutions, solving the resulting equation p² − 6p = 0 gives p = 0 or p = 6 — but p = 0 actually produces a unique solution instead, so the only value that genuinely works is p = 6.

That last example is worth pausing on: an algebraic equation can produce more candidate values than actually satisfy the original condition, which is exactly why checking each candidate back against the requirement — not just solving the equation and stopping at the first root found — matters every time a quadratic shows up while solving for an unknown coefficient.

Where This Chapter Goes Next

The ratio test introduced here is the tool used throughout the rest of the chapter. Exercise 4.1 applies it directly alongside full graphical solutions; Exercise 4.2 introduces two faster algebraic methods that skip graphing entirely; and Exercise 4.3 extends everything to equations that don't look linear at first glance. For the single-variable groundwork this chapter builds on, see Chapter 3's Polynomials introduction, where degree and value were established for expressions in x alone.