y=(x的n次方)乘以(e的x次方)的导数,

问题描述:

y=(x的n次方)乘以(e的x次方)的导数,

x的n次方=x^n e的x次方=e^x
x^n的导数等于nx^(n-1),e^x的导数等于e^x
所以y的导数=nx^(n-1)e^x+x^ne^x=x^(n-1)(n+x)e^x