Let P(α,β,γ) be the image of the point Q(3,−3,1) in the line 1x−0=1y−3=−1z−1 and R be the point (2,5,−1). If the area of the triangle PQR is λ and λ2=14K, then K is equal to :
Options
Solution
Key Concepts and Formulas
Image of a Point in a Line: The image of a point Q in a line L is a point P such that the line L is the perpendicular bisector of the segment QP. This means:
The line segment connecting Q and P is perpendicular to L.
The foot of the perpendicular from Q to L (let's call it M) is the midpoint of QP.
Vector Perpendicularity: Two vectors are perpendicular if and only if their dot product is zero. If a is perpendicular to b, then a⋅b=0.
Area of a Triangle in 3D: The area of a triangle with vertices P, Q, R 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. For example, Area=21∣PQ×PR∣.
Step-by-Step Solution
Step 1: Finding the Coordinates of Point P (Image of Q)
Our first task is to find the coordinates of P(α,β,γ), which is the image of Q(3,−3,1) in the given line L:1x−0=1y−3=−1z−1.
1.1 Parameterize the Line and Define a General Point M
A general point M on the line L can be expressed in terms of a parameter, say μ.
Let 1x=1y−3=−1z−1=μ.
From this, we get the coordinates of M:
x=μy=μ+3z=−μ+1
So, M(μ,μ+3,−μ+1) represents any point on the line L.
1.2 Apply the Perpendicularity Condition to find the Foot of the Perpendicular
The line segment QM is perpendicular to the line L.
First, determine the direction vector of the line L, which is given by the denominators in its symmetric form: dL=(1,1,−1).
Next, form the vector QM connecting Q(3,−3,1) to M(μ,μ+3,−μ+1):
QM=(μ−3,(μ+3)−(−3),(−μ+1)−1)QM=(μ−3,μ+6,−μ)
Since QM is perpendicular to dL, their dot product must be zero:
QM⋅dL=0(μ−3)(1)+(μ+6)(1)+(−μ)(−1)=0μ−3+μ+6+μ=03μ+3=03μ=−3μ=−1
This value of μ corresponds to the specific point M on the line that is the foot of the perpendicular from Q.
1.3 Find the Coordinates of the Foot of the Perpendicular M
Substitute μ=−1 back into the coordinates of M:
M(−1,(−1)+3,−(−1)+1)M(−1,2,2)
1.4 Use the Midpoint Formula to Find P
Since P is the image of Q in the line L, the foot of the perpendicular M is the midpoint of the line segment PQ. Let P=(α,β,γ).
Using the midpoint formula:
M=(2xQ+xP,2yQ+yP,2zQ+zP)
Substitute the coordinates of M(−1,2,2) and Q(3,−3,1):
For the x-coordinate:
−1=23+α⟹−2=3+α⟹α=−5
For the y-coordinate:
2=2−3+β⟹4=−3+β⟹β=7
For the z-coordinate:
2=21+γ⟹4=1+γ⟹γ=3
Thus, the coordinates of point P are (−5,7,3).
Step 2: Calculating the Area of Triangle PQR
Now we have all three vertices: P(−5,7,3), Q(3,−3,1), and R(2,5,−1). We will calculate the area of △PQR, denoted by λ, using the vector cross product method.
2.1 Calculate Vectors Representing Two Sides of the Triangle
Let's choose PQ and QR as the two vectors originating from vertex Q.
PQ=Q−P=(3−(−5),−3−7,1−3)PQ=(8,−10,−2)QR=R−Q=(2−3,5−(−3),−1−1)QR=(−1,8,−2)
2.2 Compute the Cross Product PQ×QR
The cross product is calculated as a determinant:
PQ×QR=i^8−1j^−108k^−2−2=i^((−10)(−2)−(−2)(8))−j^((8)(−2)−(−2)(−1))+k^((8)(8)−(−10)(−1))=i^(20−(−16))−j^(−16−2)+k^(64−10)=i^(20+16)−j^(−18)+k^(54)=36i^+18j^+54k^
2.3 Find the Magnitude of the Cross Product and the Area λ
The magnitude of the cross product is:
∣PQ×QR∣=(36)2+(18)2+(54)2
To simplify calculations, observe that 36=2×18, 18=1×18, and 54=3×18.
∣PQ×QR∣=(2×18)2+(1×18)2+(3×18)2∣PQ×QR∣=182(22+12+32)∣PQ×QR∣=182(4+1+9)∣PQ×QR∣=182(14)∣PQ×QR∣=1814
The area of △PQR is λ=21∣PQ×QR∣:
λ=21(1814)λ=914
Step 3: Determining the Value of K
We are given the relation λ2=14K.
We have found λ=914.
Let's calculate λ2:
λ2=(914)2=92×(14)2=81×14
Now, equate this to 14K:
81×14=14K
Divide both sides by 14:
K=81
Common Mistakes & Tips
Sign Errors in Vector Operations: Be meticulous with positive and negative signs when calculating vector components, especially in the cross product. A single sign error can drastically alter the result.
Order of Cross Product: While ∣PQ×QR∣=∣QR×PQ∣, ensure consistent order within the determinant expansion to avoid errors. The magnitude will be the same, but the vector direction will be opposite.
Simplifying Radicals: When calculating magnitudes, factoring out common terms (like 182 in this case) before squaring and summing can significantly simplify arithmetic and prevent calculation errors with large numbers.
Conceptual Link: Always remember why you are using a particular formula (e.g., dot product for perpendicularity, midpoint for image). This reinforces understanding and helps debug your steps.
Summary
The problem required us to first find the image of a point in a line, which was achieved by finding the foot of the perpendicular from the point to the line (using the dot product condition for orthogonality) and then using the midpoint formula. Once the coordinates of the image point were determined, we calculated the area of the triangle formed by the three points using the magnitude of the cross product of two side vectors. Finally, we used the given relation between the area squared and K to solve for K. All steps were executed carefully, leading to the value of K.
The final answer is 81, which corresponds to option (B).