What Does Calc 2 Cover? Integrals, Series & More

Calculus 2 (often listed as Calc II or Calculus II) covers three major areas: advanced integration techniques, infinite sequences and series, and an introduction to parametric and polar coordinate systems. It picks up where Calculus 1 leaves off, assuming you already understand limits, derivatives, and basic integration including u-substitution. Most university programs treat it as the bridge between single-variable calculus and the multivariable calculus of Calc 3.

Integration Techniques

The largest chunk of Calc 2, especially early in the semester, is learning new ways to solve integrals that basic substitution can’t handle. In Calc 1, you learned to find antiderivatives of straightforward functions. Calc 2 gives you a full toolkit for tackling more complex ones.

The main techniques you’ll learn are:

  • Integration by parts: Used when the integrand is a product of two different types of functions, like x times a sine function. It’s essentially the reverse of the product rule for derivatives.
  • Trigonometric integrals: Methods for integrating products and powers of sine, cosine, tangent, and other trig functions.
  • Trigonometric substitution: A technique where you replace a variable with a trig expression to simplify integrals involving square roots.
  • Partial fractions: A way to break apart complicated rational expressions (fractions with polynomials) into simpler pieces that are easier to integrate individually.
  • Improper integrals: Integrals where one of the limits is infinity, or where the function has a vertical asymptote in the interval. You’ll learn to determine whether these integrals produce a finite value (converge) or blow up to infinity (diverge).

Expect to spend several weeks on these methods. A significant part of the challenge is recognizing which technique to use on a given problem, so most courses include a “strategy for integration” section where you practice identifying the right approach.

Applications of Integration

Calc 2 expands on the area-under-a-curve idea from Calc 1 and applies integration to geometry and physics problems. The standard geometric applications include finding the area between two curves, computing volumes of three-dimensional solids, and calculating arc length (the actual distance along a curve).

For volumes, you’ll typically learn two methods. The disk/washer method slices a solid into thin circular cross-sections and adds up their volumes. The shell method wraps thin cylindrical shells around an axis instead. Both give the same answer, but one is often easier than the other depending on the shape.

Physics applications vary by university, but commonly include calculating the work done by a variable force (like pumping water out of a tank), finding the center of mass of a flat object, and computing hydrostatic pressure and force on a submerged surface. These problems translate real physical situations into integrals. For hydrostatic force, for instance, you’d set up an integral that accounts for how water pressure increases with depth, then use it to find the total force on a dam wall or plate.

Infinite Sequences and Series

This is the topic that gives Calc 2 its reputation as one of the harder courses in the calculus sequence. A sequence is an ordered list of numbers following a pattern, and a series is what you get when you add up the terms of a sequence. The central question is: if you keep adding terms forever, does the sum approach a finite number, or does it grow without bound?

You’ll learn a battery of convergence tests to answer that question:

  • Integral test: Connects series to improper integrals. If you can match a series to a continuous, positive, decreasing function, the series converges only if the corresponding integral does.
  • Comparison test: If every term of your series is smaller than the corresponding term of a known convergent series, yours converges too. The reverse logic works for divergence.
  • Limit comparison test: A more flexible version of the comparison test. Instead of needing term-by-term inequality, you take the ratio of the two series’ terms and check whether it approaches a positive, finite number.
  • Ratio test: Looks at the ratio of consecutive terms. If that ratio approaches a value less than 1, the series converges. Greater than 1, it diverges.
  • Root test: Similar to the ratio test, but takes the nth root of the nth term instead.
  • Alternating series test: Handles series whose terms alternate between positive and negative.

Knowing which test to apply is half the battle. Some problems can be solved by multiple tests, but often one test gives a clear answer while others are inconclusive. Courses typically dedicate a full lecture to strategy for choosing the right test.

Power Series and Taylor Series

Power series take the idea of infinite series and make it genuinely useful. A power series represents a function as an infinite sum of terms involving increasing powers of x. The goal is to express complicated functions (exponentials, trig functions, logarithms) as long polynomials that you can manipulate more easily.

A Taylor series builds this polynomial approximation around a specific point. Each term in the series uses a higher-order derivative of the original function at that point, divided by the corresponding factorial, multiplied by a power of the distance from that point. When the expansion is centered at zero, it’s called a Maclaurin series. You’ll memorize the Maclaurin series for common functions like e^x, sin(x), and cos(x), and learn to derive others.

A key concept here is the remainder, or error term. Taylor’s theorem lets you bound how far off your approximation is when you use only a finite number of terms. This matters in practice because engineers and scientists routinely use Taylor polynomials to approximate calculations, and they need to know how accurate the result is. You’ll also learn about the radius and interval of convergence, which tells you for which values of x the series actually works as a valid representation of the function.

Parametric Equations and Polar Coordinates

Near the end of the course, most Calc 2 syllabi introduce two alternative ways of describing curves that go beyond the standard y = f(x) format.

Parametric equations define both x and y as separate functions of a third variable, usually called t. This lets you describe paths where a single y-value might correspond to multiple x-values, like the trajectory of a projectile or the outline of a loop. You’ll learn to find slopes (tangents) and areas using parametric equations.

Polar coordinates replace the usual x-y grid with a system based on distance from the origin and angle. Some curves, like spirals and rose-shaped graphs, are dramatically simpler to describe in polar form. You’ll practice converting between coordinate systems, graphing polar curves, and computing areas enclosed by polar curves using integration.

Some programs also include a brief introduction to differential equations at the end of Calc 2, covering separable and first-order linear equations. This varies by school, though, and many programs save differential equations for a dedicated course.

What You Need Before Starting

Calc 2 assumes solid command of everything from Calc 1: limits, derivatives (including chain rule, product rule, and quotient rule), and basic integration with u-substitution. Beyond that, your algebra and trigonometry skills need to be sharp. You’ll constantly factor polynomials, simplify rational expressions, work with exponents and logarithms, and solve trig equations. Weak trig skills in particular will slow you down, since several integration techniques rely heavily on trig identities.

How Calc 2 Fits Into the Sequence

Calc 2 is entirely single-variable. You’re still working with functions of one input. Calculus 3 is where multivariable calculus begins, with topics like partial derivatives, double and triple integrals, and vector calculus (gradient, curl, divergence). The series and parametric/polar material from Calc 2 doesn’t come back heavily in Calc 3, but the integration techniques do. Strong integration skills from Calc 2 make the multiple integrals in Calc 3 much more manageable.