Quick Memory Key
RATIO & ROOT — Two tests that always find the radius. Use Ratio Test when you see factorials \(n!\) or \(a^n\). Use Root Test when you see \(n\)-th powers like \((a_n)^n\). Both give \(R = 1/L\).
\[\sum_{n=0}^{\infty} \frac{x^n}{n!}\]
💬 Explanation
Apply the Ratio Test: compute \(\lim_{n\to\infty}\left|\frac{a_{n+1}}{a_n}\right|\) where \(a_n = x^n/n!\).💬 Explanation
Ratio Test: \(\left|\frac{(n+1)!\,x^{n+1}}{n!\,x^n}\right| = (n+1)|x| \to \infty\) unless \(x=0\).💬 Explanation
This is a geometric series with ratio \(r = x/3\). Converges when \(|r| < 1\).💬 Explanation
Ratio Test with \(a_n = (-3)^n x^n/\sqrt{n+1}\):Quick Memory Key
ENDPOINT CHECK — After finding \(R\), always plug in \(x = c \pm R\) separately. At endpoints, use p-series, alternating series, or divergence test. Most mistakes happen here!
At \(x = 1\): does it converge or diverge?
Type:
converge or diverge
💬 Explanation
At \(x=1\): \(\sum 1/n\) — this is the harmonic series, which diverges (p-series with \(p=1 \leq 1\)).💬 Explanation
At \(x=-1\): \(\sum (-1)^n/n\) — Alternating Harmonic Series.In fact it converges to \(-\ln 2\).
Type the interval, e.g.
-1 to 5
💬 Explanation
Let \(u = x-2\). Ratio Test gives \(L = |u|/3\). So \(R=3\), center \(c=2\).\(x = 5\) gives \(\sum\frac{1}{n}\) → diverges (harmonic).
Interval: \([-1,\, 5)\) or -1 to 5
Quick Memory Key
PICK A TEST FLOWCHART — (1) Divergence Test first. (2) Geometric / p-series? Use formula. (3) Factorial? Ratio. (4) \(n\)-th power? Root. (5) Comparison / Limit Comparison for everything else.
💬 Explanation
p-series \(\sum 1/n^p\) converges if and only if \(p > 1\).Type:
converge, diverge, or inconclusive
💬 Explanation
The Ratio (and Root) Test is inconclusive when \(L = 1\). Use a different test.💬 Explanation
Root Test: \(\limsup_{n\to\infty}|a_n|^{1/n} = \lim_{n\to\infty}\frac{2n+1}{3n-1}\cdot|x|\).Quick Memory Key
BIG 5 MACLAURIN — Memorize these cold:
eˣ: \(\sum x^n/n!\) · sin x: odd terms · cos x: even terms · ln(1+x): \(\sum(-1)^{n+1}x^n/n\) · 1/(1-x): \(\sum x^n\)
Write the general term only: type
x^n/n!
💬 Explanation
For \(e^x\), all derivatives equal \(e^x\), so \(f^{(n)}(0) = 1\) for all \(n\).Type the general term: e.g.
(-1)^n x^(2n)/n!
💬 Explanation
Replace \(x\) with \(-x^2\) in the series for \(e^x\):What is the coefficient of \((x-1)^3\)?
💬 Explanation
Compute derivatives at \(a=1\): \(f'''(x) = 2/x^3\), so \(f'''(1) = 2\).Answer: 1/3
Type:
(-1)^n x^(2n+1)/(2n+1)!
💬 Explanation
\(\sin x = x - \dfrac{x^3}{3!} + \dfrac{x^5}{5!} - \cdots\)Differentiate both sides to find a series for \(\dfrac{1}{(1-x)^2}\).
What is the general term?
💬 Explanation
Differentiate \(\sum x^n\) term by term: \(\sum nx^{n-1}\). Reindex by letting \(m = n-1\):Quick Memory Key
LAGRANGE REMAINDER — Error bound formula: \(|R_n(x)| \leq \dfrac{M}{(n+1)!}|x-a|^{n+1}\) where \(M\) is the max of \(|f^{(n+1)}|\) on the interval. For alternating series, error \(\leq\) first omitted term.
is approximated by \(T_2(x) = 1 - \dfrac{x^2}{2}\) at \(x = 0.1\).
The error \(|R_2| \leq\) first omitted term. What is that bound?
Type as a fraction or decimal, e.g.
1/24 or just the term
💬 Explanation
The next term after \(T_2\) is \(-x^4/4!\). At \(x = 0.1\):\[|R_n(x)| \leq \frac{e^c}{(n+1)!}|x|^{n+1}\] where \(0 \leq c \leq x\). If \(x = 1\), what value do we use as an upper bound for \(e^c\)?
Type a number, e.g.
e or 3
💬 Explanation
Since \(0 \leq c \leq 1\), we have \(e^c \leq e^1 = e\).So \(|R_n(1)| \leq \dfrac{e}{(n+1)!}\). Answer: e
Quick Memory Key
INTEGRATE · DIFFERENTIATE · SUBSTITUTE — Power series can be integrated and differentiated term-by-term inside \((-R,R)\). These operations preserve the radius (not necessarily endpoints). Substitution is the fastest shortcut for new functions.
What is the general term after integration?
💬 Explanation
Integrate \(\sum(-1)^n x^{2n}\) term by term:💬 Explanation
Substitute \(\cos x = 1 - x^2/2 + x^4/24 - \cdots\):Using this, the Maclaurin series for \(\dfrac{1}{\sqrt{1-x}}\) has general term:
Type:
(2n)! x^n / (4^n (n!)^2)