Graphing Equations with One Solution
What Does "One Solution" Actually Mean in Equations?
When mathematicians say an equation has one solution, they mean there's exactly one value that makes the equation true. No more, no less.
For linear equations, this is the standard case. The equation 2x + 5 = 11 has exactly one answer: x = 3. Plug it in, and it works. Plug in anything else, and it fails. That's it.
Systems of equations work differently. A system has one solution when the lines intersect at exactly one point. That point is the solution—where x and y both satisfy both equations simultaneously.
You'll hear people call these "consistent and independent" systems. Skip the jargon. Just remember: one intersection = one solution.
Types of Solutions You Might Encounter
Not every system gives you one neat answer. Here's what you're working with:
- One solution: Lines cross once. Unique answer.
- No solution: Lines are parallel. Never meet.
- Infinite solutions: Lines are the same. Every point works.
Your job is figuring out which case you're dealing with—before you waste time graphing something that won't give you what you need.
How to Tell If a System Has One Solution (Without Graphing)
You can check the slopes first. It's faster than graphing and just as reliable.
The Slope Comparison Method
Take your two equations in slope-intercept form (y = mx + b):
- If slopes are different, the lines cross once. One solution.
- If slopes are the same, check the y-intercepts.
- If intercepts are also the same, you have infinite solutions.
- If intercepts differ, you have parallel lines. No solution.
This takes about 30 seconds once you know what you're looking for.
The Elimination/Substitution Check
When you solve a system algebraically:
- If your variables cancel out and you're left with a true statement (like 5 = 5), infinite solutions exist.
- If variables cancel and you're left with a false statement (like 5 = 3), no solution exists.
- If variables cancel and you get a real number (like x = 4), you have one solution.
Graphing Linear Equations with One Solution: Step by Step
Let's work through a real example. Find the solution for:
Equation 1: y = 2x + 1
Equation 2: y = -x + 6
Step 1: Graph Both Equations
For y = 2x + 1:
- Y-intercept is 1. Plot (0, 1).
- Slope is 2. From (0, 1), go up 2, right 1. Plot (1, 3).
- Draw the line through these points.
For y = -x + 6:
- Y-intercept is 6. Plot (0, 6).
- Slope is -1. From (0, 6), go down 1, right 1. Plot (1, 5).
- Draw the line through these points.
Step 2: Find the Intersection
Look at your graph. The two lines cross at one point. Read the coordinates: (5/3, 11/3) or approximately (1.67, 3.67).
Step 3: Verify
Plug x = 5/3 into both equations:
- Equation 1: y = 2(5/3) + 1 = 10/3 + 1 = 13/3 âś“
- Equation 2: y = -(5/3) + 6 = -5/3 + 18/3 = 13/3 âś“
Both give the same y-value. The solution checks out.
Solving One-Solution Systems: Algebraic Methods
Sometimes graphing isn't precise enough. When intersection points fall between grid lines, you need algebra.
Substitution Method
Use this when one equation already has a variable isolated—or is easy to isolate.
Example:
2x + y = 10
y = 3x - 2
Substitute the second equation into the first:
2x + (3x - 2) = 10
5x - 2 = 10
5x = 12
x = 12/5 = 2.4
Plug back into y = 3x - 2:
y = 3(2.4) - 2 = 7.2 - 2 = 5.2
Solution: (2.4, 5.2)
Elimination Method
Use this when equations are in standard form (Ax + By = C).
Example:
3x + 2y = 16
5x - 2y = 8
Notice the y-coefficients are opposites (+2y and -2y). Add the equations to eliminate y:
3x + 5x = 16 + 8
8x = 24
x = 3
Plug into 3x + 2y = 16:
3(3) + 2y = 16
9 + 2y = 16
2y = 7
y = 3.5
Solution: (3, 3.5)
Quick Comparison: Substitution vs. Elimination
| Method | Best When | Speed |
|---|---|---|
| Substitution | One variable already isolated or easy to isolate | Fast for simpler cases |
| Elimination | Equations in standard form; coefficients are opposites or can be made opposites | Fast when coefficients match |
| Graphing | Visual confirmation needed; intersection is obvious | Quick for rough estimates |
Common Mistakes That Mess Up Your Solution
- Misidentifying the slope: Remember—slope is rise/run, not run/rise.
- Arithmetic errors: Fractions kill solutions. Double-check every calculation.
- Forgetting to check both equations: Your x-value must satisfy BOTH equations, not just one.
- Assuming one solution when there isn't one: Always verify slopes before graphing.
Practical Example: Word Problem Application
A taxi charges $3 base fare plus $2 per mile. A rideshare charges $1 base fare plus $3 per mile. When do they cost the same?
Set up equations:
Taxi: y = 2x + 3
Rideshare: y = 3x + 1
Solve:
2x + 3 = 3x + 1
3 - 1 = 3x - 2x
x = 2 miles
At 2 miles, both cost y = 2(2) + 3 = $7.
Graph these if you want the visual—two lines crossing at (2, 7). That's your one solution.
When One Solution Isn't Linear
Nonlinear equations can also have one solution—or more, or none.
Example: y = x² and y = 2x - 1
Set equal: x² = 2x - 1
x² - 2x + 1 = 0
(x - 1)² = 0
x = 1 (double root)
The parabola and line touch at exactly one point. That's still one solution—just a tangent intersection instead of a crossing.
The Bottom Line
Equations with one solution are the straightforward case. Your lines cross once, your algebra gives you a single real number, and verification confirms it works.
Master the slope check, practice both algebraic methods, and always verify your answer in the original equations. That's all you need.