How do you write an equation of a line that is parallel to another?

1 Answer
Jan 5, 2015

Parallel lines are lines that never intersect. Because of this, a pair of parallel lines have to have the same slope, but different intercepts (if they had the same intercepts, they would be identical lines).

So, to find an equation of a line that is parallel to another, you have to make sure both equations have the same slope. In the general equation of a line #y=mx+b# , the #m# represents your slope value.

An example of paralell lines would therefore be:

(1) #y=mx+b#
(2) #y=mx +c#

With #b# and #c# being any constants. Note that they have to be different, because if they were equal, then you'd just have two identical lines that technically intersect in every single point.

Sometimes though, linear equations aren't in the form #y=mx+b#. You could have something like:

#8x+2y=16#

Here, you can't directly pick out the slope. But you could always turn that into the form #y=mx+b# to find your slope #m# by simply solving for #y#.

#8x+2y=16#
#2y=16-8x#
#y=8-4x=-4x+8#
There we go. We can see that #m=-4# here. So to write a line parallel to that, we have the general equation of

#y=-4x+# any constant except for #8#.