Skip to main content
Back to Vector Algebra
JEE Main 2021
Vector Algebra
Vector Algebra
Medium

Question

Let x 0 be the point of Local maxima of f(x)=a.(b×c)f(x) = \overrightarrow a .\left( {\overrightarrow b \times \overrightarrow c } \right), where a=xi^2j^+3k^\overrightarrow a = x\widehat i - 2\widehat j + 3\widehat k, b=2i^+xj^k^\overrightarrow b = - 2\widehat i + x\widehat j - \widehat k, c=7i^2j^+xk^\overrightarrow c = 7\widehat i - 2\widehat j + x\widehat k. Then the value of a.b+b.c+c.a\overrightarrow a .\overrightarrow b + \overrightarrow b .\overrightarrow c + \overrightarrow c .\overrightarrow a at x = x 0 is :

Options

Solution

Key Concepts and Formulas

  1. Scalar Triple Product (STP): For three vectors a\vec{a}, b\vec{b}, and c\vec{c}, the scalar triple product a(b×c)\vec{a} \cdot (\vec{b} \times \vec{c}) can be computed as the determinant of the matrix formed by their components: [abc]=a1a2a3b1b2b3c1c2c3[\vec{a} \, \vec{b} \, \vec{c}] = \begin{vmatrix} a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \end{vmatrix}
  2. Local Maxima/Minima (Second Derivative Test): To find local extrema of a function f(x)f(x), we find critical points by setting f(x)=0f'(x) = 0. The nature of the critical point xcx_c is determined by the second derivative f(xc)f''(x_c):
    • f(xc)<0    f''(x_c) < 0 \implies local maximum.
    • f(xc)>0    f''(x_c) > 0 \implies local minimum.
  3. Dot Product: For vectors u=u1i^+u2j^+u3k^\vec{u} = u_1\widehat{i} + u_2\widehat{j} + u_3\widehat{k} and v=v1i^+v2j^+v3k^\vec{v} = v_1\widehat{i} + v_2\widehat{j} + v_3\widehat{k}, the dot product is uv=u1v1+u2v2+u3v3\vec{u} \cdot \vec{v} = u_1v_1 + u_2v_2 + u_3v_3.

Step-by-Step Solution

1. Expressing f(x)f(x) using the Scalar Triple Product

The function f(x)f(x) is given by the scalar triple product of vectors a\vec{a}, b\vec{b}, and c\vec{c}. We write out the components of these vectors: a=xi^2j^+3k^\vec{a} = x\widehat{i} - 2\widehat{j} + 3\widehat{k} b=2i^+xj^k^\vec{b} = - 2\widehat{i} + x\widehat{j} - \widehat{k} c=7i^2j^+xk^\vec{c} = 7\widehat{i} - 2\widehat{j} + x\widehat{k}

The scalar triple product f(x)=a(b×c)f(x) = \vec{a} \cdot (\vec{b} \times \vec{c}) is calculated as the determinant of the matrix formed by the components of these vectors: f(x)=x232x172xf(x) = \begin{vmatrix} x & -2 & 3 \\ -2 & x & -1 \\ 7 & -2 & x \end{vmatrix} Expanding this determinant along the first row: f(x)=xx12x(2)217x+32x72f(x) = x \begin{vmatrix} x & -1 \\ -2 & x \end{vmatrix} - (-2) \begin{vmatrix} -2 & -1 \\ 7 & x \end{vmatrix} + 3 \begin{vmatrix} -2 & x \\ 7 & -2 \end{vmatrix} f(x)=x(x2(1)(2))+2((2)x(1)(7))+3((2)(2)x(7))f(x) = x(x^2 - (-1)(-2)) + 2((-2)x - (-1)(7)) + 3((-2)(-2) - x(7)) f(x)=x(x22)+2(2x+7)+3(47x)f(x) = x(x^2 - 2) + 2(-2x + 7) + 3(4 - 7x) Distributing and simplifying: f(x)=x32x4x+14+1221xf(x) = x^3 - 2x - 4x + 14 + 12 - 21x f(x)=x327x+26f(x) = x^3 - 27x + 26

2. Finding Critical Points of f(x)f(x)

