Animated Solution for Mathematics - Three Dimensional Geometry: A line with direction ratios 2,1,2 meets the lines x=y+2=z and x+2=2y=2z respectively at the point P and Q. if the length of the perpendicular from the point (1,2,12) to the line PQ is l, then l2 is
Enter Numerical Value:
Visualized Solution
Visualizing the 3D Geometry
Two given lines L1 and L2 in 3D space.
A line intersects them at points P and Q.
Direction Ratios (DRs) of PQ are (2,1,2).
General Point on L1
L1:x=y+2=z
Let x=y+2=z=t
General point P=(t,t−2,t)
General Point on L2
L2:x+2=2y=2z
Divide by 2: 2x+2=y=z
Let 2x+2=y=z=s
General point Q=(2s−2,s,s)
Direction Ratios of PQ
Direction Ratios of PQ=(xP−xQ,yP−yQ,zP−zQ)
DRs=(t−(2s−2),t−2−s,t−s)
DRs=(t−2s+2,t−s−2,t−s)
Comparing Direction Ratios
Calculated DRs: (t−2s+2,t−s−2,t−s)
Given DRs: (2,1,2)
Since they represent the same line, they must be proportional:
2t−2s+2=1t−s−2=2t−s
Solving for s and t
From 1st and 3rd parts: 2t−2s+2=2t−s
t−2s+2=t−s⇒s=2
From 2nd and 3rd parts: 1t−s−2=2t−s
Substitute s=2: 1t−4=2t−2
2t−8=t−2⇒t=6
Coordinates of P and Q
Substitute t=6 into P(t,t−2,t):
P=(6,4,6)
Substitute s=2 into Q(2s−2,s,s):
Q=(2,2,2)
The Perpendicular from Point A
Given point A(1,2,12).
We need the perpendicular distance from A to line PQ.
Let the foot of the perpendicular be F.
Equation of PQ: 2x−2=1y−2=2z−2=λ
General Point F on PQ
From 2x−2=1y−2=2z−2=λ
General point F=(2λ+2,λ+2,2λ+2)
Vector AF=F−A
AF=(2λ+2−1,λ+2−2,2λ+2−12)
AF=(2λ+1,λ,2λ−10)
Perpendicularity Condition
Since AF⊥PQ, their dot product is zero.
AF⋅PQ=0
2(2λ+1)+1(λ)+2(2λ−10)=0
4λ+2+λ+4λ−20=0
9λ−18=0⇒λ=2
Coordinates of Foot F
Substitute λ=2 into F(2λ+2,λ+2,2λ+2):
F=(2(2)+2,2+2,2(2)+2)
F=(6,4,6)
Notice that F is exactly the same as point P!
Calculating the Distance Squared (l2)
The perpendicular distance l is the length of AF (which is AP).
l2=(xF−xA)2+(yF−yA)2+(zF−zA)2
l2=(6−1)2+(4−2)2+(6−12)2
l2=52+22+(−6)2
l2=25+4+36=65
00:00 / 00:00
The Sigma Insight: Equation of a Line in Space
Solution Diagram
Analyzing the Setup
Welcome, future engineer. Today, we are not just solving a problem; we are navigating the architecture of 3D space. Imagine you are standing in a vast, empty room where two lines, L1 and L2, are suspended in the air.
A third line, our line of interest PQ, pierces through both of them. Our goal is to find the exact coordinates of the points P and Q where this piercing occurs, and then measure the distance from a specific point A(1,2,12) to this line PQ.
The Parametric Dance
To conquer 3D geometry, we must master the art of parameterization. We cannot simply guess where P and Q are; we must let them 'roam' along their lines.
For L1, defined by x=y+2=z, we introduce a parameter t. This gives us the general point P(t,t−2,t).
For L2, defined by x+2=2y=2z, we rewrite the equation as 2x+2=y=z. Introducing a different parameter s, we obtain the general point Q(2s−2,s,s). We use different parameters because P and Q are independent.
The Bridge of Proportionality
We calculate the direction ratios of the line segment PQ by subtracting the coordinates of Q from P. This yields the vector PQ=(t−2s+2,t−s−2,t−s).
The problem explicitly states that the direction ratios of PQ are (2,1,2). Since our calculated vector must be parallel to this given direction, their components must be proportional:
2t−2s+2=1t−s−2=2t−s
By equating the first and third parts, the t terms vanish, leading to s=2. Substituting this back into the second and third parts, we solve for t and find t=6. The abstract points are now concrete: P(6,4,6) and Q(2,2,2).
The Perpendicular Drop
We have a point A(1,2,12) and we need the perpendicular distance to line PQ. We define a general point F on PQ using a new parameter λ.
Since the line PQ passes through Q(2,2,2) with direction (2,1,2), we define F=(2λ+2,λ+2,2λ+2). We construct the vector AF=F−A=(2λ+1,λ,2λ−10).
Because AF is perpendicular to PQ, their dot product must be zero:
AF⋅PQ=0⇒2(2λ+1)+1(λ)+2(2λ−10)=0
Solving this yields 9λ=18, so λ=2. Substituting λ=2 back into F, we find the foot of the perpendicular is F(6,4,6), which coincides with point P.
Final Calculation
Finally, we calculate the distance l between A(1,2,12) and F(6,4,6). The square of the distance is:
l2=(6−1)2+(4−2)2+(6−12)2=25+4+36=65
Thus, the distance is l=65. You have successfully navigated the 3D space and mastered this geometry challenge.