Graphical method
The most concrete way to understand a pair of linear equations is to draw them. Each equation is a straight line; the solution is wherever the two lines meet.
Definitions
A linear equation in two variables has the form with real and at least one of non-zero. Its graph in the -plane is a straight line.
A pair of linear equations in two variables is two such equations considered together; a solution is an ordered pair that satisfies both.
Concept: three geometric cases
When we draw the two lines, exactly one of three things happens.
Case 1: lines intersect in one point. There is exactly one solution. The system is consistent and independent.
Case 2: lines are parallel and distinct. They never meet. There is no solution. The system is inconsistent.
Case 3: lines coincide (every point on one is on the other). Infinitely many solutions. The system is consistent and dependent.
The geometric picture matches the algebra exactly. To plot a line , find two convenient points on it (often the -intercept and the -intercept) and draw the line through them. Be sure to use a ruler and a uniform scale.
Algorithm for graphical solving
- Rewrite each equation in a convenient form: solve for , or find - and -intercepts.
- Choose at least two (preferably three for accuracy) integer -values that give integer -values.
- Plot the points carefully on graph paper.
- Draw the lines.
- Read off the intersection point. Sanity-check by substituting into both equations.
If the lines clearly do not meet within the visible area, check parallelism: same slope but different -intercept means no solution. If both lines look identical, check whether all the points of one lie on the other; if yes, infinite solutions.
Worked examples
Example 1. Solve graphically: , .
For : points . For : points .
Plot both. They cross at . Verify: ✓ and ✓.
Example 2. Solve graphically: , .
The second equation simplifies to . Same left side as the first but different right side parallel and distinct lines. No solution.
Example 3. Solve graphically: , .
From the first, . Some points: . From the second: .
They cross at . Verify both equations. ✓
Example 4. Solve: and .
Second is twice the first. Same line , infinite solutions, every point on works, e.g., .
Example 5. Determine graphically whether the pair , is consistent.
Plot: first passes through ; second through . They cross at . Consistent with unique solution.
Try it yourself
- Solve graphically: , .
- Determine graphically whether and have a solution.
- Solve graphically: , .
- Solve graphically: , .
- Use a graph to determine the number of solutions of and .
- Solve graphically: , .
- Vertices of the triangle formed by , , ? (Plot and read.)
- Draw the graphs of and . Find the vertices of the triangle formed with the -axis.
- Find graphically the values of and that satisfy and .
- From a graph, is , consistent?
Pitfalls / Insight
- Pick well-spaced integer points to plot. Three points per line are better than two.
- Use a ruler and the same scale on both axes; a sloppy plot gives a sloppy intersection.
- If both lines coincide, do not declare "no solution" , there are infinitely many.
Insight. The graphical method is the only one that shows you why there are three cases. After this, the algebraic methods are just faster ways to get the same answer.