Three Dimensional Geometry: Mathematics | JEE Main
The plane 2x−y+z=4 intersects the line segment joining the points A(a,−2,4) and B(2,b,−3) at the point C in the ratio 2:1 and the distance of the point C from the origin is 5. If ab<0 and P is the point (a−b,b,2b−a) then CP2 is equal to
Your answer stays private
What feels right?
Hint 1 of 4
Using the section formula, what are the coordinates of point C dividing the segment from A(a,−2,4) to B(2,b,−3) in the ratio 2:1?
No score. Commit to your first instinct. We’ll show what your mind noticed and what it missed.
Step-by-step solutionView
Correct answer
Using the section formula with ratio 2:1, point C is found to be (34+a,32b−2,−32); substituting into the plane equation and the distance condition along with ab<0 yields a=3 and b=−2, giving CP2=317.
Option analysis
Why each option works or fails
A · 397
Solving for b gives a quadratic with two roots; selecting the root where a and b share the same sign ignores the explicit condition ab<0. Check the sign requirement ab<0 immediately after solving for both parameters.
B · 317
This is the correct answer. The coordinates of C are (37,−2,−32), point P is (5,−2,−7), and the squared distance CP2=(5−37)2+(−2−(−2))2+(−7−(−32))2=964+0+9361=317.
C · 316
An arithmetic error when evaluating the sum of squared differences, such as missing the fraction addition or miscomputing (38)2+(−319)2. Carefully compute (38)2+(−319)2=964+361=9425 or recheck the distance formula terms.
D · 373
Applying the section formula with the inverted ratio 1:2 instead of 2:1 from A to B. Remember that a point dividing AB in the ratio m:n has coordinates m+nmB+nA.
Reviewed route
Solution
StepWorking
01given
Points A(a,−2,4) and B(2,b,−3). Point C divides AB in ratio 2:1. Plane equation: 2x−y+z=4. Distance OC=5. Constraint: ab<0. Point P(a−b,b,2b−a).
02approach
Use section formula to express coordinates of C in terms of a and b. Substitute C into the plane equation to find a linear relation between a and b. Then use the distance from origin OC=5 to form a quadratic equation in b. Select the valid solution using ab<0, find P, and compute CP2.
03execute
Coordinates of C dividing AB in 2:1 are:
C=(2+12(2)+1(a),2+12(b)+1(−2),2+12(−3)+1(4))=(3a+4,32b−2,3−2)
04execute
Since C lies on the plane 2x−y+z=4:
2(3a+4)−(32b−2)+(3−2)=42(a+4)−(2b−2)−2=12⟹2a−2b+8=12⟹2a−2b=4⟹a−b=2
Thus, a=b+2.
05execute
Using a=b+2, the x-coordinate of C becomes 3(b+2)+4=3b+6.
Given OC2=5:
(3b+6)2+(32b−2)2+(−32)2=5(b2+12b+36)+(4b2−8b+4)+4=455b2+4b+44=45⟹5b2+4b−1=0(5b−1)(b+1)=0⟹b=−1 or b=51
06execute
If b=−1, then a=−1+2=1, giving ab=−1<0 (valid).
If b=51, then a=511, giving ab=2511>0 (rejected).
Therefore, a=1,b=−1.
Coordinates of C are: C(35,−34,−32).
Coordinates of P(a−b,b,2b−a) are: P(1−(−1),−1,2(−1)−1)=P(2,−1,−3).