The distance of the point Q(0,2,−2) form the line passing through the point P(5,−4,3) and perpendicular to the lines r=(−3i^+2k^)+λ(2i^+3j^+5k^),λ∈R and r=(i^−2j^+k^)+μ(−i^+3j^+2k^),μ∈R is :
Options
Solution
Key Concepts and Formulas
Direction Vector of a Line Perpendicular to Two Other Lines: If a line's direction vector d is perpendicular to the direction vectors d1 and d2 of two other lines, then d can be found using the cross product: d=d1×d2.
Vector Equation of a Line: A line passing through a point with position vector a and having a direction vector d can be represented as r=a+λd, where λ is a scalar parameter.
Perpendicularity of Vectors: Two vectors are perpendicular if their dot product is zero.
Distance Formula in 3D: The distance between two points (x1,y1,z1) and (x2,y2,z2) is (x2−x1)2+(y2−y1)2+(z2−z1)2.
Step-by-Step Solution
Step 1: Determine the Direction Vector of the Required Line
The problem states that the line we are interested in passes through point P(5,−4,3) and is perpendicular to two given lines. Let the direction vectors of these two lines be d1 and d2.
The first line is given by r=(−3i^+2k^)+λ(2i^+3j^+5k^).
Its direction vector is d1=2i^+3j^+5k^.
The second line is given by r=(i^−2j^+k^)+μ(−i^+3j^+2k^).
Its direction vector is d2=−i^+3j^+2k^.
Since our required line is perpendicular to both of these lines, its direction vector, let's call it d, must be perpendicular to both d1 and d2. We can find such a vector by taking the cross product of d1 and d2.
d=d1×d2=i^2−1j^33k^52
Expanding the determinant:
d=i^((3)(2)−(5)(3))−j^((2)(2)−(5)(−1))+k^((2)(3)−(3)(−1))d=i^(6−15)−j^(4+5)+k^(6+3)d=−9i^−9j^+9k^
To simplify calculations, we can divide this vector by a common factor, −9. A simplified direction vector is:
dsimplified=−9−9i^−9j^+9k^=i^+j^−k^
We will use d=i^+j^−k^ as the direction vector of the line.
Step 2: Write the Vector Equation of the Line
The line passes through point P(5,−4,3), so its position vector is p=5i^−4j^+3k^. The direction vector is d=i^+j^−k^.
The vector equation of the line is given by r=p+λd.
r=(5i^−4j^+3k^)+λ(i^+j^−k^)
A general point R on this line can be represented by its position vector rR:
rR=(5+λ)i^+(−4+λ)j^+(3−λ)k^
Thus, the coordinates of any point R on the line are (5+λ,−4+λ,3−λ).
Step 3: Find the Foot of the Perpendicular (R) from Q to the Line
We need to find the distance of point Q(0,2,−2) from the line. Let R(5+λ,−4+λ,3−λ) be the foot of the perpendicular from Q to the line. The vector QR connects point Q to point R.
The position vector of Q is rQ=0i^+2j^−2k^.
QR=rR−rQQR=((5+λ)−0)i^+((−4+λ)−2)j^+((3−λ)−(−2))k^QR=(5+λ)i^+(−6+λ)j^+(5−λ)k^
Since R is the foot of the perpendicular from Q to the line, the vector QR must be perpendicular to the direction vector of the line, d=i^+j^−k^. Their dot product must be zero: QR⋅d=0.
((5+λ)i^+(−6+λ)j^+(5−λ)k^)⋅(i^+j^−k^)=0(5+λ)(1)+(−6+λ)(1)+(5−λ)(−1)=05+λ−6+λ−5+λ=0(5−6−5)+(λ+λ+λ)=0−6+3λ=03λ=6λ=2
Substitute λ=2 back into the coordinates of R:
R=(5+2,−4+2,3−2)=(7,−2,1)
So, the foot of the perpendicular is R(7,−2,1).
Step 4: Calculate the Distance QR
Now we have the coordinates of point Q(0,2,−2) and the foot of the perpendicular R(7,−2,1). The distance between these two points is the shortest distance from Q to the line. Using the distance formula:
Cross Product Calculation: Be very careful with the signs and arithmetic when calculating the cross product. A small error here will propagate through the rest of the solution.
Dot Product Equation: Ensure you are correctly forming the vector QR and performing the dot product with the correct direction vector. Solving the linear equation for λ should be straightforward.
Simplifying Direction Vector: While not strictly necessary, simplifying the direction vector by dividing out common factors can make the dot product calculation easier.
Summary
To find the distance of point Q from the given line, we first determined the direction vector of the line by taking the cross product of the direction vectors of the two lines it is perpendicular to. We then wrote the vector equation of the line and found a general point R on it. By setting the dot product of QR and the line's direction vector to zero, we found the specific value of the parameter λ that corresponds to the foot of the perpendicular. Finally, we calculated the distance between point Q and the foot of the perpendicular R using the 3D distance formula.