Series summation of rational function with quadratic denominator

From Calculus
Revision as of 21:09, 1 July 2012 by Vipul (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The goal of this page is to consider infinite series summations of the form:

k=k01quadratic function of k

where the denominator function is nonzero for all summands.

Our overall goal is as follows:

  • Identify some situations where there exist closed-form expressions for the solutions, and find the solutions in those cases.
  • For the remaining situations, find good upper and lower bounds on the infinite summation.

Case of denominator having linear factors that differ by a nonzero integer

In this case, we can use additive telescoping to get an explicit expression for the series sum. Explicitly, consider a summation:

k=k01(kα)(k(αn))

Each summand can be written as:

1(kα)(k(αn))=1n(1kα1k(αn))

We can now telescope the partial sums and take the limit. The final answer is:

k=k01(kα)(k(αn))=1n(m=0n11k0(αm))

Note that we have converted an infinite sum problem to adding up a finite number of fractions. With explicit numerical values of k0,α,m, we can calculate the answer explicitly.

Case of denominator a perfect square

Here, we are considering a summation of the form:

k=k01(kα)2

Doing this in general is hard. However, there is a useful fact:

k=11k2=π26

Using this fact, we can tackle the case α=0, and more generally, any situation where α is an integer. A little manipulation of the fact gives us that:

k=01(2k+1)2=π28

This allows us to tackle the case where α is half of an odd integer.

Case of denominator having linear factors that differ by half an odd integer

Not all these cases can be handled, but some can, using a clever trick.

Consider:

k=11k(k(1/2))

The terms can be written as:

1k(k(1/2))=2(1k(1/2)1k)=4(12k112k)

The summation explicitly is:

4(112)+4(1314)+4(1516)+

If we rearrange parentheses a bit (without affecting the overall order of addition), we get:

4[112+1314+]

The inner summation is well known for being ln2, so we get:

k=11k(k(1/2))=4ln2

Note that although the inner summation (after we've dropped the parentheses) is only conditionally convergent, the original summation is something that we know is absolutely convergent.