Self-Study · 20 Problems

Calculus II

Integration Techniques — Core Problems · Tricky Traps Included
0 / 20 answered

Integration by Parts

Quick 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

01
Integration by Parts · Basic
\(\displaystyle\int x e^x\,dx\)
Easy

Step-by-Step Solution

  1. By LIATE: Algebraic before Exponential → u = x, dv = eˣ dx
  2. Then du = dx, v = eˣ
  3. \(\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.

02
Integration by Parts · Log
\(\displaystyle\int \ln x\,dx\)
Easy

Step-by-Step Solution

  1. LIATE: Log is first → u = ln x, dv = dx
  2. du = 1/x dx, v = x
  3. \(\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.

03
Integration by Parts · Definite + arcsin
\(\displaystyle\int_0^{4/5}\arcsin(x)\,dx\)
Medium

Step-by-Step Solution

  1. u = arcsin x, dv = dxdu = dx/√(1−x²), v = x
  2. IBP: \(x\arcsin x\Big|_0^{4/5} - \int_0^{4/5}\frac{x}{\sqrt{1-x^2}}\,dx\)
  3. For the remaining integral, let \(w = 1-x^2\): \(\int\frac{x}{\sqrt{1-x^2}}dx = -\sqrt{1-x^2}\)
  4. At \(x=4/5\): \(\sqrt{1-(4/5)^2}=\sqrt{9/25}=3/5\). At \(x=0\): \(\sqrt{1}=1\)
  5. Result: \(\frac{4}{5}\arcsin\frac{4}{5} - \left[(-\frac{3}{5})-(-1)\right] = \frac{4}{5}\arcsin\frac{4}{5} - \frac{2}{5}\)
04
IBP · Tabular / Repeated
\(\displaystyle\int x^2\sin x\,dx\)
Medium

Tabular Method (Repeat IBP twice)

  1. Differentiate column: \(x^2 \to 2x \to 2 \to 0\)
  2. Integrate column: \(\sin x \to -\cos x \to -\sin x \to \cos x\)
  3. Signs: +, −, +
  4. Result: \((+)x^2(-\cos x) + (-)2x(-\sin x) + (+)2(\cos x)\)
  5. \(= -x^2\cos x + 2x\sin x + 2\cos x + C\)

⚠ Trap: sign errors in the tabular alternating pattern are very common!

Trig Substitution

📐

Quick Memory Point

√(a²−x²) → x = a sin θ  |  √(a²+x²) → x = a tan θ  |  √(x²−a²) → x = a sec θ
Keyword: SIN-TAN-SEC (Subtract · Add · xLarger)

05
Trig Sub · √(a²−x²) form
\(\displaystyle\int\frac{dx}{\sqrt{4-x^2}}\)
Easy

Step-by-Step Solution

  1. Pattern \(\sqrt{a^2-x^2}\), \(a=2\) → let x = 2sinθ, \(dx = 2\cos\theta\,d\theta\)
  2. \(\sqrt{4-x^2} = \sqrt{4-4\sin^2\theta} = 2\cos\theta\)
  3. \(\int\frac{2\cos\theta}{2\cos\theta}d\theta = \int d\theta = \theta + C\)
  4. 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.

06
Trig Sub · Definite · √(x²−1)
\(\displaystyle\int_1^{5/3}\sqrt{x^2-1}\,dx\)
Hard

Step-by-Step Solution

  1. Let x = secθ, \(dx = \sec\theta\tan\theta\,d\theta\), \(\sqrt{x^2-1}=\tan\theta\)
  2. \(\int\tan^2\theta\sec\theta\,d\theta = \int(\sec^2\theta-1)\sec\theta\,d\theta\)
  3. Use formula: \(\int\sec^3\theta\,d\theta = \frac{1}{2}[\sec\theta\tan\theta + \ln|\sec\theta+\tan\theta|]\)
  4. At \(x=5/3\): \(\sec\theta=5/3\), \(\tan\theta=4/3\). At \(x=1\): \(\sec\theta=1\), \(\tan\theta=0\)
  5. 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\)
  6. Then subtract \(\int\sec\theta\,d\theta\) part: final result \(= \dfrac{5}{6}-\dfrac{1}{2}\ln 3\)

Partial Fractions

🧩

Quick 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}\)

07
Partial Fractions · Distinct Linear Factors
\(\displaystyle\int\frac{1}{x^2-1}\,dx\)
Easy

Step-by-Step Solution

  1. Factor: \(x^2-1=(x-1)(x+1)\)
  2. Decompose: \(\frac{1}{(x-1)(x+1)}=\frac{A}{x-1}+\frac{B}{x+1}\)
  3. Cover-up: \(A = \frac{1}{1+1}=\frac{1}{2}\), \(B=\frac{1}{-1-1}=-\frac{1}{2}\)
  4. \(\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!

08
Partial Fractions · Repeated Factor
\(\displaystyle\int\frac{3x}{(x-1)^2}\,dx\)
Medium

Step-by-Step Solution

  1. Decompose: \(\frac{3x}{(x-1)^2}=\frac{A}{x-1}+\frac{B}{(x-1)^2}\)
  2. Multiply both sides by \((x-1)^2\): \(3x = A(x-1)+B\)
  3. At \(x=1\): \(3=B\). Expand: \(3x = Ax - A + 3\) → \(A=3, -A+3=0\) ✓
  4. \(\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

Quick Memory Point

Always replace ∞ with a LIMIT. Key test: \(\int_1^\infty \frac{1}{x^p}dx\) converges iff \(p > 1\).
Keyword: p-TESTp > 1 converges, p ≤ 1 diverges.

09
Improper Integral · Infinite Upper Bound
\(\displaystyle\int_{\ln 4}^{\infty}\frac{1}{\sqrt{9+e^{2x}}}\,dx\)
Hard

Step-by-Step Solution

  1. Let u = eˣ, \(du = e^x dx\), so \(dx = du/u\)
  2. \(\int\frac{du}{u\sqrt{9+u^2}}\) — now let u = 3tanθ
  3. 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\)
  4. 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\)
  5. 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\)
  6. Result: \(0 - (-\frac{1}{3}\ln 2) = \dfrac{1}{3}\ln 2\)
