Parallel and Perpendicular Lines in Coordinates
Use equal gradients for parallel lines and a gradient product of -1 for perpendicular ones, and apply both to find missing lines, midpoints and distances.
What a learner can do afterwards
- Find the line through (1, 4) perpendicular to y = 2x - 3
- Show that two given lines are parallel and never meet
- Find the perpendicular bisector of the segment joining two points
1 · Read
Last stop gave you the equation of any one line. The Ridgeway practice strip needs two at a time: its long edges have to stay the same distance apart, and the gate path has to meet them square. Both jobs are settled by gradients alone. Two lines are parallel when their gradients are equal and their intercepts are not. If both match, they are not two lines at all, they are one line written twice. Neither test works until both equations are in y = mx + c, so rearrange first and compare second.
Perpendicular is the other relation, and its test is a product. Two lines meet at a right angle exactly when their gradients multiply to -1. That makes each gradient the negative reciprocal of the other: flip the fraction and change the sign. A gradient of 3 pairs with -1/3, and -3/4 pairs with 4/3. Whole numbers are fractions too, so 6 is 6/1 and pairs with -1/6. The quickest check on any pair is to multiply them, not to eyeball the signs, because two gradients can have opposite signs and still cross at an ordinary angle.
The gate path runs through the peg at (1, 4) and has to meet the edge y = 2x - 3 square. The edge's gradient is 2, so the path's is -1/2. From there it is the previous stop's job: y - 4 = -(1/2)(x - 1). Multiply every term by 2 to clear the fraction: 2y - 8 = -x + 1. Moving everything to one side gives x + 2y - 9 = 0. Check the point: 1 + 8 - 9 = 0. Check the gradient: 2y = -x + 9 gives y = -(1/2)x + 4.5, and 2 times -1/2 is -1.
Two more tools come off the same coordinates. The midpoint of a segment is the average of the two x values and the average of the two y values, so (2, 1) and (14, 10) have midpoint (8, 5.5). The length is Pythagoras on the differences: the horizontal gap is 14 - 2 = 12, the vertical gap is 10 - 1 = 9, and the segment is the hypotenuse, so its length is the square root of 12² + 9², which is 15. Differences can come out negative, but squaring removes the sign, so the order does not matter.
A perpendicular bisector halves a segment at a right angle, so it needs a midpoint and a gradient. Take (1, 2) and (5, 8), midpoint (3, 5). The segment's gradient is (8 - 2) / (5 - 1) = 3/2, so the bisector's is -2/3. Then y - 5 = -(2/3)(x - 3), and multiplying by 3 gives 2x + 3y - 21 = 0. Check the midpoint: 6 + 15 - 21 = 0. A flat segment has gradient 0, which cannot be flipped, so its bisector is the vertical line x = a through its midpoint. Every point on a bisector is the same distance from both ends.
Two lines are parallel when their gradients are equal, and perpendicular when their gradients multiply to -1, which makes each the negative reciprocal of the other. Rearrange into y = mx + c before comparing. The midpoint averages the two coordinates, and the length is Pythagoras on the differences. A perpendicular bisector uses both: the midpoint for a point, the negative reciprocal for a gradient.
2 · Watch
Take it off screen
Where it sits
Where this leads
Jobs that lean on this skill. Follow one to see everything it is built on.
24 questions wait behind this lesson, each with its answer explained. Every answer feeds the sky: stars light as they are learned, and dim when it is time to come back.