Template:Short description Template:Use dmy dates

File:Plane equation qtl3.svg
Plane equation in normal form

In Euclidean geometry, a plane is a flat two-dimensional surface that extends indefinitely. Euclidean planes often arise as subspaces of three-dimensional space <math>\mathbb{R}^3</math>. A prototypical example is one of a room's walls, infinitely extended and assumed infinitesimal thin. While a pair of real numbers <math>\mathbb{R}^2</math> suffices to describe points on a plane, the relationship with out-of-plane points requires special consideration for their embedding in the ambient space <math>\mathbb{R}^3</math>.

Derived conceptsEdit

A Template:Vanchor or Template:Vanchor (or simply "plane", in lay use) is a planar surface region; it is analogous to a line segment. A bivector is an oriented plane segment, analogous to directed line segments.Template:Efn A face is a plane segment bounding a solid object.<ref>Template:Cite book</ref> A slab is a region bounded by two parallel planes. A parallelepiped is a region bounded by three pairs of parallel planes.

BackgroundEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}}

Euclid set forth the first great landmark of mathematical thought, an axiomatic treatment of geometry.<ref>Template:Harvnb</ref> He selected a small core of undefined terms (called common notions) and postulates (or axioms) which he then used to prove various geometrical statements. Although the plane in its modern sense is not directly given a definition anywhere in the Elements, it may be thought of as part of the common notions.<ref>Template:Citation</ref> Euclid never used numbers to measure length, angle, or area. The Euclidean plane equipped with a chosen Cartesian coordinate system is called a Cartesian plane; a non-Cartesian Euclidean plane equipped with a polar coordinate system would be called a polar plane.

File:Planes parallel.svg
Three parallel planes.

A plane is a ruled surface.

Euclidean planeEdit

Template:Excerpt

RepresentationEdit

This section is solely concerned with planes embedded in three dimensions: specifically, in [[Cartesian product|Template:Math]].

Determination by contained points and linesEdit

In a Euclidean space of any number of dimensions, a plane is uniquely determined by any of the following:

  • Three non-collinear points (points not on a single line).
  • A line and a point not on that line.
  • Two distinct but intersecting lines.
  • Two distinct but parallel lines.

PropertiesEdit

The following statements hold in three-dimensional Euclidean space but not in higher dimensions, though they have higher-dimensional analogues:

  • Two distinct planes are either parallel or they intersect in a line.
  • A line is either parallel to a plane, intersects it at a single point, or is contained in the plane.
  • Two distinct lines perpendicular to the same plane must be parallel to each other.
  • Two distinct planes perpendicular to the same line must be parallel to each other.

Point–normal form and general form of the equation of a planeTemplate:AnchorEdit

In a manner analogous to the way lines in a two-dimensional space are described using a point-slope form for their equations, planes in a three dimensional space have a natural description using a point in the plane and a vector orthogonal to it (the normal vector) to indicate its "inclination".

Specifically, let Template:Math be the position vector of some point Template:Math, and let Template:Math be a nonzero vector. The plane determined by the point Template:Math and the vector Template:Mvar consists of those points Template:Math, with position vector Template:Mvar, such that the vector drawn from Template:Math to Template:Math is perpendicular to Template:Mvar. Recalling that two vectors are perpendicular if and only if their dot product is zero, it follows that the desired plane can be described as the set of all points Template:Mvar such that <math display="block">\boldsymbol{n} \cdot (\boldsymbol{r}-\boldsymbol{r}_0)=0.</math> The dot here means a dot (scalar) product.
Expanded this becomes <math display="block"> a (x-x_0) + b(y-y_0) + c(z-z_0) = 0,</math> which is the point–normal form of the equation of a plane.<ref>Template:Harvnb</ref> This is just a linear equation <math display="block"> ax + by + cz + d = 0,</math> where <math display="block"> d = -(ax_0 + by_0 + cz_0),</math> which is the expanded form of <math>- \boldsymbol{n} \cdot \boldsymbol{r}_0.</math>

In mathematics it is a common convention to express the normal as a unit vector, but the above argument holds for a normal vector of any non-zero length.

Conversely, it is easily shown that if Template:Math, Template:Math, Template:Math, and Template:Math are constants and Template:Math, Template:Math, and Template:Math are not all zero, then the graph of the equation <math display="block"> ax + by + cz + d = 0,</math> is a plane having the vector Template:Math as a normal.<ref>Template:Harvnb</ref> This familiar equation for a plane is called the general form of the equation of the plane or just the plane equation.<ref name=Weisstein2009>Template:Citation</ref>

Thus for example a regression equation of the form Template:Math (with Template:Math) establishes a best-fit plane in three-dimensional space when there are two explanatory variables.

Describing a plane with a point and two vectors lying on itEdit

Alternatively, a plane may be described parametrically as the set of all points of the form <math display="block">\boldsymbol{r} = \boldsymbol{r}_0 + s \boldsymbol{v} + t \boldsymbol{w},</math>

File:PlaneR.jpg
Vector description of a plane

where Template:Mvar and Template:Mvar range over all real numbers, Template:Mvar and Template:Mvar are given linearly independent vectors defining the plane, and Template:Math is the vector representing the position of an arbitrary (but fixed) point on the plane. The vectors Template:Mvar and Template:Mvar can be visualized as vectors starting at Template:Math and pointing in different directions along the plane. The vectors Template:Mvar and Template:Mvar can be perpendicular, but cannot be parallel.

Describing a plane through three pointsEdit

Let Template:Math, Template:Math, and Template:Math be non-collinear points.

