Slope of Parallel Lines: Formula & Examples
Slope of Parallel Lines: Formula & Examples
TL;DR
The slope of parallel lines is the same for both lines: if two lines are parallel, then m1 = m2. This article explains why equal slopes force two lines to stay parallel, derives the rule, works through six examples, and clears up the mistakes that trip students up most.
What Is the Slope of Parallel Lines?
Two lines are parallel when they lie in the same plane and never intersect, no matter how far they are extended. The slope of a line is its steepness, written as the ratio rise over run, m = ( \frac{y_2 - y_1}{x_2 - x_1} ). Put those two ideas together and you get the core fact: parallel lines have equal slopes, so m1 = m2.
The reasoning is short. Slope measures the angle a line makes with the horizontal, and parallel lines make the same angle with the horizontal, which keeps them from ever crossing, so they must carry the same slope. The relationship runs both ways: equal slopes (with different y-intercepts) guarantee the lines are parallel, and parallel lines guarantee equal slopes.
How to Find the Slope of a Parallel Line
When a problem hands you one line and asks for a line parallel to it, you do not compute anything new for the slope. You copy it.
- Find the slope of the given line. If it is in slope-intercept form y = mx + b, the slope is the coefficient m. If it is in standard form ax + by = c, rearrange to y = mx + b first.
- The parallel line has the same slope.
- Use any extra information (a point the new line passes through) to pin down its y-intercept, not its slope.
The Derivation: Why m₁ = m₂
The formula for the angle ( \theta ) between two lines with slopes m1 and m2 is:
( \tan \theta = \left| \frac{m_1 - m_2}{1 + m_1 m_2} \right| )
Parallel lines never meet, so the angle between them is 0°. Substituting ( \theta = 0° ) gives ( \tan 0° = 0 ), which forces the numerator to vanish:
( \frac{m_1 - m_2}{1 + m_1 m_2} = 0 \Rightarrow m_1 - m_2 = 0 \Rightarrow m_1 = m_2 )
The angle formula uses ( \tan \theta ), the tangent ratio from trigonometry; here all that matters is that ( \tan 0° = 0 ). So "equal slopes" is not a rule to memorize on faith. It falls straight out of the angle between two lines being zero.
Examples of the Slope of Parallel Lines
Example 1
Find the slope of any line parallel to y = 3x + 7.
The line is in slope-intercept form with m = 3. A parallel line has the same slope.
Final answer: slope = 3.
Example 2
Find the slope of a line parallel to 2x + 3y = 12.
Solving gives y = -( \frac{2}{3} )x + 4, giving a slope of -( \frac{2}{3} ). The parallel line copies this slope.
Final answer: slope = -( \frac{2}{3} ).
Example 3
Are the lines y = 4x - 1 and 8x - 2y = 6 parallel?
Both lines have slope m = 4. So the lines are parallel.
Final answer: yes.
Example 4
Find the equation of the line through (1,5) parallel to y = 2x + 9.
The parallel line has slope m = 2. Using point-slope form:
y - 5 = 2(x - 1) \Rightarrow y = 2x + 3.
Final answer: y = 2x + 3.
Example 5
Are the lines y = 4 and y = -2 parallel, and what is their slope?
Every horizontal line has slope 0. Both lines are parallel.
Final answer: parallel, slope = 0.
Example 6
A line passes through (0, 1) and (2, 7). A second line passes through (-3, -4) and (1, 8). Are they parallel?
First slope: m1 = 3. Second slope: m2 = 3. Equal slopes, so the lines are parallel.
Final answer: yes.
Why Equal Slopes Matter Beyond the Worksheet
The "same tilt holds them apart" idea applies in various fields such as rail and road design, architecture, computer graphics, and economics.
Where Students Trip Up on the Slope of Parallel Lines
- Mistake 1: Reading the slope off standard form without rearranging.
- Mistake 2: Confusing parallel with perpendicular.
- Mistake 3: Calling identical lines "parallel."
Key Takeaways
- The slope of parallel lines is equal: if two lines are parallel, then m1 = m2.
- To find a parallel line, copy the slope and use a given point to fix the new y-intercept.
Practice These Problems to Solidify Your Understanding
- Find the slope of any line parallel to y = -5x + 2.
- Are the lines 3x - y = 4 and y = 3x + 1 parallel? Justify with their slopes.
- Find the equation of the line through (2, -1) parallel to y = ( \frac{1}{2} )x + 6.