Find a normal vector to a unit sphere using cartesian coordinates

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 9K views
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 [itex]x^2+ y^2+ z^2= 1[/itex]. You can think of that as a 'Level Surface" of the function [itex]F(x, y, z)= x^2+ y^2+ z^2[/itex] and use the fact that the gradient of such a function, [itex]\nabla F[/itex], is always normal to level surfaces.