10
Improper Integral · Convergence/Divergence
Which integral converges?
Medium

p-Test

  1. \(\int_1^\infty x^{-p}\,dx\) converges iff \(p > 1\)
  2. A: \(p=1\) → diverges (harmonic series). B: \(p=1/2\) → diverges. D: \(p=-1\) → diverges
  3. C: \(p=2 > 1\) → converges. \(\int_1^\infty x^{-2}dx = \left[-x^{-1}\right]_1^\infty = 0-(-1) = 1\)

u-Substitution (Tricky)

🔄

Quick 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!

11
u-Sub · Trig inside Trig
\(\displaystyle\int\sin x\cos^3 x\,dx\)
Easy

Step-by-Step Solution

  1. Let u = cos x, \(du = -\sin x\,dx\), so \(\sin x\,dx = -du\)
  2. \(\int\sin x\cos^3 x\,dx = \int u^3(-du) = -\frac{u^4}{4}+C\)
  3. 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.

12
u-Sub · Definite · Boundary Change
\(\displaystyle\int_0^{\pi/2}(\sin x)(\cos x)\,dx\)
Easy

Two Methods

  1. 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}\)
  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

🌊

Quick 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}\)

13
Trig Integral · sin³ form (Definite)
\(\displaystyle\int_0^{\arcsin(3/5)} 3(\sin x)^3\,dx\)
Medium

Step-by-Step Solution

  1. Odd power: peel one sin → \(3\sin^3 x = 3\sin x(1-\cos^2 x)\)
  2. Antiderivative: \(3\left[-\cos x + \frac{\cos^3 x}{3}\right]\)
  3. At \(x=\arcsin(3/5)\): \(\sin x = 3/5\), so \(\cos x = 4/5\)
  4. 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}\)
  5. At \(x=0\): \(3[-1+\frac{1}{3}] = 3\cdot(-\frac{2}{3})=-2\)
  6. Result: \(\frac{-708}{375}-(-2) = \frac{-708+750}{375} = \frac{42}{375} = \frac{14}{125}\)
14
Trig Integral · Even Power
\(\displaystyle\int\cos^2 x\,dx\)
Easy

Step-by-Step Solution

  1. Even power → use half-angle: cos²x = (1 + cos2x)/2
  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

🎯

Quick 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!

15
King's Rule · Symmetric Substitution
\(\displaystyle\int_{\arctan(4/3)}^{\pi-\arctan(24/7)}\frac{1}{1+\sin x+\cos x}\,dx\)
Hard

Weierstrass / Half-Angle Substitution

  1. 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\)
  2. \(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}\)
  3. Integrand becomes: \(\frac{1+t^2}{2(1+t)}\cdot\frac{2}{1+t^2}dt = \frac{dt}{1+t}\)
  4. 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}\)
  5. 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}\)
  6. \(\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}\)...
  7. 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.

16
Substitution · sin(arctan) definite
\(\displaystyle\int_0^{\arctan(1/2)}(\sin x)(\cos x)\,dx\)
Express as \(\dfrac{p^2}{q\times r}\) where p, q, r are the correct numbers.
Medium

Step-by-Step Solution

  1. Let \(u = \sin x\), \(du = \cos x\,dx\). Bounds: at \(x=0\): \(u=0\); at \(x=\arctan(1/2)\): need \(\sin(\arctan(1/2))\)
  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}}\)
  3. \(\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

🔵

Quick 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

17
Disk Method · Volume of Revolution
The region bounded by \(y=\sqrt{x}\), \(y=0\), \(x=4\) is rotated about the x-axis. Find the volume.
Easy

Disk Method

  1. Disk formula: \(V = \pi\int_0^4[f(x)]^2\,dx = \pi\int_0^4 x\,dx\)
  2. \(= \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!

18
Washer Method · Two Curves
Region between \(y=x\) and \(y=x^2\), rotated about the x-axis. Find the volume.
Medium

Washer Method

  1. Intersection: \(x=x^2\) → \(x=0,1\). On [0,1]: \(x > x^2\), so \(R=x\), \(r=x^2\)
  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

♾️

Quick 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}\)

19
Geometric Series · Sum
\(\displaystyle\sum_{n=0}^{\infty}\frac{3}{4^n}\)
Easy

Geometric Series Formula

  1. Rewrite: \(\sum_{n=0}^\infty 3\cdot(1/4)^n\) → \(a=3\), \(r=1/4\)
  2. 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)!

20
Ratio Test · Convergence
\(\displaystyle\sum_{n=1}^{\infty}\frac{n!}{n^n}\)
Hard

Ratio Test

  1. \(\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\)
  2. \(\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}\)
  3. 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!