Coordinate Geometry of Lines
Coordinate Geometry of Lines
Coordinate geometry bridges algebra and geometry by using graphs and equations to describe lines. Two of the most important concepts are understanding how slopes relate to parallel and perpendicular lines, and calculating distances on the coordinate plane.
Slopes of Parallel and Perpendicular Lines
The slope of a line, often denoted by m, measures its steepness. By comparing the slopes of two lines, we can determine their geometric relationship:
- Parallel Lines: Two non-vertical lines are parallel if and only if they have the exact same slope. m1=m2
- Perpendicular Lines: Two non-vertical lines are perpendicular (intersecting at a 90∘ angle) if their slopes are negative reciprocals of each other. Their product is always −1. m1⋅m2=−1orm2=−m11
Finding the Equation of a Line
If you know a point on a line (x1,y1) and its slope m, you can find its equation using the point-slope form: y−y1=m(x−x1)
Example: Find the equation of the line through (2,5) perpendicular to y=3x−1.
- Identify the slope: The given line is y=3x−1, which is in slope-intercept form (y=mx+b). Its slope is m1=3.
- Find the perpendicular slope: The slope of our new line must be the negative reciprocal, so m2=−31.
- Use the point-slope form: Substitute m=−31 and the point (2,5). y−5=−31(x−2)
- Simplify (optional): Multiply the entire equation by 3 to clear the fraction. 3(y−5)=−1(x−2) 3y−15=−x+2⟹x+3y−17=0
Distance from a Point to a Line
To find the shortest (perpendicular) distance d from a point (x1,y1) to a line given in the standard form Ax+By+C=0, use the distance formula: d=A2+B2∣Ax1+By1+C∣
Example: Find the distance from point (3,4) to the line 2x−y+1=0.
- Identify the components: From the line equation, A=2, B=−1, and C=1. From the point, x1=3 and y1=4.
- Apply the formula: d=22+(−1)2∣2(3)+(−1)(4)+1∣ d=4+1∣6−4+1∣ d=5∣3∣=53
- Rationalize the denominator: Multiply the top and bottom by 5. d=535