Intersection pts of polar equations

n00neimp0rtnt
Messages
15
Reaction score
0

Homework Statement


I have to find the area of the region that lies inside the curves:

r = sin(θ)
r = sin(2θ)


The Attempt at a Solution



I'm assuming the first step would be to find the points of intersection so I know WHERE to integrate from/to, so I set the equations equal to each other:

sin(θ) = sin(2θ)


arcsin both sides:
θ = 2θ

And I'm stuck. Analysis of the graph shows that the most crucial intersection point occurs at or very close to 75º, but I would like to be able to show that.
 
Physics news on Phys.org
Taking arcsin of both sides will only give you some solutions. Try using sin(2x)=2*sin(x)*cos(x).
 
Thanks a lot! In that case...

sin(θ) = 2sin(θ)cos(θ)
1 = 2cos(θ)
cos(θ) = 1/2
θ = π/3

That should help me get the rest of the problem, thanks again! =]
 
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