Let the position vectors of two points P and Q be 3i−j + 2k and i + 2j− 4k, respectively. Let R and S be two points such that the direction ratios of lines PR and QS are (4, −1, 2) and (−2, 1, −2), respectively. Let lines PR and QS intersect at T. If the vector TA is perpendicular to both PR and QS and the length of vector TA is 5 units, then the modulus of a position vector of A is :
Options
Solution
Key Concepts and Formulas
Vector Equation of a Line: A line passing through a point with position vector a and parallel to a direction vector d can be represented as r=a+λd, where λ is a scalar parameter.
Intersection of Lines: If two lines intersect, their position vectors are identical at the point of intersection. Equating the corresponding components (x, y, z) allows us to form a system of linear equations to solve for the parameters.
Cross Product for Perpendicular Vectors: The cross product of two non-parallel vectors, u×v, results in a vector that is perpendicular to both u and v. This property is crucial for finding a vector perpendicular to a plane defined by two direction vectors.
Magnitude of a Vector: For a vector v=xi+yj+zk, its magnitude (or length) is given by ∣v∣=x2+y2+z2.
Position Vector Modulus: The modulus of the position vector of a point A with coordinates (x,y,z) is ∣OA∣=x2+y2+z2, where O is the origin.
Step-by-Step Solution
Step 1: Define Position Vectors and Direction Vectors
We begin by translating the given information into vector notation.
The position vector of point P is p=3i−j+2k.
The position vector of point Q is q=i+2j−4k.
The direction ratios of line PR are (4,−1,2). This implies that the direction vector for line PR can be taken as dPR=4i−j+2k.
Similarly, the direction ratios of line QS are (−2,1,−2). Thus, the direction vector for line QS can be taken as dQS=−2i+j−2k.
Step 2: Formulate the Equations of Lines PR and QS
Using the vector equation of a line r=a+λd:
Equation of Line PR: This line passes through P with position vector p and is parallel to dPR.
LPR:r1=(3i−j+2k)+λ(4i−j+2k)
where λ is a scalar parameter.
Equation of Line QS: This line passes through Q with position vector q and is parallel to dQS.
LQS:r2=(i+2j−4k)+μ(−2i+j−2k)
where μ is a scalar parameter.
Step 3: Find the Intersection Point T
Lines PR and QS intersect at T. This means that at point T, their position vectors are equal. Let t be the position vector of T.
Equating r1 and r2:
(3+4λ)i+(−1−λ)j+(2+2λ)k=(1−2μ)i+(2+μ)j+(−4−2μ)k
Equating the corresponding components:
3+4λ=1−2μ⇒4λ+2μ=−2⇒2λ+μ=−1
−1−λ=2+μ⇒λ+μ=−3
2+2λ=−4−2μ⇒2λ+2μ=−6⇒λ+μ=−3 (This is consistent with equation 2)
Now we solve the system of equations for λ and μ:
Subtract equation (2) from equation (1):
(2λ+μ)−(λ+μ)=−1−(−3)λ=2
Substitute λ=2 into equation (2):
2+μ=−3μ=−5
Now, substitute λ=2 into the equation for LPR (or μ=−5 into the equation for LQS) to find the position vector of T:
t=(3i−j+2k)+2(4i−j+2k)t=(3+8)i+(−1−2)j+(2+4)kt=11i−3j+6k
So, the coordinates of point T are (11,−3,6).
Step 4: Determine the Direction of TA
We are given that the vector TA is perpendicular to both PR and QS. This means TA is parallel to the cross product of their direction vectors, dPR×dQS.
Let's calculate the cross product:
dPR×dQS=(4i−j+2k)×(−2i+j−2k)=i4−2j−11k2−2=i((−1)(−2)−(2)(1))−j((4)(−2)−(2)(−2))+k((4)(1)−(−1)(−2))=i(2−2)−j(−8+4)+k(4−2)=0i−(−4)j+2k=4j+2k
Let dTA=4j+2k be a direction vector for TA.
Step 5: Find the Vector TA
The length of vector TA is given as 5 units.
First, we find the unit vector in the direction of dTA:
∣dTA∣=02+42+22=16+4=20=25
The unit vector uTA=∣dTA∣dTA=254j+2k=52j+k.
Since the length of TA is 5, we can write TA as:
TA=±(length of TA)×uTATA=±5×52j+kTA=±(2j+k)
We can choose either direction; the modulus of the position vector of A will be the same. Let's choose the positive direction:
TA=2j+k
Step 6: Find the Position Vector of A
We know that TA=a−t, where a is the position vector of A.
Therefore, a=t+TA.
Substitute the values of t and TA:
a=(11i−3j+6k)+(2j+k)a=11i+(−3+2)j+(6+1)ka=11i−j+7k
Step 7: Calculate the Modulus of the Position Vector of A
Finally, we need to find the modulus (length) of the position vector of A, ∣a∣.
∣a∣=112+(−1)2+72∣a∣=121+1+49∣a∣=171
Common Mistakes & Tips
Cross Product Calculation: Be meticulous with the signs and calculations when computing the cross product. A common error is swapping the order of subtraction in the determinant expansion, leading to sign errors.
Solving System of Equations: Carefully verify the values of the parameters (λ and μ) by substituting them back into all three component equations to ensure consistency.
Direction of Perpendicular Vector: Remember that a vector perpendicular to two given vectors can point in two opposite directions. However, for quantities like magnitude or modulus of a position vector, this choice often does not affect the final numerical answer.
Distinguishing Position Vectors from Direction Vectors: Clearly understand that p and q are position vectors of points, while dPR and dQS are direction vectors of lines.
Summary
This problem involved finding the position vector of a point A by first determining the intersection point T of two lines. We then used the property that TA is perpendicular to both lines to find its direction via the cross product of the line's direction vectors. Knowing the length of TA, we constructed the vector TA and subsequently found the position vector of A. Finally, the modulus of A's position vector was calculated.
The final answer is 171 which corresponds to option (A).