How do you use the Product Rule to find the derivative of #y = x(x^2 - 2x + 1)^4#?

1 Answer
Aug 1, 2015

#y^' = (9x-1) * (x-1)^7#

Explanation:

The product rule allows you to differentiate functions that can be written as the product of two other functions

#y = f(x) * g(x)#

by using this formula

#color(blue)(d/dx(y) = f^'(x) * g(x) + f(x) * g^'(x)#

In your case, you can write #y# as

#y = x * (x^2 - 2x + 1)^4 = x * [(x-1)^2]^4 = x * (x-1)^8#

This means that its derivative can be found by using the product rule

#y^' = [d/dx(x)] * (x-1)^8 + x * d/dx(x-1)^8#

#y^' = 1 * (x-1)^8 + x * 8 * (x-1)^7#

#y^' = (x-1)^7(x-1 + 8x) = color(green)( (9x-1) * (x-1)^7)#