Find a normal vector to a unit sphere using cartesian coordinates

Frozen Light
Messages
14
Reaction score
0

Homework Statement


Consider a unit sphere centered at the origin. In terms of the Cartesian unit vectors i, j and k, find the unit normal vector on the surface

Homework Equations


A dot B = AB cos(theta)
A cross B = AB (normal vector) sin(theta)
Unit sphere radius = 1

The Attempt at a Solution


Isn't any direction a normal vector?
i x j = + k
j x i = - k
etc.
 
Physics news on Phys.org
Frozen Light said:

Homework Statement


Consider a unit sphere centered at the origin. In terms of the Cartesian unit vectors i, j and k, find the unit normal vector on the surface

Homework Equations


A dot B = AB cos(theta)
A cross B = AB (normal vector) sin(theta)
Unit sphere radius = 1

The Attempt at a Solution


Isn't any direction a normal vector?
i x j = + k
j x i = - k
etc.
Any nonzero vector would be a normal at some point on the surface of the sphere. My guess is that you should take an arbitrary point P(x, y, z) on the surface, and find the normal to it. If that's what is wanted in the problem, it could have been written more clearly.
 
Thank you, that would make a bit more sense.
 
The unit sphere is of the form x^2+ y^2+ z^2= 1. You can think of that as a 'Level Surface" of the function F(x, y, z)= x^2+ y^2+ z^2 and use the fact that the gradient of such a function, \nabla F, is always normal to level surfaces.
 
Or think about what direction a position vector to a point on the sphere has.
 
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