Solveeit Logo

Question

Question: How do you find the derivative of \( ({x^2})({e^x}) \) ?...

How do you find the derivative of (x2)(ex)({x^2})({e^x}) ?

Explanation

Solution

Hint : Use the Product rule of derivative by separating the function into two separate functions as f(x)f'(x) and g(x)g'(x) , Use the below mentioned formula applying product rule.
Formula:
Product rule,
ddxf(x).g(x)=f(x).g(x)+f(x).g(x)\dfrac{d}{{dx}}f(x).g(x) = f'(x).g(x) + f(x).g'(x)
ddx(xn)=nxn1\dfrac{d}{{dx}}({x^n}) = n{x^{n - 1}}
ddx(ex)=ex\dfrac{d}{{dx}}({e^x}) = {e^x}

Complete step-by-step answer :
Given a function in x
=(x2)(ex)= ({x^2})({e^x})
We have to find the first derivative of the above equation
Let f(x)=x2f(x) = {x^2} and g(x)=exg(x) = {e^x} ,
So we have to find the derivative of a product of two functions.
We’ll use product Rule to calculate the derivative of product of function
According to product rule,
f(x).g(x)+f(x).g(x)f'(x).g(x) + f(x).g'(x) -(1)
For this, first we have to find the f(x)f'(x) and g(x)g'(x)
f(x)=x2f(x) = {x^2}
Using derivative rule ddx(xn)=nxn1\dfrac{d}{{dx}}({x^n}) = n{x^{n - 1}}
f(x)=2xf'(x) = 2x -(2)
And
g(x)=exg(x) = {e^x}
Using derivative rule ddx(ex)=ex\dfrac{d}{{dx}}({e^x}) = {e^x}
g(x)=exg'(x) = {e^x} -(3)
Now putting value of f(x)f'(x) and g(x)g'(x) from equation (2) and (3) in product rule (1)
=ddx(x2)(ex) =ddxf(x).g(x) =f(x).g(x)+f(x).g(x) =(2x)(ex)+(x2)(ex)   = \dfrac{d}{{dx}}({x^2})({e^x}) \\\ = \dfrac{d}{{dx}}f(x).g(x) \\\ = f'(x).g(x) + f(x).g'(x) \\\ = (2x)({e^x}) + ({x^2})({e^x}) \;
Taking common ex{e^x} from both of the terms
=(ex)(2x+x2)= ({e^x})(2x + {x^2})
Therefore, the derivative of (x2)(ex)({x^2})({e^x}) is equal to (ex)(2x+x2)({e^x})(2x + {x^2}) .
So, the correct answer is “ (ex)(2x+x2)({e^x})(2x + {x^2}) ”.

Note : DifferentiationIt is a method by which we can find the derivative of the function. It is a process through which we can find the instantaneous rate of change in function based on one of its variables.
Let y = f(x) be a function of x. So the rate of change of yy per unit change in xx is given by:
dydx\dfrac{{dy}}{{dx}} .