Animated Solution for Mathematics - Three Dimensional Geometry: A line l passing through the origin is perpendicular to the lines l1:(3+t)i^+(−1+2t)j^+(4+2t)k^,−∞<t<∞ and l2:(3+2s)i^+(3+2s)j^+(2+s)k^,−∞<s<∞. Then, the coordinate(s) of the point(s) on l2 at a distance of 17 from the point of intersection of l and l1 is (are)
Select Answer:
* Multiple Correct
Visualized Solution
Direction Vectors of l1 and l2
Given line l1: r=(3i^−j^+4k^)+t(i^+2j^+2k^)
Given line l2: r=(3i^+3j^+2k^)+s(2i^+2j^+k^)
Direction of l1: d1=i^+2j^+2k^
Direction of l2: d2=2i^+2j^+k^
Direction of Perpendicular Line l
Line l is perpendicular to both l1 and l2.
Therefore, its direction d is given by the cross product: d=d1×d2
Computing the Cross Product
d=i^12j^22k^21
d=i^(2−4)−j^(1−4)+k^(2−4)
d=−2i^+3j^−2k^
Equation of Line l
Line l passes through the origin (0,0,0).
Equation of l: r=λ(−2i^+3j^−2k^)
General point on l: (−2λ,3λ,−2λ)
Intersection of l and l1
Let P be the point of intersection of l and l1.
General point on l1: (3+t,−1+2t,4+2t)
Equating coordinates of l and l1:
−2λ=3+t ...(i)
3λ=−1+2t ...(ii)
−2λ=4+2t ...(iii)
Solving for Parameters
From (i) and (iii), the LHS is the same (−2λ).
Equating RHS: 3+t=4+2t
t=−1
Substitute t=−1 into (i):
−2λ=3+(−1)=2⟹λ=−1
Coordinates of Point P
Substitute λ=−1 into the general point of l:
P=(−2(−1),3(−1),−2(−1))
P=(2,−3,2)
Point Q on l2 and Distance
Let Q be a point on l2.
General coordinates of Q: (3+2s,3+2s,2+s)
Given distance PQ=17
Squaring both sides: PQ2=17
Applying the Distance Formula
Using distance formula for P(2,−3,2) and Q(3+2s,3+2s,2+s):
PQ2=(x2−x1)2+(y2−y1)2+(z2−z1)2
17=(3+2s−2)2+(3+2s−(−3))2+(2+s−2)2
17=(1+2s)2+(6+2s)2+(s)2
Expanding the Squared Terms
Expand (1+2s)2=1+4s+4s2
Expand (6+2s)2=36+24s+4s2
Substitute back:
(1+4s+4s2)+(36+24s+4s2)+s2=17
Forming the Quadratic Equation
Combine like terms:
s2 terms: 4s2+4s2+s2=9s2
s terms: 4s+24s=28s
Constant terms: 1+36=37
Equation becomes: 9s2+28s+37=17
Bring 17 to LHS: 9s2+28s+20=0
Solving the Quadratic Equation
Factorize 9s2+28s+20=0
Split the middle term: 28s=18s+10s
9s2+18s+10s+20=0
9s(s+2)+10(s+2)=0
(9s+10)(s+2)=0
Roots: s=−2 or s=−910
Coordinates for s=−2
Substitute s=−2 into Q(3+2s,3+2s,2+s):
x=3+2(−2)=3−4=−1
y=3+2(−2)=3−4=−1
z=2+(−2)=0
First point: Q1=(−1,−1,0)
Coordinates for s=−910
Substitute s=−910 into Q(3+2s,3+2s,2+s):
x=3+2(−910)=3−920=97
y=3+2(−910)=3−920=97
z=2+(−910)=918−10=98
Second point: Q2=(97,97,98)
00:00 / 00:00
The Sigma Insight: Equation of a Line in Space
Solution Diagram
Analyzing the Setup
To define line l, we first identify its direction. We are given the lines:
l1:r=(3i^−j^+4k^)+t(i^+2j^+2k^)l2:r=(3i^+3j^+2k^)+s(2i^+2j^+k^)
The direction vectors are d1=i^+2j^+2k^ and d2=2i^+2j^+k^. Since line l is perpendicular to both, its direction d must be the cross product d1×d2.