数学基础 -- 求解微分问题之乘法法则、商法则和链式求导法则

微分求解问题之乘法法则、商法则和链式求导法则

微分求解问题常用的三个基本法则是乘积法则、商法则和链式求导法则。下面是它们的公式和一些例子:

乘积法则

乘积法则用于求两个函数的乘积的导数。假设 u(x)u(x)u(x)v(x)v(x)v(x) 是两个可微函数,则它们乘积的导数是:
(u(x)v(x))′=u′(x)v(x)+u(x)v′(x) (u(x)v(x))' = u'(x)v(x) + u(x)v'(x) (u(x)v(x))=u(x)v(x)+u(x)v(x)

示例

u(x)=x2u(x) = x^2u(x)=x2v(x)=exv(x) = e^xv(x)=ex,则
(x2ex)′=(x2)′ex+x2(ex)′=2xex+x2ex=xex(2+x) (x^2 e^x)' = (x^2)' e^x + x^2 (e^x)' = 2x e^x + x^2 e^x = x e^x (2 + x) (x2ex)=(x2)ex+x2(ex)=2xex+x2ex=xex(2+x)

商法则

商法则用于求两个函数的商的导数。假设 u(x)u(x)u(x)v(x)v(x)v(x) 是两个可微函数,且 v(x)≠0v(x) \neq 0v(x)=0,则它们商的导数是:
(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)u(x))=v(x)2u(x)v(x)u(x)v(x)

示例

u(x)=x2u(x) = x^2u(x)=x2v(x)=exv(x) = e^xv(x)=ex,则
(x2ex)′=(x2)′ex−x2(ex)′e2x=2xex−x2exe2x=ex(2x−x2)e2x=2x−x2ex \left( \frac{x^2}{e^x} \right)' = \frac{(x^2)' e^x - x^2 (e^x)'}{e^{2x}} = \frac{2x e^x - x^2 e^x}{e^{2x}} = \frac{e^x (2x - x^2)}{e^{2x}} = \frac{2x - x^2}{e^x} (exx2)=e2x(x2)exx2(ex)=e2x2xexx2ex=e2xex(2xx2)=ex2xx2

链式求导法则

链式求导法则用于求复合函数的导数。假设 y=f(g(x))y = f(g(x))y=f(g(x)),其中 fffggg 都是可微函数,则
y′=f′(g(x))⋅g′(x) y' = f'(g(x)) \cdot g'(x) y=f(g(x))g(x)

示例

f(x)=sin⁡xf(x) = \sin xf(x)=sinxg(x)=x2g(x) = x^2g(x)=x2,则 y=sin⁡(x2)y = \sin(x^2)y=sin(x2)
y′=ddxsin⁡(x2)=cos⁡(x2)⋅ddxx2=cos⁡(x2)⋅2x=2xcos⁡(x2) y' = \frac{d}{dx} \sin(x^2) = \cos(x^2) \cdot \frac{d}{dx} x^2 = \cos(x^2) \cdot 2x = 2x \cos(x^2) y=dxdsin(x2)=cos(x2)dxdx2=cos(x2)2x=2xcos(x2)

组合应用

h(x)=x2sin⁡xexh(x) = \frac{x^2 \sin x}{e^x}h(x)=exx2sinx,使用以上法则求导:

  1. 先用商法则:
    h(x)=u(x)v(x),u(x)=x2sin⁡x,v(x)=ex h(x) = \frac{u(x)}{v(x)}, \quad u(x) = x^2 \sin x, \quad v(x) = e^x h(x)=v(x)u(x),u(x)=x2sinx,v(x)=ex
    h′(x)=u′(x)v(x)−u(x)v′(x)v(x)2 h'(x) = \frac{u'(x) v(x) - u(x) v'(x)}{v(x)^2} h(x)=v(x)2u(x)v(x)u(x)v(x)

  2. 再用乘积法则求 u(x)u(x)u(x) 的导数:
    u′(x)=(x2sin⁡x)′=(x2)′sin⁡x+x2(sin⁡x)′=2xsin⁡x+x2cos⁡x u'(x) = (x^2 \sin x)' = (x^2)' \sin x + x^2 (\sin x)' = 2x \sin x + x^2 \cos x u(x)=(x2sinx)=(x2)sinx+x2(sinx)=2xsinx+x2cosx

  3. v(x)=exv(x) = e^xv(x)=ex 的导数是:
    v′(x)=ex v'(x) = e^x v(x)=ex

  4. 合并结果:
    h′(x)=(2xsin⁡x+x2cos⁡x)ex−x2sin⁡x⋅ex(ex)2=ex(2xsin⁡x+x2cos⁡x−x2sin⁡x)e2x=2xsin⁡x+x2cos⁡x−x2sin⁡xex=xsin⁡x+x2cos⁡xex h'(x) = \frac{(2x \sin x + x^2 \cos x)e^x - x^2 \sin x \cdot e^x}{(e^x)^2} = \frac{e^x (2x \sin x + x^2 \cos x - x^2 \sin x)}{e^{2x}} = \frac{2x \sin x + x^2 \cos x - x^2 \sin x}{e^x} = \frac{x \sin x + x^2 \cos x}{e^x} h(x)=(ex)2(2xsinx+x2cosx)exx2sinxex=e2xex(2xsinx+x2cosxx2sinx)=ex2xsinx+x2cosxx2sinx=exxsinx+x2cosx

这样,我们就利用乘积法则、商法则和链式求导法则对复合函数进行了求导。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值