Pure mathematics
Coordinate Geometry: Straight Lines, Circles, and Parametric Equations
Year 12 · Year 13
- ✓By the end of this lesson students will be able to find the equation of a straight line, including parallel and perpendicular lines.
- ✓By the end of this lesson students will be able to find the distance between two points and the coordinates of a midpoint.
- ✓By the end of this lesson students will be able to use and convert between different forms of the equation of a circle, and find the equation of a tangent to a circle.
- ✓By the end of this lesson students will be able to convert parametric equations to Cartesian form and find the gradient of a curve defined parametrically.
Key concepts
The gradient (m) of a straight line passing through two points (x₁, y₁) and (x₂, y₂) measures its steepness. A positive gradient indicates an upward slope from left to right, a negative gradient indicates a downward slope. A horizontal line has a gradient of 0, and a vertical line has an undefined gradient.
There are several forms for the equation of a straight line. The gradient-intercept form is y = mx + c, where m is the gradient and c is the y-intercept. The point-gradient form is y - y₁ = m(x - x₁), useful when a point (x₁, y₁) and the gradient m are known. The general form is ax + by + c = 0, where a, b, and c are integers.
Two non-vertical straight lines are parallel if and only if they have the same gradient (m₁ = m₂). Two non-vertical straight lines are perpendicular if and only if the product of their gradients is -1 (m₁m₂ = -1). This means the gradient of one line is the negative reciprocal of the other (m₂ = -1/m₁).
The distance between two points (x₁, y₁) and (x₂, y₂) can be found using the Pythagorean theorem.
The coordinates of the midpoint of a line segment joining points (x₁, y₁) and (x₂, y₂) are found by averaging the x-coordinates and averaging the y-coordinates.
A circle with centre (a, b) and radius r has the equation (x - a)² + (y - b)² = r². This form directly gives the centre and radius.
The general form of the equation of a circle is x² + y² + 2fx + 2gy + c = 0. From this form, the centre of the circle is (-f, -g) and the radius is √(f² + g² - c). This form is often obtained by expanding the standard form or by completing the square to convert back to standard form.
The tangent to a circle at any point is perpendicular to the radius at that point. To find the equation of a tangent, first find the gradient of the radius from the centre to the point of tangency, then use the perpendicular gradient rule to find the gradient of the tangent.
Parametric equations define the x and y coordinates of points on a curve in terms of a third variable, called a parameter (often t or θ). For example, x = f(t) and y = g(t). To convert to a Cartesian equation, eliminate the parameter.
To find the gradient dy/dx of a curve defined by parametric equations x = f(t) and y = g(t), we use the chain rule.
Key facts to remember
- 1Gradient of a line through (x₁, y₁) and (x₂, y₂) is m = (y₂ - y₁) / (x₂ - x₁).
- 2Equation of a line: y = mx + c or y - y₁ = m(x - x₁).
- 3Parallel lines have equal gradients (m₁ = m₂).
- 4Perpendicular lines have gradients whose product is -1 (m₁m₂ = -1).
- 5Distance between (x₁, y₁) and (x₂, y₂) is d = √((x₂ - x₁)² + (y₂ - y₁)²).
- 6Midpoint of a line segment is M = ((x₁ + x₂)/2, (y₁ + y₂)/2).
- 7Equation of a circle with centre (a, b) and radius r is (x - a)² + (y - b)² = r².
- 8For a circle x² + y² + 2fx + 2gy + c = 0, the centre is (-f, -g) and radius is √(f² + g² - c).
- 9The gradient of a curve given parametrically by x = f(t) and y = g(t) is dy/dx = (dy/dt) / (dx/dt).
Worked examples
Example 1
Points A and B have coordinates (2, 5) and (8, -1) respectively. Find: (a) The gradient of the line AB. (b) The equation of the line AB in the form y = mx + c. (c) The length of the line segment AB. (d) The equation of the perpendicular bisector of AB.
Answer
(a) -1 (b) y = -x + 7 (c) 6√2 (d) y = x - 3
Remember to simplify surds where possible for exact answers.
Example 2
A circle C has the equation x² + y² - 4x + 6y - 3 = 0. (a) Find the coordinates of the centre and the radius of C. (b) Show that the point P(5, -2) lies on C. (c) Find the equation of the tangent to C at P, giving your answer in the form ax + by + c = 0.
Answer
(a) Centre (2, -3), Radius 4 (b) (2 - 2)² + (1 + 3)² = 0² + 4² = 16. Hence P(2, 1) lies on C. (c) y - 1 = 0
Always check if the given point actually lies on the circle before proceeding with tangent calculations. If the radius is vertical or horizontal, the tangent will be horizontal or vertical, respectively.
Example 3
A curve is defined by the parametric equations x = 3t² and y = 6t. (a) Find the Cartesian equation of the curve. (b) Find dy/dx in terms of t. (c) Find the equation of the tangent to the curve at the point where t = 2.
Answer
(a) y² = 12x (b) dy/dx = 1/t (c) x - 2y + 12 = 0
Always ensure your final Cartesian equation is in a standard, simplified form. When finding the tangent, remember to find both the point and the gradient at the specified parameter value.
Common mistakes
- ✗Incorrectly calculating the gradient, especially sign errors or swapping x and y terms.
- ✗Forgetting to take the negative reciprocal for perpendicular gradients (e.g., just using the negative).
- ✗Errors in completing the square when converting a circle's general equation to standard form, particularly with the signs or squaring the constant term.
- ✗Confusing the centre (a, b) in (x - a)² + (y - b)² = r² with the coefficients in x² + y² + 2fx + 2gy + c = 0 (where the centre is (-f, -g)).
- ✗Forgetting to divide by dx/dt when finding dy/dx from parametric equations, or incorrectly differentiating with respect to x instead of t.
Exam tips
- ★Always draw a sketch for coordinate geometry problems; it helps visualise the problem and can prevent simple errors.
- ★Be systematic when completing the square for circle equations. Group x-terms and y-terms, then balance the equation.
- ★When finding the equation of a tangent to a circle, remember that the radius to the point of tangency is perpendicular to the tangent. Find the gradient of the radius first.
- ★For parametric equations, clearly show your steps for dx/dt, dy/dt, and then dy/dx. If asked for the equation of a tangent, remember to find both the point (x, y) and the gradient (dy/dx) at the given parameter value.
Ready to practise?
Try a problem on this topic
Snap a photo or type a question — get step-by-step working instantly.
