ALG1-4.5

Equations of Parallel & Perpendicular Lines

Learn how slopes decide if lines are parallel or perpendicular, and write equations through a given point using point-slope form — with worked examples and common pitfalls.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on Equations of Parallel & Perpendicular Lines, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

Two lines on a graph can march side by side forever, cross at a perfect right angle, or meet at some ordinary slanted angle. You can tell which of those is happening without graphing anything — the slopes give it away. Parallel lines have identical slopes; perpendicular lines have slopes that are negative reciprocals of each other.

In this lesson you will use that fact in two directions. First, given two equations, you will decide whether the lines are parallel, perpendicular, or neither. Second, and more importantly, you will build a brand-new equation: given a line and a point that is not on it, you will write the equation of the line through that point that is parallel (or perpendicular) to the original. This is the skill that shows up later in geometry proofs, in coordinate distance problems, and any time you need to model something that runs alongside or squarely across an existing path.

The Slope Test for Parallel and Perpendicular Lines

Slope measures steepness and direction, so two lines that never meet must be climbing at exactly the same rate. That gives the first rule: two distinct non-vertical lines are parallel exactly when m1=m2m_1 = m_2. Their yy-intercepts must differ — if the slopes and the intercepts both match, you have one line written twice, not two parallel lines.

Perpendicular lines meet at a right angle, and their slopes are negative reciprocals: m1m2=1m_1 \cdot m_2 = -1, or equivalently m2=1m1m_2 = -\frac{1}{m_1}. Two things must change when you flip a slope: the fraction turns upside down and the sign switches. Students frequently do only one. If m1=34m_1 = \frac{3}{4}, the perpendicular slope is 43-\frac{4}{3}, not 43\frac{4}{3} and not 34-\frac{3}{4}.

A quick check on any answer: multiply the two slopes. If the product is 1-1, you flipped correctly.
RelationshipSlope conditionExample pair
Parallelm1=m2m_1 = m_2, different interceptsm=2m = 2 and m=2m = 2
Perpendicularm1m2=1m_1 m_2 = -1m=23m = \frac{2}{3} and m=32m = -\frac{3}{2}
Same linesame slope, same intercepty=2x+1y = 2x + 1 and 2y=4x+22y = 4x + 2
Neitherno match, product not 1-1m=2m = 2 and m=5m = 5
Whole numbers are the easiest place to slip. Treat m=4m = 4 as 41\frac{4}{1}; its perpendicular slope is 14-\frac{1}{4}. And a negative slope like m=52m = -\frac{5}{2} has perpendicular slope +25+\frac{2}{5}, because switching the sign of a negative makes it positive.

Pulling the Slope Out of Any Form

Before you can compare slopes, both equations have to reveal their slopes, and lines arrive in different outfits. In slope-intercept form y=mx+by = mx + b, the slope is sitting in front of xx — but only if yy is alone on one side with a coefficient of 11. In point-slope form yy1=m(xx1)y - y_1 = m(x - x_1), the slope is the number multiplying the parenthesis. In standard form Ax+By=CAx + By = C, you must solve for yy first.

For example, take 3x4y=83x - 4y = 8. Subtract 3x3x to get 4y=3x+8-4y = -3x + 8, then divide every term by 4-4: y=34x2y = \frac{3}{4}x - 2. The slope is 34\frac{3}{4}. Notice that dividing by a negative flipped both signs on the right — forgetting one of those signs is the single most common error in this whole topic.

A trap worth naming: in 3x4y=83x - 4y = 8, the slope is not 33 and it is not 4-4. Those are just the coefficients. If you want a shortcut for standard form, the slope of Ax+By=CAx + By = C is AB-\frac{A}{B}, which here gives 34=34-\frac{3}{-4} = \frac{3}{4}, matching the work above. Use the shortcut only after you understand why it works.

Another case to watch: 2y=6x+102y = 6x + 10 is not in slope-intercept form yet, because yy has a coefficient of 22. Divide through to get y=3x+5y = 3x + 5, slope 33. Equations like y=72xy = 7 - 2x also disguise the slope by reordering; rewrite it as y=2x+7y = -2x + 7 so you can see that m=2m = -2, not 77.

Writing the New Equation Through a Given Point

Every one of these problems has the same three-step shape, no matter how the given line is dressed.

Step one, find the slope of the given line. Step two, decide the slope you actually need: copy it for parallel, or take the negative reciprocal for perpendicular. Step three, plug that new slope and the given point into point-slope form yy1=m(xx1)y - y_1 = m(x - x_1), then simplify to whatever form the problem asks for.

