Skip to main content
Back to 3D Geometry
JEE Main 2021
3D Geometry
3D Geometry
Easy

Question

If a point R(4, y, z) lies on the line segment joining the points P(2, –3, 4) and Q(8, 0, 10), then the distance of R from the origin is :

Options

Solution

Key Concepts and Formulas

To solve this problem, we'll utilize fundamental principles from 3D Coordinate Geometry:

  1. Equation of a Line in 3D (Symmetric Form): When a line passes through two distinct points P(x1,y1,z1)P(x_1, y_1, z_1) and Q(x2,y2,z2)Q(x_2, y_2, z_2), its equation can be expressed in symmetric form as: xx1x2x1=yy1y2y1=zz1z2z1\frac{x - x_1}{x_2 - x_1} = \frac{y - y_1}{y_2 - y_1} = \frac{z - z_1}{z_2 - z_1} This formula is essential because point RR lies on the line segment PQPQ, meaning its coordinates must satisfy this equation. We will use this to find the unknown yy and zz coordinates of RR.

  2. Distance Formula in 3D: The distance between any two points A(x1,y1,z1)A(x_1, y_1, z_1) and B(x2,y2,z2)B(x_2, y_2, z_2) in 3D space is given by: D=(x2x1)2+(y2y1)2+(z2z1)2D = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2} For the specific case of finding the distance of a point R(x,y,z)R(x, y, z) from the origin O(0,0,0)O(0, 0, 0), the formula simplifies to: RO=x2+y2+z2RO = \sqrt{x^2 + y^2 + z^2} Once we determine the complete coordinates of point RR, we will use this simplified formula to calculate its distance from the origin.

Step-by-Step Solution

Step 1: Determine the Equation of the Line Passing Through P and Q

  • Objective: To find the algebraic relationship that defines all points lying on the line segment PQPQ. Since point RR lies on this segment, its coordinates must satisfy this equation.
  • Given Points: We are given P(x1,y1,z1)=(2,3,4)P(x_1, y_1, z_1) = (2, -3, 4) and Q(x2,y2,z2)=(8,0,10)Q(x_2, y_2, z_2) = (8, 0, 10).

We substitute the coordinates of PP and QQ into the symmetric form of the line equation: x282=y(3)0(3)=z4104\frac{x - 2}{8 - 2} = \frac{y - (-3)}{0 - (-3)} = \frac{z - 4}{10 - 4}

Now, we simplify the denominators to obtain the equation of the line: x26=y+33=z46\frac{x - 2}{6} = \frac{y + 3}{3} = \frac{z - 4}{6} This equation represents all points on the line extending through PP and QQ.

Step 2: Find the Unknown Coordinates (y and z) of Point R

  • Objective: To fully determine the coordinates of point RR. We are given R(4,y,z)R(4, y, z) and know it lies on the line segment PQPQ.
  • Reasoning: Since point RR lies on the line PQPQ, its coordinates (4,y,z)(4, y, z) must satisfy the line equation derived in Step 1.

Substitute the known xx-coordinate of RR, which is x=4x=4, into the line equation: 426=y+33=z46\frac{4 - 2}{6} = \frac{y + 3}{3} = \frac{z - 4}{6}

Simplify the first term: 26=y+33=z46\frac{2}{6} = \frac{y + 3}{3} = \frac{z - 4}{6} 13=y+33=z46\frac{1}{3} = \frac{y + 3}{3} = \frac{z - 4}{6}

Now, we equate the ratios to solve for yy and zz independently:

  • To find the y-coordinate: Equate the first and second parts of the equation: 13=y+33\frac{1}{3} = \frac{y + 3}{3} Multiply both sides by 3: 1=y+31 = y + 3 Subtract 3 from both sides: y=13y = 1 - 3 y=2y = -2

  • To find the z-coordinate: Equate the first and third parts of the equation: 13=z46\frac{1}{3} = \frac{z - 4}{6} Multiply both sides by 6: 6×13=z46 \times \frac{1}{3} = z - 4 2=z42 = z - 4 Add 4 to both sides: z=2+4z = 2 + 4 z=6z = 6

Thus, the complete coordinates of point RR are (4,2,6)(4, -2, 6).

  • Verification for "Line Segment": The problem specifies that RR lies on the line segment PQPQ. We can verify this by checking if the coordinates of RR lie between the corresponding coordinates of PP and QQ:
    • For xx: Px=2P_x=2, Rx=4R_x=4, Qx=8Q_x=8. (2482 \le 4 \le 8) - True.
    • For yy: Py=3P_y=-3, Ry=2R_y=-2, Qy=0Q_y=0. (320-3 \le -2 \le 0) - True.
    • For zz: Pz=4P_z=4, Rz=6R_z=6, Qz=10Q_z=10. (46104 \le 6 \le 10) - True. Since all conditions are met, RR indeed lies on the line segment PQPQ.

Step 3: Calculate the Distance of R from the Origin

  • Objective: To find the final answer, which is the distance of point RR from the origin O(0,0,0)O(0,0,0).
  • Given Points: We have R(x,y,z)=(4,2,6)R(x, y, z) = (4, -2, 6) and the Origin O(0,0,0)O(0, 0, 0).
  • Reasoning: We use the simplified 3D distance formula for a point from the origin.

Substitute the coordinates of RR into the distance formula RO=x2+y2+z2RO = \sqrt{x^2 + y^2 + z^2}: RO=(4)2+(2)2+(6)2RO = \sqrt{(4)^2 + (-2)^2 + (6)^2} RO=16+4+36RO = \sqrt{16 + 4 + 36} RO=56RO = \sqrt{56}

To simplify the radical, we look for perfect square factors of 56. We know that 56=4×1456 = 4 \times 14: RO=4×14RO = \sqrt{4 \times 14} RO=4×14RO = \sqrt{4} \times \sqrt{14} RO=214RO = 2 \sqrt{14}

Therefore, the distance of point RR from the origin is 2142 \sqrt{14}.

Common Mistakes & Tips

  • Sign Errors: Be extremely careful with negative signs when substituting coordinates into the line equation and especially in the distance formula (e.g., (2)2(-2)^2 must be 44, not 4-4).
  • Simplifying Radicals: Always simplify square roots to their simplest form, as shown in Step 3. This often involves factoring out perfect squares.
  • "Line" vs. "Line Segment": While the line equation finds points on the infinite line, the term "line segment" implies the point must lie between the given two points. A quick check of coordinates (as done in Step 2) confirms this. Alternatively, one could use the section formula: if RR divides PQPQ in ratio λ:1\lambda:1, for RR to be on the segment, λ\lambda must be positive.

Summary

This problem required us to first determine the full coordinates of point RR by utilizing the fact that it lies on the line segment connecting points PP and QQ. We achieved this by finding the symmetric equation of the line PQPQ and substituting the known xx-coordinate of RR to solve for its yy and zz coordinates. Once R(4,2,6)R(4, -2, 6) was fully determined, we applied the 3D distance formula to calculate its distance from the origin. The final distance was found to be 2142\sqrt{14}.

The final answer is 214\boxed{2 \sqrt {14}}, which corresponds to option (A).

Practice More 3D Geometry Questions

View All Questions