tandoorichicken
- 245
- 0
Two parts to this problem. On the first part I need someone to check my work, and I need help on solving the second part.
(a) Find a power series representation for f(x) = ln(1+x).
\frac{df}{dx} = \frac{1}{1+x} = \frac{1}{1-(-x)} = 1-x+x^2-x^3+x^4-...
\int_{n} \frac{1}{1+x} = \int_{n} (1-x+x^2-x^3+...)\dx = x-\frac{x^2}{2}+\frac{x^3}{3}-...+C = \sum^{\infty}_{n=0} \frac{(-x)^{n+1}}{n+1} +C
sub x=0 in original equation: ln(1+0) = ln(1) = 0 = C.
\ln(1+x) = \sum^{\infty}_{n=0} \frac{(-x)^{n+1}}{n+1}
with radius of convergence = 1.
(b) Find a power series representation for f(x) = x*ln(1+x).
If this function is differentiated, you get
\ln(1+x) + \frac{x}{x+1}
which is the same as a sum of power series
\sum^{\infty}_{n=0} \frac{(-x)^{n+1}}{n+1} + \sum^{\infty}_{n=0} (-x)^{n+1}
have I gone too far? or where do I go from here?
I know I will eventually have to integrate back to get the series for the original function.
(a) Find a power series representation for f(x) = ln(1+x).
\frac{df}{dx} = \frac{1}{1+x} = \frac{1}{1-(-x)} = 1-x+x^2-x^3+x^4-...
\int_{n} \frac{1}{1+x} = \int_{n} (1-x+x^2-x^3+...)\dx = x-\frac{x^2}{2}+\frac{x^3}{3}-...+C = \sum^{\infty}_{n=0} \frac{(-x)^{n+1}}{n+1} +C
sub x=0 in original equation: ln(1+0) = ln(1) = 0 = C.
\ln(1+x) = \sum^{\infty}_{n=0} \frac{(-x)^{n+1}}{n+1}
with radius of convergence = 1.
(b) Find a power series representation for f(x) = x*ln(1+x).
If this function is differentiated, you get
\ln(1+x) + \frac{x}{x+1}
which is the same as a sum of power series
\sum^{\infty}_{n=0} \frac{(-x)^{n+1}}{n+1} + \sum^{\infty}_{n=0} (-x)^{n+1}
have I gone too far? or where do I go from here?
I know I will eventually have to integrate back to get the series for the original function.