integration tutorial: analysis

Consider the integral
int 2y cos(-y) 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: use the fact that cosine is an even function to give an expression that is more easily integrable. This is shown below.
Rewriting:
Use the fact that cosine is an even function to rewrite the integral:
2y cos(-y) = 2y cos(y).
Thus,
int 2y cos(-y) dy =int2y cos(y)dy
which can be evaluated using integration by parts, to obtain
int2y cos(y)dy = (2 y sin(y) + 2 cos(y)) + C.

Explanation for rewritten term(s)
Integration by parts
Let u = y and v' = cos(y). Then u' = 1 and v = sin(y), so, remembering the integration by parts formula
int u v' dy = u v - int u' v dy,
we have
int 2y cos(y) dy = (y) (sin(y)) - int (1) (sin(y)) dy = 2 y sin(y) + 2 cos(y) + C.

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