Equation of a Plane Passing Through Three Points

To derive the equation of a plane passing through three non-collinear points ( [Tex]\vec{a} = [/Tex] ❬x1,y1,z1❭), ( [Tex]\vec{b} =[/Tex] ❬x2, y2, z2❭), and ( [Tex]\vec{c} = [/Tex]❬x3,y3,z3❭), we will use the cross product.

First, define two vectors that lie in the plane, formed by the given points ( [Tex]\vec{a}[/Tex] ), ( [Tex]\vec{b} [/Tex]), and ( [Tex]\vec{c}[/Tex] ). We’ll call these vectors ( [Tex]\vec{v_1}[/Tex] ) and ( [Tex]\vec{v_2}[/Tex]):

[Tex]\vec{v_1} = \vec{b} – \vec{a} = [/Tex]❬ x2 – x1, y2 – y1, z2 – z1 ❭

[Tex]\vec{v_2} = \vec{c} – \vec{a} = [/Tex]❬x3 – x1, y3 – y1, z3 – z1❭

Next, we take the cross product of ( [Tex]\vec{v_1}[/Tex] ) and ( [Tex]\vec{v_2}[/Tex] ) to find a vector that is perpendicular to the plane:

[Tex]\vec{n} = \vec{v_1} \times \vec{v_2} [/Tex]

[Tex]\Rightarrow \vec{n} =\begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 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} [/Tex]

[Tex]\Rightarrow \vec{n} [/Tex] = (y2 – y1)(z3 – z1) – (z2 – z1)(y3 – y1) [Tex]\hat{i}[/Tex] – (x2 – x1)(z3 – z1) + (z2 – z1)(x3 – x1) [Tex]\hat{j}[/Tex] + (x2 – x1)(y3 – y1) – (y2 – y1)(x3 – x1) [Tex]\hat{k} [/Tex]

Now, the equation of the plane passing through the points ( [Tex]\vec{a}[/Tex] ), ( [Tex]\vec{b}[/Tex] ), and ( [Tex]\vec{c}[/Tex] ) is given by:

[Tex]\vec{n} \cdot (\vec{r} – \vec{a})[/Tex] = 0

Substituting the components of ( [Tex]\vec{n}[/Tex] ) and ( [Tex]\vec{a} [/Tex]) into the equation:

(y2 – y1)(z3 – z1) – (z2 – z1)(y3 – y1)(x – x1) + (z2 – z1)(x3 – x1)(y – y1) + (x2 – x1)(y3 – y1) – (y2 – y1)(x3 – x1)(z – z1) = 0

This equation represents the plane passing through the three non-collinear points [Tex]\vec{a}[/Tex], [Tex]\vec{b}[/Tex], and [Tex]\vec{c} [/Tex].

Equation of Plane

Equation of Plane describes its position and orientation in three-dimensional space, typically represented in the form (ax + by + cz + d = 0), where (a), (b), and (c) are coefficients representing the plane’s normal vector, and (d) is the distance from the origin along the normal vector.

In this article, we will learn about the what is the equation of a plane, its definition and general form the equation, the equation of a plane in 3D Space, a Cartesian form of an equation of a plane, the equation of a plane in intercept and parametric form, etc. At the end of this article, you will see some examples of solved problems that will provide a better understanding of the topic.

Table of Content

  • What is the Equation of Plane?
  • General Form of Equation of a Plane
  • Equation of a Plane in Three Dimensional Space
  • Methods to Find Equation of a Plane
  • Equation of a Plane in Normal Form
  • Equation of a Plane Passing Through Three Points
  • Cartesian Form of Equation of a Plane
  • Equation of a Plane in Parametric Form

Similar Reads

What is Plane?

A plane is a two-dimensional flat surface that extends infinitely in all directions. It is characterized by its width and length but has no thickness. In geometry, a plane is defined by an infinite number of points and can be described using equations involving variables such as (x), (y), and (z) in three-dimensional space....

What is the Equation of Plane?

The equation of a plane describes its position and orientation in three-dimensional space. It’s like a rule that tells us where all the points on the plane are located....

General Form of Equation of a Plane

The general form of the equation of a plane is ( ax + by + cz + d = 0 ), where ( a ), ( b ), and ( c ) are constants representing the plane’s normal vector, and ( d ) is a constant representing the plane’s distance from the origin....

Equation of a Plane in Three Dimensional Space

The equation of a plane in three-dimensional space can be expressed in various forms, each serving different purposes. Here are the main forms of the equation of a plane...

Methods to Find Equation of a Plane

There are several methods to find the equation of a plane, each depending on the available information about the plane....

Equation of a Plane in Normal Form

Consider a plane in three-dimensional space, defined by a point (P(x1, y1, z1)) and a normal vector ([Tex]\vec{n} = \langle a, b, c \rangle[/Tex])....

Equation of a Plane Perpendicular to a Given Vector And Through a Point

The equation of a plane perpendicular to a given vector ( [Tex]\vec{N} = [/Tex] ❬a,b,c❭) and passing through a point ( P(x1, y1, z1) ) can be derived as shown below:...

Equation of a Plane Passing Through Three Points

To derive the equation of a plane passing through three non-collinear points ( [Tex]\vec{a} = [/Tex] ❬x1,y1,z1❭), ( [Tex]\vec{b} =[/Tex] ❬x2, y2, z2❭), and ( [Tex]\vec{c} = [/Tex]❬x3,y3,z3❭), we will use the cross product....

Equation of a Plane Passing Through the Intersection of Two Given Planes

Consider two planes with normal vectors ( [Tex]\vec{n}_1 [/Tex]= ❬a1, b1, c1❭) and ([Tex] \vec{n}_2 [/Tex]= ❬a2, b2, c2❭ ), and distances from the origin ( d1 ) and ( d2 ) respectively....

Cartesian Form of Equation of a Plane

The point-normal form equation of a plane:...

Intercept Form of Equation of Plane

To derive the equation of a plane in intercept form, we start with the general form of the equation of a plane:...

Equation of a Plane in Parametric Form

The vector form of the equation of a plane:...

Solved Examples

Example 1: Given three non-collinear points P1​(x1​,y1​,z1​), P2​(x2​,y2​,z2​), and P3​(x3​,y3​,z3​), find the equation of the plane passing through these points....

Practice Questions: Equation of Plane

Q1: Find the equation of the plane passing through the point (2, -1, 3) and perpendicular to the line with direction vector (❬ 1, 2, -3❭)....

FAQs: Equation of Plane

What is Plane?...

Contact Us