Points and distances
Both of these come straight from a right-angled triangle drawn between the two points.
The midpoint is just the average of the coordinates. The distance is Pythagoras.
Gradients, parallel and perpendicular
Negative reciprocal means two changes, not one: flip the fraction and change the sign. The perpendicular to a line of gradient 3 has gradient , not 3, not , and not .
The equation of a straight line
Given a gradient and any point on the line:
Given two points, find first, then use either point — both give the same line.
The equation of a circle
Read the signs carefully: centre gives , because subtracting is adding 3. And the right-hand side is , not .
To build the equation you need the centre and the radius. If you are given the centre and a point on the circle, the radius is the distance between them — and since you only ever need , you can stop before taking the square root.
The general form
Expanding the equation above and collecting terms gives the other form you will meet:
The coefficients of and are and , so halve them and change the sign to get the centre. For : half of is , so and the -coordinate of the centre is . Similarly gives . The centre is and the radius is .
You can also complete the square in and in to convert one form into the other, which is worth practising because it explains where the formula comes from.
Tangents to a circle
The key geometric fact:
So to find the tangent at a point on a circle with centre :
- Find the gradient of .
- Take its negative reciprocal — that is the gradient of the tangent.
- Use with the point .
Does a line meet a circle?
Substitute the line into the circle to eliminate one variable. You are left with a quadratic, and its discriminant answers the question:
- — the line cuts the circle at two points;
- — the line is a tangent;
- — the line misses the circle entirely.
This is the same discriminant test used for a line and a parabola. "Show that the line is a tangent to the circle" always means "show the discriminant is zero", and the repeated root it gives you is the -coordinate of the point of contact.