What is the area inside the polar curves r = 6 sin (2θ) and r = 6 sin (θ)?

Gibybo
Messages
13
Reaction score
0
[SOLVED] Area inside Polar Curves

Homework Statement



I have spent several hours beating myself up over this and I just can't seem to solve it. It's the only problem I haven't gotten correct and it is particularly frustrating. Can you math gods here save me? :)

Find the area of the region that lies inside both curves
r = 6 \sin (2 \theta) , \quad r = 6 \sin (\theta)

Homework Equations



Area inside a single polar curve: \frac{1}{2}\int{f(\theta)^{2} d\theta}

The Attempt at a Solution



They intersect at \frac{\pi}{3} and 0
So, I take the area of the second equation from 0 to pi/3, and the area of the first equation from pi/3 to pi/2 since pi/2 is where it meets back at the origin.

\frac{1}{2}\int_{0}^{\pi/3}{(6\sin(\theta))^{2} d\theta} + \frac{1}{2}\int_{pi/3}^{\pi/2}{(6\sin(2\theta))^{2} d\theta} = \frac{-9(3\sqrt(3)-4\pi)}{8} \approx 8.2915
The website (WebWork) that we input the answer to says it is not correct though, and I cannot figure out any other way that would make sense.
 
Physics news on Phys.org
Why are you adding the two integrals? The area between r= f(\theta) and r= g(\theta) is the integral of |f(\theta)- g(\theta)|.
 
Last edited by a moderator:
HallsofIvy said:
Why are you adding the two integrals? The area between r= f(\theta) and r= g(\theta) is the integral of |f(\theta)- g(\theta)|.
<br /> <br /> Actually, I believe that his integrals may be correct. Whether or not the actual underlying integration is correct I didn&#039;t check. When two polar curves are used, the formula you gave is generally the correct approach -- but only when the resulting region is topologically equivalent to an annulus (i.e. one curve resides inside the other curve within the given domain). However, the radius from 0 to pi/3 is dependent only on 6sin(theta), whereas from pi/3 to pi/2, the radius is solely dependent on 6sin(2theta). In this case, a graph and some shading will definitely clarify the need for two integrals.<br /> <br /> What needs to be fixed, however, is that the sum of the two integrals above only gives 1/2 of the area contained within both curves. 6sin(2theta) is essentially a &quot;rose petal&quot; curve with four &quot;petals,&quot; two of which intersect 6sin(theta). Assuming your math is correct, you should be able to just double the value to get the correct area contained within both curves.
 
Last edited:
This looks right to me, but it covers the first quadrant only. Maybe you should multiply by 4?
 
Best I could do was a MS Paint recreation:
http://www.warcraftcheese.com/math/polar%20area.jpg
Note that the loop on the right should be pedal shaped, does not dip below the x-axis on the interval [0,pi/2], and is 6sin(2t).

The question says inside both, so the idea is to calculate the inner area of the bottom-right side of that region (from origin to intersection point) using 6sin(t), and add it to the upper-left area using 6sin(2t).

EDIT:
Assuming your math is correct, you should be able to just double the value to get the correct area contained within both curves.
This looks right to me, but it covers the first quadrant only.
Oh that's right, thanks so much :)
 
Last edited by a moderator:
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top