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 [itex](x,y,z)[/itex] satisfying [itex]F(x,y,z)=0[/itex], then, a normal at a point [itex](x,y,z)[/itex] on the surface is given by the gradient:
[tex]\mathbf{N}=\mathbf{\nabla}F[/tex]
since the gradient at any point is perpendicular to the level set, and [itex]F(x,y,z) = 0[/itex] (the surface) is a level set of [itex]F[/itex].