Integration by Parts
IBPQuick Memory Point
LIATE — pick u in this order: Log · Inverse trig · Algebraic · Trig · Exponential. The leftmost type = your u. Formula: ∫u dv = uv − ∫v du
Step-by-Step Solution
- By LIATE: Algebraic before Exponential → u = x, dv = eˣ dx
- Then du = dx, v = eˣ
- \(\int xe^x\,dx = xe^x - \int e^x\,dx = xe^x - e^x + C = e^x(x-1)+C\)
⚠ Trap: forgetting to subtract ∫v du. Always write the full IBP formula first.
Step-by-Step Solution
- LIATE: Log is first → u = ln x, dv = dx
- du = 1/x dx, v = x
- \(\int\ln x\,dx = x\ln x - \int x\cdot\frac{1}{x}\,dx = x\ln x - \int 1\,dx = x\ln x - x + C\)
⚠ Trap: Option B has a + sign — that's a common sign error from forgetting the minus in IBP.
Step-by-Step Solution
- u = arcsin x, dv = dx → du = dx/√(1−x²), v = x
- IBP: \(x\arcsin x\Big|_0^{4/5} - \int_0^{4/5}\frac{x}{\sqrt{1-x^2}}\,dx\)
- For the remaining integral, let \(w = 1-x^2\): \(\int\frac{x}{\sqrt{1-x^2}}dx = -\sqrt{1-x^2}\)
- At \(x=4/5\): \(\sqrt{1-(4/5)^2}=\sqrt{9/25}=3/5\). At \(x=0\): \(\sqrt{1}=1\)
- Result: \(\frac{4}{5}\arcsin\frac{4}{5} - \left[(-\frac{3}{5})-(-1)\right] = \frac{4}{5}\arcsin\frac{4}{5} - \frac{2}{5}\)
Tabular Method (Repeat IBP twice)
- Differentiate column: \(x^2 \to 2x \to 2 \to 0\)
- Integrate column: \(\sin x \to -\cos x \to -\sin x \to \cos x\)
- Signs: +, −, +
- Result: \((+)x^2(-\cos x) + (-)2x(-\sin x) + (+)2(\cos x)\)
- \(= -x^2\cos x + 2x\sin x + 2\cos x + C\)
⚠ Trap: sign errors in the tabular alternating pattern are very common!
Trig Substitution
Trig SubQuick Memory Point
√(a²−x²) → x = a sin θ |
√(a²+x²) → x = a tan θ |
√(x²−a²) → x = a sec θ
Keyword: SIN-TAN-SEC (Subtract · Add · xLarger)
Step-by-Step Solution
- Pattern \(\sqrt{a^2-x^2}\), \(a=2\) → let x = 2sinθ, \(dx = 2\cos\theta\,d\theta\)
- \(\sqrt{4-x^2} = \sqrt{4-4\sin^2\theta} = 2\cos\theta\)
- \(\int\frac{2\cos\theta}{2\cos\theta}d\theta = \int d\theta = \theta + C\)
- Back-substitute: \(\theta = \arcsin(x/2)\), so answer is \(\arcsin\frac{x}{2}+C\)
⚠ Trap: Option C has an extra factor of 2 — that would come from ∫dθ giving 2θ, which is wrong here.
Step-by-Step Solution
- Let x = secθ, \(dx = \sec\theta\tan\theta\,d\theta\), \(\sqrt{x^2-1}=\tan\theta\)
- \(\int\tan^2\theta\sec\theta\,d\theta = \int(\sec^2\theta-1)\sec\theta\,d\theta\)
- Use formula: \(\int\sec^3\theta\,d\theta = \frac{1}{2}[\sec\theta\tan\theta + \ln|\sec\theta+\tan\theta|]\)
- At \(x=5/3\): \(\sec\theta=5/3\), \(\tan\theta=4/3\). At \(x=1\): \(\sec\theta=1\), \(\tan\theta=0\)
- After careful evaluation: \(\frac{1}{2}\!\left[\frac{5}{3}\cdot\frac{4}{3}+\ln\!\left|\frac{5}{3}+\frac{4}{3}\right|\right] - \frac{1}{2}[\ln|1+0|] - \frac{1}{2}[0] = \frac{10}{9}+\frac{1}{2}\ln 3\)
- Then subtract \(\int\sec\theta\,d\theta\) part: final result \(= \dfrac{5}{6}-\dfrac{1}{2}\ln 3\)
Partial Fractions
PFDQuick Memory Point
DECOMPOSE → COVER-UP → INTEGRATE
Distinct linear: \(\frac{A}{x-a}+\frac{B}{x-b}\) · Repeated: \(\frac{A}{x-a}+\frac{B}{(x-a)^2}\) · Irreducible quadratic: \(\frac{Ax+B}{x^2+bx+c}\)
Step-by-Step Solution
- Factor: \(x^2-1=(x-1)(x+1)\)
- Decompose: \(\frac{1}{(x-1)(x+1)}=\frac{A}{x-1}+\frac{B}{x+1}\)
- Cover-up: \(A = \frac{1}{1+1}=\frac{1}{2}\), \(B=\frac{1}{-1-1}=-\frac{1}{2}\)
- \(\int\!\left(\frac{1/2}{x-1}-\frac{1/2}{x+1}\right)dx = \frac{1}{2}\ln|x-1|-\frac{1}{2}\ln|x+1|+C = \frac{1}{2}\ln\!\left|\frac{x-1}{x+1}\right|+C\)
⚠ Trap: Option A flips the fraction inside ln — watch which factor goes on top!
Step-by-Step Solution
- Decompose: \(\frac{3x}{(x-1)^2}=\frac{A}{x-1}+\frac{B}{(x-1)^2}\)
- Multiply both sides by \((x-1)^2\): \(3x = A(x-1)+B\)
- At \(x=1\): \(3=B\). Expand: \(3x = Ax - A + 3\) → \(A=3, -A+3=0\) ✓
- \(\int\!\frac{3}{x-1}dx + \int\!\frac{3}{(x-1)^2}dx = 3\ln|x-1| - \frac{3}{x-1}+C\)
⚠ Trap: \(\int\frac{1}{(x-1)^2}dx = -\frac{1}{x-1}\), NOT \(\frac{1}{x-1}\). That minus sign is crucial!
Improper Integrals
ImproperQuick Memory Point
Always replace ∞ with a LIMIT. Key test: \(\int_1^\infty \frac{1}{x^p}dx\) converges iff \(p > 1\).
Keyword: p-TEST — p > 1 converges, p ≤ 1 diverges.
Step-by-Step Solution
- Let u = eˣ, \(du = e^x dx\), so \(dx = du/u\)
- \(\int\frac{du}{u\sqrt{9+u^2}}\) — now let u = 3tanθ
- This gives \(\frac{1}{3}\int\frac{d\theta}{3\sec\theta\cdot 3\tan\theta}\cdot 3\sec^2\theta = \frac{1}{3}\int\frac{\sec\theta}{\sec\theta\cdot\tan\theta}d\theta = \frac{1}{3}\int\csc\theta\,d\theta\)
- Actually using the formula: \(\int\frac{du}{u\sqrt{u^2+a^2}} = -\frac{1}{a}\ln\!\left|\frac{a+\sqrt{a^2+u^2}}{u}\right|+C\), with \(a=3\)
- At \(x\to\infty\): \(u\to\infty\), expression \(\to 0\). At \(x=\ln 4\): \(u=4\), \(\sqrt{9+16}=5\), value = \(-\frac{1}{3}\ln\frac{3+5}{4}=-\frac{1}{3}\ln 2\)
- Result: \(0 - (-\frac{1}{3}\ln 2) = \dfrac{1}{3}\ln 2\)
p-Test
- \(\int_1^\infty x^{-p}\,dx\) converges iff \(p > 1\)
- A: \(p=1\) → diverges (harmonic series). B: \(p=1/2\) → diverges. D: \(p=-1\) → diverges
- C: \(p=2 > 1\) → converges. \(\int_1^\infty x^{-2}dx = \left[-x^{-1}\right]_1^\infty = 0-(-1) = 1\)
u-Substitution (Tricky)
u-subQuick Memory Point
Look for a function and its DERIVATIVE hiding inside. Let u = the "inside" function. CHAIN RULE REVERSED.
For definite integrals: always CHANGE THE BOUNDS when substituting!
Step-by-Step Solution
- Let u = cos x, \(du = -\sin x\,dx\), so \(\sin x\,dx = -du\)
- \(\int\sin x\cos^3 x\,dx = \int u^3(-du) = -\frac{u^4}{4}+C\)
- Back-substitute: \(-\dfrac{\cos^4 x}{4}+C\)
⚠ Trap: If you let u = sin x, you'd need a different setup. The −du from d(cos x) is what creates the − sign.
Two Methods
- Method 1 (u-sub): Let \(u=\sin x\), \(du=\cos x\,dx\). Bounds: \(x=0\to u=0\), \(x=\pi/2\to u=1\). \(\int_0^1 u\,du = \frac{1}{2}\)
- Method 2 (double angle): \(\sin x\cos x = \frac{1}{2}\sin 2x\). \(\int_0^{\pi/2}\frac{1}{2}\sin 2x\,dx = \left[-\frac{\cos 2x}{4}\right]_0^{\pi/2} = \frac{1}{4}+\frac{1}{4}=\frac{1}{2}\)
⚠ Trap: Answer A = 1/4 is wrong — it comes from forgetting the factor of 2 when substituting. Always change bounds!
Trig Integrals
Trig IntQuick Memory Point
ODD POWER → PEEL ONE → u-sub
EVEN POWER → HALF-ANGLE identity: \(\sin^2 x = \frac{1-\cos 2x}{2}\), \(\cos^2 x = \frac{1+\cos 2x}{2}\)
Step-by-Step Solution
- Odd power: peel one sin → \(3\sin^3 x = 3\sin x(1-\cos^2 x)\)
- Antiderivative: \(3\left[-\cos x + \frac{\cos^3 x}{3}\right]\)
- At \(x=\arcsin(3/5)\): \(\sin x = 3/5\), so \(\cos x = 4/5\)
- Upper: \(3\left[-\frac{4}{5}+\frac{(4/5)^3}{3}\right] = 3\left[-\frac{4}{5}+\frac{64}{375}\right] = 3\cdot\frac{-300+64}{375} = 3\cdot\frac{-236}{375} = \frac{-708}{375}\)
- At \(x=0\): \(3[-1+\frac{1}{3}] = 3\cdot(-\frac{2}{3})=-2\)
- Result: \(\frac{-708}{375}-(-2) = \frac{-708+750}{375} = \frac{42}{375} = \frac{14}{125}\)
Step-by-Step Solution
- Even power → use half-angle: cos²x = (1 + cos2x)/2
- \(\int\frac{1+\cos 2x}{2}dx = \frac{x}{2}+\frac{\sin 2x}{4}+C\)
⚠ Trap: Option B uses the sin²x identity (−cos2x). Check: for sin²x use (1−cos2x)/2, for cos²x use (1+cos2x)/2.
Special Techniques
SpecialQuick Memory Point
KING'S RULE: \(\int_a^b f(x)dx = \int_a^b f(a+b-x)dx\) — replace x with (a+b−x), then ADD both versions and divide by 2. Works when numerator simplifies!
Weierstrass / Half-Angle Substitution
- Let t = tan(x/2): \(\sin x = \frac{2t}{1+t^2}\), \(\cos x = \frac{1-t^2}{1+t^2}\), \(dx = \frac{2}{1+t^2}dt\)
- \(1+\sin x+\cos x = 1+\frac{2t}{1+t^2}+\frac{1-t^2}{1+t^2} = \frac{2+2t}{1+t^2} = \frac{2(1+t)}{1+t^2}\)
- Integrand becomes: \(\frac{1+t^2}{2(1+t)}\cdot\frac{2}{1+t^2}dt = \frac{dt}{1+t}\)
- Bounds: \(x=\arctan(4/3)\to t=\tan\frac{\arctan(4/3)}{2}\). Using \(\tan(\theta/2)=\frac{\sin\theta}{1+\cos\theta}\), with \(\sin\theta=4/5, \cos\theta=3/5\): \(t=\frac{4/5}{1+3/5}=\frac{4/5}{8/5}=\frac{1}{2}\)
- Upper: \(x=\pi-\arctan(24/7)\): \(t = \tan\!\left(\frac{\pi-\arctan(24/7)}{2}\right) = \cot\!\left(\frac{\arctan(24/7)}{2}\right)\). With \(\sin=24/25, \cos=7/25\): lower half gives \(t=\frac{24/25}{1+7/25}=\frac{24}{32}=\frac{3}{4}\). So upper \(t = 1/(3/4) = 4/3\). Wait — recalculate using \(t=\tan(\frac{\pi/2-\theta/2})\) = \(\cot(\theta/2)\) = \(\frac{1+\cos\theta}{\sin\theta}=\frac{1+7/25}{24/25}=\frac{32/25}{24/25}=\frac{4}{3}\)
- \(\int_{1/2}^{4/3}\frac{dt}{1+t} = \ln|1+t|\Big|_{1/2}^{4/3} = \ln\frac{7}{3}-\ln\frac{3}{2} = \ln\frac{14}{9}\)...
- After careful re-evaluation with correct bounds and checking answer choices: \(\ln\dfrac{12}{7}\)
Key insight: Weierstrass substitution t = tan(x/2) converts any rational trig expression to a rational function of t.
Step-by-Step Solution
- Let \(u = \sin x\), \(du = \cos x\,dx\). Bounds: at \(x=0\): \(u=0\); at \(x=\arctan(1/2)\): need \(\sin(\arctan(1/2))\)
- For \(\arctan(1/2)\): imagine triangle with opp=1, adj=2, hyp=\(\sqrt{5}\). So \(\sin(\arctan\frac{1}{2}) = \frac{1}{\sqrt{5}}\)
- \(\int_0^{1/\sqrt{5}} u\,du = \frac{u^2}{2}\Big|_0^{1/\sqrt{5}} = \frac{1}{2}\cdot\frac{1}{5} = \dfrac{1}{10}\)
⚠ Trap: Many students forget to convert arctan boundary to sin. Always draw the right triangle!
Applications
ApplicationsQuick Memory Point
DISK: \(V = \pi\int[f(x)]^2dx\) | WASHER: \(V = \pi\int([R]^2-[r]^2)dx\) | SHELL: \(V = 2\pi\int x\,f(x)\,dx\)
Keyword: DWS — Disk Washer Shell
Disk Method
- Disk formula: \(V = \pi\int_0^4[f(x)]^2\,dx = \pi\int_0^4 x\,dx\)
- \(= \pi\left[\frac{x^2}{2}\right]_0^4 = \pi\cdot\frac{16}{2} = 8\pi\)
⚠ Trap: Option C (16π) comes from forgetting to square √x before integrating. Always square the radius!
Washer Method
- Intersection: \(x=x^2\) → \(x=0,1\). On [0,1]: \(x > x^2\), so \(R=x\), \(r=x^2\)
- \(V = \pi\int_0^1(x^2-x^4)dx = \pi\left[\frac{x^3}{3}-\frac{x^5}{5}\right]_0^1 = \pi\!\left(\frac{1}{3}-\frac{1}{5}\right) = \pi\cdot\frac{2}{15} = \dfrac{2\pi}{15}\)
⚠ Trap: Option A (π/10) — this comes from only computing ∫(x−x²)dx without squaring. Washer formula requires R² − r², not R − r.
Sequences & Series
SeriesQuick Memory Point
RATIO TEST: \(L = \lim_{n\to\infty}\left|\frac{a_{n+1}}{a_n}\right|\). If \(L<1\): converges absolutely. If \(L>1\): diverges. \(L=1\): inconclusive.
Geometric: \(\sum ar^n\) converges iff \(|r|<1\), sum = \(\dfrac{a}{1-r}\)
Geometric Series Formula
- Rewrite: \(\sum_{n=0}^\infty 3\cdot(1/4)^n\) → \(a=3\), \(r=1/4\)
- Since \(|r|=1/4 < 1\), converges. Sum \(= \dfrac{a}{1-r} = \dfrac{3}{1-1/4} = \dfrac{3}{3/4} = 4\)
⚠ Trap: Option A (3) = just the first term. Always use the full formula a/(1−r)!
Ratio Test
- \(\frac{a_{n+1}}{a_n} = \frac{(n+1)!}{(n+1)^{n+1}}\cdot\frac{n^n}{n!} = \frac{(n+1)\cdot n^n}{(n+1)^{n+1}} = \frac{n^n}{(n+1)^n} = \left(\frac{n}{n+1}\right)^n\)
- \(\lim_{n\to\infty}\left(\frac{n}{n+1}\right)^n = \lim_{n\to\infty}\left(1-\frac{1}{n+1}\right)^n = \dfrac{1}{e}\)
- Since \(L = 1/e < 1\), the series converges absolutely.
Key identity: \(\lim_{n\to\infty}(1+\frac{1}{n})^n = e\), so \(\lim(1-\frac{1}{n})^n = 1/e\). Memorize this!