Let λ1,λ2 be the values of λ for which the points (25,1,λ) and (−2,0,1) are at equal distance from the plane 2x+3y−6z+7=0. If λ1>λ2, then the distance of the point (λ1−λ2,λ2,λ1) from the line 1x−5=2y−1=2z+7 is ____________.
Answer: 5
Solution
1. Key Concepts and Formulas
Distance of a Point from a Plane: The perpendicular distance of a point P(x0,y0,z0) from a plane Ax+By+Cz+D=0 is given by:
d=A2+B2+C2∣Ax0+By0+Cz0+D∣
Distance of a Point from a Line: The shortest distance of a point P(x0,y0,z0) from a line ax−x1=by−y1=cz−z1 (which passes through point Q(x1,y1,z1) and has direction vector v=ai^+bj^+ck^) is given by:
d=∣v∣∣PQ×v∣
Alternatively, one can find a general point on the line, form a vector from the given point to the general point, make it perpendicular to the line's direction vector to find the parameter value, and then calculate the magnitude of this perpendicular vector.
2. Step-by-Step Solution
Part 1: Finding the values of λ1 and λ2
Step 1: Identify the given information.
We have two points: P1(25,1,λ) and P2(−2,0,1).
The plane equation is 2x+3y−6z+7=0.
The coefficients of the plane are A=2,B=3,C=−6,D=7.
Step 2: Calculate the denominator for the distance formula.
The denominator for the distance from a plane formula is A2+B2+C2.
22+32+(−6)2=4+9+36=49=7
Step 3: Calculate the distance of P1 from the plane.
Substitute the coordinates of P1(25,1,λ) into the distance formula:
d1=7∣2(25)+3(1)−6(λ)+7∣=7∣5+3−6λ+7∣=7∣15−6λ∣
Step 4: Calculate the distance of P2 from the plane.
Substitute the coordinates of P2(−2,0,1) into the distance formula:
d2=7∣2(−2)+3(0)−6(1)+7∣=7∣−4+0−6+7∣=7∣−3∣=73
Step 5: Equate the distances and solve for λ.
Since the points are at equal distance from the plane, d1=d2:
7∣15−6λ∣=73∣15−6λ∣=3
This gives two possible cases:
Case 1: 15−6λ=3⇒6λ=12⇒λ=2
Case 2: 15−6λ=−3⇒6λ=18⇒λ=3
Step 6: Assign λ1 and λ2 based on the given condition.
We are given that λ1>λ2. Therefore, λ1=3 and λ2=2.
Part 2: Finding the distance of the point (λ1−λ2,λ2,λ1) from the given line.
Step 7: Determine the coordinates of the target point.
The point is P(λ1−λ2,λ2,λ1).
Substitute λ1=3 and λ2=2:
P(3−2,2,3)=P(1,2,3)
Step 8: Identify a point on the line and its direction vector.
The given line is 1x−5=2y−1=2z+7.
A point on the line is Q(5,1,−7).
The direction vector of the line is v=1i^+2j^+2k^=(1,2,2).
Step 9: Calculate the vector PQ.PQ=Q−P=(5−1)i^+(1−2)j^+(−7−3)k^PQ=4i^−j^−10k^=(4,−1,−10)
Step 10: Calculate the cross product PQ×v.PQ×v=i^41j^−12k^−102=i^((−1)(2)−(−10)(2))−j^((4)(2)−(−10)(1))+k^((4)(2)−(−1)(1))=i^(−2+20)−j^(8+10)+k^(8+1)=18i^−18j^+9k^
Step 11: Calculate the magnitude of the cross product.∣PQ×v∣=182+(−18)2+92=324+324+81=729=27
Step 12: Calculate the magnitude of the direction vector v.∣v∣=12+22+22=1+4+4=9=3
Step 13: Calculate the distance of point P from the line.
Using the formula d=∣v∣∣PQ×v∣:
d=327=9
3. Common Mistakes & Tips
Absolute Value in Distance Formula: Always remember to use the absolute value in the numerator when calculating the distance from a point to a plane. Distance is a non-negative quantity.
Vector Operations: Be careful with signs during cross product calculations. A single sign error can lead to an incorrect magnitude.
General Point on Line: An alternative method to find the distance of a point from a line is to take a general point on the line (x1+at,y1+bt,z1+ct), form a vector from the given point to this general point, and then use the condition that this vector is perpendicular to the direction vector of the line (i.e., their dot product is zero) to find the value of t. The magnitude of this perpendicular vector is the shortest distance. This method often helps verify results from the cross product formula.
4. Summary
First, we determined the values of λ1 and λ2 by equating the perpendicular distances of the two given points from the plane. This yielded λ1=3 and λ2=2. Next, we used these values to find the coordinates of the target point as P(1,2,3). Finally, we calculated the distance of this point from the given line using the formula involving the cross product of the vector connecting a point on the line to the target point, and the direction vector of the line. The calculated distance was 9.