
William W. answered 04/20/21
Experienced Tutor and Retired Engineer
Since f(x) = (x2 -2)(e-2x), then f(x) is the product of two functions so to take the derivative requires us to use the product rule. The product rule goes like this: for f(x) = u•v, then f '(x) = u'v + uv'
u = x2 -2
u' = 2x
v = e-2x
v' = -2e-2x
f '(x) = (2x)(e-2x) + (x2 -2)(-2e-2x)
factor out -2e-2x to get:
f '(x) = -2e-2x(-x + (x2 - 2))
f '(x) = -2e-2x(x2 - x - 2)
f '(x) = -2e-2x(x - 2)(x + 1)
To find f ''(x), I would start with f '(x) = -2e-2x(x2 - x - 2) just so I didn't need to use the product rule twice:
u = -2e-2x
u' = 4e-2x
v = x2 - x - 2
v' = 2x - 1
f ''(x) = 4e-2x(x2 - x - 2) + (-2e-2x)(2x - 1)
Then factor out 2e-2x to get:
f ''(x) = 2e-2x[(2(x2 - x - 2)) + (-1)(2x - 1)]
f ''(x) = 2e-2x[(2x2 - 2x - 4) + (-2x + 1)]
f ''(x) = 2e-2x[2x2 - 2x - 4 - 2x + 1]
f ''(x) = 2e-2x(2x2 - 4x - 3)