physiker99
- 36
- 0
How do I find "surface normal direction" for a plane on a point with coordinates specified?
Last edited:
The discussion focuses on determining the surface normal direction at a specific point for the equations r²=9 and x+y+z²=1. It clarifies that these surfaces are not planes; r²=9 represents a spherical shell, while x+y+z²=1 is a paraboloid. To find the normal direction, one must define the function F(x,y,z) that represents the surface, compute the gradient ∇F, and evaluate it at the given point (2,-2,1). This method is essential for understanding surface normals in three-dimensional geometry.
PREREQUISITESStudents and professionals in mathematics, physics, computer graphics, and engineering who need to understand surface normal calculations for various geometric shapes.
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.