integration tutorial: analysis

Consider the integral
int cos(y)3 dy
This is an indefinite integral, so we need to find the most general antiderivative of the integrand f(y).
To find an antiderivative of f(y), we go through our list of integration methods:
  1. Recognize elementary antiderivatives
  2. Rewrite the integrand to make it easier
  3. Use substitution to reverse the chain rule or simplify the integrand
  4. Use integration by parts
  5. Use inspection to see the value of a definite integral
to find one that works for this integrand. In this case, only one method is appropriate. We can rewrite the integrand: split the sine to the third into sine squared (which by basic trigonometry equals one minus cosine squared) and sine to the first to give an expression that is more easily integrable. This is shown below.
Rewriting:
Split the sine to the third into sine squared (which by basic trigonometry equals one minus cosine squared) and sine to the first to rewrite the integral:
cos(y)3 = (1-sin(y)2)cos(y).
Thus,
int cos(y)3 dy =int(1-sin(y)2)cos(y)dy
which can be evaluated using substitution, to obtain
int(1-sin(y)2)cos(y)dy = (sin(y) - (1/3)sin(y)3) + C.

Explanation for rewritten term(s)
Substitution
Let w = sin(y). Then w' = cos(y), so dw = cos(y) dy. The integral can therefore be rewritten as
int (1-sin(y)2)cos(y) dy = int 1 - w2 dw = w - (1/3)w3 + C
Thus, substituting back for w,
int (1-sin(y)2)cos(y) dy = sin(y) - (1/3)sin(y)3 + C

[ ]
integration analysis
Last Modified: Wed Feb 6 13:53:59 EST 2002
Comments to glarose@umich.edu
©2002 Gavin LaRose, UM Math Dept.