Solving Linear Equations, Graphical Method

Unit: Algebra – 1

Chapter: Solving Linear Equations – Graphical Methods

Reference: – Introduction to Graphical Method, Plotting Linear Equations on Graph, Finding Intersection Point, Unique Solution (Intersecting Lines), No Solution (Parallel Lines), Infinite Solutions (Coincident Lines), Steps for Graphical Solution, Solved Examples, Advantages and Limitations, Odd-One-Out Problems, Common Mistakes

After studying this chapter, you should be able to understand:

  • Introduction to Graphical Method for Solving Systems
  • Plotting Two Linear Equations on the Same Graph
  • Finding the Solution from the Intersection Point
  • Identifying Consistent, Inconsistent, and Dependent Systems Graphically

Introduction to Graphical Method

Definition

The graphical method of solving a system of two linear equations in two variables involves plotting both lines on the same coordinate plane. The point where the two lines intersect represents the common solution (x, y) that satisfies both equations.

When we solve graphically, we essentially ask:

"Where do these two lines meet on the graph?"

Since each linear equation graphs as a straight line, the solution to the system is the intersection point of the two lines.

Importance of Graphical Method

  • Provides a visual understanding of the solution
  • Helps see the relationship between the two equations (intersecting, parallel, or coincident)
  • Useful when approximate solutions are acceptable
  • Builds intuition for algebraic methods
  • Essential for understanding concepts like linear programming

Example

System: x + y = 5 and x – y = 1

Graphically: Plot both lines. The first line passes through (0,5) and (5,0). The second line passes through (0,-1) and (1,0). They intersect at (3,2). So the solution is (3,2).

 

Subtopics

1. Steps to Solve Graphically

To solve a system of two linear equations graphically, follow these steps:

Step 1: Write each equation in a form that makes it easy to find points (usually solve for y or find intercepts).

Step 2: Find at least two points for each line. The easiest points are often the intercepts (where x=0 and where y=0).

Step 3: Plot both lines on the same coordinate plane using the points found.

Step 4: Draw each line through its points, extending it across the graph.

Step 5: Observe where the two lines intersect. The coordinates of the intersection point give the solution (x, y).

Step 6: Verify the solution by substituting into both original equations.

Example: Solve graphically: x + 2y = 4 and x – y = 1

Step 1 – Find points for first line (x + 2y = 4):
If x = 0, then 0 + 2y = 4 → y = 2 → point (0, 2)
If y = 0, then x + 0 = 4 → x = 4 → point (4, 0)
If x = 2, then 2 + 2y = 4 → 2y = 2 → y = 1 → point (2, 1)

Step 2 – Find points for second line (x – y = 1):
If x = 0, then 0 – y = 1 → y = -1 → point (0, -1)
If y = 0, then x – 0 = 1 → x = 1 → point (1, 0)
If x = 2, then 2 – y = 1 → y = 1 → point (2, 1)

Step 3 – Plot and observe: Both lines pass through (2, 1). That is the intersection point.

Step 4 – Verify: First: 2 + 2(1) = 2 + 2 = 4 ✓; Second: 2 – 1 = 1 ✓
Answer: (2, 1)

 

2. Types of Solutions – Three Cases Graphically

Case 1 – Intersecting Lines (Unique Solution):
The two lines cross at exactly one point. This happens when the slopes of the lines are different (a₁/a₂ ≠ b₁/b₂). The intersection point gives the unique solution.

Example Graphically: x + y = 5 and x – y = 1
Plot both lines. They intersect at (3,2). One solution.

Case 2 – Parallel Lines (No Solution):
The two lines never meet. They have the same slope but different y-intercepts. This happens when a₁/a₂ = b₁/b₂ ≠ c₁/c₂. There is no common point.

Example Graphically: x + y = 5 and x + y = 8
Both lines have slope -1. First line passes through (0,5) and (5,0). Second line passes through (0,8) and (8,0). They are parallel and never intersect. No solution.

Case 3 – Coincident Lines (Infinite Solutions):
The two lines lie exactly on top of each other. Every point on the line is a solution. This happens when a₁/a₂ = b₁/b₂ = c₁/c₂.

Example Graphically: x + y = 5 and 2x + 2y = 10
The second equation simplifies to x + y = 5, which is exactly the same line as the first. They coincide. Infinite solutions.

 

3. Finding Points for Plotting – Methods

