Rahul Sharma (Editor)

Integration by reduction formulae

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Integration by reduction formulae

Integration by reduction formula in integral calculus is a technique of integration, in the form of a recurrence relation. It is used when an expression containing an integer parameter, usually in the form of powers of elementary functions, or products of transcendental functions and polynomials of arbitrary degree, can't be integrated directly. But using other methods of integration a reduction formula can be set up to obtain the integral of the same or similar expression with a lower integer parameter, progressively simplifying the integral until it can be evaluated. This method of integration is one of the earliest used.

Contents

How to find the reduction formula

The reduction formula can be derived using any of the common methods of integration, like integration by substitution, integration by parts, integration by trigonometric substitution, integration by partial fractions, etc. The main idea is to express an integral involving an integer parameter (e.g. power) of a function, represented by In, in terms of an integral that involves a lower value of the parameter (lower power) of that function, for example In-1 or In-2. This makes the reduction formula a type of recurrence relation. In other words, the reduction formula expresses the integral

I n = f ( x , n ) d x ,

in terms of

I k = f ( x , k ) d x ,

where

k < n .

How to compute the integral

To compute the integral, we set n to its value and use the reduction formula to calculate the (n – 1) or (n – 2) integral. The higher index integral can be used to calculate lower index ones; the process is continued repeatedly until we reach a point where the function to be integrated can be computed, usually when its index is 0 or 1. Then we back-substitute the previous results until we have computed In.

Examples

Below are examples of the procedure.

Cosine integral

Typically, integrals like

cos n x d x ,

can be evaluated by a reduction formula.

Start by setting:

I n = cos n x d x .

Now re-write as:

I n = cos n 1 x cos x d x ,

Integrating by this substitution:

cos x d x = d ( sin x ) , I n = cos n 1 x d ( sin x ) .

Now integrating by parts:

cos n x d x = cos n 1 x sin x sin x d ( cos n 1 x ) = cos n 1 x sin x + ( n 1 ) sin x cos n 2 x sin x d x = cos n 1 x sin x + ( n 1 ) cos n 2 x sin 2 x d x = cos n 1 x sin x + ( n 1 ) cos n 2 x ( 1 cos 2 x ) d x = cos n 1 x sin x + ( n 1 ) cos n 2 x d x ( n 1 ) cos n x d x = cos n 1 x sin x + ( n 1 ) I n 2 ( n 1 ) I n ,

solving for In:

I n   + ( n 1 ) I n   = cos n 1 x sin x   +   ( n 1 ) I n 2 , n I n   = cos n 1 ( x ) sin x   + ( n 1 ) I n 2 , I n   = 1 n cos n 1 x sin x   + n 1 n I n 2 ,

so the reduction formula is:

cos n x d x   = 1 n cos n 1 x sin x + n 1 n cos n 2 x d x .

To supplement the example, the above can be used to evaluate the integral for (say) n = 5;

I 5 = cos 5 x d x .

Calculating lower indices:

n = 5 , I 5 = 1 5 cos 4 x sin x + 4 5 I 3 , n = 3 , I 3 = 1 3 cos 2 x sin x + 2 3 I 1 ,

back-substituting:

I 1   = cos x d x = sin x + C 1 , I 3   = 1 3 cos 2 x sin x + 2 3 sin x + C 2 , C 2   = 2 3 C 1 , I 5   = 1 5 cos 4 x sin x + 4 5 [ 1 3 cos 2 x sin x + 2 3 sin x ] + C ,

where C is a constant.

Exponential integral

Another typical example is:

x n e a x d x . .

Start by setting:

I n = x n e a x d x .

Integrating by substitution:

x n d x = d ( x n + 1 ) n + 1 , I n = 1 n + 1 e a x d ( x n + 1 ) ,

Now integrating by parts:

e a x d ( x n + 1 ) = x n + 1 e a x x n + 1 d ( e a x ) = x n + 1 e a x a x n + 1 e a x d x , ( n + 1 ) I n = x n + 1 e a x a I n + 1 ,

shifting indices back by 1 (so n + 1n, nn – 1):

n I n 1 = x n e a x a I n ,

solving for In:

I n = 1 a ( x n e a x n I n 1 ) ,

so the reduction formula is:

x n e a x d x = 1 a ( x n e a x n x n 1 e a x d x ) .

Rational functions

The following integrals contain:

  • Factors of the linear radical a x + b
  • Linear factors p x + q and the linear radical a x + b
  • Quadratic factors x 2 + a 2
  • Quadratic factors x 2 a 2 , for x > a
  • Quadratic factors a 2 x 2 , for x < a
  • (Irreducible) quadratic factors a x 2 + b x + c
  • Radicals of irreducible quadratic factors a x 2 + b x + c
  • note that by the laws of indices:

    I n + 1 2 = I 2 n + 1 2 = 1 ( a x 2 + b x + c ) 2 n + 1 2 d x = 1 ( a x 2 + b x + c ) 2 n + 1 d x

    Transcendental functions

    The following integrals contain:

  • Factors of sine
  • Factors of cosine
  • Factors of sine and cosine products and quotients
  • Products/quotients of exponential factors and powers of x
  • Products of exponential and sine/cosine factors
  • References

    Integration by reduction formulae Wikipedia