Here is the reasoning behind step three: the new line and the old line share nothing except an angle. The old line's yy-intercept is irrelevant. Copying the entire equation and just changing the intercept by guessing is where students lose the thread — the point you were given determines the intercept, so you must substitute it.

Work one through. Write the line through (2,5)(-2, 5) parallel to y=3x+1y = -3x + 1. The given slope is 3-3, and parallel means the new slope is also 3-3. Substituting gives y5=3(x(2))y - 5 = -3(x - (-2)), which is y5=3(x+2)y - 5 = -3(x + 2). Distribute: y5=3x6y - 5 = -3x - 6. Add 55: y=3x1y = -3x - 1.

Check your answer two ways. Does it have the required slope? Yes, 3-3. Does the given point satisfy it? Substitute x=2x = -2: 3(2)1=61=5-3(-2) - 1 = 6 - 1 = 5, and the point's yy-coordinate is 55. Both checks pass.

If you would rather use slope-intercept form directly, substitute the point and the new slope into y=mx+by = mx + b and solve for bb: 5=3(2)+b5 = -3(-2) + b gives 5=6+b5 = 6 + b, so b=1b = -1. Same answer. Either route is fine — use the one your teacher asks for.

Horizontal Lines, Vertical Lines, and Other Trouble Spots

The negative-reciprocal rule has one exception, and problems love to use it. A horizontal line y=ky = k has slope 00. A vertical line x=hx = h has undefined slope. They are perpendicular to each other, but you cannot show it by multiplying slopes, because you cannot take the reciprocal of 00. Just memorize the pairing: horizontal and vertical lines are always perpendicular, and two horizontal lines (or two vertical lines) are always parallel.

So the line through (6,1)(6, -1) perpendicular to y=4y = 4 is the vertical line x=6x = 6. The line through (6,1)(6, -1) parallel to y=4y = 4 is the horizontal line y=1y = -1. Notice which coordinate you use in each case: a vertical line freezes xx, a horizontal line freezes yy.

A short list of places where answers go wrong, and how to catch each one:
MistakeLooks likeFix
Flipped but did not negate2552\frac{2}{5}\to\frac{5}{2}Check that the product is 1-1
Negated but did not flip2525\frac{2}{5}\to-\frac{2}{5}Same product check
Reused the old interceptnew line has the same bbSubstitute the given point
Sign error solving for yydropped a sign after dividing by a negativeDivide every term, one at a time
Used a coefficient as the slopecalled 4-4 the slope of 3x4y=83x - 4y = 8Solve for yy first
Build the habit of the two-part check on every answer: the slope must satisfy the required relationship, and the given point must make the equation true. Those two checks catch nearly everything.

Key terms

Slope.
The constant rate of change of a line, m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}, measuring vertical change per unit of horizontal change.
Parallel lines.
Distinct lines in the same plane that never intersect; non-vertical parallel lines have equal slopes and different yy-intercepts.
Perpendicular lines.
Lines that intersect at a right angle; their slopes multiply to 1-1, or one is horizontal and the other vertical.
Negative reciprocal.
The result of flipping a fraction and changing its sign. The negative reciprocal of ab\frac{a}{b} is ba-\frac{b}{a}.
Point-slope form.
yy1=m(xx1)y - y_1 = m(x - x_1), the fastest way to write a line when you know one point (x1,y1)(x_1, y_1) and the slope mm.
Slope-intercept form.
y=mx+by = mx + b, where mm is the slope and bb is the yy-coordinate of the yy-intercept.
Standard form.
Ax+By=CAx + By = C. Solving for yy reveals the slope, which equals AB-\frac{A}{B} when B0B \neq 0.
Undefined slope.
The slope of a vertical line x=hx = h; the run is 00, so the slope formula would require dividing by zero.

Worked example

Write, in slope-intercept form, the equation of the line that passes through (4,3)(4, -3) and is perpendicular to 2x+5y=102x + 5y = 10.
Start by finding the slope of the given line. It is in standard form, so solve for yy. Subtract 2x2x from both sides: 5y=2x+105y = -2x + 10. Divide every term by 55: y=25x+2y = -\frac{2}{5}x + 2. The given slope is m1=25m_1 = -\frac{2}{5}.

Now find the slope you need. Perpendicular means negative reciprocal, so flip 25\frac{2}{5} to 52\frac{5}{2} and change the sign from negative to positive: m2=52m_2 = \frac{5}{2}. Verify: 2552=1-\frac{2}{5} \cdot \frac{5}{2} = -1, so the flip is correct.

