All Exams Test series for 1 year @ ₹349 only
Question

The equation of the plane passing through the intersection of the planes 2x + y + 2z = 9, 4x – 5y – 4z = 1 and the point (3, 2, 1) is

This question was previously asked in
NDA II 2019 GAT Previous Year Paper (17-Nov-2019)
The correct answer is

10x – 2y + 2z = 28

Finding the Equation of a Plane Through the Intersection of Two Planes and a Point

The problem asks for the equation of a plane that satisfies two conditions:

  • It passes through the line formed by the intersection of two given planes.
  • It passes through a specific point.

Understanding the Concept: Family of Planes

The equation of any plane passing through the line of intersection of two given planes \(P_1: A_1x + B_1y + C_1z + D_1 = 0\) and \(P_2: A_2x + B_2y + C_2z + D_2 = 0\) is given by the equation:

\(P_1 + \lambda P_2 = 0\)

or

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

where \(\lambda\) is a constant parameter. This represents a 'family' of planes that all contain the line of intersection of \(P_1\) and \(P_2\).

Applying the Concept to the Given Planes

The given planes are:

  • Plane 1 (\(P_1\)): \(2x + y + 2z = 9\), which can be written as \(2x + y + 2z - 9 = 0\).
  • Plane 2 (\(P_2\)): \(4x - 5y - 4z = 1\), which can be written as \(4x - 5y - 4z - 1 = 0\).

Using the formula for the family of planes, the equation of a plane passing through their intersection is:

\((2x + y + 2z - 9) + \lambda (4x - 5y - 4z - 1) = 0\) (Equation 1)

Using the Given Point to Find \(\lambda\)

We are given that the required plane also passes through the point \((3, 2, 1)\). Since this point lies on the plane represented by Equation 1, substituting the coordinates \(x=3\), \(y=2\), and \(z=1\) into Equation 1 must satisfy the equation.

Substitute \(x=3, y=2, z=1\) into Equation 1:

\((2(3) + 2 + 2(1) - 9) + \lambda (4(3) - 5(2) - 4(1) - 1) = 0\)

Now, let's simplify the terms inside the parentheses:

  • First parenthesis: \(2(3) + 2 + 2(1) - 9 = 6 + 2 + 2 - 9 = 10 - 9 = 1\)
  • Second parenthesis: \(4(3) - 5(2) - 4(1) - 1 = 12 - 10 - 4 - 1 = 2 - 4 - 1 = -2 - 1 = -3\)

Substitute these simplified values back into the equation:

\(1 + \lambda (-3) = 0\)

\(1 - 3\lambda = 0\)

\(3\lambda = 1\)

\(\lambda = \frac{1}{3}\)

Substituting \(\lambda\) Back into the Plane Equation

Now that we have the value of \(\lambda\), substitute \(\lambda = \frac{1}{3}\) back into Equation 1:

\((2x + y + 2z - 9) + \frac{1}{3} (4x - 5y - 4z - 1) = 0\)

Simplifying the Equation of the Plane

To get rid of the fraction, multiply the entire equation by 3:

\(3(2x + y + 2z - 9) + 1(4x - 5y - 4z - 1) = 0 \times 3\)

\((6x + 3y + 6z - 27) + (4x - 5y - 4z - 1) = 0\)

Combine like terms (terms with x, y, z, and constants):

  • x terms: \(6x + 4x = 10x\)
  • y terms: \(3y - 5y = -2y\)
  • z terms: \(6z - 4z = 2z\)
  • Constant terms: \(-27 - 1 = -28\)

So the equation becomes:

\(10x - 2y + 2z - 28 = 0\)

Rearranging the equation to match the options:

\(10x - 2y + 2z = 28\)

Comparing with Options

Let's compare our derived equation \(10x - 2y + 2z = 28\) with the given options:

  • Option 1: \(10x - 2y + 2z = 28\)
  • Option 2: \(10x + 2y + 2z = 28\)
  • Option 3: \(10x + 2y - 2z = 28\)
  • Option 4: \(10x - 2y - 2z = 24\)

Our derived equation matches Option 1.

Step Action Result / Equation
1 Identify given planes P1 and P2 \(P_1: 2x + y + 2z - 9 = 0\)
\(P_2: 4x - 5y - 4z - 1 = 0\)
2 Write equation of family of planes \(P_1 + \lambda P_2 = 0\)
3 Substitute P1 and P2 \((2x + y + 2z - 9) + \lambda (4x - 5y - 4z - 1) = 0\)
4 Substitute point (3, 2, 1) \((2(3) + 2 + 2(1) - 9) + \lambda (4(3) - 5(2) - 4(1) - 1) = 0\)
5 Solve for \(\lambda\) \(1 + \lambda(-3) = 0 \Rightarrow \lambda = 1/3\)
6 Substitute \(\lambda\) back into equation \((2x + y + 2z - 9) + \frac{1}{3}(4x - 5y - 4z - 1) = 0\)
7 Simplify the equation \(10x - 2y + 2z = 28\)