Method 1Edit

The plane passing through Template:Math, Template:Math, and Template:Math can be described as the set of all points (x,y,z) that satisfy the following determinant equations: <math display="block">\begin{vmatrix} x - x_1 & y - y_1 & z - z_1 \\ x_2 - x_1 & y_2 - y_1 & z_2 - z_1 \\ x_3 - x_1 & y_3 - y_1 & z_3 - z_1 \end{vmatrix} = \begin{vmatrix} x - x_1 & y - y_1 & z - z_1 \\ x - x_2 & y - y_2 & z - z_2 \\ x - x_3 & y - y_3 & z - z_3 \end{vmatrix} = 0. </math>

Method 2Edit

To describe the plane by an equation of the form <math> ax + by + cz + d = 0 </math>, solve the following system of equations: <math display="block"> ax_1 + by_1 + cz_1 + d = 0</math> <math display="block"> ax_2 + by_2 + cz_2 + d = 0</math> <math display="block"> ax_3 + by_3 + cz_3 + d = 0.</math>

This system can be solved using Cramer's rule and basic matrix manipulations. Let <math display="block">D = \begin{vmatrix} x_1 & y_1 & z_1 \\ x_2 & y_2 & z_2 \\ x_3 & y_3 & z_3 \end{vmatrix}.</math>

If Template:Math is non-zero (so for planes not through the origin) the values for Template:Math, Template:Math and Template:Math can be calculated as follows: <math display="block">a = \frac{-d}{D} \begin{vmatrix} 1 & y_1 & z_1 \\ 1 & y_2 & z_2 \\ 1 & y_3 & z_3 \end{vmatrix}</math> <math display="block">b = \frac{-d}{D} \begin{vmatrix} x_1 & 1 & z_1 \\ x_2 & 1 & z_2 \\ x_3 & 1 & z_3 \end{vmatrix}</math> <math display="block">c = \frac{-d}{D} \begin{vmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{vmatrix}.</math>

These equations are parametric in d. Setting d equal to any non-zero number and substituting it into these equations will yield one solution set.

Method 3Edit

This plane can also be described by the Template:Section link prescription above. A suitable normal vector is given by the cross product <math display="block">\boldsymbol n = ( \boldsymbol p_2 - \boldsymbol p_1 ) \times ( \boldsymbol p_3 - \boldsymbol p_1 ), </math> and the point Template:Math can be taken to be any of the given points Template:Math, Template:Math or Template:Math<ref name=PaulsPlanes>Template:Citation</ref> (or any other point in the plane).

OperationsEdit

Distance from a point to a planeEdit

Template:Excerpt

Line–plane intersectionEdit

Template:Excerpt

Line of intersection between two planesEdit

Template:Excerpt

Sphere–plane intersectionEdit

Template:Excerpt

Occurrence in natureEdit

Template:See also

File:Plane wave wavefronts 3D.svg
The wavefronts of a plane wave traveling in 3-space

A plane serves as a mathematical model for many physical phenomena, such as specular reflection in a plane mirror or wavefronts in a traveling plane wave. The free surface of undisturbed liquids tends to be nearly flat (see flatness). The flattest surface ever manufactured is a quantum-stabilized atom mirror.<ref name="Evans 2008">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> In astronomy, various reference planes are used to define positions in orbit. Anatomical planes may be lateral ("sagittal"), frontal ("coronal") or transversal. In geology, beds (layers of sediments) often are planar. Planes are involved in different forms of imaging, such as the focal plane, picture plane, and image plane.

File:Webysther 20211009102044 - Parque Geológico do Varvito.jpg
Beds of sedimentary rock at Parque Geológico do Varvito, Itu, São Paulo, Brazil

Miller indicesEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}}

File:Miller Indices Cubes.svg
Planes with different Miller indices in cubic crystals

The attitude of a lattice plane is the orientation of the line normal to the plane,<ref name=Granville> Template:Cite book</ref> and is described by the plane's Miller indices. In three-space a family of planes (a series of parallel planes) can be denoted by its Miller indices (hkl),<ref name=Love> Template:Cite book</ref><ref name=Ladd> Template:Cite book</ref> so the family of planes has an attitude common to all its constituent planes.

Strike and dipEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}}

File:StrikeLine&Dip.JPG
Strike line and dip of a plane describing attitude relative to a horizontal plane and a vertical plane perpendicular to the strike line

Many features observed in geology are planes or lines, and their orientation is commonly referred to as their attitude. These attitudes are specified with two angles.

For a line, these angles are called the trend and the plunge. The trend is the compass direction of the line, and the plunge is the downward angle it makes with a horizontal plane.<ref name=Rowland> Template:Cite book</ref>

For a plane, the two angles are called its strike (angle) and its dip (angle). A strike line is the intersection of a horizontal plane with the observed planar feature (and therefore a horizontal line), and the strike angle is the bearing of this line (that is, relative to geographic north or from magnetic north). The dip is the angle between a horizontal plane and the observed planar feature as observed in a third vertical plane perpendicular to the strike line.

See alsoEdit

Template:Main cat Template:Div col

Template:Div col end

NotesEdit

Explanatory notesEdit

Template:Notelist

CitationsEdit

Template:Reflist

ReferencesEdit

External linksEdit

Template:Sister project

|_exclude=urlname, _debug, id |url = https://mathworld.wolfram.com/{{#if:Plane%7CPlane.html}} |title = Plane |author = Weisstein, Eric W. |website = MathWorld |access-date = |ref = Template:SfnRef }}

Template:Authority control