Menu Top
Complete Course of Mathematics
Topic 1: Numbers & Numerical Applications Topic 2: Algebra Topic 3: Quantitative Aptitude
Topic 4: Geometry Topic 5: Construction Topic 6: Coordinate Geometry
Topic 7: Mensuration Topic 8: Trigonometry Topic 9: Sets, Relations & Functions
Topic 10: Calculus Topic 11: Mathematical Reasoning Topic 12: Vectors & Three-Dimensional Geometry
Topic 13: Linear Programming Topic 14: Index Numbers & Time-Based Data Topic 15: Financial Mathematics
Topic 16: Statistics & Probability


Content On This Page
Equation of a Plane in Space (Vector Form - Normal Form, Point-Normal Form) Equation of a Plane in Space (Cartesian Form - General Form, Normal Form, Intercept Form) Equation of a Plane Passing Through Three Non-Collinear Points
Equation of a Plane Passing Through the Intersection of Two Planes (Implicit)


Three Dimensional Geometry: Planes



Equation of a Plane in Space (Vector Form - Normal Form, Point-Normal Form)

A plane is a fundamental geometric object in three-dimensional space. It can be thought of as a flat, two-dimensional surface that extends infinitely in all directions. To describe a plane algebraically using vectors, we need information that uniquely determines its position and orientation in space. Two common ways to define a plane lead to its vector equation:

1. Vector Equation of a Plane in Normal Form

This form is based on the perpendicular distance of the plane from the origin and the unit vector pointing in the direction of this perpendicular.

Consider a plane whose shortest distance from the origin O is $p$, where $p$ is a non-negative scalar ($p \ge 0$). Let N be the foot of the perpendicular drawn from the origin O to the plane. The length of this perpendicular segment ON is equal to $p$, so $|\vec{ON}| = p$.

Let $\hat{n}$ be a unit vector in the direction of $\vec{ON}$. Since $\vec{ON}$ points from the origin towards the plane along the perpendicular, $\hat{n}$ is a unit vector normal (perpendicular) to the plane. Thus, $\vec{ON} = p\hat{n}$.

Let P be any arbitrary point on the plane. Let its position vector with respect to the origin O be $\vec{r} = \vec{OP}$.

Plane in 3D space. ON is perpendicular from origin O to the plane, with length p. Unit vector n-hat is along ON. P(r) is any point on the plane. Vector NP is shown in the plane.

Consider the vector $\vec{NP}$. Since both N (the foot of the perpendicular from O to the plane) and P (any point on the plane) lie on the plane, the vector $\vec{NP}$ lies entirely within the plane.

The vector $\vec{ON}$ (or the unit vector $\hat{n}$) is perpendicular to the plane. By definition of a normal vector, it is perpendicular to every vector that lies within the plane.

Therefore, the vector $\vec{NP}$ must be perpendicular to the vector $\vec{ON}$ (or to $\hat{n}$).

$\vec{NP} \perp \hat{n}$

According to the property of the dot product, if two vectors are perpendicular, their dot product is zero:

$\vec{NP} \cdot \hat{n} = 0$

Now, express the vector $\vec{NP}$ in terms of the position vectors of P and N:

$\vec{NP} = \text{Position Vector of P} - \text{Position Vector of N} = \vec{OP} - \vec{ON} = \vec{r} - p\hat{n}$

Substitute this expression into the dot product equation:

$(\vec{r} - p\hat{n}) \cdot \hat{n} = 0$

Use the distributive property of the dot product:

$\vec{r} \cdot \hat{n} - (p\hat{n}) \cdot \hat{n} = 0$

Using the property $(k\vec{u}) \cdot \vec{v} = k(\vec{u} \cdot \vec{v})$:

$\vec{r} \cdot \hat{n} - p(\hat{n} \cdot \hat{n}) = 0$

Since $\hat{n}$ is a unit vector, the dot product of $\hat{n}$ with itself is equal to the square of its magnitude, which is 1:

$\hat{n} \cdot \hat{n} = |\hat{n}|^2 = 1^2 = 1$

Substitute this back into the equation:

$\vec{r} \cdot \hat{n} - p(1) = 0$

$\vec{r} \cdot \hat{n} = p$

This is the vector equation of a plane in normal form:

$$ \mathbf{\vec{r} \cdot \hat{n} = p} $$

Here:


2. Vector Equation of a Plane Perpendicular to a Given Vector and Passing Through a Given Point (Point-Normal Form)

This form defines a plane by specifying a point that lies on the plane and a vector that is perpendicular to the plane.

Suppose we want to find the equation of a plane that passes through a given point A and is perpendicular to a given non-zero vector $\vec{N}$.

Let O be the origin. Let the position vector of the given point A be $\vec{a} = \vec{OA}$.

Let $\vec{N}$ be the given vector normal (perpendicular) to the plane. $\vec{N}$ is the normal vector.

Let P be any arbitrary point on the plane. Let its position vector relative to the origin O be $\vec{r} = \vec{OP}$.

Plane passing through point A (position vector a). Vector N is normal to the plane. Point P (position vector r) is on the plane. Vector AP is shown lying in the plane.

