Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Reduction formulas are shortcuts that turn a difficult integral into a simpler integral of the same family. They are especially useful when an integrand contains a power such as sin^n x, cos^n x, x^n e^x, or powers of logarithms. Instead of starting from scratch each time, a reduction formula lets you step down from a large exponent to a smaller one.

This makes long integration problems more organized and less error prone.

Most reduction formulas come from integration by parts, which rewrites an integral using a product of two functions. The key idea is to choose u and dv so that the new integral has a lower power or a simpler form than the original. For example, I_n = ∫sin^n x dx can be related to I_{n - 2}, so each step reduces the exponent by 2.

After repeated steps, the process ends at a basic integral such as I_0 = ∫1 dx = x or I_1 = ∫sin x dx = -cos x.

Understanding Calculus: Reduction Formulas

A recursive integral is best understood as a chain with a stopping point. Each link gives an answer in terms of an earlier link, but it is not a finished answer by itself. The starting value depends on whether the exponent is even or odd.

Powers of sine usually decrease by two, so an even exponent eventually reaches the integral of one. An odd exponent eventually reaches the integral of sine.

The same pattern holds for cosine. Keeping track of even and odd powers from the beginning prevents students from choosing the wrong final result.

The reduction for a sine power has a clear reason behind it. One factor of sine is separated from the remaining power. The remaining sine power is differentiated, while the single sine factor is integrated.

This creates a cosine factor. A trigonometric identity then changes cosine squared into one minus sine squared. That replacement produces one integral with the original power and another with a lower power.

Moving the original integral to the other side leaves a formula that steps downward. This is why the decrease is two rather than one. It is not an arbitrary pattern to memorize.

Other families reduce in different ways because differentiation changes them differently. For a power of x multiplied by exponential e to the x, differentiating the power lowers its exponent by one. The exponential stays essentially unchanged when integrated or differentiated.

Repeating the process therefore creates a finite list of terms containing exponential e to the x. The signs alternate because each use of the product rule reversal subtracts a new integral. Powers of logarithms work similarly, though the companion factor often becomes a power of x.

Before applying any formula, identify which part becomes simpler when differentiated. That choice explains the direction of the recurrence.

Reduction formulas appear when finding average values over cycles, computing areas under repeated wave shapes, and solving probability problems with bell-shaped or trigonometric distributions. In physics, powers of sine and cosine occur when resolving motion into components or averaging quantities over an oscillation. Definite integrals need extra care.

A recurrence may contain boundary terms that vanish at special endpoints, which can make the calculation much shorter. For indefinite integrals, every step represents a family of antiderivatives.

Students usually write one constant only after the chain reaches its base case, since separate constants at intermediate steps combine into one final constant. Check the final result by differentiating it, especially after several recursive substitutions.

Key Facts

  • Integration by parts: ∫u dv = uv - ∫v du.
  • A reduction formula expresses I_n in terms of I_{n - 1}, I_{n - 2}, or another simpler related integral.
  • For I_n = ∫sin^n x dx, one reduction formula is I_n = -sin^{n - 1} x cos x / n + ((n - 1) / n) I_{n - 2}.
  • For J_n = ∫cos^n x dx, one reduction formula is J_n = sin x cos^{n - 1} x / n + ((n - 1) / n) J_{n - 2}.
  • For K_n = ∫x^n e^x dx, one reduction formula is K_n = x^n e^x - nK_{n - 1}.
  • A complete answer must continue the recurrence until it reaches a base case and then include the constant of integration C.
  • vocabulary):ERROR

Vocabulary

Common Mistakes to Avoid

Practice Questions