- 
    Do you know the integral without thinking: 
    Example--  sec2x.  if not ... 
- 
    Is there some algebra you can do to make it a known
    integral:  Example-- (1+x)/x = 1 + 1/x. 
- 
    Is there a substitution that will work.  Note the du
    must be a factor of the integrand.  A list of good u's is below:
     
      - 
        Inside the parenthesis.   
- 
        Inside the square root. 
- 
        The exponent. 
- 
        The denominator. 
- 
        Inside the trig function. 
- 
        A simple function where its derivative is a factor. 
 A list of bad u's is below:
     
      - 
        u = x 
- 
        u = 0 
- 
        any u that is difficult to differentiate. 
 If there is no substitution, then ... 
- 
    Do you see a term of the form a2 - x2,
    a2 + x2, or x2 - a2? If so try x
    = asin(u), x = atan(u), or x = asec(u) respectively.  Example-- 
    1/(1+x2)2  If not then ...  
- 
    Do you see an inverse function or a product of two different
    kind of functions.  If so try integration by parts.  int u'v = uv
    - int vu'.  Example--  x2 sinx.  If not then ...  
- 
    Is the integrand is a product of powers of sinx and cosx. 
    If the power of either sinx or cosx is odd (2k + 1), break up that power
    into (sin2kx)(sinx) [or (cos2kx)(cosx)] and use u =
    sinx [or u = cosx].  If the powers are both even use the formulae:
     
      - 
        sin2x  =  1/2 (1 - cos(2x)) 
- 
        cos2x =  1/2 (1 + cos(2x)) 
 
- 
    If the integrand is a product of secx and tanx then 
     
      - 
        If it is sec2kx tannx, pull out a
        sec2x and convert the rest of the sec2k-2x into (1
        + tan2x)k-1  and let u = tanx. 
- 
        If it is secmx tan2k+1x, pull out
        a secx tanx, and convert the tan2kx into (sec2x -
        1)k and let u = secx. 
- 
        If the integrand if of the form tan2kx with k
        positive, convert to tan2k-2x (sec2x -1). 
        Then multiply out and continue again if necessary. 
- 
        Otherwise convert to sines and cosines. 
 If this does not work then ... 
- 
    Try Partial Fraction Decomposition.  If this still does
    not work ...  
- 
    Be creative, get tutoring (Winter
    00 Tutor Schedule), or ask your instructor GreenL@ltcc.edu