Consider the vector $\vec{AP}$. Since both A (a point on the plane) and P (any point on the plane) lie on the plane, the vector $\vec{AP}$ lies entirely within the plane.

The normal vector $\vec{N}$ is perpendicular to the plane. By definition, it is perpendicular to every vector that lies in the plane.

Therefore, the vector $\vec{AP}$ must be perpendicular to the normal vector $\vec{N}$.

$\vec{AP} \perp \vec{N}$

This condition of perpendicularity implies their dot product is zero:

$\vec{AP} \cdot \vec{N} = 0$

Now, express the vector $\vec{AP}$ in terms of the position vectors of P and A:

$\vec{AP} = \text{Position Vector of P} - \text{Position Vector of A} = \vec{OP} - \vec{OA} = \vec{r} - \vec{a}$

Substitute this expression for $\vec{AP}$ into the dot product equation:

$$ \mathbf{(\vec{r} - \vec{a}) \cdot \vec{N} = 0} $$

This is the vector equation of a plane in point-normal form.

This equation can be expanded using the distributive property of the dot product:

$\vec{r} \cdot \vec{N} - \vec{a} \cdot \vec{N} = 0$

Rearranging the terms, we get an alternative form:

$\vec{r} \cdot \vec{N} = \vec{a} \cdot \vec{N}$

Since $\vec{a}$ and $\vec{N}$ are known, the dot product $\vec{a} \cdot \vec{N}$ is a fixed scalar constant. Let $d = \vec{a} \cdot \vec{N}$. Then the equation becomes:

$$ \mathbf{\vec{r} \cdot \vec{N} = d} $$

This form also represents a plane perpendicular to the vector $\vec{N}$. However, the scalar $d$ here is not necessarily the perpendicular distance from the origin. The perpendicular distance from the origin is $p = \frac{|d|}{|\vec{N}|} = \frac{|\vec{a} \cdot \vec{N}|}{|\vec{N}|} = |\vec{a} \cdot \hat{N}|$, which is the magnitude of the scalar projection of $\vec{a}$ onto the direction of $\vec{N}$.

The normal form $\vec{r} \cdot \hat{n} = p$ is a special case of $\vec{r} \cdot \vec{N} = d$ where $\vec{N} = \hat{n}$ (a unit vector) and $d=p$ (the perpendicular distance). In general form $\vec{r} \cdot \vec{N} = d$, $\vec{N}$ is any normal vector and $d$ is related to the distance from origin and the magnitude of $\vec{N}$.


Example 1. Find the vector equation of the plane which is at a distance of $\frac{6}{\sqrt{29}}$ units from the origin and its normal vector from the origin is $2\hat{i} - 3\hat{j} + 4\hat{k}$.

Answer:

We are given the perpendicular distance from the origin, $p = \frac{6}{\sqrt{29}}$.

We are given a vector normal to the plane originating from the origin, $\vec{N} = 2\hat{i} - 3\hat{j} + 4\hat{k}$.

For the vector equation in normal form, $\vec{r} \cdot \hat{n} = p$, we need the unit normal vector $\hat{n}$ in the direction of $\vec{N}$.

Calculate the magnitude of $\vec{N}$:

$|\vec{N}| = \sqrt{2^2 + (-3)^2 + 4^2}$

$|\vec{N}| = \sqrt{4 + 9 + 16} = \sqrt{29}$

Calculate the unit normal vector $\hat{n}$:

$\hat{n} = \frac{\vec{N}}{|\vec{N}|} = \frac{2\hat{i} - 3\hat{j} + 4\hat{k}}{\sqrt{29}} = \frac{2}{\sqrt{29}}\hat{i} - \frac{3}{\sqrt{29}}\hat{j} + \frac{4}{\sqrt{29}}\hat{k}$

The vector equation of the plane in normal form is $\vec{r} \cdot \hat{n} = p$.

Substitute the unit normal vector $\hat{n}$ and the perpendicular distance $p$:

$\vec{r} \cdot \left(\frac{2}{\sqrt{29}}\hat{i} - \frac{3}{\sqrt{29}}\hat{j} + \frac{4}{\sqrt{29}}\hat{k}\right) = \frac{6}{\sqrt{29}}$

We can multiply both sides by $\sqrt{29}$ to get an equivalent form using the non-unit normal vector $\vec{N}$: $\vec{r} \cdot (2\hat{i} - 3\hat{j} + 4\hat{k}) = 6$. This is in the form $\vec{r} \cdot \vec{N} = d$, where $\vec{N} = 2\hat{i} - 3\hat{j} + 4\hat{k}$ and $d=6$.

Example 2. Find the vector equation of the plane passing through the point A with position vector $\hat{i} + \hat{j} + \hat{k}$ and perpendicular to the vector $4\hat{i} + 2\hat{j} - 3\hat{k}$.

Answer:

The plane passes through the point A with position vector $\vec{a} = \hat{i} + \hat{j} + \hat{k}$.

The plane is perpendicular (normal) to the vector $\vec{N} = 4\hat{i} + 2\hat{j} - 3\hat{k}$.

