How do you differentiate #g(y) =(60x^2+74)( 2x+2) # using the product rule?

1 Answer
Jul 14, 2017

#g'(x) = color(blue)(360x^2 + 240x + 148#

Explanation:

NOTE: I might add that the function should be of #g(x)#, not #g(y)# (there is no #y#-variable).

We're asked to find the derivative

#(dg)/(dx) [(60x^2+74)(2x+2)]#

using the product rule.

The product rule is

#d/(dx) [uv] = v(du)/(dx) + u(dv)/(dx)#

where

  • #u = 2x+2#

  • #v = 60x^2+74#:

#= (60x^2+74)(d/(dx)[2x+2]) + (2x+2)(d/(dx)[60x^2+74])#

Applying the power rule to both terms, we have

#= (60x^2+74)(2) + (2x+2)(120x)#

#= 120x^2 + 148 + 240x^2 + 240x#

#= color(blue)(360x^2 + 240x + 148#