physiker99
- 36
- 0
How do I find "surface normal direction" for a plane on a point with coordinates specified?
Last edited:
physiker99 said:i need to find normal directions for r^2=9 and x+y+z^2=1 at the point (2,-2,1)
[PLAIN]http://en.wikipedia.org/wiki/Surface_normal said:If[/PLAIN] a surface S is given implicitly as the set of points (x,y,z) satisfying F(x,y,z)=0, then, a normal at a point (x,y,z) on the surface is given by the gradient:
\mathbf{N}=\mathbf{\nabla}F
since the gradient at any point is perpendicular to the level set, and F(x,y,z) = 0 (the surface) is a level set of F.