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

2 Answers

#f'(x)=72x-18#

Explanation:

In general, the product rule states that if #f(x)=g(x)h(x)# with #g(x) # and #h(x#) some functions of #x#, then #f'(x)=g'(x)h(x)+g(x)h'(x)#.

In this case #g(x)=6x-4# and #h(x)=6x+1#, so #g'(x)=6# and #h'(x)=6#. Therefore #f(x)=6(6x+1)+6(6x-4)=72x-18#.

We can check this by working out the product of #g# and #h# first, and then differentiating. #f(x)=36x^2-18x-4#, so #f'(x)=72x-18#.

Jul 17, 2015

You can either multiply this out and then differentiate it, or actually use the Product Rule. I'll do both.

#f(x) = 36x^2 + 6x - 24x - 4 = 36x^2 - 18x - 4#

Thus, #color(green)((dy)/(dx) = 72x - 18)#

or...

#d/(dx)[f(x)g(x)] = f(x)g'(x) + g(x)f'(x)#

#= (6x-4)*6 + (6x+1)*6#

#= 36x - 24 + 36x + 6#

#= color(blue)(72x - 18)#