jj1986
- 7
- 0
Homework Statement
Prove if t > 1 then log(t) - \int^{t+1}_{t}log(x) dx differs from -\frac{t}{2} by less than \frac{t^2}{6}
Homework Equations
Hint: Work out the integral using Taylor series for log(1+x) at the point 0
The Attempt at a Solution
Using substitution I get:
\int^{t+1}_{t}log(x) dx = \int^{t}_{t-1}log(u+1) du
The taylor series for log(1+x) = \sum (-1)^{n+1}x^{n}/n beginning at n=1.
So
\int^{t}_{t-1}log(u+1) du = \sum (-1)^{n+1}u^{n+1}/[(n)(n+1)]^{t}_{t-1} beginning at n=1.
I'm still not sure how to prove what the problem statement is asking me to prove. I see that the first term of the series is multiplied by 1/2 and the second term is multiplied by 1/6 and 1 degree higher so I'm sure that needs to be used somehow, I just don't see how exactly. Any suggestions?