jwxie
- 278
- 0
Homework Statement
Compute the volume of the indicated solid
Below z = sqrt(x^2+y^2), above z = 0, and inside x^2 + (y-1)^2 = 1
Homework Equations
The Attempt at a Solution
My professor solved this in class but I didn't understand why deta is from -pi/2 to pi/2.
It is obvious that the region D for integration is the trace of x^2+(y-1)^2 = 1
In xy-plane it's a disk whose center is at (0,1)
Since this is not a unit circle at (0.0), my professor said we have to express this disk in polar form, and I can't tell what the reason is. Maybe we want to find the range for the angle and radius?
x^2 + (y-1)^2 = 1 in polar form
x^2 + y^2 - 2y +1 - 1 =0 > r^2 -2rsin(x) = 0 where x is deta
r^2 = 2rsinx
r = 2sin(x) this is the polar form for x^2 + (y-1)^2 = 1
Integration region D in polar form: {(r,x): 0 <= r <= 2sinx , -pi/2 <=x <= pi/2} and I know the integrand is r (polar form for sqrt(x^2+y^2) )
Why is it -pi/2 and pi/2? How can I tell when the problem varies?
Thank you.