Calculating Area of Overlapping Polar Curves at π/4 - Step by Step Guide

  • Thread starter Thread starter G01
  • Start date Start date
  • Tags Tags
    Area Polar
G01
Science Advisor
Gold Member
Messages
2,704
Reaction score
19
I have to find the area of the region enclosed by both of these curves.
r=\sin\theta

r= \cos\theta

The area I need to find is the area of the overlap region of these to circles. The circles intersect at \pi /4. Other than that I can't see what I have to do to set this problem up. Thanks for the help.
 
Physics news on Phys.org
One way to do it is to transform the problem into Cartesian coordinates...
 
The area in question lies above the sine arc from 0\leq\theta\leq\frac{\pi}{4}
and beneath the cosine arc, \frac{\pi}{4}\leq\theta\leq\frac{\pi}{2}

The simplest way to compute this area A is to compute as follows:
A=\int_{0}^{\frac{\pi}{2}}\int_{0}^{\cos\theta}rdrd\theta-\int_{0}^{\frac{\pi}{4}}\int_{\sin\theta}^{\cos\theta}rdrd\theta
 
Yeah that's easier..I forgot
 
I'm sorry aldridno, I'm not quite sure what you are doing there. I am just finishing my second semester of Calculus using Stewart's book, Chapter 11. Thats the background I have. Or maybe I know how to do it but I just don't understand what you are doing.
 
Well what arildno's done is that he's used polar coordinates to represent an area element as r dr d\theta rather than dxdy. If you're uncomfortable with this, note that r in polar coordinates is always positive so r = \sin\theta is the locus of a point where 0<r\leq1 and 0<\sin\theta \leq 1 (similar considerations apply for the other locus).

Now you can convert the problem into cartesian coordinates by making sure you get the quadrants right.
 
DRAW the region in question!
I just saw there was a similar thread by you on this, where ToxicBug gives you an alternative explanation.
His is, indeed, correct, and yields the same answer as my method.
To see this, we have the identity:
\int_{0}^{\frac{\pi}{2}}\int^{\cos\theta}_{0}rdrd\theta=\int_{0}^{\frac{\pi}{4}}\int_{\sin\theta}^{\cos\theta}rdrd\theta+\int_{0}^{\frac{\pi}{4}}\int_{0}^{\sin\theta}rdrd\theta+\int_{\frac{\pi}{4}}^{\frac{\pi}{2}}\int_{0}^{\cos\theta}rdrd\theta
Therefore:
\int_{0}^{\frac{\pi}{2}}\int^{\cos\theta}_{0}rdrd\theta-\int_{0}^{\frac{\pi}{4}}\int_{\sin\theta}^{\cos\theta}rdrd\theta=\int_{0}^{\frac{\pi}{4}}\int_{0}^{\sin\theta}rdrd\theta+\int_{\frac{\pi}{4}}^{\frac{\pi}{2}}\int_{0}^{\cos\theta}rdrd\theta
which is basically ToxicBug's answer.
 
Last edited:
Thanks, sorry about the double post, I've been sick and I guess I just didnt understand what Toxic Bug was saying. Thanks Alot.
 
I think that we can use single integrals here. A double integral is employed for the volume, since one is summing up the value of z times the area element; although one can use the double integral to find the average area as well as other lower dimension variables.

G01, integrate the area that is above the x axis, and subtract this from the region that's below the x axis. For the reasoning behind this method, review for yourself the fundamental theorem of calculus, above the x-axis the area of integration is positive.

So you can start by showing your work, if you still need assistance with this problem.
 
Last edited:
  • #10
You can actually integrate with respect to the individual curves. For instance from pi/4 to 3pi/2 sum positive valued areas while negating those portions that are below the x axis, you'll probably need to do this component wise. The same with the sine as well as cosine, and finally sum up all of the values, making sure to negate the negative portions.
 
Back
Top