Using the vector equation of a plane in point-normal form, $(\vec{r} - \vec{a}) \cdot \vec{N} = 0$:

$(\vec{r} - (\hat{i} + \hat{j} + \hat{k})) \cdot (4\hat{i} + 2\hat{j} - 3\hat{k}) = 0$

This is one valid form of the vector equation.

Alternatively, we can use the expanded form $\vec{r} \cdot \vec{N} = \vec{a} \cdot \vec{N}$.

Calculate the constant $d = \vec{a} \cdot \vec{N}$:

$\vec{a} \cdot \vec{N} = (\hat{i} + \hat{j} + \hat{k}) \cdot (4\hat{i} + 2\hat{j} - 3\hat{k})$

Using the component form of the dot product:

$\vec{a} \cdot \vec{N} = (1)(4) + (1)(2) + (1)(-3)$

$\vec{a} \cdot \vec{N} = 4 + 2 - 3$

$\vec{a} \cdot \vec{N} = 3$

So, the vector equation $\vec{r} \cdot \vec{N} = d$ becomes:

$\vec{r} \cdot (4\hat{i} + 2\hat{j} - 3\hat{k}) = 3$

Both $(\vec{r} - (\hat{i} + \hat{j} + \hat{k})) \cdot (4\hat{i} + 2\hat{j} - 3\hat{k}) = 0$ and $\vec{r} \cdot (4\hat{i} + 2\hat{j} - 3\hat{k}) = 3$ are valid vector equations for the plane.



Equation of a Plane in Space (Cartesian Form - General Form, Normal Form, Intercept Form)

Just as straight lines can be represented in Cartesian coordinates, so too can planes in three-dimensional space. The vector equations of a plane can be converted into algebraic equations involving the $(x, y, z)$ coordinates of any point lying on the plane. There are several common forms of the Cartesian equation of a plane, each derived from a particular way of defining the plane.

1. General Form of the Equation of a Plane

The general form of the Cartesian equation of a plane is a linear equation in variables $x, y, z$. This form can be derived from the point-normal vector form of the plane's equation, $(\vec{r} - \vec{a}) \cdot \vec{N} = 0$.

Let $\vec{r} = x\hat{i} + y\hat{j} + z\hat{k}$ be the position vector of any arbitrary point P$(x, y, z)$ on the plane.

Let $\vec{a} = x_1\hat{i} + y_1\hat{j} + z_1\hat{k}$ be the position vector of a known point A$(x_1, y_1, z_1)$ that lies on the plane.

Let $\vec{N} = A\hat{i} + B\hat{j} + C\hat{k}$ be a non-zero vector normal (perpendicular) to the plane. The components $A, B, C$ are the direction ratios of the normal vector.

The vector $\vec{r} - \vec{a}$ is the vector $\vec{AP} = (x - x_1)\hat{i} + (y - y_1)\hat{j} + (z - z_1)\hat{k}$, which lies in the plane.

The point-normal equation is $(\vec{r} - \vec{a}) \cdot \vec{N} = 0$. Substitute the component forms:

$((x - x_1)\hat{i} + (y - y_1)\hat{j} + (z - z_1)\hat{k}) \cdot (A\hat{i} + B\hat{j} + C\hat{k}) = 0$

Using the component formula for the dot product:

$A(x - x_1) + B(y - y_1) + C(z - z_1) = 0$

Expand this equation:

$Ax - Ax_1 + By - By_1 + Cz - Cz_1 = 0$

Rearrange the terms:

$Ax + By + Cz + (-Ax_1 - By_1 - Cz_1) = 0$

Let $D = -Ax_1 - By_1 - Cz_1$. Since $A, B, C, x_1, y_1, z_1$ are constants, $D$ is also a constant. The equation simplifies to:

$$ \mathbf{Ax + By + Cz + D = 0} $$

This is the general linear equation of a plane in Cartesian coordinates. Any equation of the first degree in $x, y, z$ always represents a plane.

In the general form $Ax + By + Cz + D = 0$:


2. Cartesian Equation in Normal Form

This form is derived from the vector equation $\vec{r} \cdot \hat{n} = p$, where $\hat{n}$ is a unit normal vector and $p$ is the perpendicular distance from the origin.

Let $\vec{r} = x\hat{i} + y\hat{j} + z\hat{k}$ be the position vector of any point P$(x, y, z)$ on the plane.

Let $\hat{n} = l\hat{i} + m\hat{j} + n\hat{k}$ be the unit vector normal to the plane from the origin. Here, $l, m, n$ are the direction cosines of the normal vector, and they satisfy the condition $l^2 + m^2 + n^2 = 1$.

Substitute these component forms into the vector equation $\vec{r} \cdot \hat{n} = p$:

$(x\hat{i} + y\hat{j} + z\hat{k}) \cdot (l\hat{i} + m\hat{j} + n\hat{k}) = p$

Using the component formula for the dot product:

$lx + my + nz = p$

This is the Cartesian equation of a plane in normal form:

$$ \mathbf{lx + my + nz = p} $$

Here:

Converting General Form to Normal Form

