Skip to main content
Back to Vector Algebra
JEE Main 2023
Vector Algebra
Vector Algebra
Easy

Question

Let A (3, 0, –1), B(2, 10, 6) and C(1, 2, 1) be the vertices of a triangle and M be the midpoint of AC. If G divides BM in the ratio, 2 : 1, then cos (\angle GOA) (O being the origin) is equal to :

Options

Solution

1. Key Concepts and Formulas

  • Centroid of a Triangle: The centroid of a triangle is the point of intersection of its medians. A fundamental property is that the centroid divides each median in the ratio 2:1 from the vertex to the midpoint of the opposite side. If the vertices of a triangle are A(x1,y1,z1)A(x_1, y_1, z_1), B(x2,y2,z2)B(x_2, y_2, z_2), and C(x3,y3,z3)C(x_3, y_3, z_3), then the coordinates of its centroid GG are given by the average of the coordinates: G=(x1+x2+x33,y1+y2+y33,z1+z2+z33)G = \left( \frac{x_1 + x_2 + x_3}{3}, \frac{y_1 + y_2 + y_3}{3}, \frac{z_1 + z_2 + z_3}{3} \right)
  • Angle between Two Vectors using Dot Product: If θ\theta is the angle between two non-zero vectors a\vec{a} and b\vec{b}, their dot product is defined as ab=abcosθ\vec{a} \cdot \vec{b} = |\vec{a}| |\vec{b}| \cos\theta. From this, the cosine of the angle can be found as: cosθ=abab\cos\theta = \frac{\vec{a} \cdot \vec{b}}{|\vec{a}| |\vec{b}|}
  • Magnitude of a Vector: For a vector v=xi^+yj^+zk^\vec{v} = x\hat{i} + y\hat{j} + z\hat{k}, its magnitude (or length) is: v=x2+y2+z2|\vec{v}| = \sqrt{x^2 + y^2 + z^2}
  • Position Vector: The position vector of a point P(x,y,z)P(x, y, z) from the origin O(0,0,0)O(0, 0, 0) is OP=xi^+yj^+zk^\vec{OP} = x\hat{i} + y\hat{j} + z\hat{k}.

2. Step-by-Step Solution

Step 1: Identify point G as the centroid of ABC\triangle ABC.

  • Why this step is taken: The problem states that M is the midpoint of AC, making BM a median of ABC\triangle ABC. G divides BM in the ratio 2:1 from B to M. This is the defining property of a centroid. Recognizing this allows us to use the centroid formula directly, simplifying the calculation of G's coordinates.
  • Explanation: Since M is the midpoint of AC, BM is a median. G divides the median BM in the ratio 2:1 (from vertex B to midpoint M). By definition, the centroid of a triangle is the point that divides each median in a 2:1 ratio from the vertex. Therefore, G is the centroid of ABC\triangle ABC.

Step 2: Calculate the coordinates of the centroid G.

  • Why this step is taken: To find the vector OG\vec{OG} and its magnitude, we first need the coordinates of G.
  • Explanation: Using the centroid formula with the given vertices A(3, 0, –1), B(2, 10, 6), and C(1, 2, 1): G=(xA+xB+xC3,yA+yB+yC3,zA+zB+zC3)G = \left( \frac{x_A + x_B + x_C}{3}, \frac{y_A + y_B + y_C}{3}, \frac{z_A + z_B + z_C}{3} \right) G=(3+2+13,0+10+23,1+6+13)G = \left( \frac{3 + 2 + 1}{3}, \frac{0 + 10 + 2}{3}, \frac{-1 + 6 + 1}{3} \right) G=(63,123,63)G = \left( \frac{6}{3}, \frac{12}{3}, \frac{6}{3} \right) G=(2,4,2)G = (2, 4, 2)

Step 3: Determine the position vectors OA\vec{OA} and OG\vec{OG}.

  • Why this step is taken: The angle GOA\angle GOA is formed by the vectors originating from the origin O and pointing to points G and A. We need these vectors to apply the dot product formula.
  • Explanation: The position vector of a point P(x,y,z)P(x, y, z) from the origin O(0,0,0)O(0,0,0) is given by OP=xi^+yj^+zk^\vec{OP} = x\hat{i} + y\hat{j} + z\hat{k}. For point A(3, 0, –1): OA=3i^+0j^1k^=3i^k^\vec{OA} = 3\hat{i} + 0\hat{j} - 1\hat{k} = 3\hat{i} - \hat{k} For point G(2, 4, 2): OG=2i^+4j^+2k^\vec{OG} = 2\hat{i} + 4\hat{j} + 2\hat{k}