Substitute the new slope and the point (4,3)(4, -3) into point-slope form:y(3)=52(x4)y - (-3) = \frac{5}{2}(x - 4)Simplify the left side and distribute on the right:y+3=52x10y + 3 = \frac{5}{2}x - 10Note that 524=10\frac{5}{2} \cdot 4 = 10, not 2020 — multiply, then reduce carefully. Subtract 33 from both sides:y=52x13y = \frac{5}{2}x - 13Finally, run the two-part check. The slope is 52\frac{5}{2}, which is the negative reciprocal of 25-\frac{2}{5}, so the perpendicular condition holds. And substituting x=4x = 4 gives 52(4)13=1013=3\frac{5}{2}(4) - 13 = 10 - 13 = -3, matching the required yy-coordinate. The answer is y=52x13y = \frac{5}{2}x - 13.

Practice questions

Which equation describes a line parallel to 6x3y=96x - 3y = 9?
  1. y=12x+4y = -\frac{1}{2}x + 4
  2. y=2x7y = 2x - 7
  3. y=2x+9y = -2x + 9
  4. y=12x+3y = \frac{1}{2}x + 3

Answer: y=2x7y = 2x - 7

Solve the given equation for yy: subtract 6x6x to get 3y=6x+9-3y = -6x + 9, then divide every term by 3-3 to get y=2x3y = 2x - 3. The slope is 22. Parallel lines share that slope, so the answer must have slope 22 and a different intercept, which is y=2x7y = 2x - 7. The choice y=12x+4y = -\frac{1}{2}x + 4 is a common wrong answer because 12-\frac{1}{2} is the perpendicular slope, not the parallel one.
Write the equation of the line through (6,2)(-6, 2) that is perpendicular to y=34x5y = \frac{3}{4}x - 5. Give your answer in slope-intercept form and show how you know your answer is correct.

Answer: y=43x6y = -\frac{4}{3}x - 6

The given slope is 34\frac{3}{4}, so the perpendicular slope is 43-\frac{4}{3} (flip and negate). Using point-slope form: y2=43(x+6)y - 2 = -\frac{4}{3}(x + 6). Distributing gives y2=43x8y - 2 = -\frac{4}{3}x - 8, since 436=8-\frac{4}{3} \cdot 6 = -8. Adding 22 to both sides gives y=43x6y = -\frac{4}{3}x - 6. Check the slope product: 34(43)=1\frac{3}{4} \cdot \left(-\frac{4}{3}\right) = -1. Check the point: 43(6)6=86=2-\frac{4}{3}(-6) - 6 = 8 - 6 = 2, which matches.
A line passes through (5,7)(-5, 7) and is parallel to the line x=1x = 1. What is its equation, and why can you not use the negative reciprocal rule to find a line perpendicular to x=1x = 1?

Answer: x=5x = -5; the slope of x=1x = 1 is undefined, so it has no reciprocal.

The line x=1x = 1 is vertical. Any line parallel to it is also vertical, and a vertical line through (5,7)(-5, 7) freezes the xx-coordinate at 5-5, giving x=5x = -5. For the perpendicular question, a vertical line has undefined slope because the run between any two of its points is 00, and you cannot divide by zero or take a reciprocal of an undefined value. Instead you use the special pairing: any line perpendicular to a vertical line is horizontal, so through (5,7)(-5, 7) it would be y=7y = 7.

FAQ

How do I find a negative reciprocal quickly?
Write the slope as a fraction (a whole number 55 becomes 51\frac{5}{1}), swap the numerator and denominator, then change the sign. So 37\frac{3}{7} becomes 73-\frac{7}{3}, and 6-6 becomes 16\frac{1}{6}. Always confirm by multiplying: the two slopes must give exactly 1-1.
Do parallel lines have to have different y-intercepts?
Yes. If two equations have the same slope and the same yy-intercept, they are the same line, not a parallel pair. Watch for disguises: y=2x+1y = 2x + 1 and 4x2y=24x - 2y = -2 look different but simplify to the identical line.
Should I use point-slope form or slope-intercept form for these problems?
Either works. Point-slope form lets you substitute the point and slope immediately, which means fewer chances for a sign error. Slope-intercept form requires you to substitute the point, solve for bb, and then rewrite the equation. Many students find point-slope faster; just simplify to the form the problem asks for.
Why is the perpendicular slope negative instead of just flipped?
Rotating a line by a right angle turns a rise-over-run of ab\frac{a}{b} into a run-over-rise in the opposite direction, ba-\frac{b}{a}. Picture it: if a line rises steeply going right, a line crossing it at a right angle must fall gently going right. If you only flip without negating, both lines still point upward and cannot form a right angle.

Learn this with a teacher, not a page

The Crimsora tutor teaches Equations of Parallel & Perpendicular Lines live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.