Straight Lines
The straight line is the simplest yet most powerful geometric object in coordinate geometry.
Start with the simplest version: this lesson is about Straight Lines. If you can explain the core idea to a friend using everyday language, examples, and one clear reason why it matters, you have moved from memorising to understanding.
The straight line is the simplest yet most powerful geometric object in coordinate geometry. From the equation of a line through two points to the angle between lines, this chapter combines algebra and geometry to describe and analyze one-dimensional objects in a two-dimensional space. Lines are fundamental to understanding chapter-10-conic-sections (which study curves related to lines) and provide the foundation for multivariable calculus and optimization problems. Engineers use line equations to model relationships, economists use them to represent demand and supply, and physicists use them to describe motion at constant velocity.
The Coordinate Plane and Distance
In the coordinate plane, every point is identified by an ordered pair (x, y). The distance between two points (x₁, y₁) and (x₂, y₂) is:
Distance Formula: d = √[(x₂ - x₁)² + (y₂ - y₁)²]
This comes directly from the Pythagorean theorem: the distance is the hypotenuse of a right triangle with legs of length |x₂ - x₁| and |y₂ - y₁|.
The midpoint of a line segment joining these points is:
Midpoint Formula: M = ((x₁ + x₂)/2, (y₁ + y₂)/2)
Slope: Measuring Steepness
The slope measures how steep a line is—how much vertical change occurs for horizontal change.
Slope Formula: m = (y₂ - y₁) / (x₂ - x₁)
- m > 0: Line tilts upward (positive slope)
- m < 0: Line tilts downward (negative slope)
- m = 0: Horizontal line
- m is undefined: Vertical line
Slope Interpretation: A slope of 3 means for every 1 unit right, the line goes 3 units up.
Equations of Lines
Point-Slope Form: y - y₁ = m(x - x₁)
Use when you know a point (x₁, y₁) on the line and its slope m.
Slope-Intercept Form: y = mx + b
Here, m is slope and b is the y-intercept (where the line crosses the y-axis).
Two-Point Form: (y - y₁)/(y₂ - y₁) = (x - x₁)/(x₂ - x₁)
Use when you know two points.
General Form: ax + by + c = 0
All line equations can be written this way.
Intercept Form: x/a + y/b = 1
Where a is the x-intercept and b is the y-intercept.
Parallel and Perpendicular Lines
Parallel lines have the same slope: if line L₁ has slope m₁ and line L₂ has slope m₂, then L₁ ∥ L₂ iff m₁ = m₂.
Perpendicular lines have slopes that are negative reciprocals: L₁ ⊥ L₂ iff m₁ × m₂ = -1 (or m₂ = -1/m₁).
Intuitively, if one line has slope 2, a perpendicular line has slope -1/2. The steepness is inverted and the direction flipped.
Angle Between Two Lines
The acute angle θ between lines with slopes m₁ and m₂ is:
tan θ = |m₁ - m₂| / |1 + m₁m₂|
This formula captures how the slopes relate to create the angle. When m₁m₂ = -1 (perpendicular), the denominator is 0, making the angle 90°.
Distance from Point to Line
The perpendicular distance from point (x₀, y₀) to line ax + by + c = 0 is:
Distance = |ax₀ + by₀ + c| / √(a² + b²)
This is the shortest distance—a perpendicular from the point to the line.
Family of Lines
Lines through a single point can be written parametrically: fix the point and vary slope.
Lines with a fixed slope differ only in y-intercept: y = mx + c where m is fixed and c varies.
Concurrence: Multiple lines intersecting at one point often satisfy a constraint. Finding this constraint involves solving the system of line equations.
Application: Linear Models
Many real relationships are approximately linear:
- Cost = fixed overhead + variable cost per unit: C(x) = a + bx
- Temperature decreases linearly with altitude
- Velocity changes linearly under constant acceleration
The power of linear equations is that we can solve for unknowns and make predictions using algebra.
Key Formulas
- Distance: d = √[(x₂ - x₁)² + (y₂ - y₁)²]
- Midpoint: ((x₁ + x₂)/2, (y₁ + y₂)/2)
- Slope: m = (y₂ - y₁)/(x₂ - x₁)
- Slope-intercept form: y = mx + b
- Angle between lines: tan θ = |m₁ - m₂| / |1 + m₁m₂|
- Point-to-line distance: |ax₀ + by₀ + c| / √(a² + b²)
Socratic Questions
- Why does the distance formula derive from the Pythagorean theorem? Can you visualize the right triangle formed by two points and the coordinate axes?
- Two lines with slopes m₁ = 2 and m₂ = -1/2 are perpendicular. Why must the slopes be negative reciprocals? What geometric property makes this relationship necessary?
- When you use point-slope form y - y₁ = m(x - x₁), what does the expression (y - y₁)/(x - x₁) represent geometrically? Why does setting it equal to m define the entire line?
- The angle between two lines depends on their slopes via tan θ = |m₁ - m₂| / |1 + m₁m₂|. Why does the formula fail (denominator becomes zero) when lines are perpendicular? What does this reveal about the relationship?
- If you have a point not on a line, what does the perpendicular distance represent? Why is the perpendicular the shortest possible distance from point to line?