Step 4: Calculate the dot product OAOG\vec{OA} \cdot \vec{OG}.

  • Why this step is taken: The dot product is the numerator in the formula for the cosine of the angle between two vectors.
  • Explanation: The dot product of two vectors 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} is axbx+ayby+azbza_x b_x + a_y b_y + a_z b_z. OAOG=(3)(2)+(0)(4)+(1)(2)\vec{OA} \cdot \vec{OG} = (3)(2) + (0)(4) + (-1)(2) OAOG=6+02\vec{OA} \cdot \vec{OG} = 6 + 0 - 2 OAOG=4\vec{OA} \cdot \vec{OG} = 4

Step 5: Calculate the magnitudes OA|\vec{OA}| and OG|\vec{OG}|.

  • Why this step is taken: The magnitudes of the vectors form the denominator in the formula for the cosine of the angle.
  • Explanation: The magnitude of a vector v=xi^+yj^+zk^\vec{v} = x\hat{i} + y\hat{j} + z\hat{k} is given by x2+y2+z2\sqrt{x^2 + y^2 + z^2}. For OA=3i^k^\vec{OA} = 3\hat{i} - \hat{k}: OA=(3)2+(0)2+(1)2=9+0+1=10|\vec{OA}| = \sqrt{(3)^2 + (0)^2 + (-1)^2} = \sqrt{9 + 0 + 1} = \sqrt{10} For OG=2i^+4j^+2k^\vec{OG} = 2\hat{i} + 4\hat{j} + 2\hat{k}: OG=(2)2+(4)2+(2)2=4+16+4=24|\vec{OG}| = \sqrt{(2)^2 + (4)^2 + (2)^2} = \sqrt{4 + 16 + 4} = \sqrt{24} We can simplify 24\sqrt{24} as 4×6=26\sqrt{4 \times 6} = 2\sqrt{6}.

Step 6: Compute cos(\angleGOA) using the dot product formula.

  • Why this step is taken: This is the final calculation to determine the cosine of the angle between the vectors OA\vec{OA} and OG\vec{OG}, which directly answers the question.
  • Explanation: Using the formula cosθ=abab\cos\theta = \frac{\vec{a} \cdot \vec{b}}{|\vec{a}| |\vec{b}|}, where θ=GOA\theta = \angle GOA: cos(GOA)=OAOGOAOG\cos(\angle GOA) = \frac{\vec{OA} \cdot \vec{OG}}{|\vec{OA}| |\vec{OG}|} cos(GOA)=41026\cos(\angle GOA) = \frac{4}{\sqrt{10} \cdot 2\sqrt{6}} cos(GOA)=4210×6\cos(\angle GOA) = \frac{4}{2\sqrt{10 \times 6}} cos(GOA)=4260\cos(\angle GOA) = \frac{4}{2\sqrt{60}} Simplify the expression: cos(GOA)=260\cos(\angle GOA) = \frac{2}{\sqrt{60}} Now, simplify the radical 60\sqrt{60}: 60=4×15=215\sqrt{60} = \sqrt{4 \times 15} = 2\sqrt{15}. cos(GOA)=2215\cos(\angle GOA) = \frac{2}{2\sqrt{15}} cos(GOA)=115\cos(\angle GOA) = \frac{1}{\sqrt{15}}

3. Common Mistakes & Tips

  • Centroid Identification: The most common shortcut is to immediately recognize G as the centroid. If you don't, you might first calculate M's coordinates and then use the section formula for G, which is more prone to errors.
  • Vector Direction: Ensure the vectors used for the angle calculation (OA\vec{OA} and OG\vec{OG}) both originate from the same point, in this case, the origin O, as implied by GOA\angle GOA.
  • Radical Simplification: Always simplify square roots (e.g., 24\sqrt{24} to 262\sqrt{6}, 60\sqrt{60} to 2152\sqrt{15}) to match the format of the given options.

4. Summary

The problem involves finding the cosine of the angle between two position vectors, OA\vec{OA} and OG\vec{OG}. The key insight is recognizing that point G, which divides the median BM in a 2:1 ratio, is the centroid of ABC\triangle ABC. By calculating the coordinates of G using the centroid formula, we can then determine the position vectors OA\vec{OA} and OG\vec{OG}. Applying the dot product formula for the angle between vectors, we compute the cosine of GOA\angle GOA by finding the dot product and magnitudes of these vectors.

The final answer is 115\boxed{\frac{1}{\sqrt{15}}}, which corresponds to option (A).

Practice More Vector Algebra Questions

View All Questions