Given the general equation of a plane $Ax + By + Cz + D = 0$. We want to convert it to the normal form $lx + my + nz = p$.

We know that $A, B, C$ are direction ratios of the normal vector $\vec{N} = A\hat{i} + B\hat{j} + C\hat{k}$. The direction cosines of the normal are $l = \pm \frac{A}{\sqrt{A^2+B^2+C^2}}$, $m = \pm \frac{B}{\sqrt{A^2+B^2+C^2}}$, $n = \pm \frac{C}{\sqrt{A^2+B^2+C^2}}$.

Rewrite the general equation by moving the constant term to the right side: $Ax + By + Cz = -D$.

To make the coefficients the direction cosines, we divide the entire equation by the magnitude of the normal vector, $|\vec{N}| = \sqrt{A^2+B^2+C^2}$. However, we must be careful to ensure the constant term on the right side (which will be $p$) is non-negative.

Divide the equation $Ax + By + Cz = -D$ by $\pm \sqrt{A^2+B^2+C^2}$:

$\frac{A}{\pm \sqrt{A^2+B^2+C^2}}x + \frac{B}{\pm \sqrt{A^2+B^2+C^2}}y + \frac{C}{\pm \sqrt{A^2+B^2+C^2}}z = \frac{-D}{\pm \sqrt{A^2+B^2+C^2}}$

The coefficients are now the direction cosines $l, m, n$. The right side is the perpendicular distance $p$. We choose the sign of $\sqrt{A^2+B^2+C^2}$ such that the right side is non-negative.

Thus, the direction cosines of the normal are $l = \frac{A}{\pm \sqrt{A^2+B^2+C^2}}$, $m = \frac{B}{\pm \sqrt{A^2+B^2+C^2}}$, $n = \frac{C}{\pm \sqrt{A^2+B^2+C^2}}$, and the perpendicular distance from the origin is $p = \frac{|-D|}{\sqrt{A^2+B^2+C^2}} = \frac{|D|}{\sqrt{A^2+B^2+C^2}}$. The sign in the denominator is chosen to make $p \ge 0$. Specifically, the denominator should have the opposite sign to $D$ (or be positive if $D=0$).


Example 1. Reduce the equation $2x - 3y + 4z - 6 = 0$ to the normal form and find the perpendicular distance from the origin and the direction cosines of the normal.

Answer:

The given general equation of the plane is $2x - 3y + 4z - 6 = 0$.

This is in the form $Ax + By + Cz + D = 0$, where $A=2, B=-3, C=4, D=-6$.

Rewrite the equation as $Ax + By + Cz = -D$: $2x - 3y + 4z = 6$. Here, the constant term on the right is $-D = 6$, which is positive.

Calculate the magnitude of the normal vector $\sqrt{A^2+B^2+C^2}$:

$\sqrt{A^2+B^2+C^2} = \sqrt{2^2 + (-3)^2 + 4^2}$

$\phantom{\sqrt{A^2+B^2+C^2}} = \sqrt{4 + 9 + 16} = \sqrt{29}$

To convert to normal form $lx + my + nz = p$ with $p \ge 0$, we divide the equation $2x - 3y + 4z = 6$ by $+\sqrt{29}$ (since the right side, 6, is positive).

$\frac{2}{\sqrt{29}}x + \frac{-3}{\sqrt{29}}y + \frac{4}{\sqrt{29}}z = \frac{6}{\sqrt{29}}$

This is the Cartesian equation of the plane in normal form.

Comparing this with $lx + my + nz = p$:

  • The direction cosines of the normal to the plane are $l = \frac{2}{\sqrt{29}}, m = \frac{-3}{\sqrt{29}}, n = \frac{4}{\sqrt{29}}$.
  • The perpendicular distance from the origin is $p = \frac{6}{\sqrt{29}}$.

3. Intercept Form of the Equation of a Plane

If a plane intersects the coordinate axes at distinct points (other than the origin), its equation can be expressed in terms of these intercepts. Let the plane make non-zero intercepts $a, b, c$ on the X, Y, and Z axes respectively.

Assuming the plane does not pass through the origin and is not parallel to any axis, its equation can be written in the intercept form:

$$ \mathbf{\frac{x}{a} + \frac{y}{b} + \frac{z}{c} = 1} $$

This form is useful when the intercepts are known or need to be found. Note that this form is valid only if $a, b, c$ are non-zero. If any intercept is zero (plane passes through the origin) or infinite (plane is parallel to an axis), this form cannot be used.

Converting General Form to Intercept Form

Given the general equation of a plane $Ax + By + Cz + D = 0$. Assume that $A, B, C,$ and $D$ are all non-zero (this ensures the plane doesn't pass through the origin and isn't parallel to any axis).

Move the constant term $D$ to the right side of the equation:

$Ax + By + Cz = -D$

To make the right side equal to 1 (like in the intercept form), divide the entire equation by $-D$:

$\frac{Ax}{-D} + \frac{By}{-D} + \frac{Cz}{-D} = \frac{-D}{-D}$

$\frac{Ax}{-D} + \frac{By}{-D} + \frac{Cz}{-D} = 1$

Now, rewrite each term on the left side to match the structure $\frac{x}{\text{intercept}}$:

