Why Straight Lines Matter in Coordinate Geometry
Ever wondered how a GPS draws the shortest route on a map? That route is basically a straight line in the coordinate plane, and mastering its equations unlocks a lot of exam problems.
💡 In Simple Words: A straight line is just a set of points that line up perfectly in a plane. By writing an equation, we give that line a name so we can find any point on it, check if two lines meet, or see if they run side‑by‑side.
Key Terms You’ll Meet
- Slope – the steepness of the line; think of it as how fast water rises as it flows down a pipe.
- Y‑intercept – the point where the line crosses the y‑axis (the vertical line); it’s like where a road meets the north‑south line on a map.
- Parallel lines – lines that never meet, no matter how far they extend.
- Perpendicular lines – lines that meet at a right angle (90°), just like the corner of a notebook.
- Collinear – three or more points that lie on the same straight line.
Forms of a Straight‑Line Equation
Slope‑Intercept Form (y = mx + c)
Here m is the slope and c is the y‑intercept. It’s the most handy when you already know the slope and where the line hits the y‑axis.
Point‑Slope Form (y – y₁ = m(x – x₁))
If you have a point (x₁, y₁) on the line and the slope, plug them in. It’s like saying “Start at this point and go up‑and‑right with this steepness.”
Two‑Point Form
When you know two points (x₁, y₁) and (x₂, y₂), first find the slope m = (y₂‑y₁)/(x₂‑x₁) and then use the point‑slope form. This is the go‑to for many exam questions.
General Form (Ax + By + C = 0)
This version works for vertical lines (where slope would be infinite) because it doesn’t need a slope at all. A, B, C are constants; if you divide the whole equation by B (when B≠0) you can turn it back into slope‑intercept form.
Finding the Equation Step‑by‑Step
Let’s walk through the most common scenario: you have two points and need the equation.
Follow the arrows: calculate the slope, write the point‑slope equation, then tidy it up. If the question asks for the slope‑intercept form, simply solve for y.
Parallel and Perpendicular Lines
Two lines are parallel when their slopes are equal (m₁ = m₂). They never intersect, just like train tracks that run side‑by‑side.
Two lines are perpendicular when the product of their slopes is –1 (m₁ × m₂ = –1). Imagine a perfect “L” shape; the steepness of one line is the negative reciprocal of the other.
Example: If a line has slope 3, a line perpendicular to it will have slope –1/3.
Quick Reference Table
| Situation | Best Form to Use | Key Steps |
|---|---|---|
| Known slope and y‑intercept | Slope‑Intercept (y = mx + c) | Insert m and c directly. |
| One point + slope | Point‑Slope (y‑y₁ = m(x‑x₁)) | Plug the point and m, then simplify. |
| Two points | Two‑Point → Point‑Slope | Find m, then use point‑slope. |
| Vertical line | General (x = k) | Set x equal to the constant x‑value. |
| Parallel to a given line | Use same slope | Take slope from given line, use point‑slope with new point. |
| Perpendicular to a given line | Use negative reciprocal slope | Flip and change sign of given slope, then point‑slope. |
📝 Likely Exam Questions
- Find the equation of the line passing through (2, 5) and (‑3, ‑1) in slope‑intercept form.
Answer: Slope m = (‑1‑5)/(‑3‑2)=‑6/‑5=6/5. Using point (2,5): y‑5 = (6/5)(x‑2) → y = (6/5)x + (5‑12/5) = (6/5)x + 13/5. - Write the equation of a line parallel to 4x ‑ y + 2 = 0 and passing through (1, 3).
Answer: Original slope = 4 (since y = 4x + 2). Parallel line: y‑3 = 4(x‑1) → y = 4x ‑ 1. - Determine whether the points (1, 2), (3, 6) and (5, 10) are collinear.
Answer: Slope between first two = (6‑2)/(3‑1)=4/2=2. Slope between last two = (10‑6)/(5‑3)=4/2=2. Same slope ⇒ points are collinear. - Find the equation of the line perpendicular to y = –2x + 7 and passing through (‑4, ‑3).
Answer: Perpendicular slope = 1/2. Use point‑slope: y + 3 = (1/2)(x + 4) → y = (1/2)x + (2 ‑ 3) = (1/2)x ‑ 1. - Convert the general form 3x + 4y ‑ 12 = 0 to slope‑intercept form and state its slope and y‑intercept.
Answer: 4y = –3x + 12 → y = (‑3/4)x + 3. Slope = –3/4, y‑intercept = 3.