🎯 Calculus with Polar Coordinates
Slope of Polar Curves
For a polar curve r=f(θ), we can express it parametrically:
x=rcosθ=f(θ)cosθ
y=rsinθ=f(θ)sinθ
Then use the parametric derivative formula!
dxdy=dx/dθdy/dθ
Derivatives for Polar Curves
Find dθdx and dθdy:
dθdx=dθd(rcosθ)=dθdrcosθ−rsinθ
dθdy=dθd(rsinθ)=dθdrsinθ+rcosθ
Then:
dxdy=dθdrcosθ−rsinθdθdrsinθ+rcosθ
Memorize this formula or derive it each time using product rule!
Example 1: Slope of Cardioid
Find dxdy for r=1+cosθ at θ=2π.
Step 1: Find dθdr
r=1+cosθ
dθdr=−sinθ
Step 2: Compute numerator and denominator
At θ=2π:
- r=1+cos2π=1+0=1
- dθdr=−sin2π=−1
Numerator:
dθdrsinθ+rcosθ=(−1)(1)+(1)(0)=−1
Denominator:
dθdrcosθ−rsinθ=(−1)(0)−(1)(1)=−1
Step 3: Calculate slope
dxdy=−1−1=1
Answer: The slope at θ=2π is 1.
Horizontal and Vertical Tangents
Horizontal Tangent
When dθdy=0 and dθdx=0:
dθdrsinθ+rcosθ=0
Vertical Tangent
When dθdx=0 and dθdy=0:
dθdrcosθ−rsinθ=0
Example 2: Tangent at the Pole
For most polar curves, when r=0 (at the origin/pole):
The tangent line has slope based on the angle θ where r=0.
At the pole, the tangent is the line θ=θ0 where r(θ0)=0.
Area in Polar Coordinates
The area enclosed by r=f(θ) from θ=α to θ=β:
A=21∫αβr2dθ
💡 Key Idea: Sum up infinitely many thin "pizza slices" with area 21r2Δθ!
Why This Formula?
Each infinitesimal sector has:
- Radius: r
- Angle: dθ
- Area: 21r2dθ (like area of triangle with arc)
Integrate to get total area!
Example 3: Area of Circle
Find the area enclosed by r=3 for 0≤θ≤2π.
Step 1: Set up integral
A=21∫02π32dθ=21∫02π9dθ
Step 2: Integrate
=29[θ]02π=29(2π)=9π
Answer: 9π (area of circle with radius 3) ✓
Example 4: Area of Cardioid
Find the area enclosed by r=1+cosθ.
Step 1: Determine limits
Full cardioid: 0≤θ≤2π
By symmetry, can do 0 to π and double.
Step 2: Set up integral
A=21∫02π(1+cosθ)2dθ
Step 3: Expand
(1+cosθ)2=1+2cosθ+cos2θ
Use identity: cos2θ=21+cos2θ
=1+2cosθ+21+cos2θ
=23+2cosθ+2cos2θ
Step 4: Integrate
A=21∫02π(23+2cosθ+2cos2θ)dθ
=21[23θ+2sinθ+4sin2θ]02π
=21[3π+0+0−0−0−0]
=23π
Answer: 23π
Area Between Two Polar Curves
For r1=f(θ) (outer) and r2=g(θ) (inner) from θ=α to β:
A=21∫αβ[r12−r22]dθ
Think: Big circle sector minus small circle sector!
Example 5: Area Between Curves
Find the area inside r=2 but outside r=2cosθ.
Step 1: Find intersection points
2=2cosθ
cosθ=1
θ=0
Wait, that's not right. Let me reconsider: when does 2cosθ≤2?
When cosθ≤1, which is always true.
Actually, find where r=2cosθ intersects r=2:
Actually the circle r=2cosθ has maximum radius 2 (when θ=0).
Let me set them equal:
2cosθ=2
cosθ=1
θ=0
Hmm, they're tangent. Let me reconsider the problem...
Better approach: r=2cosθ is a circle of diameter 2 centered at (1,0).
The region "inside r=2 but outside r=2cosθ" needs intersection points.
2=2cosθ⟹θ=0
r=2cosθ goes negative for 2π<θ<23π.
For −2π≤θ≤2π, r=2cosθ≥0 and ≤2.
Setup:
A=21∫−π/2π/2[22−(2cosθ)2]dθ
=21∫−π/2π/2(4−4cos2θ)dθ
=2∫−π/2π/2(1−cos2θ)dθ
=2∫−π/2π/2sin2θdθ
Using sin2θ=21−cos2θ:
=2∫−π/2π/221−cos2θdθ
=[θ−2sin2θ]−π/2π/2
=(2π−0)−(−2π−0)=π
Answer: π
Arc Length in Polar
Arc length from θ=α to θ=β:
L=∫αβr2+(dθdr)2dθ
Derivation: From parametric form x=rcosθ, y=rsinθ, use:
(dθdx)2+(dθdy)2=r2+(dθdr)2
Example 6: Arc Length
Find the perimeter of r=2(1+cosθ) (cardioid).
Step 1: Find dθdr
r=2(1+cosθ)
dθdr=−2sinθ
Step 2: Set up integral
L=∫02π[2(1+cosθ)]2+(−2sinθ)2dθ
=∫02π4(1+cosθ)2+4sin2θdθ
=2∫02π(1+cosθ)2+sin2θdθ
Step 3: Expand under square root
=2∫02π1+2cosθ+cos2θ+sin2θdθ
=2∫02π2+2cosθdθ
=22∫02π1+cosθdθ
Step 4: Use half-angle identity
1+cosθ=2cos22θ
L=22∫02π2cos22θdθ
=22⋅2∫02πcos2θdθ
=4∫02πcos2θdθ
For 0≤θ≤π: cos2θ≥0
For π<θ≤2π: cos2θ<0 (needs absolute value)
By symmetry or direct integration:
=4⋅2∫0πcos2θdθ=8[2sin2θ]0π
=16[sin2π−0]=16(1)=16
Answer: 16
⚠️ Common Mistakes
Mistake 1: Forgetting the 21
WRONG: A=∫r2dθ
RIGHT: A=21∫r2dθ
Area of sector is 21r2θ!
Mistake 2: Wrong Limits
Always check: what values of θ trace the desired region?
For full closed curve, often 0 to 2π, but not always!
Mistake 3: Squaring the Wrong Thing
For area between curves:
21∫(r12−r22)dθ
NOT 21∫(r1−r2)2dθ!
Mistake 4: Missing Intersections
When finding area between curves, find ALL intersection points to determine correct limits!
Don't forget the origin (pole) - curves can pass through at different θ values.
📝 Practice Strategy
- For slope: Use dxdy=dx/dθdy/dθ, apply product rule carefully
- For area: Use A=21∫r2dθ, don't forget the 21!
- Expand squares: (a+bcosθ)2 and use trig identities
- Use half-angle formulas for cos2θ or sin2θ
- Check symmetry to simplify integrals
- Draw the region - visual helps with limits
- For arc length: Formula is r2+(dr/dθ)2