设f(x)=e^(3x),利用导数定义求f'(x)
问题描述:
设f(x)=e^(3x),利用导数定义求f'(x)
这主要是讲关于导数的问题.
答
f'(x)=lim(h→0)(e^(3x+3h)-e^(3x))/h
=e^(3x)*lim(h→0)(e^(3h)-1)/(3h)*3
=e^(3x)*1*3
=3e^(3x)