Iterated integrals converted to polar

  • Thread starter Thread starter mikky05v
  • Start date Start date
  • Tags Tags
    Integrals Polar
mikky05v
Messages
53
Reaction score
0
Homework Statement
∫^{4}_{0} ∫^{√(4y-y^{2})}_{0} (x2) dx dy


The attempt at a solution

I'm confused on how to convert the bounds into polar coordinates.

I believe x2 just becomes r2cos2θ

0≤x≤√(4y-y2)
0≤y≤4

but i don't know how to convert the bounds
 
Last edited:
Physics news on Phys.org
mikky05v said:
Homework Statement
∫^{4}_{0} ∫^{√(4y-y^{2})}_{0} (x2) dx dy


The attempt at a solution

I'm confused on how to convert the bounds into polar coordinates.

I believe x2 just becomes r2cos2θ

0≤x≤√(4y-y2)
0≤y≤4

but i don't know how to convert the bounds
Have you drawn a sketch of the region over which integration is taking place? That's very important when you're changing from one coordinate system to another.
 
ya I came up with a half circle in the 1st quadrant that's center is on 2 and it's radius is 2 but i can't figure out how to use that to find my bounds. If the center was on 0 I would be a lot more comfortable
 
I plugged in the values of x and y for polar coordinates and came up with r=4sinθ so would my r bounds simply go from 0→4sinθ?
 
mikky05v said:
ya I came up with a half circle in the 1st quadrant that's center is on 2 and it's radius is 2 but i can't figure out how to use that to find my bounds. If the center was on 0 I would be a lot more comfortable
Your description isn't very clear, but I think you understand what the region looks like.

The equation of your circle is x2 + y2 - 4y = 0, where x ≥ 0 (for the right half).

Converting to polar form, we get r2 - 4rsin(θ) = 0, or r(r - 4sin(θ)) = 0. Since there is a value of θ that is paired with r = 0, we don't lose any solutions by dividing by r.

The polar equation of your circle is r = 4sin(θ).
 
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