Find limits of integration in polar coordinates
Suppose we have this graph and we want to find the area between the 2 curves:
.
We can calculate the are using a double integral:
In polar coordinates the equation of the curves take this form:
and
How do I find the limits of integration of the angle theta?
2 answers
You're going to need to differentiate the curves where they pass through the origin, and also find the angle of the intercept.
$$\frac{\textrm{d}}{\textrm{d}x} \textrm{blue curve}\Big\vert_{x=0} = 0$$ giving a limit $\theta_0=0$.
$$\frac{\textrm{d}}{\textrm{d}x} \textrm{red curve}\Big\vert_{x=0} = 3$$ giving a limit $\theta_2=\arctan 3$.
The intersection is at $x=2, y=2$, giving a cutoff at $\theta_1 = \arctan \tfrac22$.
0 comment threads
Regardless of the coordinate system, the principle of finding the limits of integration is the same: find the minimum and maximum value of the independent coordinate that enclose the region of interest.
In polar coordinates, for these two particular curves, the region of interest is best described as two parts. As theta sweeps anticlockwise, first it covers the area between the origin and the blue curve, until reaching the (non-origin) point of intersection between the blue and red curves. Then it covers the area between the origin and the red curve, up until the red curve meets the origin again.
(This description would need to be modified for different curves. In particular, if the line segment between the origin and a point on either curve ever intersected the curve at a third point, you would need to take that into account. You can prove that this does not happen for these curves.)
So there are three values of theta that are of interest: the value where the blue curve intersects the origin, the value where the blue and red curves intersect, and the value where the red curve intersects the origin. These three values form the limits of two integrals (no need for a double integral!) which are to be added to find the final area.
To find those values of theta, simply use the polar-coordinate equations you have for the curves, and solve for theta when r is 0 (to find the intersections with the origin) and when the two curves have the same r (to find the curves' intersection with each other).
0 comment threads