
Mark H. answered 09/26/19
Tutoring in Math and Science at all levels
f(x)=(2x^2 - 5)^2
A) Multiply it out:
f(x) = 4x^4 - 20x^2 + 25
f'(x) = 16x^3 - 40x
B) Product Rule:
d(u*v) = udv + vdu
in this case, u and v are both 2x^2 - 5
So du and dv are both 4x
So:
(2x^2 - 5) * 4x + (2x^2 - 5) * 4x
(2x^2 - 5) * 8x
16x^3 - 40x
C) Chain Rule:
If f(x) =g(h(x)), then f'(x) = g'(h(x)) * h'(x)
So f'(x) = 2*(2x^2 - 5)*(4x)
16x^3 - 40x