Conclusion

The equation of the plane passing through the intersection of the given planes \(2x + y + 2z = 9\), \(4x - 5y - 4z = 1\) and the point \((3, 2, 1)\) is \(10x - 2y + 2z = 28\).

Revision Table: Key Concepts for Plane Equations

Concept Description Formula/Form
Equation of a plane in normal form A plane is defined by a point on the plane and a normal vector to the plane. \(\vec{r} \cdot \vec{n} = \vec{a} \cdot \vec{n}\) or \(A(x-x_0) + B(y-y_0) + C(z-z_0) = 0\)
General equation of a plane A linear equation in x, y, z represents a plane. \(Ax + By + Cz + D = 0\)
Plane passing through three non-collinear points Use the determinant form or vector methods. \( \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 \)
Plane passing through the intersection of two planes Any plane in the family containing the line of intersection. \(P_1 + \lambda P_2 = 0\)

Additional Information: Planes in 3D Geometry

Planes are fundamental objects in three-dimensional geometry. They are flat, two-dimensional surfaces that extend infinitely. Understanding their equations and properties is crucial for solving problems involving lines and surfaces in space.

  • Normal Vector: The coefficients A, B, C in the general equation \(Ax + By + Cz + D = 0\) represent the components of a vector \(\vec{n} = A\hat{i} + B\hat{j} + C\hat{k}\) which is normal (perpendicular) to the plane.
  • Intercept Form: If a plane intersects the axes at \((a, 0, 0)\), \((0, b, 0)\), and \((0, 0, c)\) (where a, b, c are non-zero), its equation can be written as \(\frac{x}{a} + \frac{y}{b} + \frac{z}{c} = 1\).
  • Parallel and Perpendicular Planes:
    • Two planes \(A_1x + B_1y + C_1z + D_1 = 0\) and \(A_2x + B_2y + C_2z + D_2 = 0\) are parallel if their normal vectors are parallel, i.e., \(\frac{A_1}{A_2} = \frac{B_1}{B_2} = \frac{C_1}{C_2}\).
    • They are perpendicular if their normal vectors are orthogonal, i.e., \(A_1A_2 + B_1B_2 + C_1C_2 = 0\).
  • Angle Between Two Planes: The angle between two planes is defined as the angle between their normal vectors. If \(\theta\) is the angle between the planes, then \(\cos \theta = \frac{|\vec{n_1} \cdot \vec{n_2}|}{|\vec{n_1}| |\vec{n_2}|}\).

The method used in this problem, \(P_1 + \lambda P_2 = 0\), is a powerful technique for finding the equation of a plane under certain conditions, especially when the plane is constrained to pass through the line of intersection of two other planes.

Was this answer helpful?

Similar Questions

  1. The locus of a point P(x, y, z) which moves in such a way that z = 7 is a

  2. A variable plane passes through a fixed point (a, b, c) and cuts the axes in A, B and C respectively. The locus of the center of the sphere OABC, O being the origin, is

  3. What is the equation of the plane which cuts an intercept 5 units on the z-axis and is parallel to xy-plane?

  4. If \(O\) is the origin and \(P\) is the point \((2, -4, 6)\), then what is the equation of the plane through \(P\) and perpendicular to \(OP\)?

  5. With reference to the plane \(Ax + By + Cz + D = 0\), the image of the point \(P(1, 3, 4)\) is \((-3, 5, 2)\). If \(A + B + C = 2\), then what is \(D\) equal to?


Important Questions from Equation of a Plane

  1. If the foot of the perpendicular drawn from (-2, 1, 0) on a plane is (1, -2, 1), then the equation of the plane is

  2. The equation of the plane which contain the points (0, 6, 0) and (-2, -3, 4) and which is parallel to the ray with direction ratios (2, 3, -2) is:

  3. The image of the point (–3, 8, 4) in the plane 6x 3y 2z + 1 = 0, is -

  4. The equation of the plane through the point (1, 2, –3) and normal to the straight line joining the points (1, 3, 4) and (5, 2, 1) is-

  5. Determine the vector equation of the plane passing through the intersection of the planes \(\vec{r} \cdot(\hat{\imath}+\hat{\jmath}+\hat{k})=6\) and \(\vec{r}. (2 \hat{\imath}+3 \hat{\jmath}+4 \hat{k})=-5\) , and the point (1, 1, 1)?

Need Expert Advice?
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
503 Tests 1 Tests Free
1066 Attempts
4.6(137)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App