What Are the Methods to Determine Surface Normal Direction at a Point?

  • Thread starter Thread starter physiker99
  • Start date Start date
  • Tags Tags
    Normal Surface
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
physiker99
Messages
36
Reaction score
0
How do I find "surface normal direction" for a plane on a point with coordinates specified?
 
Last edited:
Physics news on Phys.org
Do you have a plane equation or do you only have the coordinates of a point? Please be more specific.
 
i need to find normal directions for r^2=9 and x+y+z^2=1 at the point (2,-2,1)
 
physiker99 said:
i need to find normal directions for r^2=9 and x+y+z^2=1 at the point (2,-2,1)

First, neither of those surfaces are planes. The first is a spherical shell, and the second is a paraboloid.

Second, straight from wikipedia:

[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].

I'd be shocked if this wasn't in your notes or textbook, and I strongly suggest you review the section of your text that covers this.

Anyways, just like wikipedia implies, to find a surface normal at a point, define [itex]F[/itex], take the gradient (in the appropriate coordinate system) and plug in the point.
 
Last edited by a moderator: