Find the equation of plane through intersection of two planes

medium CBSE JEE-MAIN CBSE 2024 4 min read

Question

Find the equation of the plane passing through the line of intersection of the planes 2x+3yz=12x + 3y - z = 1 and x+y+2z=3x + y + 2z = 3, and also passing through the point (1,2,1)(1, 2, -1).

(CBSE 2024, similar pattern)


Solution — Step by Step

Any plane through the intersection of planes P1:2x+3yz1=0P_1: 2x + 3y - z - 1 = 0 and P2:x+y+2z3=0P_2: x + y + 2z - 3 = 0 can be written as:

P1+λP2=0P_1 + \lambda P_2 = 0 (2x+3yz1)+λ(x+y+2z3)=0(2x + 3y - z - 1) + \lambda(x + y + 2z - 3) = 0

This is a one-parameter family — we need one condition (the given point) to find λ\lambda.

The plane passes through (1,2,1)(1, 2, -1). Substitute x=1,y=2,z=1x = 1, y = 2, z = -1:

(2(1)+3(2)(1)1)+λ(1+2+2(1)3)=0(2(1) + 3(2) - (-1) - 1) + \lambda(1 + 2 + 2(-1) - 3) = 0 (2+6+11)+λ(1+223)=0(2 + 6 + 1 - 1) + \lambda(1 + 2 - 2 - 3) = 0 8+λ(2)=08 + \lambda(-2) = 0 λ=4\lambda = 4

Substitute λ=4\lambda = 4 back:

(2x+3yz1)+4(x+y+2z3)=0(2x + 3y - z - 1) + 4(x + y + 2z - 3) = 0 2x+3yz1+4x+4y+8z12=02x + 3y - z - 1 + 4x + 4y + 8z - 12 = 0 6x+7y+7z13=06x + 7y + 7z - 13 = 0

Answer: 6x+7y+7z=13\boxed{6x + 7y + 7z = 13}

Check that (1,2,1)(1, 2, -1) satisfies the equation: 6(1)+7(2)+7(1)=6+147=136(1) + 7(2) + 7(-1) = 6 + 14 - 7 = 13

Check that the plane passes through the intersection line by verifying any point on the intersection satisfies our equation. If (x0,y0,z0)(x_0, y_0, z_0) satisfies both original planes, then both P1=0P_1 = 0 and P2=0P_2 = 0, so P1+4P2=0P_1 + 4P_2 = 0


Why This Works

The equation P1+λP2=0P_1 + \lambda P_2 = 0 represents the family of planes through the intersection of P1P_1 and P2P_2. Why? Because any point on the line of intersection satisfies both P1=0P_1 = 0 and P2=0P_2 = 0, so it automatically satisfies P1+λP2=0P_1 + \lambda P_2 = 0 for every value of λ\lambda.

Different values of λ\lambda give different planes, but all share the same intersection line. The additional condition (passing through a specific point, being parallel to a line, etc.) determines the unique value of λ\lambda.

This technique works for any type of additional condition — not just a point. You could also be given that the plane is perpendicular to another plane, or that it makes a specific angle with a coordinate axis.


Alternative Method

You could find the direction of the intersection line first (cross product of normals), then find a point on the line, then use the point and direction with the given point to find the plane equation. But the λ\lambda-method above is much faster and cleaner.

This P1+λP2=0P_1 + \lambda P_2 = 0 technique is one of the most powerful in 3D geometry for CBSE and JEE. It applies to planes, lines (in 2D: L1+λL2=0L_1 + \lambda L_2 = 0 gives circles/conics through intersection of two curves), and even second-degree curves. Master this one technique and you’ll handle a huge class of problems.


Common Mistake

When substituting the point to find λ\lambda, students sometimes forget to move the constant term to the left side. The plane equation must be in the form ax+by+cz+d=0ax + by + cz + d = 0 (with the constant on the left) before forming P1+λP2P_1 + \lambda P_2. If you write P1:2x+3yz=1P_1: 2x + 3y - z = 1 and substitute directly without moving the 1, your λ\lambda value will be wrong. Always rewrite as 2x+3yz1=02x + 3y - z - 1 = 0 first.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next