Let a=i^+2j^+k^ and b=2i^+7j^+3k^. Let L1:r=(−i^+2j^+k^)+λa,λ∈R and L2:r=(j^+k^)+μb,μ∈R be two lines. If the line L3 passes through the point of intersection of L1 and Ly and is parallel to a+b, then L3 passes through the point :
Options
Solution
Key Concepts and Formulas
Vector Equation of a Line: A line passing through a point with position vector p and parallel to a direction vector d is given by r=p+td, where t is a scalar parameter.
Intersection of Two Lines: To find the intersection of two lines r1=p1+λd1 and r2=p2+μd2, we set p1+λd1=p2+μd2 and solve the resulting system of linear equations for λ and μ.
Point on a Line: A point with position vector P lies on the line r=p+td if P−p is parallel to d, meaning P−p=td for some scalar t.
Step-by-Step Solution
We are given two lines L1 and L2, defined by:
L1:r=(−i^+2j^+k^)+λa, where a=i^+2j^+k^L2:r=(j^+k^)+μb, where b=2i^+7j^+3k^
Line L3 passes through the intersection of L1 and L2 and is parallel to a+b.
Step 1: Find the point of intersection of L1 and L2.
To find the intersection point, we equate the vector equations of L1 and L2:
(−i^+2j^+k^)+λ(i^+2j^+k^)=(j^+k^)+μ(2i^+7j^+3k^)
Group the components for i^, j^, and k^:
(−1+λ)i^+(2+2λ)j^+(1+λ)k^=(2μ)i^+(1+7μ)j^+(1+3μ)k^
Equating the coefficients of i^, j^, and k^ gives a system of linear equations:
−1+λ=2μ⇒λ−2μ=1 (Equation 1)
2+2λ=1+7μ⇒2λ−7μ=−1 (Equation 2)
1+λ=1+3μ⇒λ−3μ=0 (Equation 3)
From Equation 3, we get λ=3μ.
Substitute this into Equation 1:
(3μ)−2μ=1⇒μ=1
Now substitute μ=1 back into λ=3μ:
λ=3(1)=3
We verify these values in Equation 2: 2(3)−7(1)=6−7=−1. The values are consistent.
Now, we find the position vector of the intersection point by substituting λ=3 into the equation for L1:
rint=(−i^+2j^+k^)+3(i^+2j^+k^)rint=(−i^+3i^)+(2j^+6j^)+(k^+3k^)rint=2i^+8j^+4k^
The point of intersection is (2,8,4).
Step 2: Determine the direction vector of L3.
Line L3 is parallel to a+b.
dL3=a+b=(i^+2j^+k^)+(2i^+7j^+3k^)dL3=(1+2)i^+(2+7)j^+(1+3)k^dL3=3i^+9j^+4k^
Step 3: Write the vector equation of L3.
Line L3 passes through (2,8,4) and has direction vector 3i^+9j^+4k^.
The vector equation of L3 is:
r=(2i^+8j^+4k^)+ν(3i^+9j^+4k^)
where ν is a scalar parameter.
This can be written in parametric form as:
x=2+3νy=8+9νz=4+4ν
Step 4: Check which option point lies on L3.
We test each option by substituting its coordinates into the parametric equations and checking for a consistent value of ν.
(A) (−1,−1,1)
For x: −1=2+3ν⇒3ν=−3⇒ν=−1
For y: −1=8+9ν⇒9ν=−9⇒ν=−1
For z: 1=4+4ν⇒4ν=−3⇒ν=−3/4
The values of ν are not consistent.
(B) (2,8,5)
For x: 2=2+3ν⇒3ν=0⇒ν=0
For y: 8=8+9ν⇒9ν=0⇒ν=0
For z: 5=4+4ν⇒4ν=1⇒ν=1/4
The values of ν are not consistent.
(C) (8,26,12)
For x: 8=2+3ν⇒3ν=6⇒ν=2
For y: 26=8+9ν⇒9ν=18⇒ν=2
For z: 12=4+4ν⇒4ν=8⇒ν=2
The values of ν are consistent (ν=2). This point lies on L3.
(D) (5,17,4)
For x: 5=2+3ν⇒3ν=3⇒ν=1
For y: 17=8+9ν⇒9ν=9⇒ν=1
For z: 4=4+4ν⇒4ν=0⇒ν=0
The values of ν are not consistent.
The line L3 passes through the point (8,26,12), which corresponds to option (C).
Common Mistakes & Tips
Algebraic Errors: Be meticulous when solving the system of linear equations for λ and μ. A small arithmetic mistake can lead to an incorrect intersection point.
Consistency Check: Always verify the found parameters λ and μ in all three equations. Similarly, when checking a point on L3, ensure the parameter ν is consistent across all coordinates.
Direction Vector Calculation: Double-check the addition of vectors a and b to ensure the direction vector of L3 is correctly computed.
Summary
The problem required us to find a line L3 that passes through the intersection of two given lines, L1 and L2, and is parallel to the sum of their direction vectors (a+b). We first found the point of intersection of L1 and L2 by solving a system of linear equations derived from their vector forms. Next, we computed the direction vector of L3 by adding a and b. Using the intersection point and the direction vector, we formulated the vector equation of L3. Finally, we tested each given option point by substituting its coordinates into the parametric form of L3 to see which point yielded a consistent parameter value. The point (8,26,12) consistently satisfied the equation of L3, indicating it lies on the line.
The final answer is \boxed{(8, 26, 12)} which corresponds to option (C).