FACTOR-SPLIT-SOLVE β Factor denominator β write as \(\tfrac{A}{x-1}+\tfrac{B}{x+1}\) β multiply out β match coefficients.
β£ Differential Equations
Q9
Separable ODEMedium
Solve \(\dfrac{dy}{dx} = \dfrac{x}{y}\) with \(y(0) = 3\). Find \(y\) when \(x=4\).
SEPARATE-INTEGRATE-SOLVE β Move all \(y\)'s left, all \(x\)'s right β integrate both sides β plug in initial condition for \(C\).
Q10
Euler's MethodMedium
Use Euler's Method with step \(h=1\) to approximate \(y(2)\) given \(\dfrac{dy}{dx} = x + y\) and \(y(0) = 1\).
NEW = OLD + SLOPE Γ STEP β Formula: \(y_{n+1} = y_n + f(x_n, y_n)\cdot h\). Repeat for each step like a relay race!
β€ Infinite Series
Q11
Geometric SeriesEasy
Find the sum: \(\displaystyle\sum_{n=0}^{\infty} \left(\frac{2}{3}\right)^n\)
S = a/(1-r) β Geometric series converges only if \(|r| < 1\). First term \(a\), ratio \(r\). Memorize this one formula!
Q12
Ratio TestHard
Determine convergence of \(\displaystyle\sum_{n=1}^{\infty} \frac{n!}{n^n}\) using the Ratio Test.
(Common trap: \(n^n\) grows much faster than \(n!\)
RATIO: L < 1 = CONVERGE β Ratio Test: \(L = \lim_{n\to\infty}\left|\frac{a_{n+1}}{a_n}\right|\). If \(L<1\): converge. \(L>1\): diverge. \(L=1\): inconclusive!
Q13
Taylor SeriesHard
The Maclaurin series for \(e^x\) is \(\displaystyle\sum_{n=0}^{\infty}\frac{x^n}{n!}\). Use this to write the Maclaurin series for \(e^{-x^2}\).
SUBSTITUTE-DON'T-REDERIVE β Never rederive from scratch! Just replace \(x\) with the new expression everywhere. Fast and foolproof.
Q14
Interval of ConvergenceHard
Find the interval of convergence of \(\displaystyle\sum_{n=1}^{\infty}\frac{(x-2)^n}{n}\).
(Trap: always check the endpoints separately!)
RATIO β RADIUS β ENDPOINTS β Use Ratio Test to find \(R\), write \(|x-c|<R\), then manually test each endpoint by plugging back in!
β₯ Applications of Integration
Q15
Area Between CurvesMedium
Find the area between \(y = x^2\) and \(y = x\) for \(0 \leq x \leq 1\).
TOP MINUS BOTTOM β Area = \(\int_a^b [\text{top} - \text{bottom}]\,dx\). Always check which function is on top in your interval!
Q16
Volumes (Disk Method)Hard
Find the volume when \(y = \sqrt{x}\), \(0 \leq x \leq 4\) is rotated about the \(x\)-axis.
DISK = Ο rΒ² β Volume by disk: \(V = \pi\int_a^b [f(x)]^2\,dx\). Think of stacking infinitely thin circular disks!
β¦ Parametric & Polar
Q17
Parametric DerivativesMedium
If \(x = t^2\) and \(y = t^3\), find \(\dfrac{dy}{dx}\) in terms of \(t\).
dy/dx = (dy/dt)Γ·(dx/dt) β Parametric slope = divide the two derivatives. Never differentiate \(y\) with respect to \(x\) directly!
Q18
Polar AreaHard
Find the area enclosed by \(r = 2\cos\theta\) (one full loop).
(Trap: what are the correct limits of integration?)
POLAR AREA = Β½β«rΒ²dΞΈ β Formula: \(A = \frac{1}{2}\int_\alpha^\beta r^2\,d\theta\). For \(r=2\cos\theta\), one loop is traced from \(\theta = -\frac{\pi}{2}\) to \(\frac{\pi}{2}\).
β§ BC Bonus β Tricky Traps!
Q19
Improper IntegralHard
Evaluate \(\displaystyle\int_1^{\infty} \frac{1}{x^2}\,dx\)
(Classic trap: does this converge or diverge?)
p-TEST: p>1 CONVERGE β For \(\int_1^\infty \frac{1}{x^p}\,dx\): converges if \(p>1\), diverges if \(p\leq 1\). Replace \(\infty\) with \(b\), take the limit!
Q20
FTC Part IIMedium
If \(g(x) = \displaystyle\int_2^{x^3} \sin(t)\, dt\), find \(g'(x)\).
(Trap: the upper limit is NOT just \(x\)!)
FTC2 + CHAIN RULE β \(\frac{d}{dx}\int_a^{u(x)} f(t)\,dt = f(u(x))\cdot u'(x)\). Plug the upper limit into \(f\), then multiply by its derivative!