To find the points of local maxima or minima, we first find the critical points by calculating the first derivative f(x)f'(x) and setting it to zero. f(x)=ddx(x327x+26)f'(x) = \frac{d}{dx}(x^3 - 27x + 26) f(x)=3x227f'(x) = 3x^2 - 27 Setting f(x)=0f'(x) = 0: 3x227=03x^2 - 27 = 0 3x2=273x^2 = 27 x2=9x^2 = 9 x=±3x = \pm 3 The critical points are x=3x = 3 and x=3x = -3.

3. Identifying the Local Maximum using the Second Derivative Test

We use the second derivative test to determine which critical point corresponds to a local maximum. First, we compute the second derivative f(x)f''(x): f(x)=ddx(3x227)f''(x) = \frac{d}{dx}(3x^2 - 27) f(x)=6xf''(x) = 6x Now, we evaluate f(x)f''(x) at each critical point:

  • For x=3x = 3: f(3)=6(3)=18f''(3) = 6(3) = 18. Since f(3)>0f''(3) > 0, x=3x=3 is a point of local minimum.
  • For x=3x = -3: f(3)=6(3)=18f''(-3) = 6(-3) = -18. Since f(3)<0f''(-3) < 0, x=3x=-3 is a point of local maximum.

The problem states that x0x_0 is the point of local maxima, so x0=3x_0 = -3.

4. Evaluating Vectors at x0=3x_0 = -3

We substitute x0=3x_0 = -3 into the definitions of a\vec{a}, b\vec{b}, and c\vec{c}:

  • a=(3)i^2j^+3k^=3i^2j^+3k^\vec{a} = (-3)\widehat{i} - 2\widehat{j} + 3\widehat{k} = -3\widehat{i} - 2\widehat{j} + 3\widehat{k}
  • b=2i^+(3)j^k^=2i^3j^k^\vec{b} = -2\widehat{i} + (-3)\widehat{j} - \widehat{k} = -2\widehat{i} - 3\widehat{j} - \widehat{k}
  • c=7i^2j^+(3)k^=7i^2j^3k^\vec{c} = 7\widehat{i} - 2\widehat{j} + (-3)\widehat{k} = 7\widehat{i} - 2\widehat{j} - 3\widehat{k}

5. Calculating the Required Expression ab+bc+ca\vec{a} \cdot \vec{b} + \vec{b} \cdot \vec{c} + \vec{c} \cdot \vec{a}

We compute each dot product individually:

  • ab=(3)(2)+(2)(3)+(3)(1)=6+63=9\vec{a} \cdot \vec{b} = (-3)(-2) + (-2)(-3) + (3)(-1) = 6 + 6 - 3 = 9
  • bc=(2)(7)+(3)(2)+(1)(3)=14+6+3=5\vec{b} \cdot \vec{c} = (-2)(7) + (-3)(-2) + (-1)(-3) = -14 + 6 + 3 = -5
  • ca=(7)(3)+(2)(2)+(3)(3)=21+49=26\vec{c} \cdot \vec{a} = (7)(-3) + (-2)(-2) + (-3)(3) = -21 + 4 - 9 = -26

Finally, we sum these values: ab+bc+ca=9+(5)+(26)=9526=426=22\vec{a} \cdot \vec{b} + \vec{b} \cdot \vec{c} + \vec{c} \cdot \vec{a} = 9 + (-5) + (-26) = 9 - 5 - 26 = 4 - 26 = -22

Common Mistakes & Tips

  • Determinant Calculation Errors: Be extremely careful with signs when expanding determinants, especially the middle term.
  • Sign Errors in Derivatives: Ensure correct application of differentiation rules, particularly for polynomial terms.
  • Confusing Maxima and Minima: Remember that f(x)<0f''(x) < 0 indicates a local maximum and f(x)>0f''(x) > 0 indicates a local minimum.

Summary

The problem required us to first express the scalar triple product as a polynomial in xx, then find its local maximum using differential calculus. We identified the point of local maxima, x0=3x_0 = -3, by applying the second derivative test. Finally, we substituted this value back into the vector definitions and computed the sum of the dot products ab+bc+ca\vec{a} \cdot \vec{b} + \vec{b} \cdot \vec{c} + \vec{c} \cdot \vec{a}.

The final answer is 22\boxed{-22}, which corresponds to option (D).

Practice More Vector Algebra Questions

View All Questions