$\frac{x}{-D/A} + \frac{y}{-D/B} + \frac{z}{-D/C} = 1$

Comparing this with the intercept form $\frac{x}{a} + \frac{y}{b} + \frac{z}{c} = 1$, we can identify the intercepts:

This conversion is only possible if $A, B, C, D$ are all non-zero. If $D=0$, the plane passes through the origin and doesn't have defined non-zero intercepts. If $A=0$, the plane is parallel to the X-axis and doesn't intercept it at a finite non-zero value, etc.


Example 2. Find the equation of the plane with intercepts 2, 3, and 4 on the x, y, and z axes respectively. Write the equation in both intercept form and general form.

Answer:

We are given the intercepts on the x, y, and z axes:

  • Intercept on x-axis, $a = 2$.
  • Intercept on y-axis, $b = 3$.
  • Intercept on z-axis, $c = 4$.

Equation in Intercept Form:

Using the intercept form $\frac{x}{a} + \frac{y}{b} + \frac{z}{c} = 1$:

$\frac{x}{2} + \frac{y}{3} + \frac{z}{4} = 1$

This is the equation of the plane in intercept form.

Equation in General Form:

To convert the intercept form $\frac{x}{2} + \frac{y}{3} + \frac{z}{4} = 1$ to the general form $Ax + By + Cz + D = 0$, we find a common denominator for the fractions on the left side, which is the LCM of 2, 3, and 4. The LCM is 12.

Multiply the entire equation by 12:

$12 \left(\frac{x}{2}\right) + 12 \left(\frac{y}{3}\right) + 12 \left(\frac{z}{4}\right) = 12(1)$

$6x + 4y + 3z = 12$

Move the constant term to the left side:

$6x + 4y + 3z - 12 = 0$

This is the equation of the plane in the general form, where $A=6, B=4, C=3, D=-12$.



Equation of a Plane Passing Through Three Non-Collinear Points

A plane in three-dimensional space is uniquely determined if we are given three points that do not lie on the same straight line (i.e., are non-collinear). We can derive the equation of such a plane using the concept of coplanarity of vectors.

Let the three given non-collinear points be A, B, and C. Let their position vectors with respect to a fixed origin O be $\vec{a}$, $\vec{b}$, and $\vec{c}$ respectively.

Let P be any arbitrary point on the plane containing the points A, B, and C. Let the position vector of P with respect to the origin O be $\vec{r}$.

Plane containing three non-collinear points A, B, C. An arbitrary point P is shown on the plane. Vectors AB, AC, AP are shown originating from A.

Vector Equation

Consider the three vectors formed by taking A as the initial point and B, C, and P as the terminal points:

Since the points A, B, C, and P all lie on the same plane, the vectors $\vec{AP}$, $\vec{AB}$, and $\vec{AC}$, which originate from a common point A and lie within the plane, must be coplanar.

The condition for three vectors to be coplanar is that their scalar triple product is zero.

Scalar Triple Product of $\vec{AP}, \vec{AB}, \vec{AC} = 0$

$[\vec{AP} \vec{AB} \vec{AC}] = 0$

Substituting the expressions for these vectors in terms of position vectors:

$$ \mathbf{(\vec{r} - \vec{a}) \cdot ((\vec{b} - \vec{a}) \times (\vec{c} - \vec{a})) = 0} $$

This is the vector equation of the plane passing through three non-collinear points A, B, and C with position vectors $\vec{a}, \vec{b}, \vec{c}$. It states that the vector from A to any point P on the plane is coplanar with the vectors $\vec{AB}$ and $\vec{AC}$.

Cartesian Equation

To find the Cartesian equation of the plane passing through three non-collinear points, we use the coordinates of the points. Let the coordinates of the points be:

The component forms of the vectors $\vec{AP}, \vec{AB}, \vec{AC}$ are:

The condition that these three vectors are coplanar is that their scalar triple product is zero. Using the determinant formula for the scalar triple product in terms of components:

$[\vec{AP} \vec{AB} \vec{AC}] = \begin{vmatrix} \text{Comp. of } \vec{AP} \\ \text{Comp. of } \vec{AB} \\ \text{Comp. of } \vec{AC} \end{vmatrix} = 0$

Substitute the components into the determinant:

$$ \mathbf{\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} = 0} $$

This is the Cartesian equation of the plane passing through three non-collinear points $(x_1, y_1, z_1)$, $(x_2, y_2, z_2)$, and $(x_3, y_3, z_3)$. Expanding this $3 \times 3$ determinant will result in a linear equation in $x, y, z$, which is the general form of the plane equation $Ax + By + Cz + D = 0$. The coefficients $A, B, C$ are the components of the vector $(\vec{b} - \vec{a}) \times (\vec{c} - \vec{a})$, which is a normal vector to the plane.


Example 1. Find the vector and Cartesian equations of the plane passing through the points R(2, 5, -3), S(-2, -3, 5), and T(5, 3, -3).

Answer:

Let the three points be A, B, and C with position vectors $\vec{a}, \vec{b}, \vec{c}$ respectively. Let R be the first point, S the second, and T the third. Let P be any point on the plane with position vector $\vec{r}$.

