将3^x展开函数为x的幂级数,具体的步骤是什么?

问题描述:

将3^x展开函数为x的幂级数,具体的步骤是什么?

f(x) = 3^x = e^(xln3) = ∑(xln3)^n/n! = ∑(ln3)^n*x^n/n!
-∞