ART

In geometry, a normal is an object such as a line, ray, or vector that is perpendicular to a given object. For example, in two dimensions, the normal line to a curve at a given point is the line perpendicular to the tangent line to the curve at the point. A normal vector may have length one (a unit vector) or its length may represent the curvature of the object (a curvature vector); its algebraic sign may indicate sides (interior or exterior).

In three dimensions, a surface normal, or simply normal, to a surface at point P is a vector perpendicular to the tangent plane of the surface at P. The word "normal" is also used as an adjective: a line normal to a plane, the normal component of a force, the normal vector, etc. The concept of normality generalizes to orthogonality (right angles).

Normal vectors2

A polygon and its two normal vectors

The concept has been generalized to differentiable manifolds of arbitrary dimension embedded in a Euclidean space. The normal vector space or normal space of a manifold at point P is the set of vectors which are orthogonal to the tangent space at P. Normal vectors are of special interest in the case of smooth curves and smooth surfaces.

Surface normal illustration

A normal to a surface at a point is the same as a normal to the tangent plane to the surface at the same point.

The normal is often used in 3D computer graphics (notice the singular, as only one normal will be defined) to determine a surface's orientation toward a light source for flat shading, or the orientation of each of the surface's corners (vertices) to mimic a curved surface with Phong shading.

Normal to surfaces in 3D space

Normal vectors on a curved surface

A curved surface showing the unit normal vectors (blue arrows) to the surface
Calculating a surface normal

For a convex polygon (such as a triangle), a surface normal can be calculated as the vector cross product of two (non-parallel) edges of the polygon.

For a plane given by the equation ax+by+cz+d=0, the vector \( {\displaystyle \mathbf {n} =(a,b,c)} \) is a normal.

For a plane whose equation is given in parametric form

\( {\displaystyle \mathbf {r} (s,t)=\mathbf {r} _{0}+s\mathbf {p} +t\mathbf {q} }, \)

where r0 is a point on the plane and p, q are non-parallel vectors pointing along the plane, a normal to the plane is a vector normal to both p and q, which can be found as the cross product \( {\displaystyle \mathbf {n} =\mathbf {p} \times \mathbf {q} } \).

If a (possibly non-flat) surface S in 3-space R3 is parameterized by a system of curvilinear coordinates r(s, t) = (x(s,t), y(s,t), z(s,t)), with s and t real variables, then a normal to S is by definition a normal to a tangent plane, given by the cross product of the partial derivatives

\( {\displaystyle \mathbf {n} ={\partial \mathbf {r} \over \partial s}\times {\partial \mathbf {r} \over \partial t}.} \)

If 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

\( {\displaystyle \mathbf {n} =\nabla F(x,y,z).} \)

since the gradient at any point is perpendicular to the level set S.

For a surface S in R3 given as the graph of a function z=f(x,y), an upward-pointing normal can be found either from the parametrization \( {\displaystyle \mathbf {r} (x,y)=(x,y,f(x,y))} \), giving:

\( {\displaystyle \mathbf {n} ={\frac {\partial \mathbf {r} }{\partial x}}\times {\frac {\partial \mathbf {r} }{\partial y}}=(1,0,{\tfrac {\partial f}{\partial x}})\times (0,1,{\tfrac {\partial f}{\partial y}})=(-{\tfrac {\partial f}{\partial x}},-{\tfrac {\partial f}{\partial y}},1);} \)

or more simply from its implicit form \( {\displaystyle F(x,y,z)=z-f(x,y)=0} \) , giving \( {\displaystyle \mathbf {n} =\nabla F(x,y,z)=(-{\tfrac {\partial f}{\partial x}},-{\tfrac {\partial f}{\partial y}},1)}. \)

Since a surface does not have a tangent plane at a singular point, it has no well-defined normal at that point: for example, the vertex of a cone. In general, it is possible to define a normal almost everywhere for a surface that is Lipschitz continuous.

Choice of normal

Surface normals

A vector field of normals to a surface

The normal to a (hyper)surface is usually scaled to have unit length, but it does not have a unique direction, since its opposite is also a unit normal. For a surface which is the topological boundary of a set in three dimensions, one can distinguish between the inward-pointing normal and outer-pointing normal. For an oriented surface, the normal is usually determined by the right-hand rule or its analog in higher dimensions.

If the normal is constructed as the cross product of tangent vectors (as described in the text above), it is a pseudovector.
Transforming normals

Note: in this section we only use the upper 3x3 matrix, as translation is irrelevant to the calculation

When applying a transform to a surface it is often useful to derive normals for the resulting surface from the original normals.

Specifically, given a 3x3 transformation matrix M, we can determine the matrix W that transforms a vector n perpendicular to the tangent plane t into a vector n′ perpendicular to the transformed tangent plane M t, by the following logic:

Write n′ as W n. We must find W.

W n perpendicular to M t {\displaystyle W\mathbb {n} {\text{ perpendicular to }}M\mathbb {t} } {\displaystyle W\mathbb {n} {\text{ perpendicular to }}M\mathbb {t} } \)

⟺ \( {\displaystyle \iff (W\mathbb {n} )\cdot (M\mathbb {t} )=0} \)
⟺ \( {\displaystyle \iff (W\mathbb {n} )^{T}(M\mathbb {t} )=0} \)
⟺ \( {\displaystyle \iff (\mathbb {n} ^{T}W^{T})(M\mathbb {t} )=0} \)
⟺\( {\displaystyle \iff \mathbb {n} ^{T}(W^{T}M)\mathbb {t} =0} \)

