How do you differentiate #e^x(x^2-3)#?

4 Answers
Oct 26, 2017

#color(blue)(e^x(x^2+2x-3))#

Explanation:

You need to use the product rule to differentiate this. The product rule states that:

#f^'(ab)= a*f^'(b)+b*f^'(a)#

#dy/dx(e^x)=e^x#

#dy/dx(x^2-3)=2x#

So, put into product rule gives:

#e^x*(2x)+(x^2-3)*e^x= color(blue)(e^x(x^2+2x-3))#

Oct 26, 2017

#e^x(x^2+2x-3)#

Explanation:

Use the rule for finding the derivative of the product of two functions.

#if y = f(x)g(x)#, then #dy/dx = f'(x)g(x) + f(x)g'(x)#

Here, #f(x) = e^x#, so #f'(x) = e^x#
#g(x) = x^2-3#, so #g'(x) = 2x#

Put 'em all together: #f'(x)g(x) + f(x)g'(x) = #

#e^x(x^2-3) + e^x2x#

...Wolfram tells me I need to factor:

#e^x(x^2+2x-3)#
GOOD LUCK

Oct 26, 2017

Use the product rule: #f=g*h = f' =g'*h + g*h'#, where all are functions of the same variable and are being differentiated with respect to the same variable.

Explanation:

I preface this by saying that this at the moment is a product rule question posted in the chain rule section. Thus, I must consider both the possibility that it was posted in the wrong section, and the possibility that it was written incorrectly. Answers for both possibilities are below, please choose the appropriate one.

IF YOU MEANT #e^x*(x^2-3)#

This as written is not a case of the chain rule, but rather of the product rule. The product rule states that given #f(x)=g(x)*h(x), f'(x)=g'(x)*h(x)+g(x)*h'(x)#

Here we have #g(x)=e^x, g'(x) = e^x, h(x) = x^2-3, h'(x) = 2x#. Thus...

#(df)/dx = e^x*(x^2-3)+e^x*2x = e^x(x^2+2x-3)#

If you had instead meant #e^(x^2-3)#, you would use the chain rule.

The chain rule states that for a composition of functions #f(g(x))# (i.e. f is a function of g, which in turn is a function of x), the derivative #d/dx f(g(x)) = (dg)/dx*(df)/(dg)#.

Here we would have #g(x) = x^2-3, (dg)/dx = 2x, f(g) = e^g, (df)/(dg) = e^g#. This gives us...

#d/dx e^(x^2-3) = 2x*e^(x^2-3)#

Oct 26, 2017

How about using the Multiplication Rule?

Explanation:

Which is, in general:

#f'*g +g'*f#

Here, #f(x) = e^x#

and #g(x) = (x^2 - 3)#

So we have:

#d/dx (e^x(x^2-3))#

which fits into the formula like this:

#f' = e^x#

(it doesn't change when differentiated)

and #g' = 2*x#.

(The exponent comes down in front leaving #x^1#, which is just #x# and a constant goes to zero when differentiated.)

So, #d/dx (e^x(x^2-3))# =

#e^x(x^2 - 3) + 2x(e^x)#

Let's simplify:

We don't need those last parentheses:

#e^x(x^2 - 3) + 2xe^x#

Now we can factor out the #e^x# and get:

#e^x[(x^2-3) + 2x]#,

which simplifies even more to:

#e^x(x^2+2x-3)#.

The quadratic if factorable:

#x^2+2x-3# = #(x=3)(x-1)#

Me, I'd leave it like this:

#e^x(x^2+2x-3)#.

I don't know if your teacher would want:

#e^x[(x=3)(x-1)]#.