Position vectors of the given points:

$\vec{a} = \vec{OR} = 2\hat{i} + 5\hat{j} - 3\hat{k}$

(Point A = R)

$\vec{b} = \vec{OS} = -2\hat{i} - 3\hat{j} + 5\hat{k}$

(Point B = S)

$\vec{c} = \vec{OT} = 5\hat{i} + 3\hat{j} - 3\hat{k}$

(Point C = T)

Position vector of any point P on the plane is $\vec{r}$.

Vector Equation

The vector equation of the plane passing through $\vec{a}, \vec{b}, \vec{c}$ is $(\vec{r} - \vec{a}) \cdot ((\vec{b} - \vec{a}) \times (\vec{c} - \vec{a})) = 0$.

First, calculate the vectors $\vec{b} - \vec{a}$ and $\vec{c} - \vec{a}$:

$\vec{b} - \vec{a} = (-2\hat{i} - 3\hat{j} + 5\hat{k}) - (2\hat{i} + 5\hat{j} - 3\hat{k})$

$\vec{b} - \vec{a} = (-2-2)\hat{i} + (-3-5)\hat{j} + (5-(-3))\hat{k} = -4\hat{i} - 8\hat{j} + 8\hat{k}$

$\vec{c} - \vec{a} = (5\hat{i} + 3\hat{j} - 3\hat{k}) - (2\hat{i} + 5\hat{j} - 3\hat{k})$

$\vec{c} - \vec{a} = (5-2)\hat{i} + (3-5)\hat{j} + (-3-(-3))\hat{k} = 3\hat{i} - 2\hat{j} + 0\hat{k}$

Now, calculate the cross product $(\vec{b} - \vec{a}) \times (\vec{c} - \vec{a})$. This vector will be normal to the plane.

Components of $(\vec{b} - \vec{a})$ are $(-4, -8, 8)$. Components of $(\vec{c} - \vec{a})$ are $(3, -2, 0)$.

$$ (\vec{b} - \vec{a}) \times (\vec{c} - \vec{a}) = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ -4 & -8 & 8 \\ 3 & -2 & 0 \end{vmatrix} $$

Expand the determinant along the first row:

$\hat{i} \begin{vmatrix} -8 & 8 \\ -2 & 0 \end{vmatrix} - \hat{j} \begin{vmatrix} -4 & 8 \\ 3 & 0 \end{vmatrix} + \hat{k} \begin{vmatrix} -4 & -8 \\ 3 & -2 \end{vmatrix}$

Calculate the $2 \times 2$ determinants:

$\begin{vmatrix} -8 & 8 \\ -2 & 0 \end{vmatrix} = (-8)(0) - (8)(-2) = 0 - (-16) = 16$

$\begin{vmatrix} -4 & 8 \\ 3 & 0 \end{vmatrix} = (-4)(0) - (8)(3) = 0 - 24 = -24$

$\begin{vmatrix} -4 & -8 \\ 3 & -2 \end{vmatrix} = (-4)(-2) - (-8)(3) = 8 - (-24) = 8 + 24 = 32$

Substitute these values:

$(\vec{b} - \vec{a}) \times (\vec{c} - \vec{a}) = 16\hat{i} - \hat{j}(-24) + 32\hat{k} = 16\hat{i} + 24\hat{j} + 32\hat{k}$

This is a normal vector $\vec{N} = 16\hat{i} + 24\hat{j} + 32\hat{k}$. We can use a simpler normal vector by dividing by a common factor, 8: $\vec{N'} = 2\hat{i} + 3\hat{j} + 4\hat{k}$.

The vector equation is $(\vec{r} - \vec{a}) \cdot \vec{N'} = 0$. Substitute $\vec{a}$ and $\vec{N'}$:

$\mathbf{(\vec{r} - (2\hat{i} + 5\hat{j} - 3\hat{k})) \cdot (2\hat{i} + 3\hat{j} + 4\hat{k}) = 0}$

(Vector Equation)

Cartesian Equation

We use the determinant formula for the Cartesian equation of the plane passing through $(x_1, y_1, z_1)$, $(x_2, y_2, z_2)$, and $(x_3, y_3, z_3)$. Let $(x_1, y_1, z_1) = (2, 5, -3)$, $(x_2, y_2, z_2) = (-2, -3, 5)$, and $(x_3, y_3, z_3) = (5, 3, -3)$.

$$ \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} = 0 $$

Substitute the coordinates:

$$ \begin{vmatrix} x - 2 & y - 5 & z - (-3) \\ -2 - 2 & -3 - 5 & 5 - (-3) \\ 5 - 2 & 3 - 5 & -3 - (-3) \end{vmatrix} = 0 $$ $$ \begin{vmatrix} x - 2 & y - 5 & z + 3 \\ -4 & -8 & 8 \\ 3 & -2 & 0 \end{vmatrix} = 0 $$

Expand the determinant along the first row:

