Welcome to the World of Polar Coordinates!
Up until now, you have probably spent most of your time in the Cartesian world, where every point is found by going across (\(x\)) and up (\(y\)). But sometimes, the rectangular grid is a bit clunky—especially when dealing with circles, spirals, or orbits.
In this chapter of Further Pure Mathematics 2 (FP2), we learn a new way to describe locations: Polar Coordinates. Instead of "left/right" and "up/down," we use distance and direction. Think of it like a lighthouse or a radar screen!
Don't worry if this feels a bit alien at first. Once you get the hang of the circular way of thinking, many complex curves become much simpler to describe.
1. The Basics: What are \((r, \theta)\)?
In the polar system, we identify a point \(P\) by two values:
1. \(r\): The radial distance from a fixed point called the pole (the origin). In this syllabus, we usually assume \(r \ge 0\).
2. \(\theta\): The angle measured from a fixed line called the initial line (equivalent to the positive \(x\)-axis).
Important: In Further Maths, we almost always measure \(\theta\) in radians. Angles measured counter-clockwise are positive, and clockwise are negative.
Converting Between Systems
To move between the world of \((x, y)\) and \((r, \theta)\), we use these handy bridges:
\(x = r \cos \theta\)
\(y = r \sin \theta\)
\(r^2 = x^2 + y^2\)
\(\tan \theta = \frac{y}{x}\)
Quick Review: The "GPS" Analogy
Imagine you are standing at the pole.
- Cartesian: "Walk 3 miles East and 4 miles North."
- Polar: "Turn \(53.1^{\circ}\) and walk 5 miles."
Both get you to the same spot!
Key Takeaway: Polar coordinates identify points using a distance from the center and an angle from the "start" line.
2. Sketching Polar Curves
The syllabus requires you to recognize and sketch several specific shapes. Here is a breakdown of the "celebrity" curves you need to know:
The Simple Ones
1. \(\theta = \alpha\): This is a straight line starting from the pole, moving out at a fixed angle \(\alpha\).
2. \(r = a\): This is a circle centered at the pole with radius \(a\).
3. \(r = 2a \cos \theta\): This is also a circle, but it is "sitting" on the initial line. Its diameter is \(2a\).
The Famous Shapes
4. \(r = k\theta\) (The Spiral of Archimedes): The further you turn, the further you go out. It looks like a coil.
5. \(r = a(1 \pm \cos \theta)\) (The Cardioid): "Cardi" means heart! This looks like a heart shape with a little dimple at the pole.
6. \(r = a(3 + 2 \cos \theta)\) (The Limacon): Similar to the cardioid but fatter, without the sharp point at the pole.
7. \(r = a \cos 2\theta\) (Rose Curve): This creates petals! For \(2\theta\), you get 4 petals.
8. \(r^2 = a^2 \cos 2\theta\) (The Lemniscate): This looks like a figure-eight or an infinity symbol.
How to Sketch Successfully:
1. Make a Table: Pick easy values for \(\theta\) like \(0, \frac{\pi}{4}, \frac{\pi}{2}, \pi\).
2. Find Symmetry: If the equation has \(\cos \theta\), it is usually symmetrical about the initial line.
3. Check the Pole: Set \(r = 0\) to see if (and when) the curve passes through the center.
Key Takeaway: Don't try to plot every point! Learn the general shapes of the standard equations listed in the syllabus.
3. Area of a Polar Sector
In Cartesian math, the area under a curve is \(\int y \, dx\). In Polar math, we are finding the area of a "fan" or "slice of pie."
The formula for the area \(A\) between the pole and the curve \(r = f(\theta)\) from angle \(\alpha\) to \(\beta\) is:
\(A = \frac{1}{2} \int_{\alpha}^{\beta} r^2 \, d\theta\)
Step-by-Step Process for Area:
1. Square \(r\): Take your formula for \(r\) and square the whole thing.
2. Use Trig Identities: You will often end up with \(\cos^2 \theta\) or \(\sin^2 \theta\). Use the double-angle identities to simplify them:
\(\cos^2 \theta = \frac{1}{2}(1 + \cos 2\theta)\)
\(\sin^2 \theta = \frac{1}{2}(1 - \cos 2\theta)\)
3. Integrate: Perform the integration with respect to \(\theta\).
4. Apply Limits: Plug in \(\alpha\) and \(\beta\).
Common Mistake Alert!
Students often forget the \(\frac{1}{2}\) at the front of the formula. Remember: It's half the integral of the square!
Key Takeaway: Areas in polar coordinates are "swept out" from the pole. Always check if you can integrate one half of a symmetrical shape and double the result to save time.
4. Tangents to Polar Curves
Sometimes we need to find the points where the curve is "flat" (horizontal) or "vertical."
Because the curve is described by \(r\) and \(\theta\), we first convert to \(x\) and \(y\):
\(x = r \cos \theta\)
\(y = r \sin \theta\)
1. Tangents Parallel to the Initial Line (Horizontal)
These occur when the "up/down" movement stops.
Set \(\frac{dy}{d\theta} = 0\).
Remember: Since \(y = r \sin \theta\), you will likely need to use the Product Rule because \(r\) is also a function of \(\theta\).
2. Tangents Perpendicular to the Initial Line (Vertical)
These occur when the "left/right" movement stops.
Set \(\frac{dx}{d\theta} = 0\).
Remember: Since \(x = r \cos \theta\), you will again use the Product Rule.
Did You Know?
The points where \(\frac{dy}{d\theta} = 0\) are often the "highest" or "lowest" points on the petals of a rose curve!
Key Takeaway: To find tangents, don't differentiate \(r\) alone. You must differentiate the expressions for \(x\) and \(y\).
Summary Checklist
Before the exam, make sure you can:
- Convert coordinates and equations between Cartesian and Polar forms.
- Sketch the 9 standard curves mentioned in the syllabus (circles, cardioids, spirals, etc.).
- Use the formula \(A = \frac{1}{2} \int r^2 \, d\theta\) to find areas of sectors or loops.
- Find the specific \(\theta\) values where a curve has horizontal or vertical tangents by setting \(\frac{dy}{d\theta} = 0\) or \(\frac{dx}{d\theta} = 0\).