Analytical Geometry: Lines
Master straight lines in the coordinate plane
Interactive Line Graph: y = mx + c
This topic covers straight lines in the coordinate plane, including distance, midpoint, gradient, and equations. Use the interactive graph above - change m (gradient) and c (y-intercept) and click Update to see how the line changes!
Learning Outcomes
- Plot points and navigate the Cartesian coordinate system
- Calculate distance between points and find midpoints
- Determine gradient (slope) of lines
- Write equations of straight lines in different forms
- Identify parallel and perpendicular lines
- Determine if points are collinear
The Cartesian Coordinate System
Coordinate Plane
- x-axis: Horizontal axis
- y-axis: Vertical axis
- Origin: (0,0)
- Quadrants: I (+,+), II (-,+), III (-,-), IV (+,-)
Plotting Points
- Ordered pair: (x, y)
- x-coordinate: Horizontal position
- y-coordinate: Vertical position
- Example: (3, -2) → right 3, down 2
Example Points
Quiz 1 - Coordinate System
Which quadrant contains the point (-3, 5)
Distance Between Two Points
d = √[(x2 - x1)² + (y2 - y1)²]
Example: Finding Distance
Find distance between (1,2) and (4,6)
Quiz 2 - Distance
Distance between (0,0) and (3,4)
Midpoint of a Line Segment
M = [(x1 + x2)/2, (y1 + y2)/2]
Example 1
Example 2
Quiz 3 - Midpoint
Midpoint of (2,4) and (6,8)
Gradient (Slope) of a Line
m = (y2 - y1) / (x2 - x1)
Positive Gradient
Line rises left to right
Negative Gradient
Line falls left to right
Zero & Undefined
Zero: horizontal (m=0)
Undefined: vertical line
Quiz 4 - Gradient
Gradient through (1,3) and (4,9)
Equation of a Straight Line
Slope-Intercept Form
m = gradient, c = y-intercept
Point-Slope Form
Use with point and gradient
Finding Equations
- Gradient 2, y-intercept 3 → y = 2x + 3
- Through (1,5), gradient -1 → y = -x + 6
- Through (2,3) and (4,7) → y = 2x - 1
Parallel and Perpendicular Lines
Parallel Lines
Equal gradients: m1 = m2
Perpendicular Lines
Negative reciprocals: m1 × m2 = -1
Quiz 5 - Line Relationships
Are y = 3x + 2 and y = 3x - 4 parallel
Collinear Points
Example 1 (Collinear)
(1,2), (3,6), (5,10)
Example 2 (Not Collinear)
(-2,-1), (0,1), (2,4)
Practice & Assess
Match - Formulas
Fill - Distance Formula
d = √[(x2 - x1)² + (___ - y1)²]
Practice Questions
Distance between (-1,4) and (3,-2)
Midpoint of (5,-3) and (-1,7)
Gradient through (-2,5) and (4,-1)