Skip to content

Calculus 2 Review

This is the capstone review for Calculus 2. It ties together integration techniques, applications of integration, differential equations, and infinite series.

  • Basic integration and u-substitution
  • Integration by parts
  • Trigonometric integrals and trig substitution
  • Partial fractions
  • Improper integrals
  • Area between curves
  • Volumes by disks/washers and shells
  • Arc length and surface area of revolution
  • Work and average value
  • Physics applications (center of mass, fluid force)
  • Introduction and classification
  • Separable equations
  • Linear equations with integrating factors
  • Sequences, series, and partial sums
  • Convergence tests (nth-term, p-series, comparison, ratio, root)
  • Alternating series and absolute/conditional convergence
  • Power series and intervals of convergence
  • Taylor and Maclaurin series
  • Applications of Taylor series

Integration by parts

udv=uvvdu\int u\,dv = uv - \int v\,du

Trig substitution patterns

a2x2x=asinθa2+x2x=atanθx2a2x=asecθ\sqrt{a^2 - x^2} \to x = a\sin\theta \qquad \sqrt{a^2 + x^2} \to x = a\tan\theta \qquad \sqrt{x^2 - a^2} \to x = a\sec\theta

Improper integrals: replace the problematic bound with a variable and take the limit

af(x)dx=limbabf(x)dx\int_a^{\infty} f(x)\,dx = \lim_{b \to \infty} \int_a^b f(x)\,dx

Area between curves

A=ab[f(x)g(x)]dxwhere f(x)g(x)A = \int_a^b \left[f(x) - g(x)\right]dx \quad \text{where } f(x) \geq g(x)

Volumes of revolution

Vdisk=πab[R(x)]2dxVwasher=πab[Router2Rinner2]dxV_{\text{disk}} = \pi\int_a^b [R(x)]^2\,dx \qquad V_{\text{washer}} = \pi\int_a^b \left[R_{\text{outer}}^2 - R_{\text{inner}}^2\right]dx Vshell=2πabxh(x)dxV_{\text{shell}} = 2\pi\int_a^b x\,h(x)\,dx

Arc length

L=ab1+[f(x)]2dxL = \int_a^b \sqrt{1 + [f'(x)]^2}\,dx

Work by a variable force

W=abF(x)dxW = \int_a^b F(x)\,dx

Average value

favg=1baabf(x)dxf_{\text{avg}} = \frac{1}{b - a}\int_a^b f(x)\,dx

Separable: separate variables and integrate both sides

dydx=f(x)g(y)1g(y)dy=f(x)dx\frac{dy}{dx} = f(x)\,g(y) \quad \Rightarrow \quad \int \frac{1}{g(y)}\,dy = \int f(x)\,dx

Linear first-order: multiply by the integrating factor

dydx+P(x)y=Q(x)μ(x)=eP(x)dx\frac{dy}{dx} + P(x)\,y = Q(x) \qquad \mu(x) = e^{\int P(x)\,dx}

Geometric series

n=0arn=a1rwhen r<1\sum_{n=0}^{\infty} ar^n = \frac{a}{1 - r} \quad \text{when } |r| \lt 1

p-series

n=11npconverges if p>1,diverges if p1\sum_{n=1}^{\infty} \frac{1}{n^p} \quad \text{converges if } p \gt 1, \quad \text{diverges if } p \leq 1

Ratio test

L=limnan+1anconverges if L<1,diverges if L>1L = \lim_{n \to \infty} \left|\frac{a_{n+1}}{a_n}\right| \quad \text{converges if } L \lt 1, \quad \text{diverges if } L \gt 1

Alternating series test: converges if terms decrease and approach zero

Power series centered at a

n=0cn(xa)nconverges when xa<R\sum_{n=0}^{\infty} c_n(x - a)^n \quad \text{converges when } |x - a| \lt R

Taylor series centered at a

f(x)=n=0f(n)(a)n!(xa)nf(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!}(x - a)^n

Lagrange remainder (error bound)

Rn(x)=f(n+1)(c)(n+1)!(xa)n+1R_n(x) = \frac{f^{(n+1)}(c)}{(n+1)!}(x - a)^{n+1}

Common Maclaurin series

ex=n=0xnn!sinx=n=0(1)nx2n+1(2n+1)!cosx=n=0(1)nx2n(2n)!e^x = \sum_{n=0}^{\infty} \frac{x^n}{n!} \qquad \sin x = \sum_{n=0}^{\infty} (-1)^n \frac{x^{2n+1}}{(2n+1)!} \qquad \cos x = \sum_{n=0}^{\infty} (-1)^n \frac{x^{2n}}{(2n)!} 11x=n=0xnfor x<1\frac{1}{1-x} = \sum_{n=0}^{\infty} x^n \quad \text{for } |x| \lt 1

1. Integration by parts

xexdx\int xe^x\,dx u=x,dv=exdx,du=dx,v=exu = x, \quad dv = e^x\,dx, \quad du = dx, \quad v = e^x xexdx=xexexdx=xexex+C=ex(x1)+C\int xe^x\,dx = xe^x - \int e^x\,dx = xe^x - e^x + C = e^x(x - 1) + C

2. Volume by shells

Region between y = x and y = x² from x = 0 to x = 1, rotated around the y-axis.

V=2π01x(xx2)dx=2π01(x2x3)dxV = 2\pi\int_0^1 x(x - x^2)\,dx = 2\pi\int_0^1 (x^2 - x^3)\,dx =2π[x33x44]01=2π(1314)=2π112=π6= 2\pi\left[\frac{x^3}{3} - \frac{x^4}{4}\right]_0^1 = 2\pi\left(\frac{1}{3} - \frac{1}{4}\right) = 2\pi\cdot\frac{1}{12} = \frac{\pi}{6}

3. Separable differential equation

Solve dy/dx = 2xy.

1ydy=2xdxlny=x2+Cy=Aex2\frac{1}{y}\,dy = 2x\,dx \quad \Rightarrow \quad \ln|y| = x^2 + C \quad \Rightarrow \quad y = Ae^{x^2}

4. Convergence test (ratio test)

Does the series converge?

n=0xnn!\sum_{n=0}^{\infty} \frac{x^n}{n!} L=limnxn+1/(n+1)!xn/n!=limnxn+1=0<1L = \lim_{n \to \infty} \frac{|x|^{n+1}/(n+1)!}{|x|^n/n!} = \lim_{n \to \infty} \frac{|x|}{n+1} = 0 \lt 1

Converges for all x. This is the series for e to the x.

Calculus 2 skills show up everywhere:

  • Computing areas, volumes, and accumulated quantities in engineering
  • Modeling continuous change with differential equations in physics and biology
  • Approximating complex functions with series in game engines and scientific computing
  • Analyzing convergence in numerical methods and machine learning
Integration by parts reverses
The shell method formula when rotating around the y-axis is
An improper integral converges if
The average value of $f(x)$ on $[a, b]$ equals
A separable DE $\frac{dy}{dx} = f(x)g(y)$ is solved by
The alternating series test requires the terms $a_n$ to be
A power series converges when
The Maclaurin series for $e^x$ is
Taylor series approximate functions with
The p-series $\sum 1/n^p$ converges when
When curves cross in an area problem, you should
The integrating factor for $\frac{dy}{dx} + P(x)y = Q(x)$ is
For trig substitution with $\sqrt{a^2 - x^2}$, use
A series converges absolutely if
The ratio test is especially useful for series with
The Lagrange remainder bounds
The harmonic series $\sum 1/n$
The disk method formula for volumes is
The Maclaurin series for $\sin x$ contains only
After Calculus 2, you should feel confident with