1. 基本初等函数求导公式

常数与幂函数

  • 常数函数(C)=0(C)' = 0
  • 幂函数(xn)=nxn1(x^n)' = n x^{n-1} (特别地:(1x)=1x2(\frac{1}{x})' = -\frac{1}{x^2}(x)=12x(\sqrt{x})' = \frac{1}{2\sqrt{x}}

指数与对数函数

  • 自然指数(ex)=ex(e^x)' = e^x
  • 一般指数(ax)=axlna(a^x)' = a^x \ln a (a>0,a1)(a > 0, a \neq 1)
  • 自然对数(lnx)=1x(\ln x)' = \frac{1}{x}
  • 一般对数(logax)=1xlna(\log_a x)' = \frac{1}{x \ln a} (a>0,a1)(a > 0, a \neq 1)

三角函数

  • 正弦(sinx)=cosx(\sin x)' = \cos x
  • 余弦(cosx)=sinx(\cos x)' = -\sin x
  • 正切(tanx)=sec2x(\tan x)' = \sec^2 x
  • 余切(cotx)=csc2x(\cot x)' = -\csc^2 x
  • 正割(secx)=secxtanx(\sec x)' = \sec x \tan x
  • 余割(cscx)=cscxcotx(\csc x)' = -\csc x \cot x

反三角函数

  • 反正弦(arcsinx)=11x2(\arcsin x)' = \frac{1}{\sqrt{1 - x^2}}
  • 反余弦(arccosx)=11x2(\arccos x)' = -\frac{1}{\sqrt{1 - x^2}}
  • 反正切(arctanx)=11+x2(\arctan x)' = \frac{1}{1 + x^2}
  • 反余切(arccot x)=11+x2(\text{arccot } x)' = -\frac{1}{1 + x^2}

2. 导数的运算法则

u(x)u(x)v(x)v(x) 均为可导函数:

法则 公式
加减法则 [u(x)±v(x)]=u(x)±v(x)[u(x) \pm v(x)]' = u'(x) \pm v'(x)
数乘法则 [Cu(x)]=Cu(x)[C \cdot u(x)]' = C \cdot u'(x)CC 为常数)
乘法法则 [u(x)v(x)]=u(x)v(x)+u(x)v(x)[u(x) \cdot v(x)]' = u'(x)v(x) + u(x)v'(x)
除法法则 [u(x)v(x)]=u(x)v(x)u(x)v(x)[v(x)]2\left[\frac{u(x)}{v(x)}\right]' = \frac{u'(x)v(x) - u(x)v'(x)}{[v(x)]^2} (v(x)0v(x) \neq 0)
复合函数求导(链式法则) y=f(u)y = f(u)u=g(x)u = g(x),则 dydx=dydududx\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx}