Chapter 3: Pair of Linear Equations in Two Variables

Your complete guide to understanding and solving linear equations. Explore graphical methods, algebraic techniques, and practice questions.

Updated till October 2025

1. Graphical Method of Solution

A pair of linear equations can be represented on a graph. The way the two lines interact tells us the nature of the solution.

Case 1: Intersecting Lines

The lines cross at a single point. This means there is exactly one unique solution.

Condition:

a₁/a₂ ≠ b₁/b₂

Result: Unique Solution (Consistent)

Case 2: Parallel Lines

The lines never cross. This means there is no possible solution to the system.

Condition:

a₁/a₂ = b₁/b₂ ≠ c₁/c₂

Result: No Solution (Inconsistent)

Case 3: Coincident Lines

The lines are identical and overlap completely. This means there are infinitely many solutions.

Condition:

a₁/a₂ = b₁/b₂ = c₁/c₂

Result: Infinite Solutions (Consistent)

2. Consistency and Ratio Comparison

The relationship between the coefficients of the equations `a₁x + b₁y + c₁ = 0` and `a₂x + b₂y + c₂ = 0` determines the type of solution.

Ratio Comparison Graphical Representation Algebraic Solution Consistency
a₁/a₂ ≠ b₁/b₂ Intersecting Lines Exactly one solution (Unique) Consistent
a₁/a₂ = b₁/b₂ = c₁/c₂ Coincident Lines Infinitely many solutions Consistent (Dependent)
a₁/a₂ = b₁/b₂ ≠ c₁/c₂ Parallel Lines No solution Inconsistent

3. Algebraic Methods of Solution

Substitution Method

This method involves solving one equation for one variable and then substituting that expression into the other equation.

1

Solve one equation for one variable (e.g., solve for `y` in terms of `x`).

2

Substitute this expression for `y` into the *other* equation. This creates an equation with only `x`.

3

Solve the new equation for `x`.

4

Substitute the `x` value back into your expression from Step 1 to find `y`.

4. Equations Reducible to Linear Form

Sometimes, equations are not linear at first glance but can be transformed into a linear system. This often involves variables in the denominator.

How to Solve Reducible Equations

The strategy is to make a substitution to create a new, linear system.

1

Identify the non-linear parts (e.g., `1/x` or `1/(y-2)`) and substitute them with new variables, like `p` and `q`.

2

Rewrite the original equations as a new linear system in terms of `p` and `q`.

3

Solve this new system for `p` and `q` using elimination or substitution.

4

Substitute the values of `p` and `q` back into your original substitutions (from Step 1) to solve for `x` and `y`.

Example:

Solve: `2/x + 3/y = 13` and `5/x - 4/y = -2`

1. Let `p = 1/x` and `q = 1/y`.

2. The system becomes:

2p + 3q = 13

5p - 4q = -2

3. Solve for p and q. Multiply first eq. by 4, second by 3:

8p + 12q = 52

15p - 12q = -6

Adding them: `23p = 46` -> `p = 2`.

Put `p=2` in `2p + 3q = 13`: `2(2) + 3q = 13` -> `4 + 3q = 13` -> `3q = 9` -> `q = 3`.

4. Back-substitute:

`p = 1/x` -> `2 = 1/x` -> `x = 1/2`

`q = 1/y` -> `3 = 1/y` -> `y = 1/3`

Solution: x = 1/2, y = 1/3

5. Interactive Graph Visualizer

Use the sliders to change the coefficients of the two equations. Watch the graph and the solution type update in real time.

Line 1:

a₁ = 1
b₁ = 1
c₁ = 6

Line 2:

a₂ = 2
b₂ = -1
c₂ = 3

6. Strategies for Word Problems

The key to word problems is to translate the text into mathematical equations. Always start by identifying the two unknown quantities and assigning them variables (like `x` and `y`).

Solving Age Problems

These problems involve the relationship between the ages of two people at different points in time.

  • Let the present age of the first person be `x` and the second be `y`.
  • "Five years ago": Their ages were `x - 5` and `y - 5`.
  • "Ten years from now": Their ages will be `x + 10` and `y + 10`.
  • Form two equations based on the statements. For example, "A father is three times as old as his son" translates to `x = 3y`.

7. Practice Q&A

Q1: For what value of 'k' will the equations `x + 2y = 3` and `5x + ky = 15` have infinitely many solutions?

Q2: Solve the system: `2x + 3y = 11` and `2x - 4y = -24`

Q3: The sum of two numbers is 25 and their difference is 5. Find the numbers.

8. Frequently Asked Questions (FAQs)

Q: What is a linear equation in two variables?

A: An equation in the form `ax + by + c = 0`, where a, b, and c are real numbers and `a` and `b` are not both zero, is a linear equation in two variables, `x` and `y`.

Q: What does "consistent" mean for a system of equations?

A: A system is "consistent" if it has at least one solution. Intersecting lines (one solution) and coincident lines (infinite solutions) are both consistent systems.

Q: What does "inconsistent" mean?

A: A system is "inconsistent" if it has no solution. This happens when the lines are parallel.

Q: Can I use any method to solve a system of equations?

A: Yes. All three algebraic methods (substitution, elimination, cross-multiplication) will give the same answer. The graphical method also gives the answer, but it can be less precise if the solution involves fractions or decimals.