Common area between two circles.

  • Thread starter Thread starter alalall2
  • Start date Start date
  • Tags Tags
    Area Circles
alalall2
Messages
5
Reaction score
0
I am currently trying to figure out a problem in polar coordinates:
Find the area common to the two circles x2 + y2 = 4, x2 + y2 = 6x.

Using polar coordinates I know the two equations of the circles are r=2 and r=6 cos(theta) respectively. What I tried to do was find the area over the x-axis first then double the result to provide the entire area.

What I thought would be this top area would be the sum of the double integrals from theta limits 0->acos(1/3) and r limits 6cos(theta)->4/6 for r dr d(theta)+ theta limits 0->acos(1/3) and r limits 4/6->2sin(theta) for r dr d(theta).

However I don't think this is right as both integrals provide a result that is either negative or too large to be the value within the designated area.
 
Physics news on Phys.org
Is this what you have?
\int_{\theta = 0}^{arccos(1/3)} \int_{r = 0}^2 r dr d\theta + \int_{\theta = arccos(1/3)}^{\pi/2} \int_{r = 6 cos(\theta)}^0 r dr d\theta
 
I think the best thing to do would be to find the area of the portion of the second circle that is outside the first circle and subtract that from the area of the second circle. I don't see why you would need to do a double integral. Find the \theta values for the intersections of the two circles and integrate (6cos(\theta)- 2)(rd\theta) over that interval.
 
That makes much more sense to me. Thank you!
 
Originally I thought I had done this question correctly using cartesians, but my previous answers don't equate to the same values as the ones through polar coordinates. i used double integrals for this solution as well as a sum from between the y-axis and x=2/3 and between x=2/3 and x=2. Is there a better way I am not seeing?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top