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

Question

The projection of the line segment joining the points (1, –1, 3) and (2, –4, 11) on the line joining the points (–1, 2, 3) and (3, –2, 10) is ____________.

Answer: 1

Solution

Key Concepts and Formulas

  • Vector Representation of a Line Segment: A line segment joining two points P(x1,y1,z1)P(x_1, y_1, z_1) and Q(x2,y2,z2)Q(x_2, y_2, z_2) can be represented by a vector PQ=(x2x1)i^+(y2y1)j^+(z2z1)k^\overrightarrow{PQ} = (x_2 - x_1)\hat{i} + (y_2 - y_1)\hat{j} + (z_2 - z_1)\hat{k}.
  • Scalar Projection of a Vector: The scalar projection of a vector a\vec{a} onto another vector b\vec{b} is a scalar quantity representing the component of a\vec{a} along the direction of b\vec{b}. It is given by the formula: Projection of a on b=abb\text{Projection of } \vec{a} \text{ on } \vec{b} = \frac{\vec{a} \cdot \vec{b}}{|\vec{b}|} Here, ab\vec{a} \cdot \vec{b} is the dot product of vectors a\vec{a} and b\vec{b}, and b|\vec{b}| is the magnitude of vector b\vec{b}.
  • Dot Product: For a=axi^+ayj^+azk^\vec{a} = a_x\hat{i} + a_y\hat{j} + a_z\hat{k} and b=bxi^+byj^+bzk^\vec{b} = b_x\hat{i} + b_y\hat{j} + b_z\hat{k}, their dot product is ab=axbx+ayby+azbz\vec{a} \cdot \vec{b} = a_x b_x + a_y b_y + a_z b_z.
  • Magnitude of a Vector: The magnitude of a vector b=bxi^+byj^+bzk^\vec{b} = b_x\hat{i} + b_y\hat{j} + b_z\hat{k} is given by b=bx2+by2+bz2|\vec{b}| = \sqrt{b_x^2 + b_y^2 + b_z^2}.

Step-by-Step Solution

We need to find the projection of the line segment joining points A and B onto the line joining points C and D. This means we will find the scalar projection of vector AB\overrightarrow{AB} onto vector CD\overrightarrow{CD}.

Step 1: Define the Points and Form the Vectors

Let the given points be:

  • A=(1,1,3)A = (1, -1, 3)
  • B=(2,4,11)B = (2, -4, 11)
  • C=(1,2,3)C = (-1, 2, 3)
  • D=(3,2,10)D = (3, -2, 10)

1.1. Calculate Vector AB\overrightarrow{AB} (the vector to be projected): This vector represents the line segment from A to B. AB=(21)i^+(4(1))j^+(113)k^\overrightarrow{AB} = (2 - 1)\hat{i} + (-4 - (-1))\hat{j} + (11 - 3)\hat{k} AB=(1)i^+(4+1)j^+(8)k^\overrightarrow{AB} = (1)\hat{i} + (-4 + 1)\hat{j} + (8)\hat{k} AB=i^3j^+8k^\overrightarrow{AB} = \hat{i} - 3\hat{j} + 8\hat{k}

1.2. Calculate Vector CD\overrightarrow{CD} (the vector representing the line onto which projection is made): This vector represents the direction of the line from C to D. CD=(3(1))i^+(22)j^+(103)k^\overrightarrow{CD} = (3 - (-1))\hat{i} + (-2 - 2)\hat{j} + (10 - 3)\hat{k} CD=(3+1)i^+(4)j^+(7)k^\overrightarrow{CD} = (3 + 1)\hat{i} + (-4)\hat{j} + (7)\hat{k} CD=4i^4j^+7k^\overrightarrow{CD} = 4\hat{i} - 4\hat{j} + 7\hat{k}

Step 2: Calculate the Dot Product of the Vectors AB\overrightarrow{AB} and CD\overrightarrow{CD}

We use the dot product formula ab=axbx+ayby+azbz\vec{a} \cdot \vec{b} = a_x b_x + a_y b_y + a_z b_z. For AB=i^3j^+8k^\overrightarrow{AB} = \hat{i} - 3\hat{j} + 8\hat{k} and CD=4i^4j^+7k^\overrightarrow{CD} = 4\hat{i} - 4\hat{j} + 7\hat{k}: ABCD=(1)(4)+(3)(4)+(8)(7)\overrightarrow{AB} \cdot \overrightarrow{CD} = (1)(4) + (-3)(-4) + (8)(7) ABCD=4+12+56\overrightarrow{AB} \cdot \overrightarrow{CD} = 4 + 12 + 56 ABCD=72\overrightarrow{AB} \cdot \overrightarrow{CD} = 72

Step 3: Calculate the Magnitude of the Vector CD\overrightarrow{CD}

We need the magnitude of the vector onto which the projection is made, which is CD\overrightarrow{CD}. Using the magnitude formula b=bx2+by2+bz2|\vec{b}| = \sqrt{b_x^2 + b_y^2 + b_z^2} for CD=4i^4j^+7k^\overrightarrow{CD} = 4\hat{i} - 4\hat{j} + 7\hat{k}: CD=(4)2+(4)2+(7)2|\overrightarrow{CD}| = \sqrt{(4)^2 + (-4)^2 + (7)^2} CD=16+16+49|\overrightarrow{CD}| = \sqrt{16 + 16 + 49} CD=81|\overrightarrow{CD}| = \sqrt{81} CD=9|\overrightarrow{CD}| = 9

Step 4: Apply the Projection Formula

Now, substitute the calculated dot product and magnitude into the scalar projection formula: Projection of AB on CD=ABCDCD\text{Projection of } \overrightarrow{AB} \text{ on } \overrightarrow{CD} = \frac{\overrightarrow{AB} \cdot \overrightarrow{CD}}{|\overrightarrow{CD}|} Projection=729\text{Projection} = \frac{72}{9} Projection=8\text{Projection} = 8

Common Mistakes & Tips

  • Sign Errors: Be extremely careful with negative signs, especially when subtracting coordinates or squaring negative numbers. For example, (4)2=16(-4)^2 = 16, not 16-16.
  • Order of Subtraction: When forming a vector PQ\overrightarrow{PQ} from points PP and QQ, always subtract the coordinates of the initial point PP from the final point QQ (i.e., QPQ-P).
  • Distinguish Scalar vs. Vector Projection: The problem asks for "the projection," which typically implies the scalar projection. If vector projection were asked, the formula would be (abb2)b\left(\frac{\vec{a} \cdot \vec{b}}{|\vec{b}|^2}\right)\vec{b}.

Summary

To find the projection of one line segment onto another, we first form vectors representing these segments. Then, we calculate the dot product of the vector being projected and the magnitude of the vector onto which it is projected. Finally, we divide the dot product by the magnitude to get the scalar projection. Following these steps, the projection of the given line segment is 8.

The final answer is \boxed{8}.

Practice More 3D Geometry Questions

View All Questions