Calculating the Area of a Region Bounded by a Cardioid and Circle

  • Thread starter Thread starter MozAngeles
  • Start date Start date
  • Tags Tags
    Area
MozAngeles
Messages
100
Reaction score
0

Homework Statement



Inside the cardioid r=2(1+sin(theta)) and outside the circle r=2sin(theta)

Homework Equations


A= ∫ (from a..b) 1/2 f(θ) 2


The Attempt at a Solution


A= 2∫(from π/2..3π/2) 1/2 [2(1+sin(θ)]2 dθ- 2∫(from0..π/2) 1/2 (2sinθ)2

after working that out i got the answer to be 5pi.

i need a verification for my answer because it is an even problem in the book and I'm studying for my test.
 
Physics news on Phys.org
It looks OK except for the bounds of integration.

Why is the first integral taken over [\pi/2,3\pi/2], and why is the second integral taken over [0,\pi/2]?
 
The bounds of integration are OK. The range -pi/2 <= theta <= pi/2 gives the right half of the cardioid; equivalently, the range pi/2 <= theta <= 3pi/2 gives the left half. The range 0 <= theta <= pi/2 gives the right half of the circle; equivalently, 0 <= theta <= Pi gives the whole circle. (The whole range 0 <= theta <= 2*Pi goes around the circle twice, so would give twice the desired area.) The answer 5*pi is correct.

RGV
 
You're right, I didn't notice the extra factor of 2.
 
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