Welcome to the World of Coordinate Geometry!

Welcome! In this chapter of your Pure Maths (P1) journey, we are going to explore Coordinate Geometry. Think of this as the bridge between Algebra and Shapes. We take equations and turn them into pictures (graphs), and we take pictures and turn them into equations.

Whether you are planning to be an architect, a game developer, or a navigator, coordinate geometry is the "GPS" of mathematics. Don't worry if it feels like a lot of formulas at first—we will break them down into simple steps that anyone can follow!

1. The Building Blocks: Gradient, Midpoint, and Distance

Before we build houses, we need bricks. In coordinate geometry, our "bricks" are the properties of a line connecting two points: \( (x_1, y_1) \) and \( (x_2, y_2) \).

The Gradient (Steepness)

The gradient (usually called \( m \)) tells us how steep a line is. It is simply the "rise" divided by the "run."

\( m = \frac{y_2 - y_1}{x_2 - x_1} \)

Analogy: Imagine walking up a hill. The gradient is how much higher you get for every step you take forward. If the hill goes down, the gradient is negative!

The Midpoint (The Center)

The midpoint is exactly what it sounds like—the point right in the middle. To find it, just find the average of the \( x \) coordinates and the average of the \( y \) coordinates.

\( \text{Midpoint} = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right) \)

The Distance (Length of the Line)

To find the length of a line between two points, we use a version of Pythagoras’ Theorem.

\( d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \)

Quick Review:
Gradient: Difference in \( y \) / Difference in \( x \).
Midpoint: Add them up and divide by 2.
Distance: Use the "Pythagoras" style formula.

2. Equations of a Straight Line

There are three main ways to write the equation of a line. You need to be comfortable with all of them!

Form 1: The Classic \( y = mx + c \)

This is likely the one you remember from earlier years. \( m \) is the gradient and \( c \) is the \( y \)-intercept (where the line crosses the vertical axis).

Form 2: The Pro Choice \( y - y_1 = m(x - x_1) \)

This is the most useful form for AS Level! If you have one point \( (x_1, y_1) \) and the gradient \( m \), you just plug them in and you are done. No need to calculate \( c \) separately!

Example: Find the line through \( (2, 5) \) with gradient 3.
\( y - 5 = 3(x - 2) \)

Form 3: The General Form \( ax + by + c = 0 \)

Sometimes the exam will ask you to give your answer in this form. This just means moving everything to one side of the equals sign so it equals zero. Usually, we try to keep \( a \), \( b \), and \( c \) as whole numbers (integers).

Common Mistake to Avoid:
When using \( y - y_1 = m(x - x_1) \), students often mix up the \( x \) and \( y \). Remember: \( y \) stays with \( y \), and \( x \) stays with \( x \)!

Key Takeaway: Use \( y - y_1 = m(x - x_1) \) to start your working, then rearrange it into whatever form the question asks for.

3. Parallel and Perpendicular Lines

How do lines relate to each other? Their gradients tell the whole story.

Parallel Lines

Parallel lines are like train tracks—they never meet because they have the exact same gradient.

If Line 1 has gradient \( m_1 \) and Line 2 has gradient \( m_2 \), then: \( m_1 = m_2 \).

Perpendicular Lines

Perpendicular lines meet at a perfect 90-degree angle (a right angle). Their gradients have a special relationship: if you multiply them together, you get -1.

\( m_1 \times m_2 = -1 \)

The Trick: To find a perpendicular gradient, find the "Negative Reciprocal." This is just a fancy way of saying: Flip the fraction and change the sign!

Example: If a line has gradient \( \frac{2}{3} \), the perpendicular line has gradient \( -\frac{3}{2} \).

Did you know?
If a line is perfectly horizontal (gradient = 0), the perpendicular line is perfectly vertical. Vertical lines have an "undefined" gradient because you can't divide by zero!

4. Intersections: Where Lines and Curves Meet

Sometimes a line will cross another line, or even a curve (like a quadratic). To find the intersection points, we use Simultaneous Equations.

The Step-by-Step Process:

1. Start with the equations of the line and the curve (e.g., \( y = 2x + 1 \) and \( y = x^2 - 4 \)).
2. Substitute the line equation into the curve equation. Since both equal \( y \), you can set them equal to each other: \( x^2 - 4 = 2x + 1 \).
3. Rearrange into a quadratic equation equal to zero: \( x^2 - 2x - 5 = 0 \).
4. Solve for \( x \) using factorising or the quadratic formula.
5. Plug your \( x \) values back into the line equation to find the matching \( y \) values.

Interpreting the Results (The Discriminant Connection)

When you combine the equations into a quadratic \( ax^2 + bx + c = 0 \), the discriminant (\( b^2 - 4ac \)) tells you how many times they touch:

• If \( b^2 - 4ac > 0 \): They meet at two distinct points (The line cuts through the curve).
• If \( b^2 - 4ac = 0 \): They meet at one point (The line is a tangent—it just kisses the curve!).
• If \( b^2 - 4ac < 0 \): They never meet (The line misses the curve entirely).

Key Takeaway Summary:
Parallel: \( m_1 = m_2 \).
Perpendicular: \( m_1 \times m_2 = -1 \).
Intersection: Solve simultaneously and check the discriminant to see how many points they share.

Final Pro-Tip for Success

Always draw a quick sketch! Even a rough drawing of the coordinates and lines can help you spot if your answer is obviously wrong. If your calculation says the gradient is negative but your sketch shows the line going up, you'll know to double-check your signs!