$(x - 2) \begin{vmatrix} -8 & 8 \\ -2 & 0 \end{vmatrix} - (y - 5) \begin{vmatrix} -4 & 8 \\ 3 & 0 \end{vmatrix} + (z + 3) \begin{vmatrix} -4 & -8 \\ 3 & -2 \end{vmatrix} = 0$

Calculate the $2 \times 2$ determinants:

$\begin{vmatrix} -8 & 8 \\ -2 & 0 \end{vmatrix} = (-8)(0) - (8)(-2) = 0 - (-16) = 16$

$\begin{vmatrix} -4 & 8 \\ 3 & 0 \end{vmatrix} = (-4)(0) - (8)(3) = 0 - 24 = -24$

$\begin{vmatrix} -4 & -8 \\ 3 & -2 \end{vmatrix} = (-4)(-2) - (-8)(3) = 8 - (-24) = 8 + 24 = 32$

Substitute these values back into the expansion:

$(x - 2)(16) - (y - 5)(-24) + (z + 3)(32) = 0$

$16(x - 2) + 24(y - 5) + 32(z + 3) = 0$

Divide the entire equation by the common factor 8:

$2(x - 2) + 3(y - 5) + 4(z + 3) = 0$

Expand and simplify:

$2x - 4 + 3y - 15 + 4z + 12 = 0$

$2x + 3y + 4z - 4 - 15 + 12 = 0$

$2x + 3y + 4z - 7 = 0$

$$ \mathbf{2x + 3y + 4z - 7 = 0} $$

This is the Cartesian equation of the plane.

