Is this integral set up correctly?

  • Thread starter Thread starter G01
  • Start date Start date
  • Tags Tags
    Integral Set
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
G01
Science Advisor
Gold Member
Messages
2,709
Reaction score
19
Find the area of the region within both circles;

r=cos(theta) and
r=sin(theta)

using a double integral.

I made the following:

[tex]2\int^{\pi/2}_{\pi/4} \int^{\cos\theta}_0 r dr d\theta[/tex]

I multiplied by 2 because the area I have is only half of the total area to be found. Is this correct or am i doing something stupid?
 
Physics news on Phys.org
I'm not sure that it's a particularly good example for using multiple integrals, but you're effectively using Green's Theorem on something that can be readily handled by:
[tex]A = \frac{1}{2} \int r^2 d\theta[/tex]
or, for those who prefer not to deal with polar integrals:
[tex]A=2 \int_0^{\frac{1}{2}} \left(\sqrt{(\frac{1}{2})^2-(x-\frac{1}{2})^2}-x \right)dx[/tex]

I'm fairily sure that your expression will give a numerically correct result.

http://mathworld.wolfram.com/GreensTheorem.html
 
Last edited:
Thanks Nate, I agree that its probably easier to do this with
[tex]1/2 \int r^2 d\theta[/tex] but our assignment was to do it using a double integral. Thanks for the help. I'll keep working on it and see if i get the right answer.