Finding bounds when calculating area between polar curves

  • Context: Undergrad 
  • Thread starter Thread starter itzela
  • Start date Start date
  • Tags Tags
    Area Curves Polar
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
itzela
Messages
34
Reaction score
0
I am having trouble finding the area between 2 polar curves... I have the procedure down, but the bounds are throwing me off. Any help with understanding how to bound would be great appreciated!

I have attatched one problem that I am having hard time with and the work I have done. I know that I am doing something wrong because I am getting a negative number for an area (which shouldn't be).
 

Attachments

  • problem.JPG
    problem.JPG
    20.2 KB · Views: 562
Physics news on Phys.org
You can't write that as one integral in that way. The Functions do not respond to the parameters the same way, different bounds are needed for each.
[tex]\frac{A}{2}=\frac{1}{2}\int_{\frac{\pi}{3}}^{\pi}(1+\cos(\theta))^2 d\theta - \frac{1}{2}\int_{\frac{\pi}{3}}^{\frac{\pi}{2}}(3\cos(\theta))^2 d\theta[/tex]
 
Last edited:
Thanks :smile:
After working on it for a little while i arrived at the same expression... and i was a little unsure about it, but you confirmed it!