How Does Taylor's Theorem Apply to Logarithmic Series?

AI Thread Summary
Taylor's theorem with the Lagrange remainder is applied to derive the series expansion for log(1+x) for 0<x<1, confirming that log(1+x) equals the infinite series sum. The discussion also extends to log(1-x), demonstrating that a similar series holds for -1<x<0. The remainder term in the Taylor expansion for log(1-x) is analyzed, revealing difficulties in showing it approaches zero as n tends to infinity. Suggestions are made to manipulate the remainder term by considering the relationship between t and x. Overall, the thread focuses on applying Taylor's theorem to logarithmic functions and addressing convergence issues in the remainder.
kidsmoker
Messages
85
Reaction score
0

Homework Statement



(a) Use Taylor's theorem with the Lagrange remainder to show that

log(1+x) = \sum^{\infty}_{k=1}\frac{(-1)^{k+1}}{k}x^{k}

for 0<x<1.

(b) Now apply Taylor's theorem to log(1-x) to show that the above result holds for -1<x<0.


Homework Equations



Taylor's theorem w/ Lagrange remainder:

f(x) = \sum^{n}_{k=0}\frac{(x-a)^{k}}{k!}f^{(k)}(a) + R(n,x)

where

R(n,x) = \frac{x^{n+1}}{(n+1)!}f^{(n+1)}(t)

for some t in (0,x).

The Attempt at a Solution



I seem to have done part (a) okay by just writing it all out and then showing that the remainder tends to zero as n tends to infinity.

Then when I do the same thing with log(1-x) I get

log(1-x) = \sum^{n}_{k=1}\frac{-1}{k}x^{k} + \frac{(-1)^{n}x^{n+1}}{(n+1)(t-1)^{n+1}}

for some t in (0,x). But we're considering the case here were 0<x<1, so the denominator in the remainder will be between -1 and 0. Consequently, as n tends to infinity, this part will tend to zero and the fraction as a whole will tend to infinity. I've checked my working a few times and tried fiddling about with different methods, including trying the Cauchy remainder, but I can't seem to show that R->0 as n->inf.

Any help appreciated!
 
Physics news on Phys.org
Take the magnitude of

\frac{(-1)^{n}x^{n+1}}{(n+1)(t-1)^{n+1}}

and work to replace the (t-1) with x. Just keep in mind that x and t are both (0,1).
 
Last edited:
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top