指数换元法

参考 > 微积分学: 积分法

描述

一种积分法,它用一个整数指数代回方根,使积分法更容易在这个表达式上使用。

例如,如果x14\frac{{x}^{1}}{4}在函数中,我们将x=u4x={u}^{4}


例子
5+xdx\int \sqrt{5+\sqrt{x}} \, dx
1
Use 指数换元法.
Let u=5+xu=\sqrt{5+\sqrt{x}}, x=u410u2+25x={u}^{4}-10{u}^{2}+25, and dx=4u320ududx=4{u}^{3}-20u \, du

2
扩展。
4u420u2du\int 4{u}^{4}-20{u}^{2} \, du

3
使用指数法则xndx=xn+1n+1+C\int {x}^{n} \, dx=\frac{{x}^{n+1}}{n+1}+C
4u5520u33\frac{4{u}^{5}}{5}-\frac{20{u}^{3}}{3}

4
u=5+xu=\sqrt{5+\sqrt{x}}代回原本的积分。
45+x55205+x33\frac{4{\sqrt{5+\sqrt{x}}}^{5}}{5}-\frac{20{\sqrt{5+\sqrt{x}}}^{3}}{3}

5
添加常量。
4(5+x)52520(5+x)323+C\frac{4{(5+\sqrt{x})}^{\frac{5}{2}}}{5}-\frac{20{(5+\sqrt{x})}^{\frac{3}{2}}}{3}+C

完成