Introduction to Polar Coordinates
Up until now, you’ve mostly lived in the "Rectangular World" (the Cartesian plane), where we locate points using horizontal and vertical distances \((x, y)\). Think of this like navigating a city built on a grid of square blocks.
In this chapter, we enter the Polar World. Instead of city blocks, think of a radar screen. To find a point, you just need to know how far it is from the center (the radius) and what direction it’s in (the angle). This system is incredibly useful for describing circles, spirals, and flower-like shapes that would be nightmares to write as \(y = f(x)\) functions!
1. Defining Polar Coordinates
In polar coordinates, a point is represented as \((r, \theta)\):
- \(r\) (The Radial Distance): The directed distance from the origin (called the pole) to the point.
- \(\theta\) (The Polar Angle): The angle measured counterclockwise from the positive x-axis (called the polar axis) to the ray passing through the point.
Important Tip: Unlike rectangular coordinates, polar coordinates are not unique! The point \((2, \pi)\) is the same as \((2, 3\pi)\) or even \((-2, 0)\). If \(r\) is negative, you simply move in the opposite direction of the angle \(\theta\).
Converting Between Systems
To move between the Rectangular \((x, y)\) world and the Polar \((r, \theta)\) world, we use basic trigonometry:
From Polar to Rectangular:
\(x = r \cos \theta\)
\(y = r \sin \theta\)
From Rectangular to Polar:
\(r^2 = x^2 + y^2\)
\(\tan \theta = \frac{y}{x}\)
Quick Review: Make sure you are comfortable with the unit circle values for \(\pi/6, \pi/4, \pi/3,\) and \(\pi/2\). These are essential for the AP exam!
2. Polar Functions
A polar function is usually written in the form \(r = f(\theta)\). This means the distance from the center changes as the angle changes. For example:
- \(r = 3\): This is a circle with a radius of 3. No matter what the angle is, the distance from the center is always 3.
- \(r = \theta\): As the angle gets bigger, the radius gets bigger. This creates a spiral!
3. Differentiating in Polar Form
On the AP Calculus BC exam, you will often be asked to find the slope of the tangent line to a polar curve. This is where many students get tripped up, so let’s break it down carefully.
Finding \(\frac{dy}{dx}\)
The slope of a curve is always \(\frac{dy}{dx}\). However, in polar form, our variables are \(r\) and \(\theta\). To find the slope, we treat the conversion formulas as parametric equations where \(\theta\) is the parameter.
Since \(y = r \sin \theta\) and \(x = r \cos \theta\), and we know \(r = f(\theta)\), we substitute:
\(y = f(\theta) \sin \theta\)
\(x = f(\theta) \cos \theta\)
Using the Product Rule, we find the derivatives with respect to \(\theta\):
\(\frac{dy}{d\theta} = \frac{dr}{d\theta} \sin \theta + r \cos \theta\)
\(\frac{dx}{d\theta} = \frac{dr}{d\theta} \cos \theta - r \sin \theta\)
Finally, the slope of the tangent line is:
\(\frac{dy}{dx} = \frac{dy/d\theta}{dx/d\theta} = \frac{\frac{dr}{d\theta} \sin \theta + r \cos \theta}{\frac{dr}{d\theta} \cos \theta - r \sin \theta}\)
Don't Panic! You don't necessarily need to memorize that giant final fraction. If you remember \(y = r \sin \theta\) and \(x = r \cos \theta\), you can just use the product rule on the fly!
Example Step-by-Step:
Find the slope of the tangent line to \(r = 2 + 2\sin \theta\) at \(\theta = \frac{\pi}{2}\).
- Find \(r\): \(r = 2 + 2\sin(\frac{\pi}{2}) = 2 + 2(1) = 4\).
- Find \(\frac{dr}{d\theta}\): \(\frac{dr}{d\theta} = 2\cos \theta\). At \(\theta = \frac{\pi}{2}\), \(\frac{dr}{d\theta} = 2\cos(\frac{\pi}{2}) = 0\).
- Plug into the components:
\(\frac{dy}{d\theta} = (0)\sin(\frac{\pi}{2}) + (4)\cos(\frac{\pi}{2}) = 0 + 0 = 0\)
\(\frac{dx}{d\theta} = (0)\cos(\frac{\pi}{2}) - (4)\sin(\frac{\pi}{2}) = 0 - 4 = -4\) - Calculate \(\frac{dy}{dx}\): \(\frac{dy}{dx} = \frac{0}{-4} = 0\).
The slope is 0, meaning there is a horizontal tangent at that point.
4. Interpreting \(\frac{dr}{d\theta}\)
It is very important to distinguish between \(\frac{dy}{dx}\) and \(\frac{dr}{d\theta}\) in word problems.
- \(\frac{dy}{dx}\): The slope of the curve in the \(xy\)-plane (rise over run).
- \(\frac{dr}{d\theta}\): The rate at which the distance from the origin is changing with respect to the angle.
Did you know? If \(\frac{dr}{d\theta} > 0\), the curve is moving away from the origin as \(\theta\) increases. If \(\frac{dr}{d\theta} < 0\), the curve is moving toward the origin.
Common Mistakes to Avoid
- Mixing up \(x\) and \(y\): Remember: \(x\) goes with cosine (horizontal), \(y\) goes with sine (vertical). A helpful mnemonic: "Cos is Cross" (horizontal), "Sin is Sky" (vertical).
- Forgetting the Product Rule: When finding \(\frac{dx}{d\theta}\) and \(\frac{dy}{d\theta}\), you must treat \(r\) as a function of \(\theta\). You cannot just derive \(\sin \theta\) and leave \(r\) alone!
- Calculator Mode: If you are using your graphing calculator for a polar problem, make sure your mode is set to POLAR and RADIAN.
Key Takeaways
1. Coordinates: \((r, \theta)\) describes position by distance and direction.
2. Conversion: \(x = r \cos \theta\) and \(y = r \sin \theta\).
3. Slope: To find \(\frac{dy}{dx}\), use \(\frac{dy/d\theta}{dx/d\theta}\) and remember the product rule.
4. Rate of Change: \(\frac{dr}{d\theta}\) tells you if the "flower petal" is getting longer or shorter as it rotates.
Note: For the next part of this unit, including how to find the area inside these polar shapes, please refer to the chapter on "Area of polar regions and regions bounded by two polar curves."