高等数学计算

问题描述:

高等数学计算
y=xsinx^2 求y'导数
y=x^3+xe^x 求y'导数

(1)y'=sinx^2+x*cosx^2*2x
=sinx^2+2x^2*cosx^2;
(2)y'=3x^2+(e^x+x*e^x)
=3x^2+e^x*(1+x).