Home

用无穷级数解决一道极限题

题目如下:

limx0xln(1+x)1+xsinxcosx

这是 00 类型的题目,可以用等价无穷小替换来解决,这里使用无穷级数,可以很快的出结论:

ln(1+x)=x12x2+13x314x4+sinx=x13!x3+15!x517!x7+cosx=112!x2+14!x416!x6+

以上推理可见这里(三角函数无穷级数展开)和这里(对数函数无穷级数展开)。

原式分母有理化,代入展开的无穷级数得:

limx0xln(1+x)1+xsinxcosx=limx0xln(1+x)1+xsinxcosx(1+xsinx+cosx)=limx0xln(1+x)1+xsinxcosxlimx0(1+xsinx+cosx)=2limx0xln(1+x)1+xsinxcosx=2limx0x(x12x2+13x314x4+)1+x(x13!x3+15!x517!x7+)(112!x2+14!x416!x6+)=2limx012x213x3+14x4x213!x4+15!x617!x8++12!x214!x4+16!x6=2limx01213x+14x2113!x2+15!x417!x6++12!14!x2+16!x4=2121+12=23

无穷级数的思想真是妙啊!