Consider the lines L 1 : x - 1 = y - 2 = z and L 2 : x - 2 = y = z - 1. Let the feet of the perpendiculars from the point P(5, 1, -3) on the lines L 1 and L 2 be Q and R respectively. If the area of the triangle PQR is A, then 4A 2 is equal to :
Options
Solution
1. Key Concepts and Formulas
Foot of the Perpendicular from a Point to a Line: To find the foot of the perpendicular Q from a point P0(x0,y0,z0) to a line L given by ax−x1=by−y1=cz−z1:
Represent a general point Q on the line L parametrically, say Q(x1+aλ,y1+bλ,z1+cλ).
Form the vector P0Q.
The direction vector of the line is d=ai^+bj^+ck^.
Since P0Q is perpendicular to L, it must be perpendicular to d. Thus, their dot product is zero: P0Q⋅d=0.
Solve for λ and substitute it back into the parametric coordinates of Q to find the foot of the perpendicular.
Area of a Triangle using Vector Cross Product: Given three vertices P,Q,R of a triangle, its area A can be calculated as half the magnitude of the cross product of two vectors representing two sides of the triangle originating from a common vertex (e.g., PQ and PR):
A=21∣PQ×PR∣
2. Step-by-Step Solution
Step 1: Understand the given information and goal.
We are given a point P(5,1,−3) and two lines L1:x−1=y−2=z and L2:x−2=y=z−1. Our objective is to:
Find the coordinates of Q, the foot of the perpendicular from P to L1.
Find the coordinates of R, the foot of the perpendicular from P to L2.
Calculate the area A of the triangle PQR.
Finally, determine the value of 4A2.
Step 2: Find the coordinates of Q, the foot of the perpendicular from P to L1.
2.1: Express L1 in symmetric and parametric form and identify its direction vector.
The line L1 is given by x−1=y−2=z. We can write this in standard symmetric form as 1x−1=1y−2=1z−0.
This form indicates that L1 passes through the point (1,2,0) and has a direction vector d1=i^+j^+k^.
2.2: Represent a general point Q on L1 parametrically.
Let Q be any point on L1. Its coordinates can be expressed using a parameter λ1:
Q(1+λ1,2+λ1,λ1)
2.3: Form the vector PQ.
The vector connecting P(5,1,−3) to Q(1+λ1,2+λ1,λ1) is:
PQ=((1+λ1)−5)i^+((2+λ1)−1)j^+(λ1−(−3))k^PQ=(λ1−4)i^+(λ1+1)j^+(λ1+3)k^
2.4: Apply the perpendicularity condition to find λ1.
Since Q is the foot of the perpendicular, the vector PQ must be perpendicular to the direction vector of L1, d1. Their dot product must be zero:
PQ⋅d1=0(λ1−4)(1)+(λ1+1)(1)+(λ1+3)(1)=0λ1−4+λ1+1+λ1+3=03λ1=0⟹λ1=0
2.5: Substitute λ1 to find the coordinates of Q.
Substitute λ1=0 back into the parametric coordinates of Q:
Q(1+0,2+0,0)⟹Q(1,2,0)
So, the foot of the perpendicular from P to L1 is Q(1,2,0).
Step 3: Find the coordinates of R, the foot of the perpendicular from P to L2.
3.1: Express L2 in symmetric and parametric form and identify its direction vector.
The line L2 is given by x−2=y=z−1. We can write this in standard symmetric form as 1x−2=1y−0=1z−1.
This form indicates that L2 passes through the point (2,0,1) and has a direction vector d2=i^+j^+k^.
3.2: Represent a general point R on L2 parametrically.
Let R be any point on L2. Its coordinates can be expressed using a parameter λ2:
R(2+λ2,λ2,1+λ2)
3.3: Form the vector PR.
The vector connecting P(5,1,−3) to R(2+λ2,λ2,1+λ2) is:
PR=((2+λ2)−5)i^+(λ2−1)j^+((1+λ2)−(−3))k^PR=(λ2−3)i^+(λ2−1)j^+(λ2+4)k^
3.4: Apply the perpendicularity condition to find λ2.
Since R is the foot of the perpendicular, the vector PR must be perpendicular to the direction vector of L2, d2. Their dot product must be zero:
PR⋅d2=0(λ2−3)(1)+(λ2−1)(1)+(λ2+4)(1)=0λ2−3+λ2−1+λ2+4=03λ2=0⟹λ2=0
3.5: Substitute λ2 to find the coordinates of R.
Substitute λ2=0 back into the parametric coordinates of R:
R(2+0,0,1+0)⟹R(2,0,1)
So, the foot of the perpendicular from P to L2 is R(2,0,1).
Step 4: Calculate the area A of triangle PQR.
4.1: List the coordinates of the vertices P, Q, R.
We have P(5,1,−3), Q(1,2,0), and R(2,0,1).
4.2: Form the vectors PQ and PR.PQ=Q−P=(1−5)i^+(2−1)j^+(0−(−3))k^=−4i^+j^+3k^PR=R−P=(2−5)i^+(0−1)j^+(1−(−3))k^=−3i^−j^+4k^
4.3: Calculate the cross product PQ×PR.
The cross product is computed as the determinant:
PQ×PR=i^−4−3j^1−1k^34=i^((1)(4)−(3)(−1))−j^((−4)(4)−(3)(−3))+k^((−4)(−1)−(1)(−3))=i^(4+3)−j^(−16+9)+k^(4+3)=7i^−j^(−7)+7k^=7i^+7j^+7k^
4.4: Calculate the magnitude of the cross product.∣PQ×PR∣=∣7i^+7j^+7k^∣=72+72+72=49+49+49=3×49=73
4.5: Calculate the area A of triangle PQR.
The area A is half the magnitude of the cross product:
A=21∣PQ×PR∣=21(73)=273
Step 5: Calculate 4A2.
5.1: Square the area A.A2=(273)2=2272×(3)2=449×3=4147
5.2: Multiply by 4.4A2=4×4147=147
3. Common Mistakes & Tips
Sign Errors: Be extremely careful with signs when calculating vector components (e.g., xB−xA) and especially during the cross product determinant expansion. A single sign error can propagate and lead to an incorrect final answer.
Parametric Representation: Ensure you correctly convert the line equation into parametric form. Each line gets its own independent parameter (λ1, λ2).
Dot Product for Perpendicularity: Remember that the dot product of two perpendicular vectors is zero. This is the fundamental condition for finding the foot of the perpendicular.
Cross Product Calculation: Practice calculating the 3×3 determinant for the cross product to avoid computational errors.
4. Summary
We first found the feet of the perpendiculars, Q(1,2,0) and R(2,0,1), by representing general points on lines L1 and L2 parametrically and using the condition that the vector from P to the foot of the perpendicular must be orthogonal to the line's direction vector. Then, we formed vectors PQ and PR and calculated their cross product. The magnitude of this cross product, divided by two, gave us the area A=273. Finally, we computed 4A2=147.
5. Final Answer
The final answer is 147, which corresponds to option (A).