Parametrize and find the surface area

vDrag0n
Messages
3
Reaction score
0

Homework Statement


a)parametrize the upper surface of that portion of the sphere x^2 + y^2 +z^2 = 4 contained within the cylinder, x^2 + y^2 = 2y
b)find the area of the surface


Homework Equations


how to find the range for phi. for paramaetrizing into spherical coordinates


The Attempt at a Solution



a) because its a sphere i tried parmetrizing into spherical coordinates
and thus
X (u,v) = (2sinucosv, 2sinusinv,2cosu)
u,v = [0,?]x[0,2pi]
I've tried substuting the eq of the cylinder into the eq of the sphere but i ended up with
z^2 = 4-2y => (4 - 4sinusinv)^0.5
which isn't very helpful in finding the ranges of U



b) without finding the ranges for u, I won't be able to use the formula doubleint ||Xu x Xv|| du dv

but i can try A(S) = double int (1 + ||gradF||^2)^0.5 dx dy
i can have F = (4-x^2 - y^2)^0.5 and D == x^2 + y^2 - 2y <=0
looks like polar coordinates would be best so i set
x = r cos u
y = r sin u
r,u = [0,2sinu] x [0, 2pi]
and thus end up with an integral of
int ( 2/ (4 - r^2)^0.5 dr du
but this will give me an integral of
int 2 *( [arcsin (r/2)] from 0 to rsin ) du which is not an integral i would like to solve.
 
Physics news on Phys.org
vDrag0n said:

Homework Statement


a)parametrize the upper surface of that portion of the sphere x^2 + y^2 +z^2 = 4 contained within the cylinder, x^2 + y^2 = 2y
b)find the area of the surface
Hi vDrag0n.

In cylindrical coordinates, x2 + y2 = r2 and y=r·sinθ .

So the equation for the cylinder is: r2 = 2·r·sinθ → r = 2·sinθ.

The equation for the sphere is: r2 +z2 = 4, so the upper half is:

z=\sqrt{4-r^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