Three Dimensional Geometry

Plane Passing Through the Intersection of Two Given Planes

At the intersection of planes, another plane passing through the line of intersection of these two planes can be expressed through the three-dimensional geometry. The equation of such a plane can be found in Vector form or Cartesian form using additional information such as which point this required plane passes through.

This lesson explains how the equation of the required plane for the intersection of planes can be found. Reference to a solved example will also help you understand how to approach problems on this topic.

Browse more Topics Under Three Dimensional Geometry

Suggested Videos

Play
Play
Play
previous arrow
next arrow
previous arrownext arrow
Slider

 

Intersection of Planes

Two planes can intersect in the three-dimensional space. Imagine two adjacent pages of a book. These two pages are nothing but an intersection of planes, intersecting each other and the line between them is called the line of intersection. A new plane i.e. a third plane can be given to be passing through this line of intersection of planes. We are to find out the equation of this plane.

Let us assume that the equation of the first plane is \( \pi_1\) and that of the second is \(\pi_2\). The equation of our required plane is \(\pi\) and we are to find out this equation itself. This equation is given by –

$$ \pi_1 + \lambda \pi_2 = 0            ………..  (1) $$

Now, the equation of the planes can be given in vector form or Cartesian form. We shall explore both these forms in the following sections and see how the equation of the required plane can be found using the given information.

Vector form

If the equation of the two planes is given in Vector form –

$$ ( \vec{r} – \vec{a_1} ) . \vec{n_1} = 0 $$ and

$$ ( \vec{r} – \vec{a_2} ) . \vec{n_2} = 0 $$

These two equations can alternatively be written as –

$$ \vec{r} . \vec{n_1} – \vec{d_1} = 0 $$ and

$$ \vec{r} . \vec{n_2} – \vec{d_2} = 0 $$

intersection of planes

So the equation of the required plane by using (1) can be written as –

$$ ( \vec{r} . \vec{n_1} – \vec{d_1} ) + \lambda (\vec{r} . \vec{n_2} – \vec{d_2} ) = 0     ………..  (2) $$

i.e. $$ \vec{r} ( \vec{n_1} + \lambda \vec{n_2} ) – ( \vec{d_1} + \lambda \vec{d_2} )  $$

By substitution, we have –

$$ ( x \hat{i} + y \hat{j} + z\hat{k} ) . (\vec{n_1} + \lambda \vec{n_2} ) – ( \vec{d_1} + \lambda \vec{d_2} )  $$

Usually a point on the third plane will be given to you. You must then substitute the coordinates of the point for x, y and z to find the value of \( \lambda \). Then use this value of \( \lambda \) to get the equation of the plane from (2). This equation will be nothing but the equation of the required plane that is passing through the line of intersection of two planes and a given point.

Cartesian form

The Cartesian equations of two planes can also be given when you must find the equation of the third. To be able to solve such problems, let us look at how the equation of the given planes in Cartesian form would look like.

The two equations will be of the form –

$$ a x_1 + b y_1 + c z_1 + d_1 = 0 $$

$$ a x_2 + b y_2 + c z_2 + d_2 = 0 $$

Thus the equation of the required plane becomes –

$$ (a x_1 + b y_1 + c z_1 + d_1 ) + \lambda (a x_2 + b y_2 + c z_2 + d_2) = 0 $$

If a point on the required plane is given, you must substitute the coordinates for the values of x, y and z to obtain the value of \( \lambda \) in order to then replace it in the above equation. That will give you the required equation. A simple example will make the process clear.

Solved Example for You

Question 1: Find the equation of the plane that passes through the intersection of the planes \( \vec{r} . ( \hat{i} + \vec{j} + \vec{k} ) = 6\) and \(\vec{r} . ( 2 \hat{i} + 3 \vec{j} + 4 \vec{k} ) = 5\) and passing through the point (1,1,1).

Answer: You must note that the vector equations of the two planes are given so the equation of the required (third) plane will also be in vector form.

Given:

$$ \pi_1 = \vec{r} . ( \hat{i} + \vec{j} + \vec{k} ) = 6 $$

$$ \pi_2 = \vec{r} . ( 2 \hat{i} + 3 \vec{j} + 4 \vec{k} ) = 5 $$

Now, we already know that the equation of the required plane is \( \pi_1 + \lambda \pi_2 = 0 \) i.e.

