What is the Area Between Two Polar Curves?

  • Thread starter Thread starter Charismaztex
  • 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
Charismaztex
Messages
45
Reaction score
0

Homework Statement



Find the area between the two curves:

[tex]r=2sin(\theta), r=2(1-sin(\theta))[/tex]

Homework Equations



[tex] A=\frac{1}{2} \int_{\beta}^{\alpha} r^2 d\theta[/tex]

The Attempt at a Solution



I've got the points of intersection at [tex](1,\frac{1}{6}\pi) and (1,\frac{5}{6}\pi)[/tex] and worked out the answer to be [tex]\frac{8}{3}-4\sqrt{3}[/tex] using the angles in the above polar co-ordinates as the limits, however my textbook says that the answer is [tex]\frac{7}{3}-4\sqrt{3}[/tex] Is anyone able to confirm which is the correct answer.

Thanks in advance
Charismaztex
 
Physics news on Phys.org
your book is right

2sin(t) is a circle
next is a kind of cycloidal
this is the formula i used in matlab
int((2*sin(t))^2,0,pi/6)+int((2-2*sin(t))^2,pi/6,pi/2)
gives area of one lobe
multiply by 2 for both the lobes
 
Last edited:
Ahhh, got the answer thanks!