Reduction Formulas

While the standard techniques of using trigonometric identities to assist in the integration of trigonometric integrands work just fine, they can be tedious to apply, especially for higher powers of the trigonometric functions.

For instance, would you want to integrate this integral using those techniques?

$$\int \sin^{17}(x)cos^{11}(x) dx$$

No, of course not. It would be extraordinarily tedious. For this reason, Reduction Formulas have been developed.

What Is a Reduction Formula?

A Reduction Formula is essentially an algorithm which can be applied to certain patterns of functions within an integrand, in order to integrate it.

They are very useful (if you can memorize them) for trigonometric integrals, but there are other types of integrals for which reduction formulas exist, also.

Reduction Formulas

Assume $n$ is a positive integer.

1. $$\int sin^n(x) dx = -\frac{sin^{n-1}(x)\cos(x)}{n} + \frac{n-1}{n} \int \sin^{n-2}(x) dx$$

2. $$\int cos^n(x) dx = \frac{\cos^{n-1}(x)\sin(x)}{n} + \frac{n-1}{n} \int \cos^{n-2}(x) dx$$

3. $$\int \tan^n(x) dx = \frac{tan^{n-1}(x)}{n-1} - \int tan^{n-2}(x) dx, \quad n \ne 1$$

4. $$\int \sec^n(x) dx = \frac{sec^{n-2}(x)\tan(x)}{n-1} + \frac{n-2}{n-1} \int \sec^{n-2}(x) dx, \quad n \ne 1$$


In [ ]: