Track your progress
Sign in to save your work and track your achievements
Sign In

Calculus 2 Formula Sheet: The Complete Reference Guide You Actually Need

5 min readBy Zachary Wilkerson
Calculus 2 Formula Sheet: The Complete Reference Guide You Actually Need

Calc 2 throws more formulas at you than any other course in the calculus sequence. Integration techniques, convergence tests, parametric equations, polar coordinates — there's a lot to keep straight.

I put together this reference so you have everything in one place, organized the way it actually comes up in the course. For the printable, condensed version, grab the free Calculus 2 formula sheet. What follows here is the expanded walkthrough — the formulas plus context on when and how to use them.

<!-- IMAGE: A clean, organized formula sheet layout showing Calc 2 formulas grouped by category -->

Integration Techniques

Integration by Parts

<div class="latex-block"> \int u \, dv = uv - \int v \, du </div>

Choose uu using LIATE: Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential. Pick uu from whichever category comes first.

Common cases to recognize:

  • xexdx\int x e^x \, dx — let u=xu = x, dv=exdxdv = e^x \, dx
  • lnxdx\int \ln x \, dx — let u=lnxu = \ln x, dv=dxdv = dx
  • x2exdx\int x^2 e^x \, dx — by parts twice (tabular method helps)

For exsinxdx\int e^x \sin x \, dx and excosxdx\int e^x \cos x \, dx: apply by parts twice, then solve for the original integral algebraically.

Trigonometric Integrals

Powers of sine and cosine:

  • Odd power of sinx\sin x: Save one sinx\sin x, convert rest using sin2x=1cos2x\sin^2 x = 1 - \cos^2 x, sub u=cosxu = \cos x
  • Odd power of cosx\cos x: Save one cosx\cos x, convert using cos2x=1sin2x\cos^2 x = 1 - \sin^2 x, sub u=sinxu = \sin x
  • Both powers even: Use half-angle identities:

sin2x=1cos2x2,cos2x=1+cos2x2\sin^2 x = \frac{1 - \cos 2x}{2}, \quad \cos^2 x = \frac{1 + \cos 2x}{2}

Trigonometric Substitution

ExpressionSubstitutionIdentity
a2x2\sqrt{a^2 - x^2}x=asinθx = a \sin\theta1sin2θ=cos2θ1 - \sin^2\theta = \cos^2\theta
a2+x2\sqrt{a^2 + x^2}x=atanθx = a \tan\theta1+tan2θ=sec2θ1 + \tan^2\theta = \sec^2\theta
x2a2\sqrt{x^2 - a^2}x=asecθx = a \sec\thetasec2θ1=tan2θ\sec^2\theta - 1 = \tan^2\theta

Don't forget to convert back to xx at the end — draw the reference triangle.

Partial Fractions

For P(x)Q(x)\frac{P(x)}{Q(x)} where deg(P)<deg(Q)\deg(P) < \deg(Q):

  • Distinct linear: Axa+Bxb\frac{A}{x-a} + \frac{B}{x-b}
  • Repeated linear: Axa+B(xa)2\frac{A}{x-a} + \frac{B}{(x-a)^2}
  • Irreducible quadratic: Ax+Bx2+bx+c\frac{Ax+B}{x^2+bx+c}

If deg(P)deg(Q)\deg(P) \geq \deg(Q), polynomial long division first.

Key Integral Formulas

<div class="latex-block"> \int \frac{1}{x^2 + a^2} \, dx = \frac{1}{a} \arctan\frac{x}{a} + C </div> <div class="latex-block"> \int \frac{1}{\sqrt{a^2 - x^2}} \, dx = \arcsin\frac{x}{a} + C </div>

secxdx=lnsecx+tanx+C\int \sec x \, dx = \ln|\sec x + \tan x| + C

cscxdx=lncscx+cotx+C\int \csc x \, dx = -\ln|\csc x + \cot x| + C

Improper Integrals

Infinite limits:

<div class="latex-block"> \int_a^{\infty} f(x) \, dx = \lim_{t \to \infty} \int_a^t f(x) \, dx </div>

p-test: 11xpdx\int_1^{\infty} \frac{1}{x^p} \, dx converges if p>1p > 1, diverges if p1p \leq 1.

<!-- IMAGE: A reference triangle diagram showing the three trig substitution cases -->

Sequences and Series

The sequences and series formula sheet has the condensed version. Here's the full breakdown.

Key Series

Geometric: n=0arn=a1r\sum_{n=0}^{\infty} ar^n = \frac{a}{1-r} for r<1|r| < 1

p-Series: 1np\sum \frac{1}{n^p} converges if p>1p > 1, diverges if p1p \leq 1

Convergence Tests Summary

TestUse WhenConclusion
DivergenceAlways check firstIf liman0\lim a_n \neq 0, diverges
GeometricSeries is arnar^nConverges if r<1\|r\| < 1
p-SeriesSeries is 1/np1/n^pConverges if p>1p > 1
Integralff is positive, continuous, decreasingSame as f(x)dx\int f(x)dx
Direct ComparisonCan bound ana_n by known seriesCompare convergence/divergence
Limit ComparisonLooks like known seriesliman/bn=L\lim a_n/b_n = L (finite, positive)
RatioFactorials, exponentialsL<1L < 1: converges, L>1L > 1: diverges
Rootnnth powersSame as ratio test criteria
Alternating SeriesAlternating signsbnb_n decreasing and limbn=0\lim b_n = 0

Standard Maclaurin Series

<div class="latex-block"> e^x = \sum_{n=0}^{\infty} \frac{x^n}{n!} </div> <div class="latex-block"> \sin x = \sum_{n=0}^{\infty} \frac{(-1)^n x^{2n+1}}{(2n+1)!} </div> <div class="latex-block"> \cos x = \sum_{n=0}^{\infty} \frac{(-1)^n x^{2n}}{(2n)!} </div> <div class="latex-block"> \frac{1}{1-x} = \sum_{n=0}^{\infty} x^n \quad (|x| < 1) </div> <div class="latex-block"> \ln(1+x) = \sum_{n=1}^{\infty} \frac{(-1)^{n+1}x^n}{n} \quad (-1 < x \leq 1) </div>

Taylor Series

<div class="latex-block"> f(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!}(x-a)^n </div>

Lagrange Error Bound: Rn(x)Mxan+1(n+1)!|R_n(x)| \leq \frac{M|x-a|^{n+1}}{(n+1)!}

Parametric Equations

For x=f(t)x = f(t), y=g(t)y = g(t):

dydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt}

d2ydx2=ddt(dydx)dxdt\frac{d^2y}{dx^2} = \frac{\frac{d}{dt}\left(\frac{dy}{dx}\right)}{\frac{dx}{dt}}

Arc length: L=ab(dxdt)2+(dydt)2dtL = \int_a^b \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2} \, dt

Polar Coordinates

x=rcosθx = r\cos\theta, y=rsinθy = r\sin\theta, r2=x2+y2r^2 = x^2 + y^2

Area: A=12αβr2dθA = \frac{1}{2}\int_\alpha^\beta r^2 \, d\theta

Arc length: L=αβr2+(drdθ)2dθL = \int_\alpha^\beta \sqrt{r^2 + \left(\frac{dr}{d\theta}\right)^2} \, d\theta

<!-- IMAGE: A polar coordinate graph with a curve and the area formula visually illustrated -->

How to Use This Reference

A formula sheet is only useful if you know when to apply each formula. My advice:

Practice with it, don't just read it. Have the sheet next to you while doing problems. Highlight the formulas you use most — those are the ones to memorize first.

Build it yourself first, then compare. Writing your own formula sheet is one of the best study activities. After you've made yours, check it against the printable Calc 2 formula sheet.

Organize by decision. Instead of "here are all the series tests," think "when I see a series, what's my first move?" That framework gets you through exams.

For additional practice, the Calculus 2 course materials cover each topic with notes and quizzes. And if the formulas make sense but you struggle applying them under pressure, that's exactly the kind of thing one-on-one tutoring can help with.

Need personalized math help?

Whether you're a student looking to improve your grades or a parent wanting to support your child's math journey, our expert tutors are here to help. Get one-on-one guidance tailored to your learning style.