Integral of Sqrt(x^2+1) from 0 to 1 求 $\int_0^1 \sqrt {x^2+1}\;dx$ 解: $$I=\int_0^1 \sqrt {x^2+1}\;dx$$ 利用 變數變換 (Change of Variable),令 $$x=\tan \theta$$ 則 $$\theta = \tan^{-1}x$$ 且 $$dx=\sec^2 \theta\;d\theta$$ 代入 $I$,可得 $$I=\int_{\tan^{-1}0}^{\tan^{-1}1}\sqrt{\tan^2 \theta +1}\sec^2 \theta\;d\theta $$ $$\;\;= \int_0^{\frac{\pi}{4}}\sec^3 \theta\;d\theta\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;(1)$$ 已知 $d(\tan \theta)=\sec^2\theta\;d\theta$ ,所以式子 (1) 可改寫成 $$I =\int_0^{\frac{\pi}{4}}\sec \theta\;d(\tan\theta)$$ 接著將上式應用 分部積分 (Integration by Parts) 公式: $\int u\;dv=uv-\int v\;du$ ,可得 $$I=\left. \sec \theta \tan \theta \right \rvert_0^{\frac{\pi}{4}}-\int_0^{\frac{\pi}{4}}\tan \theta\;d(\sec\theta)\;\;\; $$ 又已知 $d(\sec \theta)=\sec \theta\tan\theta\; d\theta$ ,所以 $$\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;I=\left [ \sec \left (\frac{\pi}{4}\right )\tan \left (\frac{\pi}{4}\right )-\sec (0)\tan (0) \right ]-\int_0^{\frac{\pi}{4}}\tan \theta \c...