Method 1 – Using Intercepts:
For equation ax + by = c, find x-intercept (set y=0) and y-intercept (set x=0). These two points are usually enough to draw the line.

Method 2 – Using Slope-Intercept Form (y = mx + b):
Convert the equation to y = mx + b. Then plot the y-intercept (0, b) and use the slope (m) to find another point.

Method 3 – Choosing Random x values:
Pick any two x values (like 0 and 1), calculate corresponding y values, and plot.

Example – Using Intercepts: For equation 2x + 3y = 6
x-intercept: set y=0 → 2x = 6 → x = 3 → (3, 0)
y-intercept: set x=0 → 3y = 6 → y = 2 → (0, 2)
Plot (3,0) and (0,2) and draw the line.

Example – Using Slope-Intercept Form: For equation 2x – y = 3
Convert: -y = -2x + 3 → y = 2x – 3
y-intercept: (0, -3)
Slope = 2, so from (0, -3), go up 2 and right 1 to get (1, -1)
Plot (0,-3) and (1,-1) and draw the line.

 

4. Accurate Plotting Tips

  • Use a ruler to draw straight lines
  • Label the axes (x and y) clearly
  • Mark the scale on both axes (e.g., 1 unit = 1 cm)
  • Label each line with its equation
  • Clearly mark the intersection point
  • Extend lines beyond the plotted points for better visibility

 

Solved Examples

Example 1 – Unique Solution: Solve graphically: y = 2x – 1 and y = -x + 5

Solution:
For y = 2x – 1:
If x = 0, y = -1 → (0, -1)
If x = 1, y = 1 → (1, 1)
If x = 2, y = 3 → (2, 3)

For y = -x + 5:
If x = 0, y = 5 → (0, 5)
If x = 1, y = 4 → (1, 4)
If x = 2, y = 3 → (2, 3)

Both lines pass through (2, 3). That is the intersection point.

Verification: First: 3 = 2(2) – 1 = 4 – 1 = 3 ✓; Second: 3 = -2 + 5 = 3 ✓
Answer: (2, 3)

 

Example 2 – No Solution (Parallel Lines): Solve graphically: y = 2x + 1 and y = 2x – 3

Solution:
For y = 2x + 1:
If x = 0, y = 1 → (0, 1)
If x = 1, y = 3 → (1, 3)
If x = 2, y = 5 → (2, 5)

For y = 2x – 3:
If x = 0, y = -3 → (0, -3)
If x = 1, y = -1 → (1, -1)
If x = 2, y = 1 → (2, 1)

Both lines have the same slope (2) but different y-intercepts (1 and -3). They are parallel and will never intersect.

Answer: No solution (Inconsistent system)

 

Example 3 – Infinite Solutions (Coincident Lines): Solve graphically: x + y = 4 and 2x + 2y = 8

Solution:
First equation x + y = 4:
If x = 0, y = 4 → (0, 4)
If y = 0, x = 4 → (4, 0)

Second equation 2x + 2y = 8. Divide by 2: x + y = 4 (same as first equation).
So both equations represent the EXACT same line. All points on this line satisfy both equations.

Answer: Infinite solutions (Dependent system)

 

Example 4 – Using Intercepts for Both Lines: Solve graphically: 3x + 2y = 6 and x – y = 2

Solution:
For 3x + 2y = 6:
x-intercept: set y=0 → 3x = 6 → x = 2 → (2, 0)
y-intercept: set x=0 → 2y = 6 → y = 3 → (0, 3)

For x – y = 2:
x-intercept: set y=0 → x = 2 → (2, 0)
y-intercept: set x=0 → -y = 2 → y = -2 → (0, -2)

Both lines pass through (2, 0). That is the intersection point.

Verification: First: 3(2) + 2(0) = 6 + 0 = 6 ✓; Second: 2 – 0 = 2 ✓
Answer: (2, 0)

 

Corrected Example – Odd One Out: Which pair of lines represents a system with a UNIQUE solution?

Pairs:
(A) slopes 2 and 2, intercepts 3 and -1
(B) slopes -1 and -1, intercepts both 4
(C) slopes 3 and -3, intercepts both 2
(D) slopes 1/2 and 1/2, intercepts 0 and 5
(E) slopes 0 and undefined

