Animated Solution for Mathematics - Three Dimensional Geometry: If the lines r=(i^−j^+k^)+λ(3j^−k^) and r=(αi^−j^)+μ(2i^−3k^) are co-planar, then distance of the plane containing these two lines from the point (α,0,0) is :
Select Answer:
Visualized Solution
Analyzing the Given Lines
Line L1: r=(i^−j^+k^)+λ(3j^−k^)
Point A=(1,−1,1), Direction b1=(0,3,−1)
Line L2: r=(αi^−j^)+μ(2i^−3k^)
Point B=(α,−1,0), Direction b2=(2,0,−3)
Condition for Coplanarity
The lines L1 and L2 are coplanar.
This means they lie on the same plane Π.
Scalar triple product must be zero: [AB,b1,b2]=0
Setting up the Determinant
Vector AB=B−A=(α−1,0,−1)
Condition: α−102030−1−1−3=0
Expanding the Determinant
Expanding along R1:
(α−1)[3(−3)−0(−1)]−0+(−1)[0(0)−2(3)]=0
(α−1)(−9)−1(−6)=0
Solving for α
−9(α−1)+6=0
−9α+9+6=0
−9α+15=0⇒α=915=35
Finding the Normal Vector n
To find the plane's equation, we need its normal vector n.
n=b1×b2
n=i^02j^30k^−1−3
Calculating the Normal Vector
n=i^(3(−3)−0)−j^(0−2(−1))+k^(0−3(2))
n=−9i^−2j^−6k^
For simplicity, we can take n=9i^+2j^+6k^
Equation of the Plane
Point on plane: A(1,−1,1)
Normal vector: n=(9,2,6)
Equation: a(x−x1)+b(y−y1)+c(z−z1)=0
9(x−1)+2(y−(−1))+6(z−1)=0
Simplifying the Plane Equation
9(x−1)+2(y+1)+6(z−1)=0
9x−9+2y+2+6z−6=0
9x+2y+6z−13=0
Distance from a Point to a Plane
We need the distance from point P(α,0,0) to the plane.
Imagine you are floating in a vast, three-dimensional void. You have two lines, L1 and L2, drifting through this space. They might seem like they are destined to never meet, but the problem whispers a secret: they are coplanar.
They lie on the same flat, infinite sheet. This is the starting point of our adventure. To solve this, we must first master the language of vectors.
We are given L1:r=(i^−j^+k^)+λ(3j^−k^) and L2:r=(αi^−j^)+μ(2i^−3k^). Our first task is to identify the anchor points and the direction vectors.
For L1, the point is A(1,−1,1) and the direction is b1=(0,3,−1). For L2, the point is B(α,−1,0) and the direction is b2=(2,0,−3).
The Master Key
The Scalar Triple Product
Why does coplanarity matter? Because if two lines are coplanar, the vector connecting them, AB, must lie in the same plane as their direction vectors, b1 and b2.
If you imagine these three vectors forming the edges of a parallelepiped, the volume of that shape must be zero. This is the physical intuition behind the scalar triple product: [AB,b1,b2]=0.
Let us calculate AB=B−A=(α−1,0,−1). Now, we assemble our determinant:
α−102030−1−1−3=0
This determinant is the gatekeeper. Expanding along the first row, we get (α−1)[3(−3)−0(−1)]−0+(−1)[0(0)−2(3)]=0.
Simplifying this, we find (α−1)(−9)−1(−6)=0, which leads us to −9α+9+6=0. Solving for α, we get −9α+15=0, so α=915=35. We have found our missing coordinate!
Constructing the Plane
Now that we have α, we need the equation of the plane itself. To define a plane, we need a point (we have A(1,−1,1)) and a normal vector n.
Since the plane contains both lines, n must be perpendicular to both b1 and b2. We find this using the cross product:
n=b1×b2=i^02j^30k^−1−3
Expanding this, we get i^(3(−3)−0)−j^(0−2(−1))+k^(0−3(2))=−9i^−2j^−6k^. For convenience, we can use n=(9,2,6).
The equation of the plane is 9(x−1)+2(y+1)+6(z−1)=0, which simplifies to 9x+2y+6z−13=0.
The Final Leap
Distance to the Point
Finally, we need the distance from the point P(α,0,0) to this plane. Since α=35, our point is P(35,0,0).
The distance formula is d=a2+b2+c2∣ax1+by1+cz1+d∣. Substituting our values:
d=92+22+62∣9(35)+2(0)+6(0)−13∣
The numerator becomes ∣15−13∣=2. The denominator is 81+4+36=121=11.
Thus, the distance is 112. We have traversed the 3D landscape and arrived at the solution.