Notice the coefficients (2, 3, 4) in the Cartesian equation are the same as the direction ratios of the simplified normal vector $\vec{N'} = 2\hat{i} + 3\hat{j} + 4\hat{k}$ found earlier from the vector equation.


Equation of a Plane Passing Through the Intersection of Two Planes

When two distinct, non-parallel planes intersect in three-dimensional space, their intersection forms a straight line. It is often necessary to find the equation of a third plane that contains this line of intersection and satisfies some additional condition (like passing through a specific point or being perpendicular to another plane).

Concept of the Family of Planes

Let the equations of the two intersecting planes be given in general Cartesian form:

Plane $P_1$: $A_1x + B_1y + C_1z + D_1 = 0$

Plane $P_2$: $A_2x + B_2y + C_2z + D_2 = 0$

Any point $(x, y, z)$ that lies on the line of intersection of $P_1$ and $P_2$ must satisfy both equations simultaneously, i.e., $A_1x + B_1y + C_1z + D_1 = 0$ and $A_2x + B_2y + C_2z + D_2 = 0$.

Consider the equation formed by taking a linear combination of the two plane equations:

$(A_1x + B_1y + C_1z + D_1) + \lambda (A_2x + B_2y + C_2z + D_2) = 0$

where $\lambda$ is a scalar parameter.

If a point $(x, y, z)$ lies on the line of intersection, then $A_1x + B_1y + C_1z + D_1 = 0$ and $A_2x + B_2y + C_2z + D_2 = 0$. Substituting these values into the linear combination equation, we get $0 + \lambda(0) = 0$, which is true for any value of $\lambda$. This means that any point on the line of intersection satisfies the combined equation for any value of $\lambda$.

Furthermore, the combined equation is linear in $x, y, z$: $(A_1 + \lambda A_2)x + (B_1 + \lambda B_2)y + (C_1 + \lambda C_2)z + (D_1 + \lambda D_2) = 0$. This is the general form of a plane equation (provided $A_1+\lambda A_2$, $B_1+\lambda B_2$, $C_1+\lambda C_2$ are not all zero for a given $\lambda$).

Thus, the equation $(A_1x + B_1y + C_1z + D_1) + \lambda (A_2x + B_2y + C_2z + D_2) = 0$ represents a family of planes that all pass through the line of intersection of $P_1$ and $P_2$. Different values of the parameter $\lambda$ correspond to different planes in this family.

Vector Form

If the equations of the two intersecting planes are given in vector form as $\vec{r} \cdot \vec{n_1} = d_1$ and $\vec{r} \cdot \vec{n_2} = d_2$, the equation of any plane passing through their line of intersection can be written by taking a linear combination of these equations:

$(\vec{r} \cdot \vec{n_1} - d_1) + \lambda (\vec{r} \cdot \vec{n_2} - d_2) = 0$

Rearranging the terms using the linearity of the dot product:

$\vec{r} \cdot \vec{n_1} - d_1 + \lambda (\vec{r} \cdot \vec{n_2}) - \lambda d_2 = 0$

$\vec{r} \cdot \vec{n_1} + \lambda \vec{r} \cdot \vec{n_2} = d_1 + \lambda d_2$

$\vec{r} \cdot (\vec{n_1} + \lambda \vec{n_2}) = d_1 + \lambda d_2$

This is the vector equation of a plane passing through the intersection of two planes $\vec{r} \cdot \vec{n_1} = d_1$ and $\vec{r} \cdot \vec{n_2} = d_2$, where $\lambda$ is a scalar parameter. The vector $\vec{n_1} + \lambda \vec{n_2}$ is a normal vector to the resulting plane.

Cartesian Form

If the equations of the two intersecting planes are given in Cartesian form as $A_1x + B_1y + C_1z + D_1 = 0$ and $A_2x + B_2y + C_2z + D_2 = 0$, the equation of any plane passing through their line of intersection is given by the linear combination:

$$ \mathbf{(A_1x + B_1y + C_1z + D_1) + \lambda (A_2x + B_2y + C_2z + D_2) = 0} $$

where $\lambda$ is a scalar parameter. This is the Cartesian form of the family of planes. To find the equation of a specific plane from this family, an additional condition is required. For example, if the plane is known to pass through a specific point $(x_0, y_0, z_0)$, substitute these coordinates into the equation, and solve for $\lambda$. Once $\lambda$ is found, substitute it back into the equation to get the equation of the particular plane.


Example 1. Find the vector equation of the plane passing through the intersection of the planes $\vec{r} \cdot (\hat{i} + \hat{j} + \hat{k}) = 6$ and $\vec{r} \cdot (2\hat{i} + 3\hat{j} + 4\hat{k}) = -5$, and passing through the point (1, 1, 1).

Answer:

The equations of the two given planes are:

Plane 1: $\vec{r} \cdot (\hat{i} + \hat{j} + \hat{k}) = 6$. Here, $\vec{n_1} = \hat{i} + \hat{j} + \hat{k}$ and $d_1 = 6$.

Plane 2: $\vec{r} \cdot (2\hat{i} + 3\hat{j} + 4\hat{k}) = -5$. Here, $\vec{n_2} = 2\hat{i} + 3\hat{j} + 4\hat{k}$ and $d_2 = -5$.

The vector equation of any plane passing through the intersection of these two planes is given by:

$\vec{r} \cdot (\vec{n_1} + \lambda \vec{n_2}) = d_1 + \lambda d_2$

Substitute the values of $\vec{n_1}, \vec{n_2}, d_1, d_2$:

$\vec{r} \cdot ((\hat{i} + \hat{j} + \hat{k}) + \lambda (2\hat{i} + 3\hat{j} + 4\hat{k})) = 6 + \lambda (-5)$

Combine the vectors inside the parenthesis:

$\vec{r} \cdot ((1 + 2\lambda)\hat{i} + (1 + 3\lambda)\hat{j} + (1 + 4\lambda)\hat{k}) = 6 - 5\lambda$

... (*)

This equation represents the family of planes passing through the line of intersection. We are given that the required plane also passes through the point (1, 1, 1). The position vector of this point is $\vec{p} = \hat{i} + \hat{j} + \hat{k}$. Since this point lies on the plane, its position vector $\vec{p}$ must satisfy the plane equation (*).

Substitute $\vec{r} = \vec{p} = \hat{i} + \hat{j} + \hat{k}$ into equation (*):

$(\hat{i} + \hat{j} + \hat{k}) \cdot ((1 + 2\lambda)\hat{i} + (1 + 3\lambda)\hat{j} + (1 + 4\lambda)\hat{k}) = 6 - 5\lambda$

Calculate the dot product on the left side:

$(1)(1 + 2\lambda) + (1)(1 + 3\lambda) + (1)(1 + 4\lambda) = 6 - 5\lambda$

$1 + 2\lambda + 1 + 3\lambda + 1 + 4\lambda = 6 - 5\lambda$

$3 + 9\lambda = 6 - 5\lambda$

Solve for $\lambda$:

$9\lambda + 5\lambda = 6 - 3$

$14\lambda = 3$

$\lambda = \frac{3}{14}$

Now substitute this value of $\lambda$ back into equation (*):

$\vec{r} \cdot \left(\left(1 + 2\left(\frac{3}{14}\right)\right)\hat{i} + \left(1 + 3\left(\frac{3}{14}\right)\right)\hat{j} + \left(1 + 4\left(\frac{3}{14}\right)\right)\hat{k}\right) = 6 - 5\left(\frac{3}{14}\right)$

$\vec{r} \cdot \left(\left(1 + \frac{6}{14}\right)\hat{i} + \left(1 + \frac{9}{14}\right)\hat{j} + \left(1 + \frac{12}{14}\right)\hat{k}\right) = \frac{84}{14} - \frac{15}{14}$

$\vec{r} \cdot \left(\left(\frac{14+6}{14}\right)\hat{i} + \left(\frac{14+9}{14}\right)\hat{j} + \left(\frac{14+12}{14}\right)\hat{k}\right) = \frac{69}{14}$

$\vec{r} \cdot \left(\frac{20}{14}\hat{i} + \frac{23}{14}\hat{j} + \frac{26}{14}\hat{k}\right) = \frac{69}{14}$

Multiply the entire equation by 14 to simplify:

$14 \left[ \vec{r} \cdot \left(\frac{20}{14}\hat{i} + \frac{23}{14}\hat{j} + \frac{26}{14}\hat{k}\right) \right] = 14 \left(\frac{69}{14}\right)$

$\mathbf{\vec{r} \cdot (20\hat{i} + 23\hat{j} + 26\hat{k}) = 69}$

This is the vector equation of the required plane passing through the intersection of the two given planes and the point (1, 1, 1).