Angles between normals at 2 points on a surface

  • Context: Undergrad 
  • Thread starter Thread starter svishal03
  • Start date Start date
  • Tags Tags
    Angles Points Surface
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
svishal03
Messages
124
Reaction score
1
I have been reading about the normal vector to a point on a surface.

http://mathworld.wolfram.com/NormalVector.html

Can anyone explain if I have normals to 2 points on a surface and I want to compute the inclinations between them, how would one proceed?
 
Physics news on Phys.org
svishal03 said:
I have been reading about the normal vector to a point on a surface.

http://mathworld.wolfram.com/NormalVector.html

Can anyone explain if I have normals to 2 points on a surface and I want to compute the inclinations between them, how would one proceed?

Hey svishal03.

What do you mean by inclinations? Do you mean the angle between them?
 
How you determine the angle between normals depends upon the way the surface is given. For example, if you are given f(x,y,z)= constant, the normals at [itex](x_0, y_0, z_0)[/itex] and [itex](x_1, y_1, z_1)[/itex] are given by [itex]\nabla f(x_0, y_0, z_0)[/itex] and [itex]\nabla f(x_1, y_1, z_1)[/itex]. And, of course, the angle between those two vectors is given by their dot product: [itex]cos^{-1}(\vec{u}\cdot\vec{v}/|\vec{u}||\vec{v}|)[/itex].