Clearly choosing W such that \( W^{T}M=I \) , or \( {\displaystyle W=(M^{-1})^{T}} \) , will satisfy the above equation, giving a \( {\displaystyle W\mathbb {n} } \) perpendicular to \( {\displaystyle M\mathbb {t} } \), or an n′ perpendicular to t′, as required.

Therefore, one should use the inverse transpose of the linear transformation when transforming surface normals. The inverse transpose is equal to the original matrix if the matrix is orthonormal, i.e. purely rotational with no scaling or shearing.
Hypersurfaces in n-dimensional space

For an \( {\displaystyle (n{-}1)} \)-dimensional hyperplane in n-dimensional space Rn given by its parametric representation

\( {\displaystyle \mathbf {r} (t_{1},\ldots ,t_{n-1})=\mathbf {p} _{0}+t_{1}\mathbf {p} _{1}+\cdots +t_{n-1}\mathbf {p} _{n{-}1}}, \)

where p0 is a point on the hyperplane and pi for i = 1, ..., n-1 are linearly independent vectors pointing along the hyperplane, a normal to the hyperplane is any vector \( \mathbf {n} \) in the null space of the matrix \( {\displaystyle P=[\mathbf {p} _{1}\dots \mathbf {p} _{n-1}]} \) , meaning \( {\displaystyle P\mathbf {n} =\mathbf {0} } \). That is, any vector orthogonal to all in-plane vectors is by definition a surface normal. Alternatively, if the hyperplane is defined as the solution set of a single linear equation \( {\displaystyle a_{1}x_{1}+\cdots +a_{n}x_{n}=c} \), then the vector \( {\displaystyle \mathbb {n} =(a_{1},\ldots ,a_{n})} \) is a normal.

The definition of a normal to a surface in three-dimensional space can be extended to (n-1)-dimensional hypersurfaces in Rn. A hypersurface may be locally defined implicitly as the set of points \( (x_1, x_2, \ldots, x_n) \) satisfying an equation \( {\displaystyle F(x_{1},x_{2},\ldots ,x_{n})=0} \), where F is a given scalar function. If F is continuously differentiable then the hypersurface is a differentiable manifold in the neighbourhood of the points where the gradient is not zero. At these points a normal vector is given by the gradient:

\( {\displaystyle \mathbb {n} =\nabla F(x_{1},x_{2},\ldots ,x_{n})=\left({\tfrac {\partial F}{\partial x_{1}}},{\tfrac {\partial F}{\partial x_{2}}},\ldots ,{\tfrac {\partial F}{\partial x_{n}}}\right)\,.} \)

The normal line is the one-dimensional subspace with basis {n}.
Varieties defined by implicit equations in n-dimensional space

A differential variety defined by implicit equations in the n-dimensional space Rn is the set of the common zeros of a finite set of differentiable functions in n variables

\( f_{1}(x_{1},\ldots ,x_{n}),\ldots ,f_{k}(x_{1},\ldots ,x_{n}). \)

The Jacobian matrix of the variety is the k×n matrix whose i-th row is the gradient of fi. By the implicit function theorem, the variety is a manifold in the neighborhood of a point where the Jacobian matrix has rank k. At such a point P, the normal vector space is the vector space generated by the values at P of the gradient vectors of the fi.

In other words, a variety is defined as the intersection of k hypersurfaces, and the normal vector space at a point is the vector space generated by the normal vectors of the hypersurfaces at the point.

The normal (affine) space at a point P of the variety is the affine subspace passing through P and generated by the normal vector space at P.

These definitions may be extended verbatim to the points where the variety is not a manifold.
Example

Let V be the variety defined in the 3-dimensional space by the equations

\( x\,y=0,\quad z=0\,. \)

This variety is the union of the x-axis and the y-axis.

At a point (a, 0, 0), where a ≠ 0, the rows of the Jacobian matrix are (0, 0, 1) and (0, a, 0). Thus the normal affine space is the plane of equation x = a. Similarly, if b ≠ 0, the normal plane at (0, b, 0) is the plane of equation y = b.

At the point (0, 0, 0) the rows of the Jacobian matrix are (0, 0, 1) and (0, 0, 0). Thus the normal vector space and the normal affine space have dimension 1 and the normal affine space is the z-axis.
Uses

Surface normals are useful in defining surface integrals of vector fields.
Surface normals are commonly used in 3D computer graphics for lighting calculations (see Lambert's cosine law), often adjusted by normal mapping.
Render layers containing surface normal information may be used in Digital compositing to change the apparent lighting of rendered elements.
In computer vision, the shapes of 3D objects are estimated from surface normals using photometric stereo.[1]

Normal in geometric optics
Main article: Specular reflection
Diagram of specular reflection

The normal ray is the outward-pointing ray perpendicular to the surface of an optical medium at a given point.[2] In reflection of light, the angle of incidence and the angle of reflection are respectively the angle between the normal and the incident ray (on the plane of incidence) and the angle between the normal and the reflected ray.
See also

Ellipsoid normal vector
Pseudovector
Dual space
Vertex normal

References

Ying Wu. "Radiometry, BRDF and Photometric Stereo" (PDF). Northwestern University.
"The Law of Reflection". The Physics Classroom Tutorial. Archived from the original on April 27, 2009. Retrieved 2008-03-31.

Undergraduate Texts in Mathematics

Graduate Texts in Mathematics

Graduate Studies in Mathematics

Mathematics Encyclopedia

World

Index

Hellenica World - Scientific Library

Retrieved from "http://en.wikipedia.org/"
All text is available under the terms of the GNU Free Documentation License