Skip to content
Sahithyan's S1
Sahithyan's S1 — Mathematics

Strategy for Series

Consider a series in the form k=1nun\sum_{k=1}^n {u_n}. To determine whether the series converges or diverges, one of these cases (the most appropriate one) can be used. No need to memorize all these.

  1. If limnun0\lim_{n\to\infty} u_n \neq 0 is apparent, then divergence test can be used. Otherwise look out for another way.
  2. If unu_n consists of a constant raised to a power of nn, geometric series can be used.
  3. If unu_n consists of nn raised to a constant power, p-series can be used.
  4. If unu_n consists of (1)n(-1)^n, alternating series test can be used.
  5. If unu_n consists of vnv_n raised to a power of nn, root test would be suitable.
  6. If unu_n includes n!n!, ratio test must be used.
  7. If unu_n is a fraction, and consists of nn in both the denominator and the numerator, then direct comparison test or limit comparison test can be used. Consider the dominating parts to choose the vnv_n.
  8. If u(x)u(x) is a positive and decreasing function, and au(x)dx\int_a^\infty u(x)\,\text{d}x is easy to evaluate, then integral test can be used.

Secret note on inequalities

For any p>0p\gt0 and q>1q>1, as nn tends to \infty, the below inequality holds:

lnnnpqnn!nn\ln n \ll n^p \ll q^n \ll n! \ll n^n

For pkp \le k:

nplognnkn^p \log n \ll n^k

For p>kp \gt k:

nplognnkn^p \log n \gg n^k

These inequalities can be used to find corresponding vnv_n to some unu_n to be used for direct comparison test or limit comparison test. The list is found on a video by blackpenredpen on YouTube.