Polar Curves — Definition, Graphs & Examples
Polar Curves
Curves commonly written with polar equations include cardioids, lemniscates, limaçons, rose curves, and spirals.
See also
Key Formula
r=f(θ)
Where:
- r = The radial distance from the origin (pole) to a point on the curve
- θ = The angle measured counterclockwise from the positive x-axis (polar axis), typically in radians
- f(θ) = A function that gives the radius for each angle, defining the shape of the curve
Worked Example
Problem: Sketch and identify the polar curve r = 2 + 2cos(θ), and find key points.
Step 1: Recognize the form. The equation r = a + b·cos(θ) with a = b = 2 is a cardioid (a special limaçon where a equals b).
r=2+2cosθ
Step 2: Evaluate r at key angles. At θ = 0, cos(0) = 1, so r = 4. At θ = π/2, cos(π/2) = 0, so r = 2. At θ = π, cos(π) = −1, so r = 0.
r(0)=4,r(2π)=2,r(π)=0
Step 3: At θ = 3π/2, cos(3π/2) = 0, so r = 2 again. The curve is symmetric about the polar axis (the x-axis) because cosine is an even function.
r(23π)=2
Step 4: Plot these points and connect them smoothly. The curve reaches its maximum distance of 4 at θ = 0 and touches the origin at θ = π, forming a heart-like shape.
rmax=4 at θ=0,rmin=0 at θ=π
Answer: The curve r = 2 + 2cos(θ) is a cardioid that extends 4 units to the right, passes through (2, π/2) and (2, 3π/2), and has a cusp at the origin when θ = π.
Another Example
This example differs from the first by applying the polar area formula to a rose curve, demonstrating a calculus-based computation rather than a graphing exercise.
Problem: Find the area enclosed by one petal of the rose curve r = 3sin(2θ).
Step 1: Identify the curve. The equation r = 3sin(2θ) is a rose curve with n = 2, which produces 2·2 = 4 petals (since n is even). Each petal corresponds to an interval where r ≥ 0.
r=3sin(2θ)
Step 2: Find the bounds for one petal. Set r = 0: sin(2θ) = 0 gives 2θ = 0 or 2θ = π, so the first petal spans θ from 0 to π/2.
θ∈[0,2π]
Step 3: Use the polar area formula. The area enclosed by a polar curve from angle α to β is A = (1/2)∫r² dθ.
A=21∫0π/2(3sin2θ)2dθ=29∫0π/2sin2(2θ)dθ
Step 4: Apply the identity sin²(u) = (1 − cos(2u))/2 with u = 2θ.
A=29∫0π/221−cos(4θ)dθ=49∫0π/2(1−cos4θ)dθ
Step 5: Evaluate the integral. The integral of 1 over [0, π/2] is π/2. The integral of cos(4θ) over [0, π/2] is (1/4)sin(4θ) evaluated from 0 to π/2, which equals 0.
A=49[2π−0]=89π
Answer: The area of one petal of r = 3sin(2θ) is 9π/8 square units.
Frequently Asked Questions
How do you convert a polar curve to Cartesian (rectangular) form?
Use the relationships x = r·cos(θ), y = r·sin(θ), and r² = x² + y². Replace r and θ in the polar equation with these substitutions and simplify. For example, r = 2cos(θ) becomes r² = 2r·cos(θ), which is x² + y² = 2x — the equation of a circle.
How do you find the area enclosed by a polar curve?
Use the formula A = (1/2)∫[α to β] r² dθ, where α and β are the angles that bound the region. Be careful to choose limits where r traces the boundary exactly once. If the curve has symmetry, you can integrate over a smaller interval and multiply.
How many petals does a rose curve r = a·sin(nθ) or r = a·cos(nθ) have?
If n is odd, the rose has exactly n petals. If n is even, the rose has 2n petals. For instance, r = 3sin(2θ) has 4 petals, while r = 3sin(3θ) has 3 petals. This distinction occurs because even values of n cause the curve to trace additional petals as θ ranges from 0 to 2π.
Polar Curves vs. Parametric Curves
| Polar Curves | Parametric Curves | |
|---|---|---|
| Definition | Graph of r = f(θ) in polar coordinates | Graph of x = f(t), y = g(t) for a parameter t |
| Variables | r (distance) and θ (angle) | x and y expressed in terms of parameter t |
| Area formula | A = (1/2) ∫ r² dθ | A = ∫ y dx = ∫ g(t)·f'(t) dt |
| Best suited for | Curves with radial symmetry (spirals, roses, cardioids) | Curves tracing a path over time (projectile motion, cycloids) |
| Coordinate system | Polar (r, θ) | Cartesian (x, y) with a third variable t |
Why It Matters
Polar curves appear extensively in precalculus and AP Calculus BC, where you must graph them, find enclosed areas, and compute arc lengths. Beyond the classroom, polar equations model phenomena with natural rotational symmetry — antenna radiation patterns, orbital paths of planets, and microphone pickup patterns are all described by polar curves.
Common Mistakes
Mistake: Plotting negative r values incorrectly. When r is negative, students often plot the point in the same direction as θ.
Correction: A negative r means the point lies in the opposite direction. If r = −2 at θ = π/4, plot the point 2 units from the origin at angle π/4 + π = 5π/4.
Mistake: Using wrong limits of integration when finding area, such as always integrating from 0 to 2π.
Correction: Identify the exact interval where the curve traces the region of interest once. For one petal of a rose or one loop of a limaçon, the bounds are typically a subset of [0, 2π]. Integrating over the full interval can double-count or include unwanted area.
Related Terms
- Polar Coordinates — The coordinate system used to define polar curves
- Polar Equation — An equation in r and θ whose graph is a polar curve
- Cardioid — Heart-shaped polar curve: r = a ± a·cos(θ)
- Limaçon — General form r = a + b·cos(θ) that includes cardioids
- Rose Curve — Polar curve with petal-shaped loops: r = a·sin(nθ)
- Lemniscate — Figure-eight polar curve: r² = a²·cos(2θ)
- Spiral — Polar curve where r increases with θ, e.g., r = aθ
- Curve — General term for the graph of any equation
