Areas in Polar Coordinates



Exam 1 Wed Feb 1 7:00pm in Pepper Canyon 109 (not 106!! different class there!)
Office hours: 2:45pm-4:15pm
Next: Complex numbers (appendix G); complex exponentials (supplement, which is freely available online).
We will not do arc length.

People were most confused last time by plotting curves in polar coordinates. (1) it is tedious, but easier if you do a few and know what they look like (just plot some points and see); there's not much to it, except plug in values and see what you get, and (2) can sometimes convert to a curve in $ (x,y)$ coordinates, which might be easier.

GOAL for today: Integration in the context of polar coordinates. Get much better at working with polar coordinates!

Example 4.2.1 (From Stewart.)   Find the area enclosed by one leaf of the four-leaved rose $ r=\cos(2\theta)$.
Figure: Graph of $ y=\cos(2x)$ and $ r=\cos(2\theta)$
% latex2html id marker 12855
\includegraphics[width=0.45\textwidth]{graphs/example_4rosecos} % latex2html id marker 12856
\includegraphics[width=0.45\textwidth]{graphs/example_4rose}
To find the area using the methods we know so far, we would need to find a function $ y=f(x)$ that gives the height of the leaf.

Multiplying both sides of the equation $ r=\cos(2\theta)$ by $ r$ yields

$\displaystyle r^2 = r\cos(2\theta) = r(\cos^2 \theta - \sin^2 \theta) =
\frac{1}{r}((r\cos\theta)^2 - (r\sin\theta)^2).
$

Because $ r^2 = x^2 + y^2$ and $ x=r\cos(\theta)$ and $ y=r\sin(\theta)$, we have

$\displaystyle x^2 + y^2 = \frac{1}{\sqrt{x^2+y^2}} (x^2 - y^2).
$

Solving for $ y$ is a crazy mess, and then integrating? It seems impossible!

But it isn't... if we remember the basic idea of calculus: subdivide and take a limit.

[[Draw a section of a curve $ r=f(\theta)$ for $ \theta$ in some interval $ [a,b]$, and shade in the area of the arc.]]

Remark 4.2.2   We will almost never talk about angles in degrees--we'll almost always use radians.

We know how to compute the area of a sector, i.e., piece of a circle with angle $ \theta$. [[draw picture]]. This is the basic polar region. The area is

$\displaystyle A =$   (fraction of the circle)$\displaystyle \cdot$   (area of circle)$\displaystyle = \left(\frac{\theta}{2\pi}\right) \cdot \pi r^2 = \frac{1}{2} r^2 \theta.
$

We now imitate what we did before with Riemann sums. We chop up, approximate, and take a limit. Break the interval of angles from $ a$ to $ b$ into $ n$ subintervals. Choose $ \theta_i^*$ in each interval. The area of each slice is approximately $ (1/2) f(\theta_i^*)^2 \theta_i^2$. Thus

$\displaystyle A =$   Area of the shaded region$\displaystyle \sim \sum_{i=1}^n \frac{1}{2} f(\theta_i^*)^2 \Delta(\theta).
$

Taking the limit, we see that

$\displaystyle A = \lim_{n\to\infty} \sum_{i=1}^n \frac{1}{2} f(\theta_i^*)^2 \Delta(\theta)
= \frac{1}{2} \cdot \int_{a}^{b} f(\theta)^2 d\theta.
$

Amazing! By understanding the definition of Riemann sum, we've derived a formula for areas swept out by a polar graph. But does it work in practice? Let's revisit our clover leaf.



Subsections
William Stein 2006-03-15