
Johnny T. answered 12/02/20
Mathematics, Computer Science & Electrical Engineering Tutor
POLAR COORDINATES! WAHOO! CALCULUS III!
These two equations represent circles for which their centers DO NOT LIE at the origin:
- 4 - cos(θ):
- Circle
- Radius 4
- Origin shifted 1 unit to the left
- 3 + cos(θ):
- Circle
- Radius 3
- Origin shifted one unit to the right
To find the limits of integration, one must set these two equations to be equal to one another and solve for the only variable, θ:
- 3 + cos(θ) = 4 - cos(θ)
- 2 · cos(θ) = 1
- cos(θ) = 1/2
- θ = cos-1(1/2)
- θ = π / 3 and 5π / 3
- or θ = ± π / 3
Now, to find the area one integrates by taking the area of the first curve and subtracting from it, the area of the second curve:
- First curve ..... R1 = 3 + cos(θ)
- Second curve ..... R2 = 4 - cos(θ)
- Area between these two curves is given by:
- ∫ (1/2) R12 dθ - ∫ (1/2) R22 dθ
- ∫ [ (1/2) R12 - (1/2) R22 ] dθ
- ∫ (1/2) [ R12 - R22 ] dθ
- 1/2 · ∫ [ R12 - R22 ] dθ
- 1/2 · ∫ [ ( 3 + cos(θ) )2 - ( 4 - cos(θ) )2 ] dθ
- 1/2 · ∫ [ (9 + 6 cos(θ) + cos2(θ) - 16 + 8 cos(θ) - cos2(θ) ] dθ
- 1/2 · ∫ [ -7 + 14 cos(θ) ] dθ; evaluated from - π/3 to π / 3
- The limits of integration are∫ from - π / 3 to π / 3, and the graph is symmetrical; therefore, one may obtain the same result by integrating from 0 to π /3 and multiplying the above integral by 2 obtaining:
- ∫ [ -7 + 14 cos(θ) ] dθ
- ∫ -7 dθ + ∫ 14 cos(θ) dθ
- -7 ∫ dθ + 14 ∫ cos(θ) dθ
- -7θ + 14 sin(θ); evaluated from 0 to π/3
- -7 (π/3) + 14 sin(π/3) + 7(0) + 14 sin(0)
- -7π / 3 + 14 (√3 / 2)
- (7√3 / 2) - (7π / 3)
- ≈ 4.793972795