1. Calculate the Determinant
First, we find the determinant of the 2×2 matrix by using the formula det(A)=ad−bc:
f(x)=det[x32xex]=(x3⋅ex)−(x⋅2)
f(x)=x3ex−2x
2. Find the First Derivative
Now, we differentiate f(x) with respect to x. For the first term, we apply the Product Rule (dxd[uv]=u′v+uv′):
f′(x)=dxd(x3ex)−dxd(2x)
f′(x)=(3x2⋅ex+x3⋅ex)−2
f′(x)=ex(x3+3x2)−2
3. Find the Second Derivative
We differentiate once more to find f′′(x). Again, we use the Product Rule on the term ex(x3+3x2):
f′′(x)=dxd[ex(x3+3x2)]−dxd(2)
f′′(x)=ex(x3+3x2)+ex(3x2+6x)−0
4. Simplify the Expression
Factor out ex and combine the polynomial terms:
f′′(x)=ex[x3+3x2+3x2+6x]
f′′(x)=ex[x3+6x2+6x]
To match the options provided in the image, we factor out a common x from the bracket:
f′′(x)=xex(x2+6x+6)
Comparing our result to the given choices:
The correct option is 3.