How do you differentiate #g(y) =(2+x )( 2-3x) # using the product rule?

1 Answer
Mar 26, 2017

#d/dxg(x) = -6x-4#

(In the answer, I use h(x) where g(x) is traditionally used to avoid confusion since the question already defines g(x)).

Explanation:

Product rule states that:

#d/dx f(x) * h(x) = f(x) * h'(x) + f'(x) * h(x)#

In this case, #f(x) = 2+x#, and #h(x) = 2-3x#. If we differentiate each of these separately, we get that:

#d/dx f(x) = d/dx (2+x) = 1#

#d/dx h(x) = d/dx (2-3x) = -3#

Therefore, using product rule, we get:

#d/dx (2+x)(2-3x) = (2+x)(-3) + (1)(2-3x)#

Now, all we have left to do is simplify.

#color(white)"XX" (2+x)(-3) + (1)(2-3x)#

# = (-6-3x) + (2-3x)#

# = -6x-4#

Final Answer