Solution:
A: parallel → no solution
B: coincident → infinite solutions
C: slopes different → unique solution ✓
D: parallel → no solution
E: horizontal and vertical → unique solution (intersect at one point) ✓

Now C and E both have unique solutions – still two.

Let me provide a simpler odd-one-out:

Simpler Odd One Out: Which system has INFINITE solutions?
(A) y = 3x + 2 and y = 3x – 4
(B) y = 2x + 1 and y = -x + 4
(C) y = 4x – 1 and 2y = 8x – 2
(D) x + y = 5 and x – y = 3
(E) 2x + y = 6 and 4x + 2y = 10

Solution:
A: same slope, different intercepts → no solution
B: different slopes → unique solution
C: second equation 2y = 8x – 2 → y = 4x – 1, same as first → coincident → infinite solutions ✓
D: different slopes → unique solution
E: second equation 4x + 2y = 10 → divide by 2: 2x + y = 5, but first is 2x + y = 6 → parallel → no solution

Only C has infinite solutions. So C is the unique answer.

Conclusion: System C has infinite solutions (coincident lines).

 

Advantages and Limitations of Graphical Method

Advantages:

  • Gives a visual understanding of the solution
  • Shows the relationship between the two lines clearly
  • No complex algebraic manipulations needed
  • Useful for approximate solutions
  • Helps identify whether lines intersect, are parallel, or coincide

Limitations:

  • Accuracy depends on precision of plotting
  • May give only approximate solutions if intersection point is not at integer coordinates
  • Time-consuming for complex equations
  • Not practical for systems with very large or very small coefficients
  • Requires graph paper and careful drawing

When to Use Graphical vs Algebraic Methods:

  • Use graphical method for understanding and approximate answers
  • Use algebraic methods (substitution, elimination) for exact answers
  • In exams, graphical method is often faster for checking consistency (parallel, coincident, intersecting)

 

Common Mistakes to Avoid

Mistake 1 – Using only one point to draw a line
A single point does not determine a unique line. Always use at least two points.
Correct approach: Find and plot at least two points for each line.

Mistake 2 – Inconsistent scale on axes
Using different scales on x-axis and y-axis distorts the slopes and intersection.
Correct approach: Use the same scale on both axes.

Mistake 3 – Misreading coordinates of the intersection point
The intersection point may not fall exactly on grid lines. Estimate carefully.
Correct approach: Verify by substituting into both original equations.

Mistake 4 – Drawing lines that don't extend enough
Short lines may not show the intersection clearly.
Correct approach: Extend lines across the entire graph.

Mistake 5 – Confusing parallel with coincident lines
Parallel lines never meet; coincident lines are the same line (overlap completely).
Correct approach: Check if the equations are multiples of each other.

Mistake 6 – Forgetting to label axes and lines
Unlabeled graphs can lead to confusion.
Correct approach: Label both axes and write each equation next to its line.

 

Quick Reference Summary

Steps for Graphical Solution:

  1. Find at least two points for each line
  2. Plot both lines on the same coordinate plane
  3. Draw each line through its points
  4. Identify the intersection point
  5. Verify the solution in both original equations

Three Cases Graphically:
Intersecting lines → Unique solution (one point)
Parallel lines → No solution (no intersection)
Coincident lines → Infinite solutions (every point on the line)

Finding Points:
Method 1: Use x-intercept and y-intercept
Method 2: Convert to y = mx + b and use slope
Method 3: Choose random x values

 

Most Read

Class 8 math curriculum will teach students real numbers, rational numbers, and approximation of irrational numbers to rational numbers. In class 8 math, students are expected to know the four basic properties of numbers – the commutative, associative, closure, and distributive. Then students learn basic algebra, emphasizing the percentage, percentage comparison, and compound interest methods. As […]

Grade 8 Mathematics Curriculum   In Grade 8, instructional time should focus on three critical areas: (1) Formulating and reasoning about expressions and equations, including modeling an association in bivariate data with a linear equation, and solving linear equations and systems of linear equations; (2) Grasping the concept of a function and using functions to […]

Unit: Algebra – 1 Chapter: Solving Equations, Variable on One Side Reference: – Introduction to Linear Equations, what is a Variable, what is an Equation, Solving Equations with Variable on One Side, Balancing Method, Transposition Method, Verification of Solution, Equations with Fractions, Equations with Decimals, Word Problems, Solved Examples, Odd-One-Out Problems, Common Mistakes, Practice Grid […]