Posted by haifeng on 2019-12-17 20:18:22 last update 2020-01-17 11:13:59 | Edit | Answers (1)
证明:
arctanx=x−x33+x55−x77+⋯
并导出 Machin 公式
References:
梅加强, 《数学分析》Section 9.4, P. 341
1
Posted by haifeng on 2019-12-17 20:34:46
(arctanx)′=11+x2
注意到, 对于 x∈(−1,1), 有
11+x=1−x+x2−x3+x4−x5+x6−⋯+(−1)nxn+⋯
因此
11+x2=1−x2+(x2)2−(x2)3+(x2)4−(x2)5+(x2)6−⋯+(−1)n(x2)n+⋯
这里 x∈(−1,1). 即
11+x2=∑n=0∞(−1)nx2n
于是在 (−1,1) 上, 使用逐项求积分, 即可得到 arctanx 的级数表达式.
不妨记 y=arctanx, 则
y′(x)=11+x2=∑n=0∞(−1)nx2n
两边求不定积分(使用定积分求也是可以的)
y(x)=arctanx=∫∑n=0∞(−1)nx2ndx=∑n=0∞(−1)n∫x2ndx=∑n=0∞(−1)nx2n+12n+1+C
易见 C=0, 因为 y(0)=arctan0=0. 因此
arctanx=∑n=0∞(−1)nx2n+12n+1=x−x33+x55−x77+⋯+(−1)nx2n+12n+1+⋯