How do you differentiate #f(x) = x^(5/ 2) e^x#?

1 Answer

Hi there! To differentiate a function in the form of #f(x) = g(x)*h(x)#, you want to use the product rule.

Explanation:

To start, the general form of the derivative of a product of two functions is:

#f'(x) = g'(x)*h(x) + h'(x)*g(x)#

It's important to note that the order of the multiplication doesn't matter as multiplication is commutative whereby # 5*4 = 4*5 #.

Let's get our derivatives of each part of the function first:

# g'(x) -> # For this we use power rule so:

# g'(x) = 5/2x^(3/2) #

# h'(x) -> # For this, the derivative of #e^x# is always # e^x#.

Putting it all together we get:

#f'(x) = 5/2x^(3/2)*e^x + e^x*x^(5/2)#

And that's it! To remember the general form for product rule, you can think "derivative of the first, times the second, plus derivative of the second times the first", that's how I've always remembered it!

Hopefully everything was clear! If you have any questions, feel free to ask! :)