Approximating the "Tail" of a Series

  • Thread starter Thread starter workerant
  • Start date Start date
  • Tags Tags
    Series
workerant
Messages
40
Reaction score
0
[SOLVED] Approximating the "Tail" of a Series

Homework Statement


I need to estimate the tail, which is

\Sigma (from n=6 to infinity) (4-sin n)/(n^2+1)

It says to do this with an appropriate improper integral or geometric series.






The Attempt at a Solution



I don't see a geometric series helping here, so I would use an improper integral. It is too difficult to integrate (4-sin n)/(n^2+1) (if it's even possible), so I'm stuck here. If this can be integrated, please show me the way. I was thinking perhaps do an improper integral for series of 5/n^2 instead since that is always larger (i.e. if you write 4+/- 1)/(n^2+1) instead. Would this be appropriate?
 
Physics news on Phys.org
Well yes but I would rather do the improper integral for \frac{4}{n^2+1} because the sine will keep alternating between positive and negative, roughly canceling out each others effects, and also why neglect the +1 in the denominator if we don't have to? Integrating is simple now. We can see that when taking the improper integral, the absolute maximum error extracting the sine is about 0.165, since the sine function has a upper bound of 1, so the maximum error would be \int^{\infty}_6 \frac{1}{x^2+1} dx which is about 0.165. In reality it is much less sine the sine alternates between positive and negative, its less than 0.03.

However, if we were to ignore the +1 in the denominator as well, we would get 4\sum_{n=6}^{\infty} \frac{1}{n^2} which is simple if you know \sum_{n=1}^{\infty} \frac{1}{n^2} = \frac{\pi^2}{6}. This method gets you about 0.725..
 
Thanks!
 
how exactly do you calculate this error? I understand everythign else such as choice of improper integral, but I don't get where your getting the numbers for the error, is it strictly the value of the improper integral?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top