Welcome to the World of Coordinate Geometry!
Hello there! Welcome to one of the most useful chapters in your P1: Pure Maths journey. Think of Coordinate Geometry as a bridge between algebra and pictures. Instead of just looking at equations like \(y = 2x + 1\), we are going to learn how to map them out, find distances, and see how different lines "talk" to each other on a graph.
Whether you’re aiming for top marks or just trying to get through the basics, these notes are designed to make things clear and simple. Don’t worry if some of the formulas look a bit "maths-heavy" at first—we’ll break them down step-by-step!
1. The Building Blocks: Distance, Midpoints, and Gradients
Before we build lines, we need to know how to handle the points that make them. Imagine you have two points on a map: \(A(x_1, y_1)\) and \(B(x_2, y_2)\).
The Gradient (The Slope)
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}\)
Quick Tip: If the line goes up as you move right, the gradient is positive. If it goes down, it’s negative!
The Distance Between Two Points
This is just the Pythagorean Theorem in disguise! To find the distance \(d\) between points \(A\) and \(B\):
\(d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}\)
The Midpoint
The midpoint is the point exactly halfway between \(A\) and \(B\). Think of it as the average of the coordinates.
\(Midpoint = (\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2})\)
Did you know? We use these formulas every day in GPS technology to calculate the shortest route between two locations!
Quick Review: - Gradient: Vertical change / Horizontal change. - Distance: Use the square root formula (Pythagoras). - Midpoint: Find the average of \(x\) and the average of \(y\).
2. Equations of a Straight Line
There are three main ways to write the equation of a line. You should be comfortable with all of them.
Form 1: The Gradient-Intercept Form
\(y = mx + c\)
This is the most famous one. \(m\) is the gradient, and \(c\) is the y-intercept (where the line crosses the vertical axis).
Form 2: The Point-Gradient Form
\(y - y_1 = m(x - x_1)\)
Don't worry if this seems tricky at first! This is actually the easiest version to use in exams. If you have a gradient \(m\) and any point \((x_1, y_1)\) on the line, you just plug the numbers in and you're done!
Form 3: The General Form
\(ax + by + c = 0\)
Sometimes examiners ask for the answer in this form. It 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: When using \(y - y_1 = m(x - x_1)\), students often swap the \(x\) and \(y\) values by mistake. Always remember: \(y\) stays with \(y\), and \(x\) stays with \(x\)!
Key Takeaway: Use \(y - y_1 = m(x - x_1)\) to build your equation, then rearrange it into \(y = mx + c\) or \(ax + by + c = 0\) if the question asks for it.
3. Parallel and Perpendicular Lines
How do we know if two lines are "related"? We look at their gradients.
Parallel Lines
Parallel lines are like train tracks—they never meet because they have the exact same gradient.
Example: If Line 1 has \(m = 3\), any line parallel to it must also have \(m = 3\).
Perpendicular Lines
Perpendicular lines meet at a perfect 90-degree angle. There is a special rule for their gradients (\(m_1\) and \(m_2\)):
\(m_1 \times m_2 = -1\)
The "Flip and Change" Trick: To find a perpendicular gradient, take the original fraction, flip it upside down, and change the sign (plus to minus, or minus to plus).
Example: If a line has a gradient of \(\frac{2}{3}\), the perpendicular line has a gradient of \(-\frac{3}{2}\).
Quick Review: - Parallel: \(m_1 = m_2\). - Perpendicular: \(m_1 \times m_2 = -1\) (Negative reciprocals).
4. Intersection of Lines and Curves
Sometimes a straight line will cross a curve (like a quadratic). To find out where they meet, we use Algebraic Methods.
Step-by-Step: Finding the Intersection
1. Substitute: If you have a line \(y = x + 2\) and a curve \(y = x^2\), set them equal to each other: \(x^2 = x + 2\).
2. Rearrange: Get everything to one side to form a quadratic equation: \(x^2 - x - 2 = 0\).
3. Solve: Factorise or use the quadratic formula to find the \(x\) values.
4. Find y: Plug your \(x\) values back into the simple line equation to find the corresponding \(y\) coordinates.
The Geometrical Implication (Using the Discriminant)
Remember the discriminant (\(b^2 - 4ac\)) from the Algebra chapter? It tells us how many times the line and curve touch:
- If \(b^2 - 4ac > 0\): The line crosses the curve at two distinct points.
- If \(b^2 - 4ac = 0\): The line touches the curve at one point (this means the line is a tangent to the curve).
- If \(b^2 - 4ac < 0\): The line never meets the curve.
Key Takeaway: Setting equations equal to each other allows you to find where they "collide." The discriminant tells you how many "collisions" there are!
Final Summary Checklist
Before you sit your P1 exam, make sure you can:
- Calculate the distance, midpoint, and gradient between two points.
- Write the equation of a line using \(y - y_1 = m(x - x_1)\).
- Identify parallel gradients (they are equal).
- Find perpendicular gradients (flip and change the sign).
- Solve simultaneous equations to find where a line and curve intersect.
- Use the discriminant to describe the relationship between a line and a curve.
You've got this! Coordinate geometry is all about practice. Try drawing a quick sketch if you ever get stuck—it often makes the answer much more obvious.