How do you differentiate # f(x)=(7-8x^3)^2# using the chain rule.?

1 Answer
Apr 1, 2016

#f'(x) = 384x^5 - 336x^2#

Explanation:

If #f(x) = g(h(x))# then #f'(x) = h'(x) * g'(h(x))#.

In other words, if the function you have can be looked at as one function inside another, then the derivative of the whole thing is the derivative of the inside multiplied by the derivative of the outside with the inside left the same.

It sounds harder than it is.

We can look at #f(x) = (7 - 8x^3)^2# as an inside function, #h(x) = 7 - 8x^3#, and and outside function, #g(h) = h(x)^2#.

Therefore, to differentiate the whole thing you do #h'(x) * g'(h)#, like so:

#h'(x) = 0 - 24x^2 #
#= -24x^2#
#g'(h) = 2*h(x)#
#= 2(7-8x^3)#
#= 14 - 16x^3#

#h'(x)g'(h(x)) = -24x^2* (14-16x^3)#
# = -336x^2 + 384x^5#

You can also solve this problem by expanding out the original brackets and differentiating in the usual fashion, and should (hopefully) arrive at the same answer.

In summary, chain rule is #dy/dx# inside #*# #dy/dx# outside, with the inside untouched.