A line 'l' passing through origin is perpendicular to the lines l1:r=(3+t)i+(−1+2t)j+(4+2t)kl2:r=(3+2s)i+(3+2s)j+(2+s)k If the co-ordinates of the point in the first octant on 'l 2 ‘ at a distance of 17 from the point of intersection of 'l' and 'l 1 ' are (a, b, c) then 18(a + b + c) is equal to ___________.
Answer: 1
Solution
Key Concepts and Formulas
Direction Vector of a Line: For a line given in vector form r=a+td, the vector d is the direction vector of the line. Its components are the direction ratios (DRs).
Line Perpendicular to Two Lines: If a line 'l' is perpendicular to two lines l1 and l2, its direction vector dl is parallel to the cross product of the direction vectors of l1 and l2, i.e., dl∝d1×d2.
Intersection of Two Lines: To find the intersection of two lines, express a general point on each line using distinct parameters. Equate their corresponding coordinates and solve the resulting system of equations for the parameters.
Distance Formula in 3D: The distance between two points (x1,y1,z1) and (x2,y2,z2) is given by (x2−x1)2+(y2−y1)2+(z2−z1)2.
First Octant: A point (x,y,z) is in the first octant if all its coordinates are positive, i.e., x>0,y>0,z>0.
Step-by-Step Solution
Step 1: Determine Direction Vectors of Lines l1 and l2
We start by identifying the direction vectors of the given lines l1 and l2 from their vector equations. The direction vector is the vector multiplied by the parameter (t or s).
For line l1:
r=(3+t)i+(−1+2t)j+(4+2t)k
This can be written as r=(3i−j+4k)+t(i+2j+2k).
The direction vector of l1 is d1=i+2j+2k.
For line l2:
r=(3+2s)i+(3+2s)j+(2+s)k
This can be written as r=(3i+3j+2k)+s(2i+2j+k).
The direction vector of l2 is d2=2i+2j+k.
Step 2: Determine the Direction Vector and Equation of Line 'l'
Line 'l' passes through the origin (0,0,0) and is perpendicular to both l1 and l2. This means its direction vector is parallel to the cross product of d1 and d2.
Let's calculate the cross product d1×d2:
dl=d1×d2=i12j22k21=i((2)(1)−(2)(2))−j((1)(1)−(2)(2))+k((1)(2)−(2)(2))=i(2−4)−j(1−4)+k(2−4)=−2i+3j−2k
So, the direction vector of line 'l' is dl=−2i+3j−2k.
Since line 'l' passes through the origin (0,0,0), its vector equation is:
r=λ(−2i+3j−2k)
A general point on line 'l' can be represented as Pl=(−2λ,3λ,−2λ).
Step 3: Find the Point of Intersection of Line 'l' and Line l1
To find the point of intersection, we equate the coordinates of a general point on line 'l' with a general point on line l1.
A general point on l1 is P1=(3+t,−1+2t,4+2t).
Equating the coordinates:
−2λ=3+t
3λ=−1+2t
−2λ=4+2t
From equations (1) and (3), we have 3+t=4+2t.
Subtracting t from both sides: 3=4+t⟹t=−1.
Substitute t=−1 into equation (1):
−2λ=3+(−1)⟹−2λ=2⟹λ=−1.
Now, we verify these values with equation (2):
3λ=3(−1)=−3.
−1+2t=−1+2(−1)=−1−2=−3.
Since −3=−3, the values λ=−1 and t=−1 are consistent.
Substitute λ=−1 into the general point of line 'l' to find the intersection point:
Pint=(−2(−1),3(−1),−2(−1))=(2,−3,2).
This is the point of intersection of 'l' and l1. Let's call this point PA=(2,−3,2).
Step 4: Find the General Point on Line l2 and Set up the Distance Equation
A general point on line l2 is PB=(3+2s,3+2s,2+s).
We are given that the point (a,b,c) on l2 is at a distance of 17 from PA(2,−3,2).
Using the distance formula:
PAPB2=((3+2s)−2)2+((3+2s)−(−3))2+((2+s)−2)2=(17)2(1+2s)2+(6+2s)2+(s)2=17
Expand and simplify the equation:
(1+4s+4s2)+(36+24s+4s2)+s2=17
Combine like terms:
9s2+28s+37=179s2+28s+20=0
Step 5: Solve for 's' and Identify the Point in the First Octant
We solve the quadratic equation 9s2+28s+20=0 for s using the quadratic formula s=2a−b±b2−4ac:
s=2(9)−28±(28)2−4(9)(20)s=18−28±784−720s=18−28±64s=18−28±8
This gives two possible values for s:
s1=18−28+8=18−20=−910
s2=18−28−8=18−36=−2
Now we substitute these values of s back into the general point on l2, PB=(3+2s,3+2s,2+s), and check which point lies in the first octant (x>0,y>0,z>0).
For s=−910:
x=3+2(−910)=3−920=927−20=97y=3+2(−910)=3−920=97z=2+(−910)=918−10=98
The point is (97,97,98). All coordinates are positive, so this point is in the first octant. This is (a,b,c).
For s=−2:
x=3+2(−2)=3−4=−1y=3+2(−2)=3−4=−1z=2+(−2)=0
The point is (−1,−1,0). This point does not satisfy the first octant condition (x and y coordinates are negative).
Therefore, the coordinates of the point (a,b,c) are (97,97,98).
Step 6: Calculate 18(a+b+c)
Now we calculate the required expression 18(a+b+c):
a+b+c=97+97+98=97+7+8=92218(a+b+c)=18×92218(a+b+c)=2×22=44
Common Mistakes & Tips
Cross Product Calculation: Be very careful with the signs and order of terms when calculating the cross product. A common error is to swap the order of subtraction in the j component.
Parameter Consistency: When finding the intersection of two lines, always use different parameters (e.g., t and s) for each line to avoid confusion.
First Octant Condition: Remember that for a point to be in the first octant, all its coordinates must be strictly positive (x>0,y>0,z>0). Don't forget to check this condition when multiple solutions arise.
Summary
We began by extracting the direction vectors of lines l1 and l2. Then, we found the direction vector of line 'l' by calculating the cross product of d1 and d2, as 'l' is perpendicular to both. Using the fact that 'l' passes through the origin, we wrote its equation. We then determined the point of intersection of 'l' and l1. Next, we used the distance formula between this intersection point and a general point on l2 to form a quadratic equation in terms of the parameter 's'. Solving this quadratic gave two possible values for 's'. We checked which of these values resulted in a point in the first octant. Finally, we calculated the sum of the coordinates of this point and multiplied it by 18 to get the final answer.