1. A researcher wants to find the area of the region inside the circle $r = 3\sin\theta$ and outside the cardioid $r = 1 + \sin\theta$. Which integral setup is correct?
- A.$\frac{1}{2}\int_0^{\pi} \left[(3\sin\theta)^2 - (1+\sin\theta)^2\right] d\theta$
- B.$\frac{1}{2}\int_{\pi/6}^{5\pi/6} \left[(3\sin\theta)^2 - (1+\sin\theta)^2\right] d\theta$
- C.$\frac{1}{2}\int_0^{2\pi} \left[(1+\sin\theta)^2 - (3\sin\theta)^2\right] d\theta$
- D.$\int_{\pi/6}^{5\pi/6} \left[3\sin\theta - 1 - \sin\theta\right] d\theta$
View Answer
Answer: $\frac{1}{2}\int_{\pi/6}^{5\pi/6} \left[(3\sin\theta)^2 - (1+\sin\theta)^2\right] d\theta$
Find the intersection points: Setting $3\sin\theta = 1 + \sin\theta$ gives $2\sin\theta = 1$, so $\sin\theta = \frac{1}{2}$, yielding $\theta = \pi/6$ and $\theta = 5\pi/6$. Determine which curve is outer: Between $\theta = \pi/6$ and $\theta = 5\pi/6$, $3\sin\theta > 1 + \sin\theta$, so the circle is the outer curve. Write the correct area formula: Area between polar curves: $A = \frac{1}{2}\int_{\pi/6}^{5\pi/6}\left[(3\sin\theta)^2 - (1+\sin\theta)^2\right]d\theta$. Why distractors fail: Option A uses $[0, \pi]$, which includes regions where the cardioid is outside the circle. Option C reverses outer and inner curves and uses wrong limits. Option D subtracts $r$-values instead of $r^2$-values and omits the $\frac{1}{2}$ factor.