integration tutorial: analysis

Consider the integral
int 2q sqrt(q2 + 3) dq
This is an indefinite integral, so we need to find the most general antiderivative of the integrand f(q).
To find an antiderivative of f(q), 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 use substitution to rewrite the integrand in terms of w = q2 + 3. This is shown below.
Substitution:
Let w = q2 + 3. Then w' = 2q, so dw = 2q dq. The integral can therefore be rewritten as
int 2q sqrt(q2 + 3) dq = int w1/2 dw = (2/3) w3/2 + C
Thus, substituting back for w,
int 2q sqrt(q2 + 3) dq = (2/3) (q2 + 3)3/2 + C
[ ]
integration analysis
Last Modified: Wed Feb 6 13:53:59 EST 2002
Comments to glarose@umich.edu
©2002 Gavin LaRose, UM Math Dept.