Let x 0 be the point of Local maxima of f(x)=a.(b×c), where a=xi−2j+3k, b=−2i+xj−k, c=7i−2j+xk. Then the value of a.b+b.c+c.a at x = x 0 is :
Options
Solution
Key Concepts and Formulas
Scalar Triple Product (STP): For three vectors a, b, and c, the scalar triple product a⋅(b×c) can be computed as the determinant of the matrix formed by their components:
[abc]=a1b1c1a2b2c2a3b3c3
Local Maxima/Minima (Second Derivative Test): To find local extrema of a function f(x), we find critical points by setting f′(x)=0. The nature of the critical point xc is determined by the second derivative f′′(xc):
f′′(xc)<0⟹ local maximum.
f′′(xc)>0⟹ local minimum.
Dot Product: For vectors u=u1i+u2j+u3k and v=v1i+v2j+v3k, the dot product is u⋅v=u1v1+u2v2+u3v3.
Step-by-Step Solution
1. Expressing f(x) using the Scalar Triple Product
The function f(x) is given by the scalar triple product of vectors a, b, and c. We write out the components of these vectors:
a=xi−2j+3kb=−2i+xj−kc=7i−2j+xk
The scalar triple product f(x)=a⋅(b×c) is calculated as the determinant of the matrix formed by the components of these vectors:
f(x)=x−27−2x−23−1x
Expanding this determinant along the first row:
f(x)=xx−2−1x−(−2)−27−1x+3−27x−2f(x)=x(x2−(−1)(−2))+2((−2)x−(−1)(7))+3((−2)(−2)−x(7))f(x)=x(x2−2)+2(−2x+7)+3(4−7x)
Distributing and simplifying:
f(x)=x3−2x−4x+14+12−21xf(x)=x3−27x+26
2. Finding Critical Points of f(x)
To find the points of local maxima or minima, we first find the critical points by calculating the first derivative f′(x) and setting it to zero.
f′(x)=dxd(x3−27x+26)f′(x)=3x2−27
Setting f′(x)=0:
3x2−27=03x2=27x2=9x=±3
The critical points are x=3 and x=−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)=dxd(3x2−27)f′′(x)=6x
Now, we evaluate f′′(x) at each critical point:
For x=3: f′′(3)=6(3)=18. Since f′′(3)>0, x=3 is a point of local minimum.
For x=−3: f′′(−3)=6(−3)=−18. Since f′′(−3)<0, x=−3 is a point of local maximum.
The problem states that x0 is the point of local maxima, so x0=−3.
4. Evaluating Vectors at x0=−3
We substitute x0=−3 into the definitions of a, b, and c:
a=(−3)i−2j+3k=−3i−2j+3k
b=−2i+(−3)j−k=−2i−3j−k
c=7i−2j+(−3)k=7i−2j−3k
5. Calculating the Required Expression a⋅b+b⋅c+c⋅a
We compute each dot product individually:
a⋅b=(−3)(−2)+(−2)(−3)+(3)(−1)=6+6−3=9
b⋅c=(−2)(7)+(−3)(−2)+(−1)(−3)=−14+6+3=−5
c⋅a=(7)(−3)+(−2)(−2)+(−3)(3)=−21+4−9=−26
Finally, we sum these values:
a⋅b+b⋅c+c⋅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)<0 indicates a local maximum and f′′(x)>0 indicates a local minimum.
Summary
The problem required us to first express the scalar triple product as a polynomial in x, then find its local maximum using differential calculus. We identified the point of local maxima, x0=−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 a⋅b+b⋅c+c⋅a.
The final answer is −22, which corresponds to option (D).