Analyzing the Setup
Welcome, future engineer. Today, we are not just solving a problem; we are embarking on a journey through three-dimensional space. In the JEE Advanced landscape, 3D geometry is not about memorizing formulas—it is about visualization.
When you see a line and a plane, do not just see symbols on a page. Imagine a laser beam (the line) piercing through a sheet of paper (the plane). The point where that beam hits the paper is our target, point P. Our mission is to find the distance of this point from the origin.
The Parametric Bridge
We are given the line:
2x−1=3y+1=4z−2
This symmetric form is elegant, but it is static. To find the intersection, we need to make this line 'move'. We introduce a parameter, λ. By setting the entire expression equal to λ, we create a bridge between the geometry of the line and the algebra of the plane.
This allows us to define any point on the line as a function of
λ:
x=2λ+1
y=3λ−1
z=4λ+2
Think of λ as a 'time' variable. As λ changes, you are essentially walking along the line. For every value of λ, you are at a specific coordinate (x,y,z). This is the most powerful technique in your 3D geometry toolkit.
The Intersection Encounter
Now, we bring in the plane: x+2y+3z=15. This plane is a constraint and a boundary. The point P is special because it is the only point that satisfies both the line's path and the plane's boundary.
This means the coordinates we just derived for the line must satisfy the equation of the plane. We substitute our parametric expressions into the plane equation:
(2λ+1)+2(3λ−1)+3(4λ+2)=15
Let us expand it carefully, term by term:
2λ+1+6λ−2+12λ+6=15
Now, we group the like terms. We collect all the
λ terms together and all the constants together:
(2+6+12)λ+(1−2+6)=15
This simplifies beautifully to:
20λ+5=15
Solving for
λ is now trivial:
20λ=10
λ=21
The Final Destination
Now that we have
λ, we can find the exact coordinates of point
P. We plug
λ=21 back into our parametric equations:
x=2(21)+1=2
y=3(21)−1=21
z=4(21)+2=4
So, our point
P is
(2,21,4). The final step is to calculate the distance of this point from the origin
(0,0,0) using the 3D distance formula:
Substituting our coordinates:
To add these, we find a common denominator:
And finally, the square root of 481 is 29.