$$ [ \vec{r} . ( \hat{i} + \vec{j} + \vec{k} ) – 6 ] + \lambda [ \vec{r} . ( 2 \hat{i} + 3 \vec{j} + 4 \vec{k} – 5 ] = 0 $$

$$ \vec{r}. [ ( \hat{i} + \hat{j} + \hat{k} ) + \lambda (2 \hat{i} + 3 \vec{j} + 4 \vec{k} ) – 6 + 5 \lambda = 0 $$

$$ ( x \hat{i} + y \hat{j} + z\hat{k} ) . [ ( \hat{i} + \hat{j} + \hat{k} ) + \lambda (2 \hat{i} + 3 \vec{j} + 4 \vec{k} ) – 6 + 5 \lambda = 0 $$

Now since the required plane passes through (1,1,1), the point must satisfy the equation of the plane. Putting x =1 , y = 1, z = 1 we have –

$$ ( \hat{i} + \hat{j} + \hat{k} ) . [ ( \hat{i} + \hat{j} + \hat{k} ) + \lambda (2 \hat{i} + 3 \vec{j} + 4 \vec{k} ) – 6 + 5 \lambda = 0 $$

$$ ( \hat{i} + \hat{j} + \hat{k} ) . [ ( 1 + 2 \lambda ) \hat{i} + ( 1 + 3 \lambda ) \hat{j} + ( 1 + 4 \lambda ) \hat{k} ] – 6 + 5 \lambda = 0 $$

Taking the dot product, we have:

$$ 1 + 2 \lambda + 1 + 3 \lambda + 1 + 4 \lambda – 6 + 5 \lambda = 0 $$

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

Replacing the value of $$\lambda$$ in the equation of the required plane gives us –

$$ \vec{r}. [ ( \hat{i} + \hat{j} + \hat{k} ) + \frac{3}{14} (2 \hat{i} + 3 \vec{j} + 4 \vec{k} ) – 6 + 5 \frac{3}{14} = 0 $$

$$ \vec{r}. [ (1 + 2. \frac{3}{14} ) \hat{i} + ( 1 + 3 \frac{3}{14} ) \hat{j} + ( 1 + 4 \frac{3}{14} ) \hat{k} – 6 + 5 \frac{3}{14} = 0 $$

$$ \vec{r}. [ \frac{20}{14} \hat{i} + \frac{23}{14} \hat{j} + \frac{26}{14} \hat{k} ] -\frac{69}{14} = 0 $$ or,

$$ \vec{r} . ( 20 \vec{i} + 23 \vec{j} + 23 \vec{k} ) = 69 $$ is the required equation of the plane in Vector form.

Similarly, even if the equations are given in the Cartesian form, all you need to do is use the given point to replace the values of x, y, and z and find the value of \( \lambda \). Using this value, substitute it back again in the original equation, and you will get the equation of the desired plane.

Question 2: Why does the intersection of two plans take place in a line?

Answer: Two planes are the same or parallel only if their normal vectors happen to be scalar multiples of each other. However, in case the two planes are not parallel, then their intersection takes place, but rather than intersecting at a single point, the set of points where the intersection takes place results in the formation of a line.

Question 3: What is meant by the intersection of two planes?

Answer: The intersection of two planes is referred to as a line. This is due to the fact that planes are two-dimensional flat surfaces.

Question 4: Explain why the intersection of two planes is always a line?

Answer: The intersection of two planes always happens to be a line because if two points lie in a plane, then the entire line that involves those points shall in that plane.

Question 5: Explain the intersection of two lines?

Answer: The point where the intersection of the lines takes place is known as the point of intersection. If the production of angles is such that they are all right angles, the lines are perpendicular lines.

Share with friends

Customize your course in 30 seconds

Which class are you in?
5th
6th
7th
8th
9th
10th
11th
12th
Get ready for all-new Live Classes!
Now learn Live with India's best teachers. Join courses with the best schedule and enjoy fun and interactive classes.
tutor
tutor
Ashhar Firdausi
IIT Roorkee
Biology
tutor
tutor
Dr. Nazma Shaik
VTU
Chemistry
tutor
tutor
Gaurav Tiwari
APJAKTU
Physics
Get Started

Leave a Reply

Your email address will not be published. Required fields are marked *

Download the App

Watch lectures, practise questions and take tests on the go.

Customize your course in 30 seconds

No thanks.