Welcome to the World of Coordinate Systems!
In this chapter, we are going to explore Conic Sections. These are special curves—the Parabola, Ellipse, and Hyperbola—that you get when you slice through a double cone at different angles. While you’ve seen circles and basic parabolas before, Further Maths takes this to the next level by looking at their deep geometric properties and different ways to write their equations. Don't worry if it feels like a lot of formulas at first; once you see the patterns, it all clicks together!
1. The Four Main Curves: Cartesian and Parametric Forms
Every curve in this chapter can be described in two ways: Cartesian (using \(x\) and \(y\)) and Parametric (using a "middle-man" variable, usually \(t\) or \(\theta\)).
The Parabola
Think of this as the perfect "U-shape," like the path of a ball thrown in the air or the shape of a satellite dish.
- Cartesian Equation: \(y^2 = 4ax\)
- Parametric Equations: \(x = at^2, y = 2at\)
Analogy: If \(x\) and \(y\) are the destination, the parameter \(t\) is the time it takes to get there. At any time \(t\), you know exactly where you are on the curve.
The Ellipse
This is a squashed circle. In fact, if \(a = b\), it is a circle!
- Cartesian Equation: \(\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1\)
- Parametric Equations: \(x = a \cos t, y = b \sin t\)
The Hyperbola
A hyperbola looks like two mirrored "open" curves. It’s unique because it can be represented using trigonometric or hyperbolic functions.
- Cartesian Equation: \(\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1\)
- Parametric (Trig): \(x = a \sec t, y = b \tan t\)
- Parametric (Hyperbolic): \(x = a \cosh t, y = b \sinh t\)
Quick Review: Remember that in an Ellipse, we add the terms (\(+\)), but in a Hyperbola, we subtract them (\(-\)).
Key Takeaway: Parametric equations are often easier to differentiate than Cartesian ones, so they are your best friends when finding gradients!
2. Focus, Directrix, and Eccentricity
What actually makes a curve a "parabola" or an "ellipse"? It’s all down to a special ratio called Eccentricity (\(e\)).
Every conic has a Focus (a special point inside the curve) and a Directrix (a fixed line outside the curve). For any point on the curve, the distance to the Focus divided by the distance to the Directrix is always constant. That constant is \(e\).
The Values of \(e\)
- Parabola: \(e = 1\) (The distances are exactly equal!)
- Ellipse: \(0 < e < 1\) (It’s "closed" and squashed)
- Hyperbola: \(e > 1\) (It’s "open" and fast-moving)
Important Formulas to Remember:
For an Ellipse: \(b^2 = a^2(1 - e^2)\)
Foci are at \((\pm ae, 0)\) and Directrices are at \(x = \pm \frac{a}{e}\).
Did you know? The planets in our solar system don't move in perfect circles; they move in ellipses with the Sun at one of the foci!
Key Takeaway: Eccentricity tells you the "shape" of the curve. If \(e\) is close to 0, it's almost a circle. If \(e\) is large, it's a very sharp hyperbola.
3. Tangents and Normals
A tangent is a line that just touches the curve at one point. A normal is a line perpendicular (at 90 degrees) to the tangent at that same point.
How to find the equations:
1. Differentiate: Find \(\frac{dy}{dx}\). If you have parametric equations, use \(\frac{dy}{dx} = \frac{dy/dt}{dx/dt}\).
2. Find the Gradient: Plug in your specific point (\(t\) or \(x,y\)) to get the gradient \(m\).
3. Equation of Tangent: Use \(y - y_1 = m(x - x_1)\).
4. Equation of Normal: Use the perpendicular gradient \(-\frac{1}{m}\) and the same point.
Common Mistake: When finding the normal, students often forget to flip the fraction and change the sign of the gradient. Always remember: \(m_1 \times m_2 = -1\).
Special Condition for \(y = mx + c\)
Sometimes the exam asks you to find the condition for a line to be a tangent. You do this by substituting the line into the curve equation and setting the discriminant (\(b^2 - 4ac\)) to zero, because a tangent only touches the curve once!
Key Takeaway: Calculus is the key here. Once you have the gradient, it's just a linear equation problem from GCSE!
4. Loci Problems
A Locus (plural: Loci) is simply a set of points that satisfy a specific rule. In this chapter, you might be asked to find the path (locus) of a midpoint or the intersection of two lines as a point moves along a curve.
Step-by-Step for Loci:
1. Identify the moving point: Usually given in parametric form (e.g., \(P(at^2, 2at)\)).
2. Write down the coordinates: Let the point you are tracking be \((X, Y)\). Write \(X\) and \(Y\) in terms of the parameter \(t\).
3. Eliminate the parameter: Rearrange one equation for \(t\) and substitute it into the other.
4. Identify the curve: The resulting \(X, Y\) equation will usually look like one of the four main curves we studied in Section 1!
Encouraging Phrase: Loci problems can look scary because they involve a lot of algebra, but the goal is always the same: Get rid of the \(t\)!
Key Takeaway: If you can eliminate the parameter \(t\), you have found the Cartesian equation of the locus.
Chapter Summary Checklist
- Do I know the Cartesian and Parametric forms for the Parabola, Ellipse, and Hyperbola?
- Can I calculate the Foci and Directrices using eccentricity \(e\)?
- Can I use differentiation to find the equation of a tangent or normal?
- Do I know how to eliminate a parameter to solve a Locus problem?