Integration Review Sheet: N X n+1 1 X X X X 1 Lna X
Integration Review Sheet: N X n+1 1 X X X X 1 Lna X
1
x
ex dx = ex + C
ax dx =
sin x dx = cos x + C
cos x dx = sin x + C
sec2 x dx = tan x + C
csc2 x dx = cot x + C
tan x dx = ln | sec x| + C
cot x dx = ln | sin x| + C
1
1+x2
1
1x2
xn dx =
R
R
+ C (n 6= 1)
dx = arctan x + C
dx = ln |x| + C
1 x
a
ln a
+C
dx = arcsin x + C
Like before, its still okay if were off by a constant factor. Also, note that once we convert to
our new variable and find our new bounds, we dont need to return to our original variable or
our original bounds. We may do the new integral as if the original one never existed.
As an example, suppose we want to find
e
Z
1
ln t
dt.
t
w dw.
0
This is simple enough to compute: our antiderivative is 12 w2 , so this new integral evaluates to
Z 1
1 2 1
w dw = w
2
0
0
1
1
1
= (1)2 (0)2 = .
2
2
2
4. Integration By Parts (Indefinite Integrals)
Suppose we have an integral that involves Rthe product of two functions. If we can identify
functions f and g and write the integral as f (x)g 0 (x)dx, then we have that
Z
Z
0
f (x)g (x)dx = f (x)g(x) f 0 (x)g(x)dx.
If we use the notation u = f (x) and v = g(x), then we have du = f 0 (x)dx and dv = g 0 (x)dx,
and the above equation may be written as
Z
Z
u dv = uv v du.
In this fashion, we need only identify u and dv in order to compute the integral. Its worth
noting that the first choice of u and dv may not be the correct one. Make sure that when you
choose dv, you should be able to (fairly) easily compute v, and that the new integral you get is
less complicated than the first one.
This is the same formula as in the indefinite case, with two alterations. First of all, both integrals
shown are definite and have the same bounds. Secondly, the product f (x)g(x) is followed by the
vertical bar |ba , which means that we evaluate first at b, and then subtract off what we get by
evaluating at a. This is exactly the same notation that weve been using for definite integrals in
the past. If we wanted, we could write this as f (b)g(b) f (a)g(a) instead of f (x)g(x)|ba ; either
one is correct.
As an example, suppose that we want to evaluate the definite integral
Z 1
wew dw.
0
We choose u = w and dv = ew dw, which gives us du = dw and v = ew . The formula then tells
us that
Z 1
1 Z 1
w
w
we dw = we
ew dw.
0
= e (e1 e0 ) = e e + 1 = 1.
So we conclude that
R1
0
wew dw = 1.