Finding formula for normal vector of surface

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 4K views
Somefantastik
Messages
226
Reaction score
0

Homework Statement



S is surface of upper half of sphere (rad 3) at (0,0,0). Find the formula for n (in Cartesian, spherical, and cylindrical coord syst), then evaluate

[tex]\int\int\textbf{F}\cdot\textbf{n}dA[/tex]

Where F(x,y,z) = k

Homework Equations


The Attempt at a Solution



in a previous problem, if I let z = f(x,y) be the surface and take

[tex]\psi(x,y,z) = f(x,y) - z[/tex]

Since [tex]\nabla\psi[/tex] is orthogonal to the surface on which [tex]\psi[/tex] is constant, then I can use this to get the formula for the normal to the surface.

Problem is, I'm stuck trying to figure out what the formula for the surface is to start with.

A sphere with radius 3 is just x2+y2+z2 = 3

so

[tex]z = 3 - \sqrt{x^{2}+y^{2}}[/tex]

where 0< x,y < 3

now

[tex]\textbf{n} = \frac{\nabla\psi}{\left\|\nabla\psi\right\|}[/tex]

Am I on the right track? The unit normal vector field gets pretty ugly after this step :-/
 
Physics news on Phys.org
It can't be that bad, can it?

BTW, using implicit differentiation then solving for the derivative is often much simpler that solving for the variable and differentiating that.


By the way, surely you know enough about spheres to have an easy way of finding the unit normal?
 
I must have done something wrong because I've gotten something pretty heinous.

[tex]\nabla\psi = -x(x^{2} + y^{2})^{-1/2}\textbf{i} - y(x^{2} + y^{2})^{-1/2}\textbf{j} - \textbf{k}[/tex]

[tex]\left\|\nabla\psi \right\| = (x^{2} + y^{2}) + 1[/tex]
 
Maddeningly unhelpful :(

"By the way, surely you know enough about spheres to have an easy way of finding the unit normal? "

Obviously not, can you expound a little?