Question
Question: How do you find the derivative of \[y=x{{e}^{x}}\] ?...
How do you find the derivative of y=xex ?
Solution
In mathematics, the derivative of a function of a real variable measures the sensitivity to change of the function value with respect to a change in its argument, or we can say it is the rate of change of a function. Derivation of two functions multiplied with each other can be executed by simplifying them into a single function using Product rule.
Complete step by step answer:
Here we have the function as y=xex
As we can see the function is a multiplication of two function , that is x and ex
The Product rule of derivative is given as,
⇒dxd(uv)=udxd(v)+vdxd(u)
Where u and v are two functions/variables and dxd is derivative with respect to x.
In the above question the two functions can be x and ex can be taken as u and v.
We will apply the product rule to find the derivative of the above equation.
That is, y=(x)(ex)⇔y=(u)(v)
Applying product rule we get,
⇒dxdy=dxd(xex)
⇒dxd(xex)=xdxd(ex)+exdxd(x)
Since we know that dxd(x)=1 and dxd(ex)=ex , derivative of x with respect to x is 1.
And we also know that the exponential function has the special property that its derivative is the function itself.
Substituting the values of derivatives in the above equation we get,
⇒dxd(xex)=x(ex)+ex(1)
⇒dxd(xex)=xex+ex
Taking ex as common
⇒dxd(xex)=ex(x+1)
Hence the derivative of the function y=xex is ex(x+1).
Note: In product rule the order of function does not matter, that is the values of u and v can be interchanged and we will still get the same answer. For example, in the above question, we took u and v as x and ex respectively, now interchanging the values , u=ex,v=x we get
⇒dxd(exx)
⇒dxd(exx)=exdxd(x)+xdxd(ex)
⇒dxd(exx)=ex(1)+x(ex)
Taking ex as common
⇒dxd(exx)=ex(1+x) , which is the same answer as obtained above.