You are on page 1of 213

CALCULUS I

Integrals

Paul Dawkins
Calculus I

Table of Contents

Preface............................................................................................................................................. ii
Integrals .......................................................................................................................................... 2
Introduction ................................................................................................................................................ 3
Indefinite Integrals ..................................................................................................................................... 4
Computing Indefinite Integrals ................................................................................................................ 10
Substitution Rule for Indefinite Integrals ................................................................................................. 20
More Substitution Rule ............................................................................................................................ 33
Area Problem ........................................................................................................................................... 46
The Definition of the Definite Integral ..................................................................................................... 56
Computing Definite Integrals ................................................................................................................... 66
Substitution Rule for Definite Integrals ................................................................................................... 78

© 2007 Paul Dawkins i http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Preface

Here are my online notes for my Calculus I course that I teach here at Lamar University. Despite
the fact that these are my “class notes”, they should be accessible to anyone wanting to learn
Calculus I or needing a refresher in some of the early topics in calculus.

I’ve tried to make these notes as self contained as possible and so all the information needed to
read through them is either from an Algebra or Trig class or contained in other sections of the
notes.

Here are a couple of warnings to my students who may be here to get a copy of what happened on
a day that you missed.

1. Because I wanted to make this a fairly complete set of notes for anyone wanting to learn
calculus I have included some material that I do not usually have time to cover in class
and because this changes from semester to semester it is not noted here. You will need to
find one of your fellow class mates to see if there is something in these notes that wasn’t
covered in class.

2. Because I want these notes to provide some more examples for you to read through, I
don’t always work the same problems in class as those given in the notes. Likewise, even
if I do work some of the problems in here I may work fewer problems in class than are
presented here.

3. Sometimes questions in class will lead down paths that are not covered here. I try to
anticipate as many of the questions as possible when writing these up, but the reality is
that I can’t anticipate all the questions. Sometimes a very good question gets asked in
class that leads to insights that I’ve not included here. You should always talk to
someone who was in class on the day you missed and compare these notes to their notes
and see what the differences are.

4. This is somewhat related to the previous three items, but is important enough to merit its
own item. THESE NOTES ARE NOT A SUBSTITUTE FOR ATTENDING CLASS!!
Using these notes as a substitute for class is liable to get you in trouble. As already noted
not everything in these notes is covered in class and often material or insights not in these
notes is covered in class.

Integrals

© 2007 Paul Dawkins ii http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Introduction
In this chapter we will be looking at integrals. Integrals are the third and final major topic that
will be covered in this class. As with derivatives this chapter will be devoted almost exclusively
to finding and computing integrals. Applications will be given in the following chapter. There
are really two types of integrals that we’ll be looking at in this chapter : Indefinite Integrals and
Definite Integrals. The first half of this chapter is devoted to indefinite integrals and the last half
is devoted to definite integrals. As we will see in the last half of the chapter if we don’t know
indefinite integrals we will not be able to do definite integrals.

Here is a quick listing of the material that is in this chapter.

Indefinite Integrals – In this section we will start with the definition of indefinite integral. This
section will be devoted mostly to the definition and properties of indefinite integrals.

Computing Indefinite Integrals – In this section we will compute some indefinite integrals and
take a look at a quick application of indefinite integrals.

Substitution Rule for Indefinite Integrals – Here we will look at the Substitution Rule as it
applies to indefinite integrals. Many of the integrals that we’ll be doing later on in the course and
in later courses will require use of the substitution rule.

More Substitution Rule – Even more substitution rule problems.

Area Problem – In this section we start off with the motivation for definite integrals and give
one of the interpretations of definite integrals.

Definition of the Definite Integral – We will formally define the definite integral in this section
and give many of its properties. We will also take a look at the first part of the Fundamental
Theorem of Calculus.

Computing Definite Integrals – We will take a look at the second part of the Fundamental
Theorem of Calculus in this section and start to compute definite integrals.

Substitution Rule for Definite Integrals – In this section we will revisit the substitution rule as
it applies to definite integrals.

© 2007 Paul Dawkins 3 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Indefinite Integrals
In the past two chapters we’ve been given a function, f ( x ) , and asking what the derivative of
this function was. Starting with this section we are now going to turn things around. We now
want to ask what function we differentiated to get the function f ( x ) .

Let’s take a quick look at an example to get us started.

Example 1 What function did we differentiate to get the following function.


f ( x ) = x 4 + 3x - 9
Solution
Let’s actually start by getting the derivative of this function to help us see how we’re going to
have to approach this problem. The derivative of this function is,

f ¢ ( x ) = 4 x3 + 3

The point of this was to remind us of how differentiation works. When differentiating powers of
x we multiply the term by the original exponent and then drop the exponent by one.

Now, let’s go back and work the problem. In fact let’s just start with the first term. We got x4 by
differentiating a function and since we drop the exponent by one it looks like we must have
differentiated x5. However, if we had differentiated x5 we would have 5x4 and we don’t have a 5
in front our first term, so the 5 needs to cancel out after we’ve differentiated. It looks then like
1 5
we would have to differentiate x in order to get x4.
5

Likewise for the second term, in order to get 3x after differentiating we would have to
3 2
differentiate x . Again, the fraction is there to cancel out the 2 we pick up in the
2
differentiation.

The third term is just a constant and we know that if we differentiate x we get 1. So, it looks like
we had to differentiate -9x to get the last term.

Putting all of this together gives the following function,


1 5 3 2
F ( x) = x + x - 9x
5 2

Our answer is easy enough to check. Simply differentiate F ( x ) .


F ¢ ( x ) = x 4 + 3x - 9 = f ( x )

© 2007 Paul Dawkins 4 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

So, it looks like we got the correct function. Or did we? We know that the derivative of a
constant is zero and so any of the following will also give f ( x ) upon differentiating.

1 5 3 2
F ( x) = x + x - 9 x + 10
5 2
1 5 3 2
F ( x ) = x + x - 9 x - 1954
5 2
1 3 3469
F ( x ) = x5 + x 2 - 9 x +
5 2 123
etc.

In fact, any function of the form,


1 5 3 2
F ( x) = x + x - 9 x + c, c is a constant
5 2

will give f ( x ) upon differentiating.

There were two points to this last example. The first point was to get you thinking about how to
do these problems. It is important initially to remember that we are really just asking what we
differentiated to get the given function.

The other point is to recognize that there are actually an infinite number of functions that we
could use and they will all differ by a constant.

Now that we’ve worked an example let’s get some of the definitions and terminology out of the
way.

Definitions
Given a function, f ( x ) , an anti-derivative of f ( x ) is any function F ( x ) such that
F ¢( x) = f ( x)

If F ( x ) is any anti-derivative of f ( x ) then the most general anti-derivative of f ( x ) is called


an indefinite integral and denoted,

ò f ( x ) dx = F ( x ) + c, c is any constant

In this definition the ò is called the integral symbol, f ( x ) is called the integrand, x is called
the integration variable and the “c” is called the constant of integration.

© 2007 Paul Dawkins 5 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Note that often we will just say integral instead of indefinite integral (or definite integral for that
matter when we get to those). It will be clear from the context of the problem that we are talking
about an indefinite integral (or definite integral).

The process of finding the indefinite integral is called integration or integrating f(x). If we
need to be specific about the integration variable we will say that we are integrating f(x) with
respect to x.

Let’s rework the first problem in light of the new terminology.

Example 2 Evaluate the following indefinite integral.

òx + 3 x - 9 dx
4

Solution
Since this is really asking for the most general anti-derivative we just need to reuse the final
answer from the first example.

The indefinite integral is,


1 5 3 2
òx + 3x - 9 dx = x + x - 9x + c
4

5 2

A couple of warnings are now in order. One of the more common mistakes that students make
with integrals (both indefinite and definite) is to drop the dx at the end of the integral. This is
required! Think of the integral sign and the dx as a set of parentheses. You already know and are
probably quite comfortable with the idea that every time you open a parenthesis you must close it.
With integrals, think of the integral sign as an “open parenthesis” and the dx as a “close
parenthesis”.

If you drop the dx it won’t be clear where the integrand ends. Consider the following variations
of the above example.
1 5 3 2
òx + 3x - 9 dx =
x + x - 9x + c
4

5 2
1 5 3 2
ò x + 3x dx - 9 = 5 x + 2 x + c - 9
4

1 5
ò x dx + 3x - 9 = 5 x + c + 3x - 9
4

You only integrate what is between the integral sign and the dx. Each of the above integrals end
in a different place and so we get different answers because we integrate a different number of
terms each time. In the second integral the “-9” is outside the integral and so is left alone and not
integrated. Likewise, in the third integral the “ 3 x - 9 ” is outside the integral and so is left alone.

© 2007 Paul Dawkins 6 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Knowing which terms to integrate is not the only reason for writing the dx down. In the
Substitution Rule section we will actually be working with the dx in the problem and if we aren’t
in the habit of writing it down it will be easy to forget about it and then we will get the wrong
answer at that stage.

The moral of this is to make sure and put in the dx! At this stage it may seem like a silly thing to
do, but it just needs to be there, if for no other reason than knowing where the integral stops.

On a side note, the dx notation should seem a little familiar to you. We saw things like this a
couple of sections ago. We called the dx a differential in that section and yes that is exactly what
it is. The dx that ends the integral is nothing more than a differential.

The next topic that we should discuss here is the integration variable used in the integral.
Actually there isn’t really a lot to discuss here other than to note that the integration variable
doesn’t really matter. For instance,

1 5 3 2
òx + 3 x - 9 dx =
x + x - 9x + c
4

5 2
1 5 3 2
ò t + 3t - 9 dt = 5 t + 2 t - 9t + c
4

1 5 3 2
ò w + 3w - 9 dw = 5 w + 2 w - 9w + c
4

Changing the integration variable in the integral simply changes the variable in the answer. It is
important to notice however that when we change the integration variable in the integral we also
changed the differential (dx, dt, or dw) to match the new variable. This is more important that we
might realize at this point.

Another use of the differential at the end of integral is to tell us what variable we are integrating
with respect to. At this stage that may seem unimportant since most of the integrals that we’re
going to be working with here will only involve a single variable. However, if you are on a
degree track that will take you into multi-variable calculus this will be very important at that stage
since there will be more than one variable in the problem. You need to get into the habit of
writing the correct differential at the end of the integral so when it becomes important in those
classes you will already be in the habit of writing it down.

To see why this is important take a look at the following two integrals.

ò 2 x dx ò 2t dx
The first integral is simple enough.

ò 2x dx = x +c
2

© 2007 Paul Dawkins 7 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

The second integral is also fairly simple, but we need to be careful. The dx tells us that we are
integrating x’s. That means that we only integrate x’s that are in the integrand and all other
variables in the integrand are considered to be constants. The second integral is then,

ò 2t dx = 2tx + c
So, it may seem silly to always put in the dx, but it is a vital bit of notation that can cause us to get
the incorrect answer if we neglect to put it in.

Now, there are some important properties of integrals that we should take a look at.

Properties of the Indefinite Integral


1. ò k f ( x ) dx = k ò f ( x ) dx where k is any number. So, we can factor multiplicative
constants out of indefinite integrals.

See the Proof of Various Integral Formulas section of the Extras chapter to see the proof of
this property.

2. ò - f ( x ) dx = -ò f ( x ) dx . This is really the first property with k = -1 and so no proof of


this property will be given.

3. ò f ( x ) ± g ( x ) dx = ò f ( x ) dx ± ò g ( x ) dx . In other words, the integral of a sum or


difference of functions is the sum or difference of the individual integrals. This rule can be
extended to as many functions as we need.

See the Proof of Various Integral Formulas section of the Extras chapter to see the proof of
this property.

Notice that when we worked the first example above we used the first and third property in the
discussion. We integrated each term individually, put any constants back in and then put
everything back together with the appropriate sign.

Not listed in the properties above were integrals of products and quotients. The reason for this is
simple. Just like with derivatives each of the following will NOT work.

ó f ( x) ò f ( x ) dx
ò f ( x ) g ( x ) dx ¹ ò f ( x ) dx ò g ( x ) dx ô g x dx ¹
õ ( ) ò g ( x ) dx
With derivatives we had a product rule and a quotient rule to deal with these cases. However,
with integrals there are no such rules. When faced with a product and quotient in an integral we
will have a variety of ways of dealing with it depending on just what the integrand is.

© 2007 Paul Dawkins 8 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

There is one final topic to be discussed briefly in this section. On occasion we will be given
f ¢ ( x ) and will ask what f ( x ) was. We can now answer this question easily with an indefinite
integral.
f ( x ) = ò f ¢ ( x ) dx

Example 3 If f ¢ ( x ) = x 4 + 3x - 9 what was f ( x ) ?

Solution
By this point in this section this is a simple question to answer.
1 5 3 2
f ( x ) = ò f ¢ ( x ) dx = ò x 4 + 3 x - 9 dx = x + x - 9x + c
5 2

In this section we kept evaluating the same indefinite integral in all of our examples. The point of
this section was not to do indefinite integrals, but instead to get us familiar with the notation and
some of the basic ideas and properties of indefinite integrals. The next couple of sections are
devoted to actually evaluating indefinite integrals.

© 2007 Paul Dawkins 9 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Computing Indefinite Integrals


In the previous section we started looking at indefinite integrals and in that section we
concentrated almost exclusively on notation, concepts and properties of the indefinite integral. In
this section we need to start thinking about how we actually compute indefinite integrals. We’ll
start off with some of the basic indefinite integrals.

The first integral that we’ll look at is the integral of a power of x.

x n +1
ò x dx = n + 1 + c, n ¹ -1
n

The general rule when integrating a power of x we add one onto the exponent and then divide by
the new exponent. It is clear (hopefully) that we will need to avoid n = -1 in this formula. If we
allow n = -1 in this formula we will end up with division by zero. We will take care of this case
in a bit.

Next is one of the easier integrals but always seems to cause problems for people.

ò k dx = kx + c, c and k are constants


If you remember that all we’re asking is what did we differentiate to get the integrand this is
pretty simple, but it does seem to cause problems on occasion.

Let’s now take a look at the trig functions.

ò sin x dx = - cos x + c ò cos x dx = sin x + c


ò sec x dx = tan x + c ò sec x tan x dx = sec x + c
2

ò csc x dx = - cot x + c ò csc x cot x dx = - csc x + c


2

Notice that we only integrated two of the six trig functions here. The remaining four integrals are
really integrals that give the remaining four trig functions. Also, be careful with signs here. It is
easy to get the signs for derivatives and integrals mixed up. Again, remember that we’re asking
what function we differentiated to get the integrand.

We will be able to integrate the remaining four trig functions in a couple of sections, but they all
require the Substitution Rule.

Now, let’s take care of exponential and logarithm functions.

ax ó 1 dx = x -1 dx = ln x + c
ò e dx = e + c ò a dx = +c ò
x x x
ô
ln a õx

© 2007 Paul Dawkins 10 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Integrating logarithms requires a topic that is usually taught in Calculus II and so we won’t be
integrating a logarithm in this class. Also note the third integrand can be written in a couple of
ways and don’t forget the absolute value bars in the x in the answer to the third integral.

Finally, let’s take care of the inverse trig and hyperbolic functions.

ó 1 dx = tan -1 x + c ó 1
ô 2 ô dx = sin -1 x + c
õ x +1 õ 1- x 2

ò sinh x dx = cosh x + c ò cosh x dx = sinh x + c


ò sech x dx = tanh x + c ò sech x tanh x dx = - sech x + c
2

ò csch x dx = - coth x + c ò csch x coth x dx = - csch x + c


2

As with logarithms integrating inverse trig functions requires a topic usually taught in Calculus II
and so we won’t be integrating them in this class. There is also a different answer for the second
integral above. Recalling that since all we are asking here is what function did we differentiate to
get the integrand the second integral could also be,
ó 1
ô dx = - cos -1 x + c
õ 1- x 2

Traditionally we use the first form of this integral.

Okay, now that we’ve got most of the basic integrals out of the way let’s do some indefinite
integrals. In all of these problems remember that we can always check our answer by
differentiating and making sure that we get the integrand.

Example 1 Evaluate each of the following indefinite integrals.


(a) ò 5t 3 - 10t -6 + 4 dt [Solution]

òx + x -8 dx [Solution]
8
(b)
ó 7 1
(c) ô 3 4 x 3 + 5
+ dx [Solution]
õ x 6 x
(d) ò dy [Solution]
(e) ò ( w + w ) ( 4 - w ) dw
3 2
[Solution]

ó 4 x - 2 x + 15 x dx [Solution]
10 4 2
(f) ô
õ x3
Solution
Okay, in all of these remember the basic rules of indefinite integrals. First, to integrate sums and
differences all we really do is integrate the individual terms and then put the terms back together

© 2007 Paul Dawkins 11 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

with the appropriate signs. Next, we can ignore any coefficients until we are done with
integrating that particular term and then put the coefficient back in. Also, do not forget the “+c”
at the end it is important and must be there.

So, let’s evaluate some integrals.

ò 5t - 10t -6 + 4 dt
3
(a)
There’s not really a whole lot to do here other than use the first two formulas from the beginning
of this section. Remember that when integrating powers (that aren’t -1 of course) we just add one
onto the exponent and then divide by the new exponent.
æ1ö æ 1 ö
ò 5t - 10t -6 + 4 dt = 5 ç ÷ t 4 - 10 ç ÷ t -5 + 4t + c
3

è4ø è -5 ø
5
= t 4 + 2t -5 + 4t + c
4

Be careful when integrating negative exponents. Remember to add one onto the exponent. One
of the more common mistakes that students make when integrating negative exponents is to “add
one” and end up with an exponent of “-7” instead of the correct exponent of “-5”.
[Return to Problems]

òx + x -8 dx
8
(b)
This is here just to make sure we get the point about integrating negative exponents.
1 9 1 -7
òx + x -8 dx = x - x +c
8

9 7
[Return to Problems]

ó 7 1
(c) ô 3 4 x 3 + 5
+ dx
õ x 6 x
In this case there isn’t a formula for explicitly dealing with radicals or rational expressions.
However, just like with derivatives we can write all these terms so they are in the numerator and
they all have an exponent. This should always be your first step when faced with this kind of
integral just as it was when differentiating.
3 1
ó 34 3 + 7 + 1 ó 3 4 + 7 -5 + 1 - 2
ô x dx = ô x x x dx
õ x5 6 x õ 6

1 74 7 -4 1 æç 1 ö÷ 12
=3 x - x + x +c
7 4 6ç 1 ÷
4 è 2ø
7 1
12 7 1
= x 4 - x -4 + x 2 + c
7 4 3

When dealing with fractional exponents we usually don’t “divide by the new exponent”. Doing

© 2007 Paul Dawkins 12 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

this is equivalent to multiplying by the reciprocal of the new exponent and so that is what we will
usually do.
[Return to Problems]

(d) ò dy
Don’t make this one harder than it is…

ò dy = ò 1dy = y + c
In this case we are really just integrating a one!
[Return to Problems]

ò (w + )
w ( 4 - w2 ) dw
3
(e)
We’ve got a product here and as we noted in the previous section there is no rule for dealing with
products. However, in this case we don’t need a rule. All that we need to do is multiply things
out (taking care of the radicals at the same time of course) and then we will be able to integrate.
1 7

ò (w + )
w ( 4 - w ) dw = ò 4w - w + 4w - w dw
3 2 3 3 3

4
1 4 3 103
= 2w - w + 3w - w + c
2 3
4 10
[Return to Problems]

ó 4 x - 2 x + 15 x dx
10 4 2
(f) ô
õ x3
As with the previous part it’s not really a problem that we don’t have a rule for quotients for this
integral. In this case all we need to do is break up the quotient and then integrate the individual
terms.

ó 4 x - 2 x + 15 x dx = ó 4 x - 2 x + 15 x dx
10 4 2 10 4 2

ô ô 3
õ x3 õ x x3 x3
15
=óô 4 x - 2 x + dx
7

õ x
1
= x8 - x 2 + 15ln x + c
2

Be careful to not think of the third term as x to a power for the purposes of integration. Using that
rule on the third term will NOT work. The third term is simply a logarithm. Also, don’t get
excited about the 15. The 15 is just a constant and so it can be factored out of the integral. In
other words, here is what we did to integrate the third term.
ó 15 dx = 15ó 1 dx = 15ln x + c
ô ô
õ x õx
[Return to Problems]

© 2007 Paul Dawkins 13 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Always remember that you can’t integrate products and quotients in the same way that we
integrate sums and differences. At this point the only way to integrate products and quotients is
to multiply the product out or break up the quotient. Eventually we’ll see some other products
and quotients that can be dealt with in other ways. However, there will never be a single rule that
will work for all products and there will never be a single rule that will work for all quotients.
Every product and quotient is different and will need to be worked on a case by case basis.

The first set of examples focused almost exclusively on powers of x (or whatever variable we
used in each example). It’s time to do some examples that involve other functions.

Example 2 Evaluate each of the following integrals.


(a) ò 3e x + 5cos x - 10sec 2 x dx [Solution]
1
(b) ó
ô 2sec w tan w + dw [Solution]
õ 6w
ó 23 9
(c) ô 2 + 6 csc y cot y + dy [Solution]
õ y +1 y
ó 3
(d) ô + 6sin x + 10sinh x dx [Solution]
õ 1 - x2
ó 7 - 6sin q dq [Solution]
2
(e) ô
õ sin 2 q

Solution
Most of the problems in this example will simply use the formulas from the beginning of this
section. More complicated problems involving most of these functions will need to wait until we
reach the Substitution Rule.

ò 3e + 5cos x - 10sec 2 x dx
x
(a)
There isn’t anything to this one other than using the formulas.

ò 3e + 5cos x - 10sec2 x dx = 3e x + 5sin x - 10 tan x + c


x

[Return to Problems]

1
(b) ó
ô 2sec w tan w + dw
õ 6w
Let’s be a little careful with this one. First break it up into two integrals and note the rewritten
integrand on the second integral.
ó 2sec w tan w + 1 dw = 2sec w tan w dw + ó 1 1 dw
ô
õ 6w ò ô
õ6w
1 1
= ò 2sec w tan w dw + óô dw
6õ w

© 2007 Paul Dawkins 14 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Rewriting the second integrand will help a little with the integration at this early stage. We can
think of the 6 in the denominator as a 1/6 out in front of the term and then since this is a constant
it can be factored out of the integral. The answer is then,
ó 2sec w tan w + 1 dw = 2sec w + 1 ln w + c
ô
õ 6w 6

Note that we didn’t factor the 2 out of the first integral as we factored the 1/6 out of the second.
In fact, we will generally not factor the 1/6 out either in later problems. It was only done here to
make sure that you could follow what we were doing.
[Return to Problems]

ó 23 9
(c) ô + 6 csc y cot y + dy
õ y +1
2
y
In this one we’ll just use the formulas from above and don’t get excited about the coefficients.
They are just multiplicative constants and so can be ignored while we integrate each term and
then once we’re done integrating a given term we simply put the coefficients back in.

ó 23 9
ô 2 + 6 csc y cot y + dy = 23 tan -1 y - 6 csc y + 9 ln y + c
õ y +1 y
[Return to Problems]
ó 3
(d) ô + 6sin x + 10sinh x dx
õ 1 - x2
Again, there really isn’t a whole lot to do with this one other than to use the appropriate formula
from above.

ó 3
ô + 6sin x + 10 sinh x dx = 3sin -1 x - 6 cos x + 10 cosh x + c
õ 1- x 2

[Return to Problems]
ó 7 - 6sin q dq
2
(e) ô
õ sin q
2

This one can be a little tricky if you aren’t ready for it. As discussed previously, at this point the
only way we have of dealing with quotients is to break it up.
ó 7 - 6sin q dq = ó 7 - 6 dq
2

ô ô 2
õ sin 2 q õ sin q
= ò 7 csc 2 q - 6 dq

Notice that upon breaking the integral up we further simplified the integrand by recalling the
definition of cosecant. With this simplification we can do the integral.
ó 7 - 6sin q dq = -7 cot q - 6q + c
2

ô
õ sin 2 q
[Return to Problems]

© 2007 Paul Dawkins 15 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

As shown in the last part of this example we can do some fairly complicated looking quotients at
this point if we remember to do simplifications when we see them. In fact, this is something that
you should always keep in mind. In almost any problem that we’re doing here don’t forget to
simplify where possible. In almost every case this can only help the problem and will rarely
complicate the problem.

In the next problem we’re going to take a look at a product and this time we’re not going to be
able to just multiply the product out. However, if we recall the comment about simplifying a
little this problem becomes fairly simple.

ó ætö ætö
Example 3 Integrate ô sin ç ÷ cos ç ÷ dt .
õ è2ø è2ø

Solution
There are several ways to do this integral and most of them require the next section. However,
there is a way to do this integral using only the material from this section. All that is required is
to remember the trig formula that we can use to simplify the integrand up a little. Recall the
following double angle formula.
sin ( 2t ) = 2sin t cos t

A small rewrite of this formula gives,


sin t cos t = 12 sin ( 2t )

If we now replace all the t’s with 2t we get,


ætö ætö 1
sin ç ÷ cos ç ÷ = sin ( t )
è2ø è2ø 2

Using this formula the integral becomes something we can do.


ó ætö ætö ó1
ô sin ç ÷ cos ç ÷ dt = ô sin ( t ) dt
õ è2ø è2ø õ2
1
= - cos ( t ) + c
2

As noted earlier there is another method for doing this integral. In fact there are two alternate
methods. To see all three check out the section on Constant of Integration in the Extras chapter
but be aware that the other two do require the material covered in the next section.

The formula/simplification in the previous problem is a nice “trick” to remember. It can be used
on occasion to greatly simplify some problems.

There is one more set of examples that we should do before moving out of this section.
© 2007 Paul Dawkins 16 http://tutorial.math.lamar.edu/terms.aspx
Calculus I

Example 4 Given the following information determine the function f ( x ) .


(a) f ¢ ( x ) = 4 x 3 - 9 + 2sin x + 7e x , f ( 0 ) = 15 [Solution]
5
(b) f ¢¢ ( x ) = 15 x + 5 x 3 + 6, f (1) = - , f ( 4 ) = 404 [Solution]
4
Solution
In both of these we will need to remember that
f ( x ) = ò f ¢ ( x ) dx
Also note that because we are giving values of the function at specific points we are also going to
be determining what the constant of integration will be in these problems.

(a) f ¢ ( x ) = 4 x 3 - 9 + 2sin x + 7e x , f ( 0 ) = 15
The first step here is to integrate to determine the most general possible f ( x ) .

f ( x ) = ò 4 x3 - 9 + 2sin x + 7e x dx
= x 4 - 9 x - 2 cos x + 7e x + c

Now we have a value of the function so let’s plug in x = 0 and determine the value of the
constant of integration c.
15 = f ( 0 ) = 04 - 9 ( 0 ) - 2 cos ( 0 ) + 7e0 + c
= -2 + 7 + c
= 5+c
So, from this it looks like c = 10 . This means that the function is,
f ( x ) = x 4 - 9 x - 2 cos x + 7e x + 10
[Return to Problems]

5
(b) f ¢¢ ( x ) = 15 x + 5 x 3 + 6, f (1) = - , f ( 4 ) = 404
4
This one is a little different form the first one. In order to get the function we will need the first
derivative and we have the second derivative. We can however, use an integral to get the first
derivative from the second derivative, just as we used an integral to get the function from the first
derivative.

So, let’s first get the most general possible first derivative.

© 2007 Paul Dawkins 17 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

f ¢ ( x ) = ò f ¢¢ ( x ) dx
1
= ò 15 x 2 + 5 x3 + 6 dx
3
æ2ö 2 5 4
= 15 ç ÷ x + x + 6 x + c
è3ø 4
3
5
= 10 x 2 + x 4 + 6 x + c
4
Don’t forget the constant of integration!

We can now find the most general possible function.


3
ó 5
f ( x ) = ô 10 x 2 + x 4 + 6 x + c dx
õ 4
5
1 5
= 4x + 2
x + 3 x 2 + cx + d
4
Do not get excited about integrating the c. It’s just a constant and we know how to integrate
constants. Also, there will be no reason to think the constants of integration from the integration
in each step will be the same and so we’ll need to call each constant of integration something
different.

Now, plug in the two values of the function that we’ve got.
5 1 29
- = f (1) = 4 + + 3 + c + d = +c+d
4 4 4
1
404 = f ( 4 ) = 4 ( 32 ) + (1024 ) + 3 (16 ) + c ( 4 ) + d = 432 + 4c + d
4

This gives us a system of two equations in two unknowns that we can solve.
5 29 13
- = +c+d c=-
4 4 Þ 2
404 = 432 + 4c + d d = -2

The function is then,


5
1 5 13
f ( x) = 4x + 2
x + 3x 2 - x - 2
4 2

Don’t remember how to solve systems? Check out the Solving Systems portion of my
Algebra/Trig Review.
[Return to Problems]

In this section we’ve started the process of integration. We’ve seen how to do quite a few basic
integrals and we also saw a quick application of integrals in the last example.

© 2007 Paul Dawkins 18 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

There are many new formulas in this section that we’ll now have to know. However, if you think
about it, they aren’t really new formulas. They are really nothing more than derivative formulas
that we should already know written in terms of integrals. If you remember that you should find
it easier to remember the formulas in this section.

Always remember that integration is asking nothing more than what function did we differentiate
to get the integrand. If you can remember that many of the basic integrals that we saw in this
section and many of the integrals in the coming sections aren’t too bad.

© 2007 Paul Dawkins 19 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Substitution Rule for Indefinite Integrals


After the last section we now know how to do the following integrals.
ó 1 dt
ò ò cos w dw òe
4 y
x dx ô 3 dy
õt

However, we can’t do the following integrals.


ó 2t 3 + 1
ò 18x 6 x + 5 dx
2 4 3
ô dt
ô 4
õ ( t + 2t )
3

óæ 1 ö
ô ç1 - ÷ cos ( w - ln w ) dw ò (8 y - 1) e
4 y2 - y
dy
õè wø

All of these look considerably more difficult than the first set. However, they aren’t too bad once
you see how to do them. Let’s start with the first one.

ò 18 x 6 x3 + 5 dx
2 4

In this case let’s notice that if we let


u = 6 x3 + 5
and we compute the differential (you remember how to compute these right?) for this we get,
du = 18 x 2 dx

Now, let’s go back to our integral and notice that we can eliminate every x that exists in the
integral and write the integral completely in terms of u using both the definition of u and its
differential.
1

ò 18 x 6 x + 5 dx = óôõ ( 6 x + 5) 4 (18 x dx )
2 4 3 3 2

1
= ò u du4

In the process of doing this we’ve taken an integral that looked very difficult and with a quick
substitution we were able to rewrite the integral into a very simple integral that we can do.

Evaluating the integral gives,


1
4 54 4 5

ò 18 x 2 4
6 x 3
+ 5 dx = ò u 4
du =
5
u + c =
5
( 6 x 3
+ 5 ) 4 +c

As always we can check our answer with a quick derivative if we’d like to and don’t forget to
“back substitute” and get the integral back into terms of the original variable.

What we’ve done in the work above is called the Substitution Rule. Here is the substitution rule
in general.

© 2007 Paul Dawkins 20 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Substitution Rule

ò f ( g ( x ) ) g ¢ ( x ) dx = ò f ( u ) du, where, u = g ( x )

A natural question at this stage is how to identify the correct substitution. Unfortunately, the
answer is it depends on the integral. However, there is a general rule of thumb that will work for
many of the integrals that we’re going to be running across.

When faced with an integral we’ll ask ourselves what we know how to integrate. With the
integral above we can quickly recognize that we know how to integrate

ò 4
x dx
However, we didn’t have just the root we also had stuff in front of the root and (more importantly
in this case) stuff under the root. Since we can only integrate roots if there is just an x under the
root a good first guess for the substitution is then to make u be the stuff under the root.

Another way to think of this is to ask yourself what portion of the integrand has an inside function
and can you do the integral with that inside function present. If you can’t then there is a pretty
good chance that the inside function will be the substitution.

We will have to be careful however. There are times when using this general rule can get us in
trouble or overly complicate the problem. We’ll eventually see problems where there are more
than one “inside function” and/or integrals that will look very similar and yet use completely
different substitutions. The reality is that the only way to really learn how to do substitutions is to
just work lots of problems and eventually you’ll start to get a feel for how these work and you’ll
find it easier and easier to identify the proper substitutions.

Now, with that out of the way we should ask the following question. How, do we know if we got
the correct substitution? Well, upon computing the differential and actually performing the
substitution every x in the integral (including the x in the dx) must disappear in the substitution
process and the only letters left should be u’s (including a du). If there are x’s left over then there
is a pretty good chance that we chose the wrong substitution. Unfortunately, however there is at
least one case (we’ll be seeing an example of this in the next section) where the correct
substitution will actually leave some x’s and we’ll need to do a little more work to get it to work.

Again, it cannot be stressed enough at this point that the only way to really learn how to do
substitutions is to just work lots of problems. There are lots of different kinds of problems and
after working many problems you’ll start to get a real feel for these problems and after you work
enough of them you’ll reach the point where you’ll be able to do simple substitutions in your
head without having to actually write anything down.

As a final note we should point out that often (in fact in almost every case) the differential will
not appear exactly in the integrand as it did in the example above and sometimes we’ll need to do

© 2007 Paul Dawkins 21 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

some manipulation of the integrand and/or the differential to get all the x’s to disappear in the
substitution.

Let’s work some examples so we can get a better idea on how the substitution rule works.

Example 1 Evaluate each of the following integrals.


óæ 1 ö
(a) ô ç1 - ÷ cos ( w - ln w ) dw [Solution]
õè wø
ò 3 (8 y - 1) e
2
4y -y
(b) dy [Solution]

ò x ( 3 - 10 x ) dx [Solution]
2 3 4
(c)
ó x
(d) ô dx [Solution]
õ 1 - 4 x2

Solution
óæ 1ö
(a) ô ç1 - ÷ cos ( w - ln w ) dw
õè wø
In this case we know how to integrate just a cosine so let’s make the substitution the stuff that is
inside the cosine.
æ 1ö
u = w - ln w du = ç1 - ÷ dw
è wø
So, as with the first example we worked the stuff in front of the cosine appears exactly in the
differential. The integral is then,
óæ 1 ö
ô ç1 - ÷ cos ( w - ln w ) dw = ò cos ( u ) du
õè wø
= sin ( u ) + c
= sin ( w - ln w ) + c

Don’t forget to go back to the original variable in the problem.


[Return to Problems]

ò 3 (8 y - 1) e
4 y2 - y
(b) dy
Again, we know how to integrate an exponential by itself so it looks like the substitution for this
problem should be,
u = 4 y2 - y du = ( 8 y - 1) dy
Now, with the exception of the 3 the stuff in front of the exponential appears exactly in the
differential. Recall however that we can factor the 3 out of the integral and so it won’t cause any
problems. The integral is then,

© 2007 Paul Dawkins 22 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

ò 3 (8 y - 1) e dy = 3ò eu du
4 y2 - y

= 3eu + c
2
-y
= 3e 4 y +c
[Return to Problems]

ò x ( 3 - 10 x )
2 3 4
(c) dx
In this case it looks like the following should be the substitution.
u = 3 - 10 x 3 du = -30 x 2 dx
Okay, now we have a small problem. We’ve got an x2 out in front of the parenthesis but we don’t
have a “-30”. This is not really the problem it might appear to be at first. We will simply rewrite
the differential as follows.
1
x 2 dx = - du
30
With this we can now substitute the “x2 dx” away. In the process we will pick up a constant, but
that isn’t a problem since it can always be factored out of the integral.

We can now do the integral.

ò x ( 3 - 10 x ) dx = ò ( 3 - 10 x 3 ) x 2 dx
2 3 4 4

ó æ 1 ö
= ô u 4 ç - ÷ du
õ è 30 ø
1 æ1ö
= - ç ÷ u5 + c
30 è 5 ø
1
( 3 - 10 x3 ) + c
5
=-
150

Note that in most problems when we pick up a constant as we did in this example we will
generally factor it out of the integral in the same step that we substitute it in.
[Return to Problems]

ó x
(d) ô dx
õ 1 - 4 x2
In this example don’t forget to bring the root up to the numerator and change it into fractional
exponent form. Upon doing this we can see that the substitution is,
1
u = 1 - 4 x2 du = -8 x dx Þ xdx = - du
8
The integral is then,

© 2007 Paul Dawkins 23 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

1
ó x
ô
õ 1 - 4 x2
dx = ò x (1 - 4 x )
2 -2
dx

1 - 12

=- u du

1 12
= - u +c
4
1
1
= - (1 - 4 x 2 ) 2 + c
4
[Return to Problems]

In the previous set of examples the substitution was generally pretty clear. There was exactly one
term that had an “inside function” that we also couldn’t integrate. Let’s take a look at some more
complicated problems to make sure we don’t come to expect all substitutions are like those in the
previous set of examples.

Example 2 Evaluate each of the following integrals.


ò sin (1 - x ) ( 2 - cos (1 - x ) ) dx [Solution]
4
(a)
(b) ò cos ( 3 z ) sin ( 3 z ) dz [Solution]
10

(c) ò sec ( 4t ) ( 3 - tan ( 4t ) ) dt [Solution]


2 3

Solution

ò sin (1 - x ) ( 2 - cos (1 - x ) )
4
(a) dx
In this problem there are two “inside functions”. There is the 1 - x that is inside the two trig
functions and there is also the term that is raised to the 4th power.

There are two ways to proceed with this problem. The first idea that many students have is
substitute the 1 - x away. There is nothing wrong with doing this but it doesn’t eliminate the
problem of the term to the 4th power. That’s still there and if we used this idea we would then
need to do a second substitution to deal with that.

The second (and much easier) way of doing this problem is to just deal with the stuff raised to the
4th power and see what we get. The substitution in this case would be,

u = 2 - cos (1 - x ) du = - sin (1 - x ) dx Þ sin (1 - x ) dx = - du

Two things to note here. First, don’t forget to correctly deal with the “-”. A common mistake at
this point is to lose it. Secondly, notice that the 1 - x turns out to not really be a problem after
all. Because the 1 - x was “buried” in the substitution that we actually used it was also taken
care of at the same time. The integral is then,

© 2007 Paul Dawkins 24 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

ò sin (1 - x ) ( 2 - cos (1 - x ) )
4
dx = - ò u 4 du
1
= - u5 + c
5
1
= - ( 2 - cos (1 - x ) ) + c
5

As seen in this example sometimes there will seem to be two substitutions that will need to be
done however, if one of them is buried inside of another substitution then we’ll only really need
to do one. Recognizing this can save a lot of time in working some of these problems.
[Return to Problems]

ò cos ( 3z ) sin ( 3z ) dz
10
(b)
This one is a little tricky at first. We can see the correct substitution by recalling that,
sin10 ( 3 z ) = ( sin ( 3 z ) )
10

Using this it looks like the correct substitution is,


1
u = sin ( 3 z ) du = 3cos ( 3 z ) dz Þ cos ( 3 z ) dz = du
3

Notice that we again had two apparent substitutions in this integral but again the 3z is buried in
the substitution we’re using and so we didn’t need to worry about it.
Here is the integral.
1
ò cos ( 3z ) sin ( 3z ) dz = 3 ò u
10 10
du

1æ 1 ö
= ç ÷ u11 + c
3 è 11 ø
1
= sin11 ( 3 z ) + c
33

Note that the one third in front of the integral came about from the substitution on the differential
and we just factored it out to the front of the integral. This is what we will usually do with these
constants.
[Return to Problems]

ò sec ( 4t ) ( 3 - tan ( 4t ) )
2 3
(c) dt
In this case we’ve got a 4t, a secant squared as well as a term cubed. However, it looks
like if we use the following substitution the first two issues are going to be taken care of
for us.
1
u = 3 - tan ( 4t ) du = -4sec2 ( 4t ) dt Þ sec 2 ( 4t ) dt = - du
4

© 2007 Paul Dawkins 25 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

The integral is now,


1 3
ò sec ( 4t ) ( 3 - tan ( 4t ) )
3


2
dt = - u du

1
= - u4 + c
16
1
= - ( 3 - tan ( 4t ) ) + c
4

16
[Return to Problems]

The most important thing to remember in substitution problems is that after the substitution all
the original variables need to disappear from the integral. After the substitution the only variables
that should be present in the integral should be the new variable from the substitution (usually u).
Note as well that this includes the variables in the differential!

This next set of examples, while not particular difficult, can cause trouble if we aren’t paying
attention to what we’re doing.

Example 3 Evaluate each of the following integrals.


ó 3
(a) ô dy [Solution]
õ 5y + 4
ó 3y
(b) ô 2 dy [Solution]
õ 5y + 4
ó 3y
(c) ô dy [Solution]
õ (5 y + 4)
2 2

ó 3
(d) ô dy [Solution]
õ 5y + 4
2

Solution
ó 3
(a) ô dy
õ 5y + 4
We haven’t seen a problem quite like this one yet. Let’s notice that if we take the denominator
and differentiate it we get just a constant and the only thing that we have in the numerator is also
a constant. This is a pretty good indication that we can use the denominator for our substitution
so,
1
u = 5y + 4 du = 5 dy Þ dy = du
5
The integral is now,

© 2007 Paul Dawkins 26 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

ó 3 3 1
ô dy = óô du
õ 5y + 4 5õ u
3
= ln u + c
5
3
= ln 5 y + 4 + c
5

Remember that we can just factor the 3 in the numerator out of the integral and that makes the
integral a little clearer in this case.
[Return to Problems]

ó 3y
(b) ô dy
õ 5y + 4
2

The integral is very similar to the previous one with a couple of minor differences but notice that
again if we differentiate the denominator we get something that is different from the numerator
by only a multiplicative constant. Therefore we’ll again take the denominator as our substitution.
1
u = 5 y2 + 4 du = 10 y dy Þ y dy = du
10

The integral is,


ó 3y 3 1
ô 2 dy = ó ô du
õ 5y + 4 10 õ u
3
= ln u + c
10
3
= ln 5 y 2 + 4 + c
10
[Return to Problems]

ó 3y
(c) ô dy
õ (5 y + 4)
2 2

Now, this one is almost identical to the previous part except we added a power onto the
denominator. Notice however that if we ignore the power and differentiate what’s left we get the
same thing as the previous example so we’ll use the same substitution here.
1
u = 5 y2 + 4 du = 10 y dy Þ y dy = du
10

The integral in this case is,

© 2007 Paul Dawkins 27 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

ó 3y 3
ô dy = ò u -2 du
õ (5 y + 4)
2
2 10
3 -1
=- u +c
10
3 3
= - (5 y 2 + 4) + c = -
-1
+c
10 10 ( 5 y 2 + 4 )

Be careful in this case to not turn this into a logarithm. After working problems like the first two
in this set a common error is to turn every rational expression into a logarithm. If there is a power
on the whole denominator then there is a good chance that it isn’t a logarithm.

The idea that we used in the last three parts to determine the substitution is not a bad idea to
remember. If we’ve got a rational expression try differentiating the denominator (ignoring any
powers that are on the whole denominator) and if the result is the numerator or only differs from
the numerator by a multiplicative constant then we can usually use that as our substitution.
[Return to Problems]

ó 3
(d) ô dy
õ 5y + 4
2

Now, this part is completely different from the first three and yet seems similar to them as well.
In this case if we differentiate the denominator we get a y that is not in the numerator and so we
can’t use the denominator as our substitution.

In fact, because we have y2 in the denominator and no y in the numerator is an indication of how
to work this problem. This integral is going to be an inverse tangent when we are done. To key to
seeing this is to recall the following formula,
ó 1 du = tan -1 u + c
ô
õ 1+ u2

We clearly don’t have exactly this but we do have something that is similar. The denominator
has a squared term plus a constant and the numerator is just a constant. So, with a little work and
the proper substitution we should be able to get our integral into a form that will allow us to use
this formula.

There is one part of this formula that is really important and that is the “1+” in the denominator.
That must be there and we’ve got a “4+” but it is easy enough to take care of that. We’ll just
factor a 4 out of the denominator and at the same time we’ll factor the 3 in the numerator out of
the integral as well. Doing this gives,

© 2007 Paul Dawkins 28 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

ó
ó 3 3
ô 2 dy = ô dy
õ 5y + 4 ô æ 5 y2 ö
õ 4ç + 1÷
è 4 ø
3ó 1
= ô 2 dy
4 ô 5y
õ +1
4
ó
3ô 1
= dy
4ô æ
ô 5y ö
2

õç ÷ +1
è 2 ø

Notice that in the last step we rewrote things a little in the denominator. This will help us to see
what the substitution needs to be. In order to get this integral into the formula above we need to
end up with a u2 in the denominator. Our substitution will then need to be something that upon
5 y2
squaring gives us 4 . With the rewrite we can see what that we’ll need to use the following
substitution.
5y 5 2
u= du = dy Þ dy = du
2 2 5

Don’t get excited about the root in the substitution, these will show up on occasion. Upon
plugging our substitution in we get,
ó 3 3 æ 2 öó 1
ô 2 dy = ô du
õ 5y + 4 4 çè 5 ÷ø õ u 2 + 1

After doing the substitution, and factoring any constants out, we get exactly the integral that gives
an inverse tangent and so we know that we did the correct substitution for this integral. The
integral is then,
ó 3 3 ó 1
ô 2 dy = ô 2 du
õ 5y + 4 2 5 õ u +1
3
= tan -1 ( u ) + c
2 5
3 æ 5yö
= tan -1 çç ÷÷ + c
2 5 è 2 ø
[Return to Problems]

In this last set of integrals we had four integrals that were similar to each other in many ways and
yet all either yielded different answer using the same substitution or used a completely different
substitution than one that was similar to it.

© 2007 Paul Dawkins 29 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

This is a fairly common occurrence and so you will need to be able to deal with these kinds of
issues. There are many integrals that on the surface look very similar and yet will use a
completely different substitution or will yield a completely different answer when using the same
substitution.

Let’s take a look at another set of examples to give us more practice in recognizing these kinds of
issues. Note however that we won’t be putting as much detail into these as we did with the
previous examples.

Example 4 Evaluate each of the following integrals.


ó 2t 3 + 1
(a) ô dt [Solution]
ô 4
õ ( t + 2t )
3

ó 2t + 1 dt [Solution]
3
(b) ô
õ t + 2t
4

ó x
(c) ô dx [Solution]
õ 1 - 4 x2
ó 1
(d) ô dx [Solution]
õ 1 - 4 x2
Solution
ó 2t 3 + 1
(a) ô dt
ô
õ ( t + 2t )
4 3

Clearly the derivative of the denominator, ignoring the exponent, differs from the numerator only
by a multiplicative constant and so the substitution is,
1
u = t 4 + 2t du = ( 4t 3 + 2 ) dt = 2 ( 2t 3 + 1) dt Þ ( 2t 3
+ 1) dt = du
2

After a little manipulation of the differential we get the following integral.


ó 2t 3 + 1 1 1
ô dt = óô 3 du
ô 4
õ( ) õu
3
t + 2t 2
1 -3

= u du

1æ 1ö
= ç - ÷ u -2 + c
2è 2ø
1
= - ( t 4 + 2t ) + c
-2

[Return to Problems]

© 2007 Paul Dawkins 30 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

ó 2t + 1 dt
3
(b) ô
õ t 4 + 2t
The only difference between this problem and the previous one is the denominator. In the
previous problem the whole denominator is cubed and in this problem the denominator has no
power on it. The same substitution will work in this problem but because we no longer have the
power the problem will be different.

So, using the substitution from the previous example the integral is,
ó 2t + 1 dt = 1 ó 1 du
3

ô 4 ô
õ t + 2t 2õ u
1
= ln u + c
2
1
= ln t 4 + 2t + c
2
So, in this case we get a logarithm from the integral.
[Return to Problems]

ó x
(c) ô dx
õ 1 - 4 x2
Here, if we ignore the root we can again see that the derivative of the stuff under the radical
differs from the numerator by only a multiplicative constant and so we’ll use that as the
substitution.
1
u = 1 - 4 x2 du = -8 x dx Þ x dx = - du
8

The integral is then,


ó x 1 - 12

ô dx = - u du
õ 1 - 4 x2
1
1
=- ( ) 2 +c
2 u
8
1
= - 1 - 4 x2 + c
4
[Return to Problems]

ó 1
(d) ô dx
õ 1 - 4 x2
In this case we are missing the x in the numerator and so the substitution from the last part will do
us no good here. This integral is another inverse trig function integral that is similar to the last
part of the previous set of problems. In this case we need to following formula.

© 2007 Paul Dawkins 31 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

ó 1
ô du = sin -1 u + c
õ 1- u 2

The integral in this problem is nearly this. The only difference is the presence of the coefficient
of 4 on the x2. With the correct substitution this can be dealt with however. To see what this
substitution should be let’s rewrite the integral a little. We need to figure out what we squared to
get 4x2 and that will be our substitution.

ó 1 ó 1
ô dx = ô dx
õ 1 - 4 x2 õ 1- (2x)
2

With this rewrite it looks like we can use the following substitution.
1
u = 2x du = 2dx Þ dx = du
2

The integral is then,


ó 1 1ó 1
ô dx = ô du
õ 1 - 4x 2 2 õ 1- u2
1
= sin -1 u + c
2
1
= sin -1 ( 2 x ) + c
2
[Return to Problems]

Since this document is also being presented on the web we’re going to put the rest of the
substitution rule examples in the next section. With all the examples in one section the section
was becoming too large for web presentation.

© 2007 Paul Dawkins 32 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

More Substitution Rule


In order to allow these pages to be displayed on the web we’ve broken the substitution rule
examples into two sections. The previous section contains the introduction to the substitution
rule and some fairly basic examples. The examples in this section tend towards the slightly more
difficult side. Also, we’ll not be putting quite as much explanation into the solutions here as we
did in the previous section.

In the first couple of sets of problems in this section the difficulty is not with the actual
integration itself, but with the set up for the integration. Most of the integrals are fairly simple
and most of the substitutions are fairly simple. The problems arise in getting the integral set up
properly for the substitution(s) to be done. Once you see how these are done it’s easy to see what
you have to do, but the first time through these can cause problems if you aren’t on the lookout
for potential problems.

Example 1 Evaluate each of the following integrals.


(a) ò e2 t + sec ( 2t ) tan ( 2t ) dt [Solution]

ò sin ( t ) ( 4 cos ( t ) + 6 cos ( t ) - 8) dt


3 2
(b) [Solution]
x
ô x cos ( x + 1) +
(c) ó 2
dx [Solution]
õ x +1 2

Solution
(a) òe
2t
+ sec ( 2t ) tan ( 2t ) dt
This first integral has two terms in it and both will require the same substitution. This means that
we won’t have to do anything special to the integral. One of the more common “mistakes” here
is to break the integral up and do a separate substitution on each part. This isn’t really mistake
but will definitely increase the amount of work we’ll need to do. So, since both terms in the
integral use the same substitution we’ll just do everything as a single integral using the following
substitution.
1
u = 2t du = 2dt Þ dt = du
2
The integral is then,
1 u
òe + sec ( 2t ) tan ( 2t ) dt = e + sec ( u ) tan ( u ) du

2t

1
= ( eu + sec ( u ) ) + c
2
1
= ( e 2t + sec ( 2t ) ) + c
2
Often a substitution can be used multiple times in an integral so don’t get excited about that if it
happens. Also note that since there was a 12 in front of the whole integral there must also be a 12
in front of the answer from the integral.
[Return to Problems]

© 2007 Paul Dawkins 33 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

ò sin ( t ) ( 4 cos ( t ) + 6 cos ( t ) - 8) dt


3 2
(b)
This integral is similar to the previous one, but it might not look like it at first glance. Here is the
substitution for this problem,
u = cos ( t ) du = - sin ( t ) dt Þ sin ( t ) dt = -du

We’ll plug the substitution into the problem twice (since there are two cosines) and will only
work because there is a sine multiplying everything. Without that sine in front we would not be
able to use this substitution.

The integral in this case is,

ò sin ( t ) ( 4 cos ( t ) + 6 cos ( t ) - 8) dt = - ò 4u + 6u 2 - 8 du


3 2 3

= - ( u 4 + 2u 3 - 8u ) + c
= - ( cos 4 ( t ) + 2 cos3 ( t ) - 8cos ( t ) ) + c

Again, be careful with the minus sign in front of the whole integral.
[Return to Problems]

x
(c) ó
õ
2
(
ô x cos x + 1 + ) x +1
2
dx

It should be fairly clear that each term in this integral will use the same substitution, but let’s
rewrite things a little to make things really clear.
ó x cos x 2 + 1 + x dx = ó x æ cos x 2 + 1 + 1 ö dx
ô
õ
( ) x2 + 1 ôõ çè ( ) x2 + 1 ÷ø

Since each term had an x in it and we’ll need that for the differential we factored that out of both
terms to get it into the front. This integral is now very similar to the previous one. Here’s the
substitution.
1
u = x2 + 1 du = 2 x dx Þ x dx = du
2

The integral is,


ó x cos x 2 + 1 + x dx = 1 ó cos ( u ) + 1 du
ô
õ
( ) x2 + 1 2 ôõ u
1
= ( sin ( u ) + ln u ) + c
2
1
(
= sin ( x 2 + 1) + ln x 2 + 1 + c
2
)
[Return to Problems]

© 2007 Paul Dawkins 34 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

So, as we’ve seen in the previous set of examples sometimes we can use the same substitution
more than once in an integral and doing so will simplify the work.

Example 2 Evaluate each of the following integrals.


(a) ò x 2 + e1- x dx [Solution]
1
(b) ó
õ
2
(
ô x cos x + 1 + ) x +1
2
dx [Solution]
Solution

òx + e1- x dx
2
(a)
In this integral the first term does not need any substitution while the second term does need a
substitution. So, to deal with that we’ll need to split the integral up as follows,

òx + e1- x dx = ò x 2 dx + ò e1- x dx
2

The substitution for the second integral is then,


u = 1- x du = -dx Þ dx = -du

The integral is,

òx + e1- x dx = ò x 2 dx - ò eu du
2

1 3 u
= x -e +c
3
1
= x3 - e1- x + c
3

Be careful with this kind of integral. One of the more common mistakes here is do the following
“shortcut”.

òx + e1- x dx = - ò x 2 + eu du
2

In other words, some students will try do the substitution just the second term without breaking
up the integral. There are two issues with this. First, there is a “-” in front of the whole integral
that shouldn’t be there. It should only be on the second term because that is the term getting the
substitution. Secondly, and probably more importantly, there are x’s in the integral and we have a
du for the differential. We can’t mix variables like this. When we do integrals all the variables in
the integrand must match the variable in the differential.
[Return to Problems]

1
(b) ó
õ
ô x cos x + 1 +
2
( x +1
)
dx 2

This integral looks very similar to Example 1c above, but it is different. In this integral
we no longer have the x in the numerator of the second term and that means that the
substitution we’ll use for the first term will no longer work for the second term. In fact,

© 2007 Paul Dawkins 35 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

the second term doesn’t need a substitution at all since it is just an inverse tangent.

The substitution for the first term is then,


1
u = x2 + 1 du = 2 x dx Þ x dx = du
2

Now let’s do the integral. Remember to first break it up into two terms before using the
substitution.
ó x cos x 2 + 1 + 1 dx = x cos x 2 + 1 dx + ó 1 dx
ô
õ
( ) x2 + 1 ò ( ) ôõ x2 + 1
1 1
= ò cos ( u ) du + óô 2 dx
2 õ x +1
1
= sin ( u ) + tan -1 ( x ) + c
2
1
= sin ( x 2 + 1) + tan -1 ( x ) + c
2
[Return to Problems]

In this set of examples we saw that sometimes one (or potentially more than one) term in the
integrand will not require a substitution. In these cases we’ll need to break up the integral into
two integrals, one involving the terms that don’t need a substitution and another with the term(s)
that do need a substitution.

Example 3 Evaluate each of the following integrals.


ó æ z ö
(a) ô e- z + sec2 ç ÷ dz [Solution]
õ è 10 ø
1
(b) ó
ô sin w 1 - 2 cos w + dw [Solution]
õ 7w + 2
10 x + 3
(c) ó
ô 2 dx [Solution]
õ x + 16
Solution
ó æ z ö
(a) ô e- z + sec2 ç ÷ dz
õ è 10 ø
In this integral, unlike any integrals that we’ve yet done, there are two terms and each will require
a different substitution. So, to do this integral we’ll first need to split up the integral as follows,
ó -z 2æ z ö ó 2æ z ö
ô e + sec ç ÷ dz = ò e dz + ô sec ç ÷ dz
-z

õ è 10 ø õ è 10 ø

Here are the substitutions for each integral.

© 2007 Paul Dawkins 36 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

u = -z du = - dz Þ dz = - du
z 1
v= dv = dz Þ dz = 10dv
10 10

Notice that we used different letters for each substitution to avoid confusion when we go to plug
back in for u and v.

Here is the integral.


ó -z 2æ z ö
ô e + sec ç ÷ dz = - ò e du + 10 ò sec ( v ) dv
u 2

õ 10
è ø
= -eu + 10 tan ( v ) + c
æ z ö
= -e - z + 10 tan ç ÷ + c
è 10 ø
[Return to Problems]

1
(b) ó
ô sin w 1 - 2 cos w + dw
õ 7w + 2
As with the last problem this integral will require two separate substitutions. Let’s first break up
the integral.
ó sin w 1 - 2 cos w + 1 dw = sin w (1 - 2 cos w ) 2 dw + ó 1 dw
1
ô
õ 7w + 2 ò ô
õ 7w + 2

Here are the substitutions for this integral.


1
u = 1 - 2 cos ( w ) du = 2sin ( w ) dw Þ sin ( w ) dw = du
2
1
v = 7w + 2 dv = 7 dw Þ dw = dv
7
The integral is then,
1
ó sin w 1 - 2 cos w + 1 dw = 1 u 2 du + 1 ó 1 dv

ô ô
õ 7w + 2 7õv
1 æ 2 ö 32 1
= ç ÷ u + ln v + c
2è3ø 7
1 3
1
= (1 - 2 cos w ) 2 + ln 7 w + 2 + c
3 7
[Return to Problems]

10 x + 3
(c) ó
ô 2 dx
õ x + 16
The last problem in this set can be tricky. If there was just an x in the numerator we could do a
quick substitution to get a natural logarithm. Likewise if there wasn’t an x in the numerator we

© 2007 Paul Dawkins 37 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

would get an inverse tangent after a quick substitution.

To get this integral into a form that we can work with we will first need to break it up as follows.
ó 10 x + 3 dx = ó 10 x dx + ó 3 dx
ô 2 ô 2 ô 2
õ x + 16 õ x + 16 õ x + 16
10 x 1ó 3
=óô 2 dx + ô dx
õ x + 16 16 ô x 2
õ +1
16

We now have two integrals each requiring a different substitution. The substitutions for each of
the integrals above are,
1
u = x 2 + 16 du = 2 xdx Þ xdx = du
2
x 1
v= dv = dx Þ dx = 4dv
4 4

The integral is then,


ó 10 x + 3 dx = 5ó 1 du + 3 ó 1 dv
ô 2 ô ô
õ x + 16 õu 4 õ v2 + 1
3
= 5ln u + tan -1 ( v ) + c
4
3 æ xö
= 5ln x 2 + 16 + tan -1 ç ÷ + c
4 è4ø
[Return to Problems]

We’ve now seen a set of integrals in which we need to do more than one substitution. In these
cases we will need to break up the integral into separate integrals and do separate substitutions for
each.

We now need to move onto a different set of examples that can be a little tricky. Once you’ve
seen how to do these they aren’t too bad, but doing them for the first time can be difficult if you
aren’t ready for them.

© 2007 Paul Dawkins 38 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Example 4 Evaluate each of the following integrals.

(a) ò tan x dx [Solution]

(b) ò sec y dy [Solution]

(c) ô
ó cos ( x ) dx [Solution]
õ x
t +et
(d) òe dt [Solution]

(e) ò 2 x 3
x 2 + 1 dx [Solution]

Solution
(a) ò tan x dx
The first question about this problem is probably why is it here? Substitution rule problems
generally require more than a single function. The key to this problem is to realize that there
really are two functions here. All we need to do is remember the definition of tangent and we can
write the integral as,
ó sin x
ò tan x dx = ôõ cos x dx
Written in this way we can see that the following substitution will work for us,
u = cos x du = - sin x dx Þ sin x dx = - du

The integral is then,


ó1
ò tan x dx = -ôõ u du
= - ln u + c
= - ln cos x + c

Now, while this is a perfectly serviceable answer that minus sign in front is liable to cause
problems if we aren’t careful. So, let’s rewrite things a little. Recalling a property of logarithms
we can move the minus sign in front to an exponent on the cosine and then do a little
simplification.

ò tan x dx = - ln cos x + c
-1
= ln cos x +c
1
= ln +c
cos x
= ln sec x + c

© 2007 Paul Dawkins 39 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

This is the formula that is typically given for the integral of tangent.

Note that we could integrate cotangent in a similar manner.


[Return to Problems]
(b) ò sec y dy
This problem also at first appears to not belong in the substitution rule problems. This is even
more of a problem upon noticing that we can’t just use the definition of the secant function to
write this in a form that will allow the use of the substitution rule.

This problem is going to require a technique that isn’t used terribly often at this level, but is a
useful technique to be aware of. Sometimes we can make an integral doable by multiplying the
top and bottom by a common term. This will not always work and even when it does it is not
always clear what we should multiply by but when it works it is very useful.

Here is how we’ll use this idea for this problem.


ó sec y ( sec y + tan y )
ò sec y dy = ôõ 1 ( sec y + tan y )
dy

First, we will think of the secant as a fraction and then multiply the top and bottom of the fraction
by the same term. It is probably not clear why one would want to do this here but doing this will
actually allow us to use the substitution rule. To see how this will work let’s simplify the
integrand somewhat.
ó sec 2 y + tan y sec y
ò sec y dy = ô
õ sec y + tan y
dy

We can now use the following substitution.


u = sec y + tan y du = ( sec y tan y + sec 2 y ) dy

The integral is then,


ó1
ò sec y dy = ôõ u du
= ln u + c
= ln sec y + tan y + c

Sometimes multiplying the top and bottom of a fraction by a carefully chosen term will allow us
to work a problem. It does however take some thought sometimes to determine just what the
term should be.

We can use a similar process for integrating cosecant.


[Return to Problems]

© 2007 Paul Dawkins 40 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

(c) ô
ó cos ( x ) dx
õ x
This next problem has a subtlety to it that can get us in trouble if we aren’t paying attention.
Because of the root in the cosine it makes some sense to use the following substitution.
1
1 - 12
u = x2 du = x dx
2

This is where we need to be careful. Upon rewriting the differential we get,


1
2du = dx
x
The root that is in the denominator will not become a u as we might have been tempted to do.
Instead it will get taken care of in the differential.

The integral is,


ó cos x( )
dx = 2ò cos ( u ) du
ô
õ x
= 2sin ( u ) + c
= 2sin ( x)+c
[Return to Problems]

t
ò e dt
t +e
(d)
With this problem we need to very carefully pick our substitution. As the problem is written we
might be tempted to use the following substitution,
u = t + et du = (1 + et ) dt

However, this won’t work as you can probably see. The differential doesn’t show up anywhere in
the integrand and we just wouldn’t be able to eliminate all the t’s with this substitution.

In order to work this problem we will need to rewrite the integrand as follows,
t +et t
òe dt = ò et ee dt

We will now use the substitution,


u = et du = et dt

The integral is,

© 2007 Paul Dawkins 41 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

t
ò e dt = ò e du
t +e u

= eu + c
t
= ee + c

Some substitutions can be really tricky to see and it’s not unusual that you’ll need to do some
simplification and/or rewriting to get a substitution to work.
[Return to Problems]

ò 2x x 2 + 1 dx
3
(e)
This last problem in this set is different from all the other substitution problems that we’ve
worked to this point. Given the fact that we’ve got more than an x under the root it makes sense
that the substitution pretty much has to be,
u = x2 + 1 du = 2 x dx

At first glance it looks like this might not work for the substitution because we have an x3 in
front of the root. However, if we first rewrite 2 x 3 = x 2 ( 2 x ) we could then move the 2x to the
end of the integral so at least the du will show up explicitly in the integral. Doing this gives the
following,

ò 2x
3
x 2 + 1 dx = ò x 2 x 2 + 1 ( 2 x ) dx
1
= ò x u du
2 2

This is a real problem. Our integrals can’t have two variables in them. Normally this would
mean that we chose our substitution incorrectly. However, in this case we can rewrite the
substitution as follows,
x2 = u - 1
and now, we can eliminate the remaining x’s from our integral. Doing this gives,
1

ò 2 x x + 1 dx = óõ ( u - 1) u 2 du
3 2

3 1
= ò u 2 - u 2 du
2 52 2 32
= u - u +c
5 3
5 3
2 2
= ( x 2 + 1) 2 - ( x 2 + 1) 2 + c
5 3

Sometimes, we will need to use a substitution more than once.

This kind of problem doesn’t arise all that often and when it does there will sometimes be

© 2007 Paul Dawkins 42 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

alternate methods of doing the integral. However, it will often work out that the easiest method
of doing the integral is to do what we just did here.
[Return to Problems]

This final set of examples isn’t too bad once you see the substitutions and that is the point with
this set of problems. These all involve substitutions that we’ve not seen prior to this and so we
need to see some of these kinds of problems.

Example 5 Evaluate each of the following integrals.

ó 1
(a) ô dx [Solution]
õ x ln x
2t
ó e dt [Solution]
(b) ô
õ 1+ e
2t

ó e 2t
(c) ô dt [Solution]
õ 1 + e 4t
ó sin -1 x
(d) ô dx [Solution]
õ 1 - x2

Solution
ó 1
(a) ô dx
õ x ln x
In this case we know that we can’t integrate a logarithm by itself and so it makes some sense
(hopefully) that the logarithm will need to be in the substitution. Here is the substitution for this
problem.
1
u = ln x du = dx
x

So the x in the denominator of the integrand will get substituted away with the differential. Here
is the integral for this problem.
ó 1 1
ô dx = ó
ô du
õ x ln x õu
= ln u + c
= ln ln x + c
[Return to Problems]

2t
ó e dt
(b) ô
õ 1 + e 2t
Again, the substitution here may seem a little tricky. In this case the substitution is,

© 2007 Paul Dawkins 43 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

1
u = 1 + e 2t du = 2e 2t dt Þ e 2t dt = du
2

The integral is then,


2t
ó e dt = 1 ó 1 du
ô ô
õ 1+ e
2t
2õ u
1
= ln 1 + e 2t + c
2
[Return to Problems]

2t
ó e dt
(c) ô
õ 1 + e4
t

In this case we can’t use the same type of substitution that we used in the previous problem. In
order to use the substitution in the previous example the exponential in the numerator and the
denominator need to be the same and in this case they aren’t.

To see the correct substitution for this problem note that,


e 4t = ( e 2 t )
2

Using this, the integral can be written as follows,

ó e dt = ó e
2t 2t

ô ô dt
ô
õ 1 + e4t õ ( )
2t 2
1 + e

We can now use the following substitution.


1
u = e2t du = 2e 2t dt Þ e 2t dt = du
2

The integral is then,


2t
ó e dt = 1 ó 1 du
ô ô
õ 1 + e 4t 2 õ 1+ u2
1
= tan -1 ( u ) + c
2
1
= tan -1 ( e 2t ) + c
2
[Return to Problems]

ó sin -1 x
(d) ô dx
õ 1 - x2
This integral is similar to the first problem in this set. Since we don’t know how to integrate
inverse sine functions it seems likely that this will be our substitution. If we use this as our

© 2007 Paul Dawkins 44 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

substitution we get,
1
u = sin -1 ( x ) du = dx
1 - x2

So, the root in the integral will get taken care of in the substitution process and this will eliminate
all the x’s from the integral. Therefore this was the correct substitution.

The integral is,


ó sin -1 x
ô dx = ò u du
õ 1 - x2
1
= u2 + c
2
1
= ( sin -1 x ) + c
2

2
[Return to Problems]

Over the last couple of sections we’ve seen a lot of substitution rule examples. There are a
couple of general rules that we will need to remember when doing these problems. First, when
doing a substitution remember that when the substitution is done all the x’s in the integral (or
whatever variable is being used for that particular integral) should all be substituted away. This
includes the x in the dx. After the substitution only u’s should be left in the integral. Also,
sometimes the correct substitution is a little tricky to find and more often than not there will need
to be some manipulation of the differential or integrand in order to actually do the substitution.

Also, many integrals will require us to break them up so we can do multiple substitutions so be on
the lookout for those kinds of integrals/substitutions.

© 2007 Paul Dawkins 45 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Area Problem
As noted in the first section of this section there are two kinds of integrals and to this point we’ve
looked at indefinite integrals. It is now time to start thinking about the second kind of integral :
Definite Integrals. However, before we do that we’re going to take a look at the Area Problem.
The area problem is to definite integrals what the tangent and rate of change problems are to
derivatives.

The area problem will give us one of the interpretations of a definite integral and it will lead us to
the definition of the definite integral.

To start off we are going to assume that we’ve got a function f ( x ) that is positive on some
interval [a,b]. What we want to do is determine the area of the region between the function and
the x-axis.

It’s probably easiest to see how we do this with an example. So let’s determine the area between
f ( x ) = x 2 + 1 on [0,2]. In other words, we want to determine the area of the shaded region
below.

Now, at this point, we can’t do this exactly. However, we can estimate the area. We will
estimate the area by dividing up the interval into n subintervals each of width,
b-a
Dx =
n

Then in each interval we can form a rectangle whose height is given by the function value at a
specific point in the interval. We can then find the area of each of these rectangles, add them up
and this will be an estimate of the area.

It’s probably easier to see this with a sketch of the situation. So, let’s divide up the interval into 4
subintervals and use the function value at the right endpoint of each interval to define the height
of the rectangle. This gives,

© 2007 Paul Dawkins 46 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Note that by choosing the height as we did each of the rectangles will over estimate the area since
each rectangle takes in more area than the graph each time. Now let’s estimate the area. First,
the width of each of the rectangles is 12 . The height of each rectangle is determined by the
function value at the right endpoint and so the height of each rectangle is nothing more that the
function value at the right endpoint. Here is the estimated area.
1 æ1ö 1 1 æ3ö 1
Ar = f ç ÷ + f (1) + f ç ÷ + f ( 2 )
2 è2ø 2 2 è2ø 2
1æ5ö 1 1 æ 13 ö 1
= ç ÷ + ( 2) + ç ÷ + ( 5)
2è4ø 2 2è 4 ø 2
= 5.75

Of course taking the rectangle heights to be the function value at the right endpoint is not our only
option. We could have taken the rectangle heights to be the function value at the left endpoint.
Using the left endpoints as the heights of the rectangles will give the following graph and
estimated area.

© 2007 Paul Dawkins 47 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

1 1 æ1ö 1 1 æ3ö
Al = f ( 0 ) + f ç ÷ + f (1) + f ç ÷
2 2 è2ø 2 2 è2ø
1 1æ5ö 1 1 æ 13 ö
= (1) + ç ÷ + ( 2 ) + ç ÷
2 2è4ø 2 2è 4 ø
= 3.75

In this case we can see that the estimation will be an underestimation since each rectangle misses
some of the area each time.

There is one more common point for getting the heights of the rectangles that is often more
accurate. Instead of using the right or left endpoints of each sub interval we could take the
midpoint of each subinterval as the height of each rectangle. Here is the graph for this case.

So, it looks like each rectangle will over and under estimate the area. This means that the
approximation this time should be much better than the previous two choices of points. Here is
the estimation for this case.

1 æ1ö 1 æ3ö 1 æ5ö 1 æ7ö


Am = f ç ÷+ f ç ÷+ f ç ÷+ f ç ÷
2 è4ø 2 è4ø 2 è4ø 2 è4ø
1 æ 17 ö 1 æ 25 ö 1 æ 41 ö 1 æ 65 ö
= ç ÷+ ç ÷+ ç ÷+ ç ÷
2 è 16 ø 2 è 16 ø 2 è 16 ø 2 è 16 ø
= 4.625

We’ve now got three estimates. For comparison’s sake the exact area is
14
A= = 4.666
3

© 2007 Paul Dawkins 48 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

So, both the right and left endpoint estimation did not do all that great of a job at the estimation.
The midpoint estimation however did quite well.

Be careful to not draw any conclusion about how choosing each of the points will affect our
estimation. In this case, because we are working with an increasing function choosing the right
endpoints will overestimate and choosing left endpoint will underestimate.

If we were to work with a decreasing function we would get the opposite results. For decreasing
functions the right endpoints will underestimate and the left endpoints will overestimate.

Also, if we had a function that both increased and decreased in the interval we would, in all
likelihood, not even be able to determine if we would get an overestimation or underestimation.

Now, let’s suppose that we want a better estimation, because none of the estimations above really
did all that great of a job at estimating the area. We could try to find a different point to use for
the height of each rectangle but that would be cumbersome and there wouldn’t be any guarantee
that the estimation would in fact be better. Also, we would like a method for getting better
approximations that would work for any function we would chose to work with and if we just
pick new points that may not work for other functions.

The easiest way to get a better approximation is to take more rectangles (i.e. increase n). Let’s
double the number of rectangles that we used and see what happens. Here are the graphs showing
the eight rectangles and the estimations for each of the three choices for rectangle heights that we
used above.

© 2007 Paul Dawkins 49 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Here are the area estimations for each of these cases.

Ar = 5.1875 Al = 4.1875 Am = 4.65625

So, increasing the number of rectangles did improve the accuracy of the estimation as we’d
guessed that it would.

Let’s work a slightly more complicated example.

Example 1 Estimate the area between f ( x ) = x3 - 5 x 2 + 6 x + 5 and the x-axis using n = 5


subintervals and all three cases above for the heights of each rectangle.

Solution
First, let’s get the graph to make sure that the function is positive.

So, the graph is positive and the width of each subinterval will be,
4
Dx = = 0.8
5

This means that the endpoints of the subintervals are,


0, 0.8, 1.6, 2.4, 3.2, 4

Let’s first look at using the right endpoints for the function height. Here is the graph for this case.

© 2007 Paul Dawkins 50 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Notice, that unlike the first area we looked at, the choosing the right endpoints here will both over
and underestimate the area depending on where we are on the curve. This will often be the case
with a more general curve that the one we initially looked at. The area estimation using the right
endpoints of each interval for the rectangle height is,
Ar = 0.8 f ( 0.8 ) + 0.8 f (1.6 ) + 0.8 f ( 2.4 ) + 0.8 f ( 3.2 ) + 0.8 f ( 4 )
= 28.96

Now let’s take a look at left endpoints for the function height. Here is the graph.

The area estimation using the left endpoints of each interval for the rectangle height is,
Ar = 0.8 f ( 0 ) + 0.8 f ( 0.8 ) + 0.8 f (1.6 ) + 0.8 f ( 2.4 ) + 0.8 f ( 3.2 )
= 22.56

Finally, let’s take a look at the midpoints for the heights of each rectangle. Here is the graph,

© 2007 Paul Dawkins 51 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

The area estimation using the midpoint is then,


Ar = 0.8 f ( 0.4 ) + 0.8 f (1.2 ) + 0.8 f ( 2 ) + 0.8 f ( 2.8 ) + 0.8 f ( 3.6 )
= 25.12

For comparison purposes the exact area is,


76
A= = 25.333
3

So, again the midpoint did a better job than the other two. While this will be the case more often
than not, it won’t always be the case and so don’t expect this to always happen.

Now, let’s move on to the general case. Let’s start out with f ( x ) ³ 0 on [a,b] and we’ll divide
the interval into n subintervals each of length,
b-a
Dx =
n

Note that the subintervals don’t have to be equal length, but it will make our work significantly
easier. The endpoints of each subinterval are,
x0 = a
x1 = a + Dx
x2 = a + 2Dx
M
xi = a + iDx
M
xn -1 = a + ( n - 1) Dx
xn = a + nDx = b

© 2007 Paul Dawkins 52 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Next in each interval,


[ x0 , x1 ] , [ x1 , x2 ] ,K , [ xi-1 , xi ] ,K , [ xn-1 , xn ]
we choose a point x1* , x2* ,K , xi* ,K xn* . These points will define the height of the rectangle in
each subinterval. Note as well that these points do not have to occur at the same point in each
subinterval.

Here is a sketch of this situation.

The area under the curve on the given interval is then approximately,
A » f ( x1* ) Dx + f ( x2* ) Dx + L + f ( xi* ) Dx + L + f ( xn* ) Dx

We will use summation notation or sigma notation at this point to simplify up our notation a
little. If you need a refresher on summation notation check out the section devoted to this in the
Extras chapter.

Using summation notation the area estimation is,


n
A » å f ( xi* ) Dx
i =1
The summation in the above equation is called a Riemann Sum.

To get a better estimation we will take n larger and larger. In fact, if we let n go out to infinity we
will get the exact area. In other words,
n
A = lim å f ( xi* ) Dx
n ®¥
i =1

Before leaving this section let’s address one more issue. To this point we’ve required the
function to be positive in our work. Many functions are not positive however. Consider the case

© 2007 Paul Dawkins 53 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

of f ( x ) = x 2 - 4 on [0,2]. If we use n = 8 and the midpoints for the rectangle height we get the
following graph,

In this case let’s notice that the function lies completely below the x-axis and hence is always
negative. If we ignore the fact that the function is always negative and use the same ideas above
to estimate the area between the graph and the x-axis we get,
1 æ1ö 1 æ 3ö 1 æ 5ö 1 æ7ö 1 æ9ö
Am = f ç ÷+ f ç ÷+ f ç ÷+ f ç ÷+ f ç ÷+
4 è8ø 4 è8ø 4 è8ø 4 è8ø 4 è8ø
1 æ 11 ö 1 æ 13 ö 1 æ 15 ö
f ç ÷+ f ç ÷+ f ç ÷
4 è8ø 4 è8ø 4 è8ø
= -5.34375

Our answer is negative as we might have expected given that all the function evaluations are
negative.

So, using the technique in this section it looks like if the function is above the x-axis we will get a
positive area and if the function is below the x-axis we will get a negative area. Now, what about
a function that is both positive and negative in the interval? For example, f ( x ) = x 2 - 2 on
[0,2]. Using n = 8 and midpoints the graph is,

© 2007 Paul Dawkins 54 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Some of the rectangles are below the x-axis and so will give negative areas while some are above
the x-axis and will give positive areas. Since more rectangles are below the x-axis than above it
looks like we should probably get a negative area estimation for this case. In fact that is correct.
Here the area estimation for this case.
1 æ1ö 1 æ 3ö 1 æ 5ö 1 æ7ö 1 æ9ö
Am = f ç ÷+ f ç ÷+ f ç ÷ f ç ÷+ f ç ÷+
4 è8ø 4 è8ø 4 è8ø4 è8ø 4 è8ø
1 æ 11 ö 1 æ 13 ö 1 æ 15 ö
f ç ÷+ f ç ÷+ f ç ÷
4 è8ø 4 è8ø 4 è8ø
= -1.34375

In cases where the function is both above and below the x-axis the technique given in the section
will give the net area between the function and the x-axis with areas below the x-axis negative
and areas above the x-axis positive. So, if the net area is negative then there is more area under
the x-axis than above while a positive net area will mean that more of the area is above the x-axis.

© 2007 Paul Dawkins 55 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

The Definition of the Definite Integral


In this section we will formally define the definite integral and give many of the properties of
definite integrals. Let’s start off with the definition of a definite integral.

Definite Integral
Given a function f ( x ) that is continuous on the interval [a,b] we divide the interval into n
subintervals of equal width, Dx , and from each interval choose a point, xi* . Then the definite
integral of f(x) from a to b is
n
f ( x ) dx = lim å f ( xi* ) Dx
b
ò a n ®¥
i =1

The definite integral is defined to be exactly the limit and summation that we looked at in the last
section to find the net area between a function and the x-axis. Also note that the notation for the
definite integral is very similar to the notation for an indefinite integral. The reason for this will
be apparent eventually.

There is also a little bit of terminology that we should get out of the way here. The number “a”
that is at the bottom of the integral sign is called the lower limit of the integral and the number
“b” at the top of the integral sign is called the upper limit of the integral. Also, despite the fact
that a and b were given as an interval the lower limit does not necessarily need to be smaller than
the upper limit. Collectively we’ll often call a and b the interval of integration.

Let’s work a quick example. This example will use many of the properties and facts from the
brief review of summation notation in the Extras chapter.

Example 1 Using the definition of the definite integral compute the following.
2
ò 0
x 2 + 1 dx
Solution
First, we can’t actually use the definition unless we determine which points in each interval that
well use for xi* . In order to make our life easier we’ll use the right endpoints of each interval.

From the previous section we know that for a general n the width of each subinterval is,
2-0 2
Dx = =
n n
The subintervals are then,
é 2ù é2 4ù é4 6ù é 2 ( i - 1) 2i ù é 2 ( n - 1) ù
0, , , , ,
êë n úû êë n n úû êë n n úû , K , ê , ú , K , ê , 2ú
ë n n û ë n û

As we can see the right endpoint of the ith subinterval is

© 2007 Paul Dawkins 56 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

2i
xi* =
n

The summation in the definition of the definite integral is then,


n n
æ 2i ö æ 2 ö
å f ( x ) Dx = å f çè n ÷ø çè n ÷ø
i =1
*
i
i =1

n æ 2
öæ 2 ö
æ 2i ö
= å ç ç ÷ + 1÷ ç ÷
ç
i =1 è è n ø
÷è n ø
ø
n
æ 8i 2

= åç 3 + ÷
i =1 è n nø

Now, we are going to have to take a limit of this. That means that we are going to need to
“evaluate” this summation. In other words, we are going to have to use the formulas given in the
summation notation review to eliminate the actual summation and get a formula for this for a
general n.

To do this we will need to recognize that n is a constant as far as the summation notation is
concerned. As we cycle through the integers from 1 to n in the summation only i changes and so
anything that isn’t an i will be a constant and can be factored out of the summation. In particular
any n that is in the summation can be factored out if we need to.

Here is the summation “evaluation”.


n n
8i 2 n 2
å f ( xi* ) Dx = å 3

i =1 i =1 n i =1 n

8 n 2 1 n
= åi + n å
n3 i =1 i =1
2

8 æ n ( n + 1)( 2n + 1) ö 1
= ç ÷ + ( 2n )
n3 è 6 ø n
4 ( n + 1)( 2n + 1)
= +2
3n 2
14n 2 + 12n + 4
=
3n 2

We can now compute the definite integral.

© 2007 Paul Dawkins 57 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

n
x 2 + 1 dx = lim å f ( xi* ) Dx
2
ò 0 n ®¥
i =1

14n 2 + 12n + 4
= lim
n ®¥ 3n 2
14
=
3
We’ve seen several methods for dealing with the limit in this problem so I’ll leave it to you to
verify the results.

Wow, that was a lot of work for a fairly simple function. There is a much simpler way of
evaluating these and we will get to it eventually. The main purpose to this section is to get the
main properties and facts about the definite integral out of the way. We’ll discuss how we
compute these in practice starting with the next section.

So, let’s start taking a look at some of the properties of the definite integral.

Properties
b a
1. ò f ( x ) dx = -ò f ( x ) dx .
a b
We can interchange the limits on any definite integral, all that
we need to do is tack a minus sign onto the integral when we do.

a
2. ò f ( x ) dx = 0 .
a
If the upper and lower limits are the same then there is no work to do, the
integral is zero.

b b
3. ò cf ( x ) dx = c ò f ( x ) dx , where c is any number. So, as with limits, derivatives, and
a a

indefinite integrals we can factor out a constant.

b b b
4. ò f ( x ) ± g ( x ) dx = ò f ( x ) dx ± ò g ( x ) dx .
a a a
We can break up definite integrals across a
sum or difference.

b c b
5. ò f ( x ) dx = ò f ( x ) dx + ò f ( x ) dx where c is any number.
a a c
This property is more
important than we might realize at first. One of the main uses of this property is to tell us
how we can integrate a function over the adjacent intervals, [a,c] and [c,b]. Note however
that c doesn’t need to be between a and b.

b b
6. ò f ( x ) dx = ò f ( t ) dt .
a a
The point of this property is to notice that as long as the function
and limits are the same the variable of integration that we use in the definite integral won’t
affect the answer.

© 2007 Paul Dawkins 58 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

See the Proof of Various Integral Properties section of the Extras chapter for the proof of
properties 1 – 4. Property 5 is not easy to prove and so is not shown there. Property 6 is not
really a property in the full sense of the word. It is only here to acknowledge that as long as the
function and limits are the same it doesn’t matter what letter we use for the variable. The answer
will be the same.

Let’s do a couple of examples dealing with these properties.

Example 2 Use the results from the first example to evaluate each of the following.
0
(a) ò 2
x 2 + 1 dx [Solution]
2
(b) ò 0
10 x 2 + 10 dx [Solution]
2
(c) ò 0
t 2 + 1 dt [Solution]

Solution
All of the solutions to these problems will rely on the fact we proved in the first example.
Namely that,
2 14
ò 0
x 2 + 1 dx =
3
0
(a) ò 2
x 2 + 1 dx
In this case the only difference between the two is that the limits have interchanged. So, using the
first property gives,
0 2
ò 2
x 2 + 1 dx = - ò x 2 + 1 dx
0

14
=-
3
[Return to Problems]

2
(b) ò 0
10 x 2 + 10 dx
For this part notice that we can factor a 10 out of both terms and then out of the integral using the
third property.
10 x 2 + 10 dx = ò 10 ( x 2 + 1) dx
2 2
ò 0 0
2
= 10 ò x 2 + 1 dx
0

æ 14 ö
= 10 ç ÷
è 3ø
140
=
3
[Return to Problems]

© 2007 Paul Dawkins 59 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

2
(c) ò 0
t 2 + 1 dt
In this case the only difference is the letter used and so this is just going to use property 6.
2 2 14
ò 0
t 2 + 1 dt = ò x 2 + 1 dx =
0 3
[Return to Problems]

Here are a couple of examples using the other properties.

Example 3 Evaluate the following definite integral.


ó x - x sin ( x ) + cos ( x )
130 3

ô dx
õ130 x2 + 1
Solution
There really isn’t anything to do with this integral once we notice that the limits are the same.
Using the second property this is,
ó x - x sin ( x ) + cos ( x )
130 3

ô dx = 0
õ130 x2 + 1

-10 6
Example 4 Given that ò f ( x ) dx = 23 and ò g ( x ) dx = -9 determine the value of
6 -10
6
ò 2 f ( x ) - 10 g ( x ) dx
-10

Solution
We will first need to use the fourth property to break up the integral and the third property to
factor out the constants.
6 6 6
ò 2 f ( x ) - 10 g ( x ) dx = ò 2 f ( x ) dx - ò 10 g ( x ) dx
-10 -10 -10
6 6
= 2ò f ( x ) dx - 10ò g ( x ) dx
-10 -10

Now notice that the limits on the first integral are interchanged with the limits on the given
integral so switch them using the first property above (and adding a minus sign of course). Once
this is done we can plug in the known values of the integrals.
6 -10 6
ò 2 f ( x ) - 10 g ( x ) dx = -2 ò f ( x ) dx - 10 ò g ( x ) dx
-10 6 -10

= -2 ( 23) - 10 ( -9 )
= 44

© 2007 Paul Dawkins 60 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

-10 -10 -5
Example 5 Given that ò f ( x ) dx = 6 , ò f ( x ) dx = -2 , and ò f ( x ) dx = 4 determine
12 100 100
12
the value of ò f ( x ) dx .
-5

Solution
This example is mostly an example of property 5 although there are a couple of uses of property 1
in the solution as well.

We need to figure out how to correctly break up the integral using property 5 to allow us to use
the given pieces of information. First we’ll note that there is an integral that has a “-5” in one of
the limits. It’s not the lower limit, but we can use property 1 to correct that eventually. The other
limit is 100 so this is the number c that we’ll use in property 5.
12 100 12
ò f ( x ) dx = ò f ( x ) dx + ò f ( x ) dx
-5 -5 100

We’ll be able to get the value of the first integral, but the second still isn’t in the list of know
integrals. However, we do have second limit that has a limit of 100 in it. The other limit for this
second integral is -10 and this will be c in this application of property 5.
12 100 -10 12
ò f ( x ) dx = ò f ( x ) dx + ò f ( x ) dx + ò f ( x ) dx
-5 -5 100 -10

At this point all that we need to do is use the property 1 on the first and third integral to get the
limits to match up with the known integrals. After that we can plug in for the known integrals.
12 -5 -10 -10
ò f ( x ) dx = - ò f ( x ) dx + ò f ( x ) dx - ò f ( x ) dx
-5 100 100 12

= -4 - 2 - 6
= -12

There are also some nice properties that we can use in comparing the general size of definite
integrals. Here they are.

More Properties
b
7. ò c dx = c ( b - a ) , c is any number.
a
b
8. If f ( x ) ³ 0 for a £ x £ b then ò f ( x ) dx ³ 0 .
a
b b
9. If f ( x ) ³ g ( x ) for a £ x £ b then ò f ( x ) dx ³ ò g ( x ) dx .
a a
b
10. If m £ f ( x ) £ M for a £ x £ b then m ( b - a ) £ ò f ( x ) dx £ M ( b - a ) .
a
b b
11. ò f ( x ) dx £ ò
a a
f ( x ) dx

© 2007 Paul Dawkins 61 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

See the Proof of Various Integral Properties section of the Extras chapter for the proof of these
properties.

Interpretations of Definite Integral


There are a couple of quick interpretations of the definite integral that we can give here.

First, as we alluded to in the previous section one possible interpretation of the definite integral is
to give the net area between the graph of f ( x ) and the x-axis on the interval [a,b]. So, the net
area between the graph of f ( x ) = x 2 + 1 and the x-axis on [0,2] is,
2 14
ò 0
x 2 + 1 dx =
3

If you look back in the last section this was the exact area that was given for the initial set of
problems that we looked at in this area.

Another interpretation is sometimes called the Net Change Theorem. This interpretation says that
if f ( x ) is some quantity (so f ¢ ( x ) is the rate of change of f ( x ) , then,
b
ò f ¢ ( x ) dx = f ( b ) - f ( a )
a

is the net change in f ( x ) on the interval [a,b]. In other words, compute the definite integral of
a rate of change and you’ll get the net change in the quantity. We can see that the value of the
definite integral, f ( b ) - f ( a ) , does in fact give use the net change in f ( x ) and so there really
isn’t anything to prove with this statement. This is really just an acknowledgment of what the
definite integral of a rate of change tells us.

So as a quick example, if V ( t ) is the volume of water in a tank then,


t2
ò V ¢ ( t ) dt = V ( t2 ) - V ( t1 )
t1

is the net change in the volume as we go from time t1 to time t2 .

Likewise, if s ( t ) is the function giving the position of some object at time t we know that the
velocity of the object at any time t is : v ( t ) = s¢ ( t ) . Therefore the displacement of the object
time t1 to time t2 is,
t2
ò v ( t ) dt = s ( t ) - s ( t )
t1
2 1

Note that in this case if v ( t ) is both positive and negative (i.e. the object moves to both the right
and left) in the time frame this will NOT give the total distance traveled. It will only give the
displacement, i.e. the difference between where the object started and where it ended up. To get
the total distance traveled by an object we’d have to compute,

© 2007 Paul Dawkins 62 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

t2
ò v ( t ) dt
t1

It is important to note here that the Net Change Theorem only really makes sense if we’re
integrating a derivative of a function.

Fundamental Theorem of Calculus, Part I


As noted by the title above this is only the first part to the Fundamental Theorem of Calculus.
We will give the second part in the next section as it is the key to easily computing definite
integrals and that is the subject of the next section.

The first part of the Fundamental Theorem of Calculus tells us how to differentiate certain types
of definite integrals and it also tells us about the very close relationship between integrals and
derivatives.

Fundamental Theorem of Calculus, Part I


If f ( x ) is continuous on [a,b] then,
x
g ( x ) = ò f ( t ) dt
a

is continuous on [a,b] and it is differentiable on ( a, b ) and that,

g¢ ( x) = f ( x)

An alternate notation for the derivative portion of this is,


d x
f ( t ) dt = f ( x )
dx ò a

To see the proof of this see the Proof of Various Integral Properties section of the Extras chapter.

Let’s check out a couple of quick examples using this.

Example 6 Differentiate each of the following.


x
(a) g ( x ) = ò e 2t cos 2 (1 - 5t ) dt [Solution]
-4
1
ó t + 1 dt [Solution]
4
(b) ô 2
õ x2 t + 1
Solution
x
(a) g ( x ) = ò e 2t cos 2 (1 - 5t ) dt
-4

This one is nothing more than a quick application of the Fundamental Theorem of Calculus.
g ¢ ( x ) = e 2 x cos 2 (1 - 5 x )
[Return to Problems]

© 2007 Paul Dawkins 63 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

1
ó t + 1 dt
4
(b) ô
õ x2 t 2 + 1
This one needs a little work before we can use the Fundamental Theorem of Calculus. The first
thing to notice is that the FToC requires the lower limit to be a constant and the upper limit to be
the variable. So, using a property of definite integrals we can interchange the limits of the
integral we just need to remember to add in a minus sign after we do that. Doing this gives,
d æ ó t4 +1 ö
2 2
1 x x
d ó t4 +1 d ó t4 +1
ô dt = ç - ô dt ÷ = - ô dt
dx õ x2 t 2 + 1 dx çè õ 1 t 2 + 1 ÷ø dx õ 1 t 2 + 1

The next thing to notice is that the FToC also requires an x in the upper limit of integration and
we’ve got x2. To do this derivative we’re going to need the following version of the chain rule.
d d du
dx
( g (u )) =
du
( g (u ))
dx
where u = f ( x )

So, if we let u= x2 we use the chain rule to get,


1 x2
d ó t4 +1 d ó t4 +1
ô dt = - ô dt
dx õ x2 t 2 + 1 dx õ 1 t 2 + 1
u
d t4 +1 du
=- ó ô 2 dt where u = x 2
du õ 1 t + 1 dx
u4 +1
=- ( 2x )
u2 +1
u4 +1
= -2 x 2
u +1

The final step is to get everything back in terms of x.


( x2 ) +1
4
1
d ó t4 +1
ô dt = -2 x
dx õ x2 t 2 + 1 ( x2 ) +1
2

x8 + 1
= -2 x
x4 + 1
[Return to Problems]

Using the chain rule as we did in the last part of this example we can derive some general
formulas for some more complicated problems.

First,
d u( x )
f ( t ) dt = u ¢ ( x ) f ( u ( x ) )
dx ò a

This is simply the chain rule for these kinds of problems.

© 2007 Paul Dawkins 64 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Next, we can get a formula for integrals in which the upper limit is a constant and the lower limit
is a function of x. All we need to do here is interchange the limits on the integral (adding in a
minus sign of course) and then using the formula above to get,

d b d v( x )
( ) f ( t ) dt = -v¢ ( x ) f ( v ( x ) )
dx ò v( x ) dx òb
f t dt = -

Finally, we can also get a version for both limits being functions of x. In this case we’ll need to
use Property 5 above to break up the integral as follows,
u( x ) a u( x )
ò() f ( t ) dt = ò f ( t ) dt + ò f ( t ) dt
v x v( x ) a

We can use pretty much any value of a when we break up the integral. The only thing that we
need to avoid is to make sure that f ( a ) exists. So, assuming that f ( a ) exists after we break
up the integral we can then differentiate and use the two formulas above to get,

d u( x )
ò
dx v( x )
f ( t ) dt =
d
ò
a

dx v( x ) (f ( t ) dt + ò
a
u( x)
f ( t ) dt )
= -v ¢ ( x ) f ( v ( x ) ) + u ¢ ( x ) f ( u ( x ) )

Let’s work a quick example.

Example 7 Differentiate the following integral.


t 2 sin (1 + t 2 ) dt
3x
ò x

Solution
This will use the final formula that we derived above.
d 3x 2
ò
dx x
t sin (1 + t 2
) dt = -
1 - 12
2
x x
2
( )
sin 1 + x
2
( ( ))
+ ( 3)( 3 x ) sin 1 + ( 3 x )
2 2
( )
1
=- x sin (1 + x ) + 27 x 2 sin (1 + 9 x 2 )
2

© 2007 Paul Dawkins 65 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Computing Definite Integrals


In this section we are going to concentrate on how we actually evaluate definite integrals in
practice. To do this we will need the Fundamental Theorem of Calculus, Part II.

Fundamental Theorem of Calculus, Part II


Suppose f ( x ) is a continuous function on [a,b] and also suppose that F ( x ) is any anti-
derivative for f ( x ) . Then,
b
ò f ( x ) dx = F ( x ) = F (b) - F ( a )
b

a a

To see the proof of this see the Proof of Various Integral Properties section of the Extras chapter.

Recall that when we talk about an anti-derivative for a function we are really talking about the
indefinite integral for the function. So, to evaluate a definite integral the first thing that we’re
going to do is evaluate the indefinite integral for the function. This should explain the similarity
in the notations for the indefinite and definite integrals.

Also notice that we require the function to be continuous in the interval of integration. This was
also a requirement in the definition of the definite integral. We didn’t make a big deal about this
in the last section. In this section however, we will need to keep this condition in mind as we do
our evaluations.

Next let’s address the fact that we can use any anti-derivative of f ( x ) in the evaluation. Let’s
take a final look at the following integral.
2
ò 0
x 2 + 1 dx

Both of the following are anti-derivatives of the integrand.


1 1 3 18
F ( x ) = x3 + x and F ( x) = x +x-
3 3 31

Using the FToC to evaluate this integral with the first anti-derivatives gives,
2
2 æ1 ö
ò x + 1 dx = ç x 3 + x ÷
2
0
è3 ø0

( 2 ) + 2 - æç ( 0 ) + 0 ö÷
1 3 1 3
=
3 è3 ø
14
=
3

© 2007 Paul Dawkins 66 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Much easier than using the definition wasn’t it? Let’s now use the second anti-derivative to
evaluate this definite integral.
2
2 æ1 18 ö
ò x + 1 dx = ç x3 + x - ÷
2
0
è3 31 ø 0

( 2 ) + 2 - - æç ( 0 ) + 0 - ö÷
1 3 18 1 3 18
=
3 31 è 3 31 ø
14 18 18
= - +
3 31 31
14
=
3

The constant that we tacked onto the second anti-derivative canceled in the evaluation step. So,
when choosing the anti-derivative to use in the evaluation process make your life easier and don’t
bother with the constant as it will only end up canceling in the long run.

Also, note that we’re going to have to be very careful with minus signs and parenthesis with these
problems. It’s very easy to get in a hurry and mess them up.

Let’s start our examples with the following set designed to make a couple of quick points that are
very important.

Example 1 Evaluate each of the following.


(a) ò y 2 + y -2 dy [Solution]
2
(b) ò 1
y 2 + y -2 dy [Solution]
2
(c) ò -1
y 2 + y -2 dy [Solution]
Solution

òy + y -2 dy
2
(a)
This is the only indefinite integral in this section and by now we should be getting pretty good
with these so we won’t spend a lot of time on this part. This is here only to make sure that we
understand the difference between an indefinite and a definite integral. The integral is,
1 3
òy + y -2 dy = y - y -1 + c
2

3
[Return to Problems]

2
(b) ò
1
y 2 + y -2 dy
Recall from our first example above that all we really need here is any anti-derivative of the
integrand. We just computed the most general anti-derivative in the first part so we can use that
if we want to. However, recall that as we noted above any constants we tack on will just cancel

© 2007 Paul Dawkins 67 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

in the long run and so we’ll use the answer from (a) without the “+c”.

Here’s the integral,


2
2 æ1 1ö
ò
-2
y + y dy = ç y 3 - ÷
2
1
è3 y ø1
1 3 1 æ 1 3 1ö
= ( 2 ) - - ç (1) - ÷
3 2 è3 1ø
8 1 1
= - - +1
3 2 3
17
=
6

Remember that the evaluation is always done in the order of evaluation at the upper limit minus
evaluation at the lower limit. Also be very careful with minus signs and parenthesis. It’s very
easy to forget them or mishandle them and get the wrong answer.

Notice as well that, in order to help with the evaluation, we rewrote the indefinite integral a little.
In particular we got rid of the negative exponent on the second term. It’s generally easier to
evaluate the term with positive exponents.
[Return to Problems]

2
(c) ò -1
y 2 + y -2 dy
This integral is here to make a point. Recall that in order for us to do an integral the integrand
must be continuous in the range of the limits. In this case the second term will have division by
zero at y = 0 and since y = 0 is in the interval of integration, i.e. it is between the lower and
upper limit, this integrand is not continuous in the interval of integration and so we can’t do this
integral.

Note that this problem will not prevent us from doing the integral in (b) since y = 0 is not in the
interval of integration.
[Return to Problems]

So what have we learned from this example?

First, in order to do a definite integral the first thing that we need to do is the indefinite integral.
So we aren’t going to get out of doing indefinite integrals, they will be in every integral that we’ll
be doing in the rest of this course so make sure that you’re getting good at computing them.

Second, we need to be on the lookout for functions that aren’t continuous at any point between
the limits of integration. Also, it’s important to note that this will only be a problem if the

© 2007 Paul Dawkins 68 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

point(s) of discontinuity occur between the limits of integration or at the limits themselves. If the
point of discontinuity occurs outside of the limits of integration the integral can still be evaluated.

In the following sets of examples we won’t make too much of an issue with continuity problems,
or lack of continuity problems, unless it affects the evaluation of the integral. Do not let this
convince you that you don’t need to worry about this idea. It arises often enough that it can cause
real problems if you aren’t on the lookout for it.

Finally, note the difference between indefinite and definite integrals. Indefinite integrals are
functions while definite integrals are numbers.

Let’s work some more examples.

Example 2 Evaluate each of the following.


1
(a) ò -3
6 x 2 - 5 x + 2 dx [Solution]
0
(b) ò t ( t - 2 ) dt [Solution]
4
2
ó 2 w - w + 3 dw [Solution]
5
(c) ô
õ1 w2
-10
(d) ò 25
dR [Solution]
Solution
1
(a) ò
-3
6 x 2 - 5 x + 2 dx
There isn’t a lot to this one other than simply doing the work.
1
1 æ 3 5 2 ö
ò-3 6 x - 5x + 2 dx = çè 2 x - 2 x + 2 x ÷ø -3
2

æ 5 ö æ 45 ö
= ç 2 - + 2 ÷ - ç -54 - - 6 ÷
è 2 ø è 2 ø
= 84
[Return to Problems]

0
(b) ò t ( t - 2 ) dt
4

Recall that we can’t integrate products as a product of integrals and so we first need to multiply
the integrand out before integrating, just as we did in the indefinite integral case.

© 2007 Paul Dawkins 69 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

3 1
0 0
ò t ( t - 2 ) dt = ò t 2 - 2t 2 dt
4 4
0
æ2 5 4 3ö
= ç t2 - t2 ÷
è5 3 ø4
æ2 5
4 3
ö
= 0 - ç ( 4) 2 - ( 4) 2 ÷
è5 3 ø
32
=-
15
In the evaluation process recall that,
5
5
æ 1ö
( 4) = ç ( 4 ) 2 ÷ = ( 2 ) = 32
5
2
è ø
3

( 4 ) 2 = æç ( 4 ) 2 ö÷
3 1
= ( 2) = 8
3

è ø

Also, don’t get excited about the fact that the lower limit of integration is larger than the upper
limit of integration. That will happen on occasion and there is absolutely nothing wrong with
this.
[Return to Problems]

2
ó 2w - w + 3 dw
5
(c) ô
õ1 w2
First, notice that we will have a division by zero issue at w = 0 , but since this isn’t in the interval
of integration we won’t have to worry about it.

Next again recall that we can’t integrate quotients as a quotient of integrals and so the first step
that we’ll need to do is break up the quotient so we can integrate the function.
2
ó 2 w - w + 3 dw = ó 2 w3 - 1 + 3w-2 dw
5 2

ô ô
õ1 w2 õ1 w
2
æ1 3ö
= ç w4 - ln w - ÷
è2 w ø1
æ 3ö æ1 ö
= ç 8 - ln 2 - ÷ - ç - ln1 - 3 ÷
è 2ø è2 ø
= 9 - ln 2

Don’t get excited about answers that don’t come down to a simple integer or fraction. Often
times they won’t. Also don’t forget that ln (1) = 0 .
[Return to Problems]

© 2007 Paul Dawkins 70 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

-10
(d) ò 25
dR
This one is actually pretty easy. Recall that we’re just integrating 1!.
-10 -10
ò 25
dR = R 25
= -10 - 25
= -35
[Return to Problems]

The last set of examples dealt exclusively with integrating powers of x. Let’s work a couple of
examples that involve other functions.

Example 3 Evaluate each of the following.


1
(a) ò 0
4 x - 6 3 x 2 dx [Solution]
p
(b) ò 0
3
2sin q - 5cos q dq [Solution]
p 4
(c) ò p 6
5 - 2sec z tan z dz [Solution]
-1
ó 3 1
(d) ô -z
- dz [Solution]
õ - 20 e 3z
3
ó 1
(e) ô 5t 6 - 10t + dt [Solution]
õ -2 t
Solution
1
(a) ò 0
4 x - 6 3 x 2 dx .
This one is here mostly here to contrast with the next example.
2
1 1
ò 0
4 x - 6 3 x 2 dx = ò 4 x - 6 x 3 dx
0
1
æ 2 18 53 ö
= ç 2x - x ÷
è 5 ø0
18
= 2 - - ( 0)
5
8
=-
5
[Return to Problems]

p
(b) ò 0
3
2sin q - 5cos q dq
Be careful with signs with this one. Recall from the indefinite integral sections that it’s easy to
mess up the signs when integrating sine and cosine.

© 2007 Paul Dawkins 71 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

p
p 3
ò 3
2sin q - 5cos q dq = ( -2 cos q - 5sin q ) 0
0

æp ö æp ö
= -2 cos ç ÷ - 5sin ç ÷ - ( -2cos 0 - 5sin 0 )
è3ø è3ø
5 3
= -1 - +2
2
5 3
= 1-
2

Compare this answer to the previous answer, especially the evaluation at zero. It’s very easy to
get into the habit of just writing down zero when evaluating a function at zero. This is especially
a problem when many of the functions that we integrate involve only x’s raised to positive
integers; these evaluate is zero of course. After evaluating many of these kinds of definite
integrals it’s easy to get into the habit of just writing down zero when you evaluate at zero.
However, there are many functions out there that aren’t zero when evaluated at zero so be careful.
[Return to Problems]

p 4
(c) ò p 6
5 - 2sec z tan z dz
Not much to do other than do the integral.
p 4 p 4
ò 5 - 2sec z tan z dz = ( 5 z - 2sec z ) p 6
p 6

æp ö æp ö æ æp ö æ p öö
= 5 ç ÷ - 2sec ç ÷ - ç 5 ç ÷ - 2sec ç ÷ ÷
è4ø è4ø è è6ø è 6 øø
5p 4
= -2 2 +
12 3

For the evaluation, recall that


1
sec z =
cos z
and so if we can evaluate cosine at these angles we can evaluate secant at these angles.
[Return to Problems]

-1
ó 3 1
(d) ô -z
- dz
õ - 20 e 3z
In order to do this one will need to rewrite both of the terms in the integral a little as follows,
-1 -1
ó 3 1 ó 3e z - 1 1 dz
ô - dz = ô
õ - 20 e- z 3 z õ - 20 3z
For the first term recall we used the following fact about exponents.
1 1
x-a = = xa
xa x -a
© 2007 Paul Dawkins 72 http://tutorial.math.lamar.edu/terms.aspx
Calculus I

In the second term, taking the 3 out of the denominator will just make integrating that term easier.

Now the integral.


-1 -1
ó 3 1 æ 1 ö
ô -z
- dz = ç 3e z - ln z ÷
õ - 20 e 3z è 3 ø -20
1 æ 1 ö
= 3e -1 - ln -1 - ç 3e -20 - ln -20 ÷
3 è 3 ø
1
= 3e -1 - 3e -20 + ln 20
3
Just leave the answer like this. It’s messy, but it’s also exact.

Note that the absolute value bars on the logarithm are required here. Without them we couldn’t
have done the evaluation.
[Return to Problems]
3
1
(e) ó
ô 5t - 10t + dt
6

õ -2 t
This integral can’t be done. There is division by zero in the third term at t = 0 and t = 0 lies in
the interval of integration. The fact that the first two terms can be integrated doesn’t matter. If
even one term in the integral can’t be integrated then the whole integral can’t be done.
[Return to Problems]

So, we’ve computed a fair number of definite integrals at this point. Remember that the vast
majority of the work in computing them is first finding the indefinite integral. Once we’ve found
that the rest is just some number crunching.

There are a couple of particularly tricky definite integrals that we need to take a look at next.
Actually they are only tricky until you see how to do them, so don’t get too excited about them.
The first one involves integrating a piecewise function.

Example 4 Given,
ì6 if x > 1
f ( x) = í 2
î3 x if x £ 1
Evaluate each of the following integrals.
22
(a) ò f ( x ) dx [Solution]
10
3
(b) ò f ( x ) dx [Solution]
-2

Solution
Let’s first start with a graph of this function.

© 2007 Paul Dawkins 73 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

The graph reveals a problem. This function is not continuous at x = 1 and we’re going to have to
watch out for that.

22
(a) ò f ( x ) dx
10

For this integral notice that x = 1 is not in the interval of integration and so that is something that
we’ll not need to worry about in this part.

Also note the limits for the integral lie entirely in the range for the first function. What this
means for us is that when we do the integral all we need to do is plug in the first function into the
integral.

Here is the integral.


22 22
ò f ( x ) dx = ò 6 dx
10 10
22
= 6 x 10
= 132 - 60
= 72
[Return to Problems]

3
(b) ò f ( x ) dx
-2

In this part x = 1 is between the limits of integration. This means that the integrand is no longer
continuous in the interval of integration and that is a show stopper as far we’re concerned. As
noted above we simply can’t integrate functions that aren’t continuous in the interval of
integration.

Also, even if the function was continuous at x = 1 we would still have the problem that the
function is actually two different equations depending where we are in the interval of integration.

© 2007 Paul Dawkins 74 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Let’s first address the problem of the function not being continuous at x = 1 . As we’ll see, in this
case, if we can find a way around this problem the second problem will also get taken care of at
the same time.

In the previous examples where we had functions that weren’t continuous we had division by
zero and no matter how hard we try we can’t get rid of that problem. Division by zero is a real
problem and we can’t really avoid it. In this case the discontinuity does not stem from problems
with the function not existing at x = 1 . Instead the function is not continuous because it takes on
different values on either sides of x = 1 . We can “remove” this problem by recalling Property 5
from the previous section. This property tells us that we can write the integral as follows,
3 1 3
ò f ( x ) dx = ò f ( x ) dx + ò f ( x ) dx
-2 -2 1

On each of these intervals the function is continuous. In fact we can say more. In the first
integral we will have x between -2 and 1 and this means that we can use the second equation for
f ( x ) and likewise for the second integral x will be between 1 and 3 and so we can use the first
function for f ( x ) . The integral in this case is then,
3 1 3
ò f ( x ) dx = ò f ( x ) dx + ò f ( x ) dx
-2 -2 1
1 3
= ò 3 x 2 dx + ò 6 dx
-2 1

31 3
=x + 6x 1
-2

= 1 - ( -8 ) + (18 - 6 )
= 21

[Return to Problems]

So, to integrate a piecewise function, all we need to do is break up the integral at the break
point(s) that happen to occur in the interval of integration and then integrate each piece.

Next we need to look at is how to integrate an absolute value function.

Example 5 Evaluate the following integral.


3
ò0
3t - 5 dt
Solution
Recall that the point behind indefinite integration (which we’ll need to do in this problem) is to
determine what function we differentiated to get the integrand. To this point we’ve not seen any
functions that will differentiate to get an absolute value nor will we ever see a function that will
differentiate to get an absolute value.

© 2007 Paul Dawkins 75 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

The only way that we can do this problem is to get rid of the absolute value. To do this we need
to recall the definition of absolute value.
ìx if x ³ 0
x =í
î- x if x < 0

Once we remember that we can define absolute value as a piecewise function we can use the
work from Example 4 as a guide for doing this integral.

What we need to do is determine where the quantity on the inside of the absolute value bars is
negative and where it is positive. It looks like if t > 53 the quantity inside the absolute value is
positive and if t < 53 the quantity inside the absolute value is negative.

Next, note that t = 5


3 is in the interval of integration and so, if we break up the integral at this
point we get,
5
3 3
ò 0
3t - 5 dt = ò 3t - 5 dt + ò 5 3t - 5 dt
0
3

Now, in the first integrals we have t < 5


3 and so 3t - 5 < 0 in this interval of integration. That
means we can drop the absolute value bars if we put in a minus sign. Likewise in the second
integral we have t > 53 which means that in this interval of integration we have 3t - 5 > 0 and so
we can just drop the absolute value bars in this integral.

After getting rid of the absolute value bars in each integral we can do each integral. So, doing the
integration gives,
5
3 3
ò 3t - 5 dt = ò 3 - ( 3t - 5) dt + ò 5 3t - 5 dt
0 0
3
5
3
= ò -3t + 5 dt + ò 5 3t - 5 dt
3
0
3
5
3
æ 3 ö æ3 3
ö
= ç - t 2 + 5t ÷ + ç t 2 - 5t ÷
è 2 ø0 è2 ø5
3

3æ5ö æ5ö
2
æ3 2 æ 3 æ 5 ö2 æ 5 ööö
= - ç ÷ + 5 ç ÷ - ( 0 ) + ç ( 3) - 5 ( 3) - ç ç ÷ - 5 ç ÷ ÷ ÷
2è3ø è3ø ç2 ç 2è 3ø è 3 ø ÷ø ÷ø
è è
25 8
= +
6 3
41
=
6

© 2007 Paul Dawkins 76 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Integrating absolute value functions isn’t too bad. It’s a little more work than the “standard”
definite integral, but it’s not really all that much more work. First, determine where the quantity
inside the absolute value bars is negative and where it is positive. When we’ve determined that
point all we need to do is break up the integral so that in each range of limits the quantity inside
the absolute value bars is always positive or always negative. Once this is done we can drop the
absolute value bars (adding negative signs when the quantity is negative) and then we can do the
integral as we’ve always done.

© 2007 Paul Dawkins 77 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Substitution Rule for Definite Integrals


We now need to go back and revisit the substitution rule as it applies to definite integrals. At
some level there really isn’t a lot to do in this section. Recall that the first step in doing a definite
integral is to compute the indefinite integral and that hasn’t changed. We will still compute the
indefinite integral first. This means that we already know how to do these. We use the
substitution rule to find the indefinite integral and then do the evaluation.

There are however, two ways to deal with the evaluation step. One of the ways of doing the
evaluation is the probably the most obvious at this point, but also has a point in the process where
we can get in trouble if we aren’t paying attention.

Let’s work an example illustrating both ways of doing the evaluation step.

Example 1 Evaluate the following definite integral.


0
ò-2
2t 2 1 - 4t 3 dt

Solution
Let’s start off looking at the first way of dealing with the evaluation step. We’ll need to be
careful with this method as there is a point in the process where if we aren’t paying attention
we’ll get the wrong answer.

Solution 1 :
We’ll first need to compute the indefinite integral using the substitution rule. Note however, that
we will constantly remind ourselves that this is a definite integral by putting the limits on the
integral at each step. Without the limits it’s easy to forget that we had a definite integral when
we’ve gotten the indefinite integral computed.

In this case the substitution is,


1
u = 1 - 4t 3 du = -12t 2 dt Þ t 2 dt = - du
12

Plugging this into the integral gives,


0 1 0 12
ò
-2
2t 2 1 - 4t 3 dt = -
6 ò-2
u du
0
1 32
=- u
9 -2
Notice that we didn’t do the evaluation yet. This is where the potential problem arises with this
solution method. The limits given here are from the original integral and hence are values of t.
We have u’s in our solution. We can’t plug values of t in for u.

Therefore, we will have to go back to t’s before we do the substitution. This is the standard step

© 2007 Paul Dawkins 78 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

in the substitution process, but it is often forgotten when doing definite integrals. Note as well
that in this case, if we don’t go back to t’s we will have a small problem in that one of the
evaluations will end up giving us a complex number.

So, finishing this problem gives,


3 0
1
1 - 4t dt = - (1 - 4t 3 ) 2
0
ò
2 3
2t
-2 9 -2

1 æ 1 3
ö
= - - ç - ( 33) 2 ÷
9 è 9 ø
1
(
= 33 33 - 1
9
)
So, that was the first solution method. Let’s take a look at the second method.

Solution 2 :
Note that this solution method isn’t really all that different from the first method. In this method
we are going to remember that when doing a substitution we want to eliminate all the t’s in the
integral and write everything in terms of u.

When we say all here we really mean all. In other words, remember that the limits on the integral
are also values of t and we’re going to convert the limits into u values. Converting the limits is
pretty simple since our substitution will tell us how to relate t and u so all we need to do is plug in
the original t limits into the substitution and we’ll get the new u limits.

Here is the substitution (it’s the same as the first method) as well as the limit conversions.
1
u = 1 - 4t 3 du = -12t 2 dt Þ t 2 dt = - du
12
u = 1 - 4 ( -2 ) = 33
3
t = -2 Þ
u = 1 - 4 ( 0) = 1
3
t=0 Þ

The integral is now,


0 1 1 12
ò 1 - 4t dt = - ò u du
2 3
2t
-2 6 33
1
1 3
= - u2
9 33

As with the first method let’s pause here a moment to remind us what we’re doing. In this case,
we’ve converted the limits to u’s and we’ve also got our integral in terms of u’s and so here we
can just plug the limits directly into our integral. Note that in this case we won’t plug our
substitution back in. Doing this here would cause problems as we would have t’s in the integral

© 2007 Paul Dawkins 79 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

and our limits would be u’s. Here’s the rest of this problem.

1
0 1 3
ò 1 - 4t dt = - u 2
2 3
2t
-2 9 33

1 æ 1 ö 1
( )
3
= - - ç - ( 33) 2 ÷ = 33 33 - 1
9 è 9 ø 9

We got exactly the same answer and this time didn’t have to worry about going back to t’s in our
answer.

So, we’ve seen two solution techniques for computing definite integrals that require the
substitution rule. Both are valid solution methods and each have their uses. We will be using the
second exclusively however since it makes the evaluation step a little easier.

Let’s work some more examples.

Example 2 Evaluate each of the following.


ò -1 (1 + w) ( 2w + w )
5 5
2
(a) dw [Solution]
-6
ó 4 5
(b) ô - dx [Solution]
õ - 2 (1 + 2 x ) 1 + 2 x
3

1
(c) ò 2
e y + 2 cos (p y ) dy [Solution]
0
0
ó æzö
(d) ô 3sin ç ÷ - 5cos (p - z ) dz [Solution]
õp è2ø
3
Solution
Since we’ve done quite a few substitution rule integrals to this time we aren’t going to put a lot of
effort into explaining the substitution part of things here.

ò (1 + w) ( 2w + w )
5
2 5
(a) dw
-1

The substitution and converted limits are,


1
u = 2 w + w2 du = ( 2 + 2 w ) dw Þ (1 + w ) dw = du
2
w = -1 Þ u = -1 w=5 Þ u = 35

Sometimes a limit will remain the same after the substitution. Don’t get excited when it happens
and don’t expect it to happen all the time.

Here is the integral,

© 2007 Paul Dawkins 80 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

1 35 5
ò -1 (1 + w) ( 2w + w )
5 5

2 ò -1
2
dw = u du
35
1 6
= u = 153188802
12 -1

Don’t get excited about large numbers for answers here. Sometime they are. That’s life.
[Return to Problems]

-6
ó 4 5
(b) ô - dx
õ - 2 (1 + 2 x ) 1 + 2 x
3

Here is the substitution and converted limits for this problem,


1
u = 1 + 2x du = 2dx Þ dx = du
2
x = -2 Þ u = -3 x = -6 Þ u = -11

The integral is then,


-6
ó 4 5 1 ó -11 -3 5
ô - dx = ô 4u - du
õ - 2 (1 + 2 x ) 1 + 2 x 2 õ -3
3
u
-11
1
= ( -2u -2 - 5ln u )
2 -3

1æ 2 ö 1æ 2 ö
= ç- - 5ln11÷ - ç - - 5ln 3 ÷
2 è 121 ø 2è 9 ø
112 5 5
= - ln11 + ln 3
1089 2 2
[Return to Problems]

1
(c) ò 2
e y + 2 cos (p y ) dy
0

This integral needs to be split into two integrals since the first term doesn’t require a substitution
and the second does.
1 1 1

ò 2
e + 2 cos (p y ) dy = ò e dy + ò 2 cos ( p y ) dy
y 2 y 2
0 0 0

Here is the substitution and converted limits for the second term.
1
u =p y du = p dy Þ dy = du
p
1 p
y=0 Þ u=0 y= Þ u=
2 2

© 2007 Paul Dawkins 81 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Here is the integral.


1 1
2 p2
ò 2
e + 2 cos ( p y ) dy = ò
y 2
e dy + ò cos ( u ) du
y
0 0 p 0
p
1
2 2
=e y 2
+ sin u
0 p 0
1
2 p 2
= e - e0 +
2
sin - sin 0
p 2 p
1
2
= e2 -1 +
p
[Return to Problems]
0
ó æzö
(d) ô 3sin ç ÷ - 5cos (p - z ) dz
õp è2ø
3

This integral will require two substitutions. So first split up the integral so we can do a
substitution on each term.
0 0
ó æzö ó æzö 0
ô p 3sin ç ÷ - 5cos (p - z ) dz = ô p 3sin ç ÷ dz - ò p 5cos (p - z ) dz
õ è2ø õ è2ø 3
3 3

There are the two substitutions for these integrals.


z 1
u= du = dz Þ dz = 2du
2 2
p p
z= Þ u= z=0 Þ u=0
3 6

v =p -z dv = -dz Þ dz = -dv
p 2p
z= Þ v= z=0 Þ v =p
3 3

Here is the integral for this problem.


0
ó æzö 0 p
ô p 3sin ç ÷ - 5cos (p - z ) dz = 6 ò p sin ( u ) du + 5ò 2p cos ( v ) dv
õ è2ø 6 3
3
p
= -6 cos ( u ) p + 5sin ( v ) 2p
0

6 3

æ 5 3ö
= 3 3 - 6 + çç - ÷÷
è 2 ø
3
= -6
2
[Return to Problems]

© 2007 Paul Dawkins 82 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

The next set of examples is designed to make sure that we don’t forget about a very important
point about definite integrals.

Example 3 Evaluate each of the following.


5
4t
(a) ó
ô dt [Solution]
õ -5 2 - 8t 2
5
4t
(b) ó
ô dt [Solution]
õ 3 2 - 8t 2
Solution
5
ó 4t
(a) ô dt
õ -5 2 - 8t 2
Be careful with this integral. The denominator is zero at t = ± 12 and both of these are in the
interval of integration. Therefore, this integrand is not continuous in the interval and so the
integral can’t be done.

Be careful with definite integrals and be on the lookout for division by zero problems. In the
previous section they were easy to spot since all the division by zero problems that we had there
were at zero. Once we move into substitution problems however they will not always be so easy
to spot so make sure that you first take a quick look at the integrand and see if there are any
continuity problems with the integrand and if they occur in the interval of integration.
[Return to Problems]

5
4t
(b) ó
ô dt
õ 3 2 - 8t 2
Now, in this case the integral can be done because the two points of discontinuity, t = ± 12 , are
both outside of the interval of integration. The substitution and converted limits in this case are,
1
u = 2 - 8t 2 du = -16t dt Þ tdt = - dt
16
t =3 Þ u = -70 t =5 Þ u = -198

The integral is then,


ó
5
4t 4 ó -198 1
ô dt = - ô du
õ 3 2 - 8t 2 16 õ -70 u
-198
1
= - ln u
4 -70

1
=-
4
( ln (198) - ln ( 70 ) )
[Return to Problems]

© 2007 Paul Dawkins 83 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Let’s work another set of examples. These are a little tougher (at least in appearance) than the
previous sets.

Example 4 Evaluate each of the following.


ln (1+p )
(a) ò e x cos (1 - e x ) dx [Solution]
0

ó [ ln t ]
e6 4

(b) ô dt [Solution]
õe2 t
p
ó 9 sec ( 3P ) tan ( 3P )
(c) ô dP [Solution]
õ p 3 2 + sec ( 3P )
12
p
(d) ò 2
cos ( x ) cos ( sin ( x ) ) dx [Solution]
-p

2 2
ó ew
ô 1 w2 dw [Solution]
(e) ô
õ
50
Solution
ln (1+p )
(a) ò e x cos (1 - e x ) dx
0

The limits are a little unusual in this case, but that will happen sometimes so don’t get too excited
about it. Here is the substitution.
u = 1 - ex du = -e x dx
x=0 Þ u = 1 - e0 = 1 - 1 = 0
x = ln (1 + p ) Þ u = 1 - eln(1-p ) = 1 - (1 + p ) = -p

The integral is then,


ln (1+p )
e x cos (1 - e x ) dx = - ò
-p
ò 0 0
cos u du
-p
= - sin ( u ) 0
= - ( sin ( -p ) - sin 0 ) = 0
[Return to Problems]

ó [ ln t ]
e6 4

(b) ô dt
õe2 t
Here is the substitution and converted limits for this problem.

© 2007 Paul Dawkins 84 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

1
u = ln t du = dt
t
t = e2 Þ u = ln e 2 = 2 t = e6 Þ u = ln e6 = 6
The integral is,

ó [ ln t ]
e6 4
6
ô dt = ò u 4 du
õe2 t 2

6
1
= u5
5 2
7744
=
5
[Return to Problems]
p
ó sec ( 3P ) tan ( 3P )
9
(c) ô dP
õ p 3 2 + sec ( 3P )
12

Here is the substitution and converted limits and don’t get too excited about the substitution. It’s
a little messy in the case, but that can happen on occasion.

1
u = 2 + sec ( 3P ) du = 3sec ( 3P ) tan ( 3P ) dP Þ sec ( 3P ) tan ( 3P ) dP = du
3
p æp ö
P= Þ u = 2 + sec ç ÷ = 2 + 2
12 è4ø
p æp ö
P= Þ u = 2 + sec ç ÷ = 4
9 è3ø
Here is the integral,
p
ó sec ( 3P ) tan ( 3P )
9
1 4 -
1

ô
2 + sec ( 3P )
dP =
3 ò2+ 2
u 3
du
õp 3
12
4
1 2
= u3
2 2+ 2

1æ ö
2 2

= ç4 - 2+ 2
2 çè
3
( ) 3
÷÷
ø

So, not only was the substitution messy, but we also a messy answer, but again that’s life on
occasion.
[Return to Problems]

p
(d) ò 2
cos ( x ) cos ( sin ( x ) ) dx
-p

© 2007 Paul Dawkins 85 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

This problem not as bad as it looks. Here is the substitution and converted limits.
u = sin x du = cos x dx
p p
x= Þ u = sin = 1 x = -p Þ u = sin ( -p ) = 0
2 2

The cosine in the very front of the integrand will get substituted away in the differential and so
this integrand actually simplifies down significantly. Here is the integral.
p
cos ( x ) cos ( sin ( x ) ) dx = ò cos u du
1
ò 2
-p 0

= sin ( u ) 0
1

= sin (1) - sin ( 0 )


= sin (1)
Don’t get excited about these kinds of answers. On occasion we will end up with trig function
evaluations like this.
[Return to Problems]

2 2
ó ew
ô 1 w2 dw
(e) ô
õ
50

This is also a tricky substitution (at least until you see it). Here it is,
2 2 1 1
u= du = - dw Þ dw = - du
w w2 w 2
2
1
w=2 Þ u =1 w= Þ u = 100
50

Here is the integral.


2 2
ó ew 1 1 u
2 ò100
ô dw = - e du
ô 1 w2
õ
50
1
1
= - eu
2 100
1 1 100
=-
2
(e - e )
[Return to Problems]

In this last set of examples we saw some tricky substitutions and messy limits, but these are a fact
of life with some substitution problems and so we need to be prepared for dealing with them
when they happen.

Even and Odd Functions

© 2007 Paul Dawkins 86 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

This is the last topic that we need to discuss in this chapter. It is probably better suited in the
previous section, but that section has already gotten fairly large so I decided to put it here.

First, recall that an even function is any function which satisfies,


f (-x) = f ( x)
Typical examples of even functions are,
f ( x ) = x2 f ( x ) = cos ( x )

An odd function is any function which satisfies,


f (-x) = - f ( x)
The typical examples of odd functions are,
f ( x ) = x3 f ( x ) = sin ( x )

There are a couple of nice facts about integrating even and odd functions over the interval [-a,a].
If f(x) is an even function then,
a a
ò f ( x ) dx = 2 ò f ( x ) dx
-a 0

Likewise, if f(x) is an odd function then,


a
ò f ( x ) dx = 0
-a

Note that in order to use these facts the limit of integration must be the same number, but
opposite signs!

Example 5 Integrate each of the following.


2
(a) ò -2
4 x 4 - x 2 + 1 dx [Solution]
10
(b) ò x5 + sin ( x ) dx [Solution]
-10

Solution
Neither of these are terribly difficult integrals, but we can use the facts on them anyway.

2
(a) ò -2
4 x 4 - x 2 + 1 dx
In this case the integrand is even and the interval is correct so,
2 2
ò -2
4 x 4 - x 2 + 1 dx = 2ò 4 x 4 - x 2 + 1 dx
0
2
æ4 1 ö
= 2 ç x5 - x3 + x ÷
è5 3 ø0
748
=
15
So, using the fact cut the evaluation in half (in essence since one of the new limits was zero).

© 2007 Paul Dawkins 87 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

[Return to Problems]

10
(b) ò x5 + sin ( x ) dx
-10

The integrand in this case is odd and the interval is in the correct form and so we don’t even need
to integrate. Just use the fact.
10
ò x5 + sin ( x ) dx = 0
-10
[Return to Problems]

Note that the limits of integration are important here. Take the last integral as an example. A
small change to the limits will not give us zero.

9 468559
ò x5 + sin ( x ) dx = cos (10 ) - cos ( 9 ) - = -78093.09461
-10 6

The moral here is to be careful and not misuse these facts.

© 2007 Paul Dawkins 88 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

© 2007 Paul Dawkins 89 http://tutorial.math.lamar.edu/terms.aspx


CALCULUS I
Practice Problems
Integrals

Paul Dawkins
Calculus I

Table of Contents

Preface............................................................................................................................................. 1
Integrals .......................................................................................................................................... 1
Introduction .............................................................................................................................................. 2
Indefinite Integrals ................................................................................................................................... 2
Computing Indefinite Integrals................................................................................................................ 3
Substitution Rule for Indefinite Integrals ............................................................................................... 5
More Substitution Rule ............................................................................................................................ 6
Area Problem ............................................................................................................................................ 7
The Definition of the Definite Integral .................................................................................................... 8
Computing Definite Integrals................................................................................................................... 9
Substitution Rule for Definite Integrals ................................................................................................ 11

Preface

Here are a set of practice problems for my Calculus I notes. If you are viewing the pdf version of
this document (as opposed to viewing it on the web) this document contains only the problems
themselves and no solutions are included in this document. Solutions can be found in a number
of places on the site.

1. If you’d like a pdf document containing the solutions go to the note page for the section
you’d like solutions for and select the download solutions link from there. Or,

2. Go to the download page for the site http://tutorial.math.lamar.edu/download.aspx and


select the section you’d like solutions for and a link will be provided there.

3. If you’d like to view the solutions on the web or solutions to an individual problem you
can go to the problem set web page, select the problem you want the solution for. At this
point I do not provide pdf versions of individual solutions, but for a particular problem
you can select “Printable View” from the “Solution Pane Options” to get a printable
version.

Note that some sections will have more problems than others and some will have more or less of
a variety of problems. Most sections should have a range of difficulty levels in the problems
although this will vary from section to section.

Integrals

© 2007 Paul Dawkins i http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Introduction
Here are a set of practice problems for the Integrals chapter of my Calculus I notes. If you are
viewing the pdf version of this document (as opposed to viewing it on the web) this document
contains only the problems themselves and no solutions are included in this document. Solutions
can be found in a number of places on the site.

4. If you’d like a pdf document containing the solutions go to the note page for the section
you’d like solutions for and select the download solutions link from there. Or,

5. Go to the download page for the site http://tutorial.math.lamar.edu/download.aspx and


select the section you’d like solutions for and a link will be provided there.

6. If you’d like to view the solutions on the web or solutions to an individual problem you
can go to the problem set web page, select the problem you want the solution for. At this
point I do not provide pdf versions of individual solutions, but for a particular problem
you can select “Printable View” from the “Solution Pane Options” to get a printable
version.

Note that some sections will have more problems than others and some will have more or less of
a variety of problems. Most sections should have a range of difficulty levels in the problems
although this will vary from section to section.

Here is a list of topics in this chapter that have practice problems written for them.

Indefinite Integrals
Computing Indefinite Integrals
Substitution Rule for Indefinite Integrals
More Substitution Rule
Area Problem
Definition of the Definite Integral
Computing Definite Integrals
Substitution Rule for Definite Integrals

Indefinite Integrals

1. Evaluate each of the following indefinite integrals.

ò 6x - 18 x 2 + 7 dx
5
(a)

(b) ò 6 x 5
dx - 18 x 2 + 7

2. Evaluate each of the following indefinite integrals.

ò 40 x + 12 x 2 - 9 x + 14 dx
3
(a)

© 2007 Paul Dawkins 2 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

ò 40 x + 12 x 2 - 9 x dx + 14
3
(b)

(c) ò 40 x 3
+ 12 x 2 dx - 9 x + 14

For problems 3 – 5 evaluate the indefinite integral.

ò
3. 12t 7 - t 2 - t + 3 dt

ò
4. 10 w4 + 9 w3 + 7 w dw

òz + 4 z 4 - z 2 dz
6
5.

6. Determine f ( x ) given that f ¢ ( x ) = 6 x - 20 x + x + 9 .


8 4 2

7. Determine h ( t ) given that h¢ ( t ) = t - t + t + t - 1 .


4 3 2

Computing Indefinite Integrals


For problems 1 – 21 evaluate the given integral.

ò 4x - 2 x 3 + 7 x - 4 dx
6
1.

òz - 48 z11 - 5 z16 dz
7
2.

ò
3. 10t -3 + 12t -9 + 4t 3 dt

òw
-2
4. + 10 w-5 - 8 dw

ò
5. 12 dy

ò w + 10 5 w3 dw
3
6.

ò x 7 - 7 6 x5 + 17 3
7. x10 dx

© 2007 Paul Dawkins 3 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

4 1
8. ó
ô 2 + 2 - 3 dx
õx 8x

ó 7 1 2
9. ô 6 + 10 - dy
õ 3y y 3
y4

ò (t - 1) ( 4 + 3t ) dt
2
10.

ó æ 1 ö
11. ô z ç z 2 - ÷ dz
õ è 4z ø

ó z - 6 z + 4 z - 2 dz
8 5 3
12. ô
õ z4

ó x4 - 3 x
13. ô dx
õ 6 x

ò sin ( x ) + 10 csc ( x ) dx
2
14.

15. ò 2 cos ( w) - sec ( w ) tan ( w ) dw


16. 12 + csc (q ) éësin (q ) + csc (q ) ùû dq
ò
1
17. ó z
ô 4e + 15 - dz
õ 6z

ó e -t - 4
18. ô t 3 - dt
õ e -t

6 2
19. ó
ô 3 - dw
õw w

ó 1 12
20. ô + dx
õ 1+ x
2
1 - x2

4
21. ò 6 cos ( z ) + 1- z2
dz

© 2007 Paul Dawkins 4 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

22. Determine f ( x ) given that f ¢ ( x ) = 12 x - 4 x and f ( -3) = 17 .


2

7
23. Determine g ( z ) given that g ¢ ( z ) = 3 z 3 + - e z and g (1) = 15 - e .
2 z

24. Determine h ( t ) given that h¢¢ ( t ) = 24t - 48t + 2 , h (1) = -9 and h ( -2 ) = -4 .


2

Substitution Rule for Indefinite Integrals


For problems 1 – 16 evaluate the given integral.

ò (8 x - 12 ) ( 4 x - 12 x ) dx
2 4
1.

ò 3t ( 2 + 4t )
-4 -3 -7
2. dt

ò ( 3 - 4w ) ( 4w - 6 w + 7 ) dw
2 10
3.

ò 5 ( z - 4) z 2 - 8 z dz
3
4.

5. ò 90 x
2
sin ( 2 + 6 x 3 ) dx

6. ò sec (1 - z ) tan (1 - z ) dz

ò (15t - 5t ) cos ( 6t -1 + t 2 ) dt
-2
7.

ò (7 y - 2 y ) e
4
y
3 -7 y 2
8. dy

4w + 3
9. ó
ô dw
õ 4 w2 + 6 w - 1

ò ( cos ( 3t ) - t ) ( sin ( 3t ) - t )
2 3 5
10. dt

© 2007 Paul Dawkins 5 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

ó æ 1 -z ö
11. ô 4 ç - e ÷ cos ( e - z + ln z ) dz
õ èz ø

ò sec ( v ) e
2 1+ tan ( v )
12. dv

13. 10sin ( 2 x ) cos ( 2 x ) cos 2 ( 2 x ) - 5 dx


ò
ó csc ( x ) cot ( x )
14. ô dx
õ 2 - csc ( x )

ó 6
15. ô dy
õ 7+ y
2

ó 1
16. ô dw
õ 4 - 9 w2

17. Evaluate each of the following integrals.


3x
(a) ó
ô dx
õ 1 + 9 x2

ó 3x
(b) ô dx
õ (1 + 9 x )
2 4

3
(c) ó
ô dx
õ 1 + 9 x2

More Substitution Rule


Evaluate each of the following integrals.

ò4 5 + 9t + 12 ( 5 + 9t ) dt
7
1.

ò 7 x cos ( 2 + x ) - 8x e dx
4
3 4 3 2+ x
2.

© 2007 Paul Dawkins 6 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

ó 6e7 w 14e7 w
3. ô + dw
ô
õ (1 - 8e ) 1 - 8e7 w
7w 3

4. òx
4
- 7 x 5 cos ( 2 x 6 + 3) dx

ó 4sin ( 8 z )
5. ô e z + dz
õ 1 + 9 cos ( 8 z )

ò 20e
2 -8 w
6. 1 + e 2-8 w + 7 w3 - 6 3
w dw

ò ( 4 + 7t )
3
7. - 9t 4
5t 2 + 3 dt

ó 6x - x
2
æ 3x ö
8. ô - csc 2 ç ÷ dx
õ x - 9x + 8
3 2
è 2 ø

ò 7 (3 y + 2) ( 4 y + 3 y )
2 3
9. + sin ( 3 + 8 y ) dy

ò sec ( 2t ) éë9 + 7 tan ( 2t ) - tan ( 2t )ùû dt


2 2
10.

8- w
11. ó
ô 2 dw
õ 4w + 9

ó 7x + 2
12. ô dx
õ 1 - 25 x 2

ò z (8 + 3z )
7 4 8
13. dz

Area Problem
For problems 1 – 3 estimate the area of the region between the function and the x-axis on the
given interval using n = 6 and using,
(a) the right end points of the subintervals for the height of the rectangles,
(b) the left end points of the subintervals for the height of the rectangles and,
(c) the midpoints of the subintervals for the height of the rectangles.

© 2007 Paul Dawkins 7 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

1. f ( x ) = x - 2 x + 4 on [1, 4]
3 2

2. g ( x ) = 4 - x 2 + 2 on [ -1,3]

3. h ( x ) = - x cos ( x3 ) on [ 0,3]

4. Estimate the net area between f ( x ) = 8 x - x - 12 and the x-axis on [ -2, 2] using n = 8
2 5

and the midpoints of the subintervals for the height of the rectangles. Without looking at a graph
of the function on the interval does it appear that more of the area is above or below the x-axis?

The Definition of the Definite Integral

For problems 1 & 2 use the definition of the definite integral to evaluate the integral. Use the
*
right end point of each interval for x i .

4
1. ò1
2 x + 3 dx

1
2. ò 6 x ( x - 1) dx
0

ó cos ( e + x )
4 3x 2

3. Evaluate : ô dx
õ4 x4 +1

11
For problems 4 & 5 determine the value of the given integral given that ò f ( x ) dx = -7 and
6
11
ò g ( x ) dx = 24 .
6

6
4. ò 9 f ( x ) dx
11

11
5. ò 6 g ( x ) - 10 f ( x ) dx
6

9 2 9
6. Determine the value of ò f ( x ) dx given that ò f ( x ) dx = 3 and ò f ( x ) dx = 8 .
2 5 5

© 2007 Paul Dawkins 8 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

20 0 0
7. Determine the value of ò f ( x ) dx given that ò f ( x ) dx = -2 , ò f ( x ) dx = 19 and
-4 -4 31
31
ò f ( x ) dx = -21 .
20

For problems 8 & 9 sketch the graph of the integrand and use the area interpretation of the
definite integral to determine the value of the integral.

4
8. ò 1
3x - 2 dx

5
9. ò 0
-4x dx

For problems 10 – 12 differentiate each of the following integrals with respect to x.

9 cos 2 ( t 2 - 6t + 1) dt
x
10. ò 4

sin ( 6 x )
11. ò 7
t 2 + 4dt

-1
ó et - 1
12. ô dt
õ3 x 2 t

Computing Definite Integrals

1. Evaluate each of the following integrals.


3
a. ó
ô cos ( x ) - 5 dx
õ x
4
3
b. ó
ô cos ( x ) - 5 dx
õ- 3 x
4
3
c. ó
ô cos ( x ) - 5 dx
õ1 x

Evaluate each of the following integrals, if possible. If it is not possible clearly explain why it is
not possible to evaluate the integral.

6
ò 12 x - 9 x 2 + 2 dx
3
2.
1

© 2007 Paul Dawkins 9 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

1
3. ò-2
5 z 2 - 7 z + 3 dz

0
ò 15w - 13w2 + w dw
4
4.
3

4
ó 8 - 12 t 3 dt
5. ô
õ1 t

2
ó 1 3 z2 1
6. ô + - 3 dz
õ1 7 z 4 2z

4
1
7. ó
ô x - x + 2 dx
6 4

õ-2 x

-1
8. ò x 2 ( 3 - 4 x ) dx
-4

1
ó 2 y3 - 6 y 2
9. ô dy
õ2 y2

ò 7 sin ( t ) - 2 cos ( t ) dt
2
10.
0

p
11. ò sec ( z ) tan ( z ) - 1 dz
0

ò 2sec 2 ( w ) - 8csc ( w ) cot ( w ) dw


3
12. p
6

2
ó 1
13. ô e x + 2 dx
õ0 x +1

-2
ó 2
14. ô 7e y + dy
õ-5 y

4 ì 2t t >1
15. ò f ( t ) dt
0
where f ( t ) = í
î1 - 3t
2
t £1

© 2007 Paul Dawkins 10 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

1 ì 2- z z > -2
16. ò g ( z ) dz where g ( z ) = íî 4e z
-6 z £ -2

6
17. ò 3
2 x - 10 dx

0
18. ò -1
4w + 3 dw

Substitution Rule for Definite Integrals


Evaluate each of the following integrals, if possible. If it is not possible clearly explain why it is
not possible to evaluate the integral.

ò 3 ( 4 x + x )(10 x + x 5 - 2 ) dx
1 6
4 2
1.
0

p
ó 4 8cos ( 2t )
2. ô dt
õ0 9 - 5sin ( 2t )

0
3. ò sin ( z ) cos3 ( z ) dz
p

4
w3
4. ò1
w e1- dw

-1
ó 7
5. ô 3 5 - 2 y + dy
õ-4 5- 2y

2 1x
6. ò-1
x 3 + e 4 dx

3p

ò 6sin ( 2 w ) - 7 cos ( w ) dw
2
7.
p

5
ó 2 x + x - x dx
3
8. ô
õ1 x 4 + x 2 + 1 x 2 - 4

© 2007 Paul Dawkins 11 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

0
ó 3
9. ô t 3 + t 2 + dt
( 6t - 1)
2
õ-2

1
ò (2 - z) + sin (p z ) éë3 + 2 cos (p z ) ùû dz
3 3
10.
-2

© 2007 Paul Dawkins 12 http://tutorial.math.lamar.edu/terms.aspx


CALCULUS I
Solutions to Practice Problems
Integrals

Paul Dawkins
Calculus I

Table of Contents

Preface............................................................................................................................................. 1
Integrals .......................................................................................................................................... 1
Indefinite Integrals ................................................................................................................................... 1
Computing Indefinite Integrals................................................................................................................ 6
Substitution Rule for Indefinite Integrals ............................................................................................. 20
More Substitution Rule .......................................................................................................................... 37
Area Problem .......................................................................................................................................... 50
The Definition of the Definite Integral .................................................................................................. 57
Computing Definite Integrals................................................................................................................. 65
Substitution Rule for Definite Integrals ................................................................................................ 79

Preface

Here are the solutions to the practice problems for my Calculus I notes. Some solutions will have
more or less detail than other solutions. The level of detail in each solution will depend up on
several issues. If the section is a review section, this mostly applies to problems in the first
chapter, there will probably not be as much detail to the solutions given that the problems really
should be review. As the difficulty level of the problems increases less detail will go into the
basics of the solution under the assumption that if you’ve reached the level of working the harder
problems then you will probably already understand the basics fairly well and won’t need all the
explanation.

This document was written with presentation on the web in mind. On the web most solutions are
broken down into steps and many of the steps have hints. Each hint on the web is given as a
popup however in this document they are listed prior to each step. Also, on the web each step can
be viewed individually by clicking on links while in this document they are all showing. Also,
there are liable to be some formatting parts in this document intended for help in generating the
web pages that haven’t been removed here. These issues may make the solutions a little difficult
to follow at times, but they should still be readable.

Integrals

Indefinite Integrals

1. Evaluate each of the following indefinite integrals.

ò 6x - 18 x 2 + 7 dx
5
(a)

© 2007 Paul Dawkins i http://tutorial.math.lamar.edu/terms.aspx


Calculus I

ò 6x dx - 18 x 2 + 7
5
(b)

Hint : As long as you recall your derivative rules and the fact that all this problem is really asking
is the for us to determine the function that we differentiated to get the integrand (i.e. the function
inside the integral….) this problem shouldn’t be too difficult.

ò 6x - 18 x 2 + 7 dx
5
(a)
All we are being asked to do here is “undo” a differentiation and if you recall the basic
differentiation rules for polynomials this shouldn’t be too difficult. As we saw in the notes for
this section all we really need to do is increase the exponent by one (so upon differentiation we
get the correct exponent) and then fix up the coefficient to make sure that we will get the correct
coefficient upon differentiation.

Here is the answer for this part.

ò 6x - 18 x 2 + 7 dx = x 6 + 6 x3 + 7 x + c
5

Don’t forget the “+c”! Remember that the original function may have had a constant on it and
the “+c” is there to remind us of that.

Also don’t forget that you can easily check your answer by differentiating your answer and
making sure that the result is the same as the integrand.

ò 6x dx - 18 x 2 + 7
5
(b)
This part is not really all that different from the first part. The only difference is the placement of
the dx. Recall that one of the things that the dx tells us where to end the integration. So, in the
part we are only going to integrate the first term.

Here is the answer for this part.

ò 6x dx - 18 x 2 + 7 = x 6 + c - 18 x 2 + 7
5

2. Evaluate each of the following indefinite integrals.

ò 40 x + 12 x 2 - 9 x + 14 dx
3
(a)

(b) ò 40 x 3
+ 12 x 2 - 9 x dx + 14
(c) ò 40 x 3
+ 12 x 2 dx - 9 x + 14

© 2007 Paul Dawkins 2 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Hint : As long as you recall your derivative rules and the fact that all this problem is really asking
is the for us to determine the function that we differentiated to get the integrand (i.e. the function
inside the integral….) this problem shouldn’t be too difficult.

ò 40 x + 12 x 2 - 9 x + 14 dx
3
(a)
All we are being asked to do here is “undo” a differentiation and if you recall the basic
differentiation rules for polynomials this shouldn’t be too difficult. As we saw in the notes for
this section all we really need to do is increase the exponent by one (so upon differentiation we
get the correct exponent) and then fix up the coefficient to make sure that we will get the correct
coefficient upon differentiation.

Here is that answer for this part.

ò 40 x + 12 x 2 - 9 x + 14 dx = 10 x 4 + 4 x 3 - 92 x 2 + 14 x + c
3

Don’t forget the “+c”! Remember that the original function may have had a constant on it and
the “+c” is there to remind us of that.

Also don’t forget that you can easily check your answer by differentiating your answer and
making sure that the result is the same as the integrand.

ò 40 x + 12 x 2 - 9 x dx + 14
3
(b)
This part is not really all that different from the first part. The only difference is the placement of
the dx. Recall that one of the things that the dx tells us where to end the integration. So, in the
part we are only going to integrate the first term.

Here is the answer for this part.

ò 40 x + 12 x 2 - 9 x dx + 14 = 10 x 4 + 4 x 3 - 92 x 2 + c + 14
3

ò 40 x + 12 x 2 dx - 9 x + 14
3
(c)
The only difference between this part and the previous part is that the location of the dx moved.

Here is the answer for this part.

ò 40 x + 12 x 2 dx - 9 x + 14 = 10 x 4 + 4 x3 + c - 9 x + 14
3

© 2007 Paul Dawkins 3 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

ò
3. Evaluate 12t 7 - t 2 - t + 3 dt .

Hint : As long as you recall your derivative rules and the fact that all this problem is really asking
is the for us to determine the function that we differentiated to get the integrand (i.e. the function
inside the integral….) this problem shouldn’t be too difficult.

Solution
All we are being asked to do here is “undo” a differentiation and if you recall the basic
differentiation rules for polynomials this shouldn’t be too difficult. As we saw in the notes for
this section all we really need to do is increase the exponent by one (so upon differentiation we
get the correct exponent) and then fix up the coefficient to make sure that we will get the correct
coefficient upon differentiation.

Here is the answer.

ò 12t - t 2 - t + 3 dt = t - 13 t 3 - 12 t 2 + 3 t + c
7 3 8
2

Don’t forget the “+c”! Remember that the original function may have had a constant on it and
the “+c” is there to remind us of that.

Also don’t forget that you can easily check your answer by differentiating your answer and
making sure that the result is the same as the integrand.

ò
4. Evaluate 10 w4 + 9 w3 + 7 w dw .

Hint : As long as you recall your derivative rules and the fact that all this problem is really asking
is the for us to determine the function that we differentiated to get the integrand (i.e. the function
inside the integral….) this problem shouldn’t be too difficult.

Solution
All we are being asked to do here is “undo” a differentiation and if you recall the basic
differentiation rules for polynomials this shouldn’t be too difficult. As we saw in the notes for
this section all we really need to do is increase the exponent by one (so upon differentiation we
get the correct exponent) and then fix up the coefficient to make sure that we will get the correct
coefficient upon differentiation.

Here is the answer.

© 2007 Paul Dawkins 4 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

ò 10w + 9 w3 + 7 w dw = 2 w5 + 94 w4 + 72 w2 + c
4

Don’t forget the “+c”! Remember that the original function may have had a constant on it and
the “+c” is there to remind us of that.

Also don’t forget that you can easily check your answer by differentiating your answer and
making sure that the result is the same as the integrand.

òz + 4 z 4 - z 2 dz .
6
5. Evaluate

Hint : As long as you recall your derivative rules and the fact that all this problem is really asking
is the for us to determine the function that we differentiated to get the integrand (i.e. the function
inside the integral….) this problem shouldn’t be too difficult.

Solution
All we are being asked to do here is “undo” a differentiation and if you recall the basic
differentiation rules for polynomials this shouldn’t be too difficult. As we saw in the notes for
this section all we really need to do is increase the exponent by one (so upon differentiation we
get the correct exponent) and then fix up the coefficient to make sure that we will get the correct
coefficient upon differentiation.

Here is the answer.

òz + 4 z 4 - z 2 dz = z 7 + 45 z 5 - 13 z 3 + c
6 1
7

Don’t forget the “+c”! Remember that the original function may have had a constant on it and
the “+c” is there to remind us of that.

Also don’t forget that you can easily check your answer by differentiating your answer and
making sure that the result is the same as the integrand.

6. Determine f ( x ) given that f ¢ ( x ) = 6 x - 20 x + x + 9 .


8 4 2

Hint : Remember that all indefinite integrals are asking us to do is “undo” a differentiation.

Solution

© 2007 Paul Dawkins 5 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

We know that indefinite integrals are asking us to undo a differentiation to so all we are really
being asked to do here is evaluate the following indefinite integral.

f ( x ) = ò f ¢ ( x ) dx = ò 6 x8 - 20 x 4 + x 2 + 9 dx = 2
3 x 9 - 4 x 5 + 13 x 3 + 9 x + c

Don’t forget the “+c”! Remember that the original function may have had a constant on it and
the “+c” is there to remind us of that.

7. Determine h ( t ) given that h¢ ( t ) = t - t + t + t - 1 .


4 3 2

Hint : Remember that all indefinite integrals are asking us to do is “undo” a differentiation.

Solution
We know that indefinite integrals are asking us to undo a differentiation to so all we are really
being asked to do here is evaluate the following indefinite integral.

h ( t ) = ò h¢ ( t ) dt = ò t 4 - t 3 + t 2 + t - 1 dt = t - 14 t 4 + 13 t 3 + 12 t 2 - t + c
1 5
5

Don’t forget the “+c”! Remember that the original function may have had a constant on it and
the “+c” is there to remind us of that.

Computing Indefinite Integrals

ò 4x - 2 x 3 + 7 x - 4 dx .
6
1. Evaluate

Solution
There really isn’t too much to do other than to evaluate the integral.

ò 4x - 2 x 3 + 7 x - 4 dx = 74 x 7 - 24 x 4 + 72 x 2 - 4 x + c = x 7 - 12 x 4 + 72 x 2 - 4 x + c
6 4
7

Don’t forget to add on the “+c” since we know that we are asking what function did we
differentiate to get the integrand and the derivative of a constant is zero and so we do need to add
that onto the answer.

© 2007 Paul Dawkins 6 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

òz - 48 z11 - 5 z16 dz .
7
2. Evaluate

Solution
There really isn’t too much to do other than to evaluate the integral.

òz - 48 z11 - 5 z16 dz = 18 z 8 - 12 z - 175 z17 + c = z 8 - 4 z12 - 175 z17 + c


7 48 12 1
8

Don’t forget to add on the “+c” since we know that we are asking what function did we
differentiate to get the integrand and the derivative of a constant is zero and so we do need to add
that onto the answer.

ò
3. Evaluate 10t -3 + 12t -9 + 4t 3 dt .

Solution
There really isn’t too much to do other than to evaluate the integral.

ò 10t
-3
+ 12t -9 + 4t 3 dt = 10 -2
-2t + 12
-8 t
-8
+ 44 t 4 + c = -5t -2 - 23 t -8 + t 4 + c

Don’t forget to add on the “+c” since we know that we are asking what function did we
differentiate to get the integrand and the derivative of a constant is zero and so we do need to add
that onto the answer.

òw
-2
4. Evaluate + 10 w-5 - 8 dw .

Solution
There really isn’t too much to do other than to evaluate the integral.

òw
-2
+ 10 w-5 - 8 dw = 1
-1 w-1 + 10
-4 w
-4
- 8w + c = - w-1 - 52 w-4 - 8w + c

Don’t forget to add on the “+c” since we know that we are asking what function did we
differentiate to get the integrand and the derivative of a constant is zero and so we do need to add
that onto the answer.

© 2007 Paul Dawkins 7 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

ò
5. Evaluate 12 dy .

Solution
There really isn’t too much to do other than to evaluate the integral.

ò 12 dy = 12 y + c
Don’t forget to add on the “+c” since we know that we are asking what function did we
differentiate to get the integrand and the derivative of a constant is zero and so we do need to add
that onto the answer.

ò w + 10 5
6. Evaluate 3
w3 dw .

Hint : Don’t forget to convert the roots to fractional exponents.

Step 1
We first need to convert the roots to fractional exponents.

w + 10 5 w3 dw = ò w 3 + 10 ( w3 ) 5 dw = ò w 3 + 10w 5 dw
1 1 1 3

ò
3

Step 2
Once we’ve gotten the roots converted to fractional exponents there really isn’t too much to do
other than to evaluate the integral.

w3 dw = ò w 3 + 10 w 5 dw = 34 w 3 + 10 ( 85 ) w 5 + c =
1 3 4 8 4 8

ò w + 10 w 3 + 254 w 5 + c
3 5 3
4

Don’t forget to add on the “+c” since we know that we are asking what function did we
differentiate to get the integrand and the derivative of a constant is zero and so we do need to add
that onto the answer.

ò x 7 - 7 6 x 5 + 17 3
7. Evaluate x10 dx .

Hint : Don’t forget to convert the roots to fractional exponents.

© 2007 Paul Dawkins 8 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Step 1
We first need to convert the roots to fractional exponents.

x10 dx = ò x 2 - 7 ( x5 ) 6 + 17 ( x10 ) 3 dx = ò x 2 - 7 x 6 + 17 x 3 dx
7 1 1 7 5 10

ò x 7 - 7 6 x 5 + 17 3

Step 2
Once we’ve gotten the roots converted to fractional exponents there really isn’t too much to do
other than to evaluate the integral.

7 5 10

ò x 7 - 7 6 x 5 + 17 x10 dx = ò x 2 - 7 x 6 + 17 x 3 dx
3

= 92 x 2 - 7 ( 116 ) x 6 + 17 ( 133 ) x 3 + c =
9 11 13 9 11 13
2
9 x 2 - 42
11 x + 13 x + c
6 51 3

Don’t forget to add on the “+c” since we know that we are asking what function did we
differentiate to get the integrand and the derivative of a constant is zero and so we do need to add
that onto the answer.

4 1
8. Evaluate ó
ô 2 + 2 - 3 dx .
õx 8x

Hint : Don’t forget to move the x’s in the denominator to the numerator with negative exponents.

Step 1
We first need to move the x’s in the denominator to the numerator with negative exponents.

ó 4 + 2 - 1 dx = ó 4 x -2 + 2 - 1 x -3 dx
ô 2 ô
õx 8 x3 õ 8

Remember that the “8” in the denominator of the third term stays in the denominator and does not
move up with the x.

Step 2
Once we’ve gotten the x’s out of the denominator there really isn’t too much to do other than to
evaluate the integral.

ó 4 + 2 - 1 dx = ó 4 x -2 + 2 - 1 x -3 dx
ô 2 ô
õx 8 x3 õ 8
æ 1 ö 1æ 1 ö 1
= 4 ç ÷ x -1 + 2 x - ç ÷ x -2 + c = -4 x -1 + 2 x + x -2 + c
è -1 ø 8 è -2 ø 16

© 2007 Paul Dawkins 9 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Don’t forget to add on the “+c” since we know that we are asking what function did we
differentiate to get the integrand and the derivative of a constant is zero and so we do need to add
that onto the answer.

ó 7 1 2
9. Evaluate ô 6 + 10 - dy .
õ 3y y 3
y4

Hint : Don’t forget to convert the root to a fractional exponents and move the y’s in the
denominator to the numerator with negative exponents.

Step 1
We first need to convert the root to a fractional exponent and move the y’s in the denominator to
the numerator with negative exponents.

ó 7 1 2 ó 7 1 2 ó 7 y -6 + y -10 - 2 y - 43 dy
ô 3 y 6 + y10 - 3 4 dy = ô 3 y 6 + y10 - 43 dy = ô
õ3
õ y õ y

Remember that the “3” in the denominator of the first term stays in the denominator and does not
move up with the y.

Step 2
Once we’ve gotten the root converted to a fractional exponent and the y’s out of the denominator
there really isn’t too much to do other than to evaluate the integral.

ó 7 1 2 ó 7 y -6 + y -10 - 2 y - 43 dy
ô 3 y 6 + y10 - 3 4 dy = ô
õ3
õ y
7æ 1 ö æ 1 ö æ 3 ö -1
= ç ÷ y -5 + ç ÷ y -9 - 2 ç - ÷ y 3 + c
3 è -5 ø è -9 ø è 1ø
7 -5 1 -9 -1
= - y - y + 6y 3 + c
15 9

Don’t forget to add on the “+c” since we know that we are asking what function did we
differentiate to get the integrand and the derivative of a constant is zero and so we do need to add
that onto the answer.

© 2007 Paul Dawkins 10 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

ò (t - 1) ( 4 + 3t ) dt .
2
10. Evaluate

Hint : Remember that there is no “Product Rule” for integrals and so we’ll need to eliminate the
product before integrating.

Step 1
Since there is no “Product Rule” for integrals we’ll need to multiply the terms out prior to
integration.

ò (t - 1) ( 4 + 3t ) dt = ò 3t 3 + 4t 2 - 3t - 4 dt
2

Step 2
At this point there really isn’t too much to do other than to evaluate the integral.

ò (t - 1) ( 4 + 3t ) dt = ò 3t 3 + 4t 2 - 3t - 4 dt = t + 43 t 3 - 32 t 2 - 4t + c
2 3 4
4

Don’t forget to add on the “+c” since we know that we are asking what function did we
differentiate to get the integrand and the derivative of a constant is zero and so we do need to add
that onto the answer.

ó æ 1 ö
11. Evaluate ô z ç z 2 - ÷ dz .
õ è 4z ø

Hint : Remember that there is no “Product Rule” for integrals and so we’ll need to eliminate the
product before integrating.

Step 1
Since there is no “Product Rule” for integrals we’ll need to multiply the terms out prior to
integration.

ó æ 2 1 ö ó 52 1 ó
5
2 1 - 12
ô z ç z - ÷ dz = ô z - 12 dz = ô z - z dz
õ è 4z ø õ 4z õ 4

Don’t forget to convert the root to a fractional exponent and move the z’s out of the denominator.

Step 2
At this point there really isn’t too much to do other than to evaluate the integral.

© 2007 Paul Dawkins 11 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

ó æ 2 1 ö ó z 2 - 1 z - 2 dz = 2 z 2 - 1 z 2 + c
5 1 7 1

ô z ç z - ÷ dz = ô
õ è 4z ø õ 4 7 2

Don’t forget to add on the “+c” since we know that we are asking what function did we
differentiate to get the integrand and the derivative of a constant is zero and so we do need to add
that onto the answer.

ó z - 6 z + 4 z - 2 dz .
8 5 3
12. Evaluate ô
õ z4

Hint : Remember that there is no “Quotient Rule” for integrals and so we’ll need to eliminate the
quotient before integrating.

Step 1
Since there is no “Quotient Rule” for integrals we’ll need to break up the integrand and simplify a
little prior to integration.

ó z - 6 z + 4 z - 2 dz = ó z - 6 z + 4 z - 2 dz = ó z 4 - 6 z + 4 - 2 z -4 dz
8 5 3 8 5 3

ô ô 4 ô
õ z4 õz z4 z4 z4 õ z

Step 2
At this point there really isn’t too much to do other than to evaluate the integral.

ó z - 6 z + 4 z - 2 dz = ó z 4 - 6 z + 4 - 2 z -4 dz = 1 z 5 - 3 z 2 + 4 ln z + 2 z -3 + c
8 5 3

ô ô
õ z4 õ z 5 3

Don’t forget to add on the “+c” since we know that we are asking what function did we
differentiate to get the integrand and the derivative of a constant is zero and so we do need to add
that onto the answer.

ó x4 - 3 x
13. Evaluate ô dx .
õ 6 x

Hint : Remember that there is no “Quotient Rule” for integrals and so we’ll need to eliminate the
quotient before integrating.

Step 1

© 2007 Paul Dawkins 12 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Since there is no “Quotient Rule” for integrals we’ll need to break up the integrand and simplify a
little prior to integration.

1
ó x4 - 3 x ó x4 x3 ó 1 x 72 - 1 x - 16 dx
ô dx = ô 12 - 1 dx = ô
õ 6 x õ 6x 6x 2 õ6 6

Don’t forget to convert the roots to fractional exponents!

Step 2
At this point there really isn’t too much to do other than to evaluate the integral.

ó x4 - 3 x 1 7 1 -1 1 92 1 56
ô dx = ó
ô x 2 - x 6 dx = x - x +c
õ 6 x õ6 6 27 5

Don’t forget to add on the “+c” since we know that we are asking what function did we
differentiate to get the integrand and the derivative of a constant is zero and so we do need to add
that onto the answer.

ò sin ( x ) + 10 csc ( x ) dx .
2
14. Evaluate

Solution
There really isn’t too much to do other than to evaluate the integral.

ò sin ( x ) + 10 csc ( x ) dx = - cos ( x ) - 10cot ( x ) + c


2

Don’t forget to add on the “+c” since we know that we are asking what function did we
differentiate to get the integrand and the derivative of a constant is zero and so we do need to add
that onto the answer.

15. Evaluate ò 2 cos ( w) - sec ( w ) tan ( w ) dw .


Solution
There really isn’t too much to do other than to evaluate the integral.

ò 2cos ( w) - sec ( w) tan ( w) dw = 2sin ( w) - sec ( w) + c

© 2007 Paul Dawkins 13 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Don’t forget to add on the “+c” since we know that we are asking what function did we
differentiate to get the integrand and the derivative of a constant is zero and so we do need to add
that onto the answer.

16. Evaluate 12 + csc (q ) éësin (q ) + csc (q ) ùû dq .


ò
Hint : From previous problems in this set we should know how to deal with the product in the
integrand.

Step 1
Before doing the integral we need to multiply out the product and don’t forget the definition of
cosecant in terms of sine.

ò12 + csc (q ) éësin (q ) + csc (q )ùû dq = ò12 + csc (q ) sin (q ) + csc (q ) dq


2

= ò 13 + csc (q ) dq
2

Recall that,
1
csc (q ) =
sin (q )
and so,
csc (q ) sin (q ) = 1

Doing this allows us to greatly simplify the integrand and, in fact, allows us to actually do the
integral. Without this simplification we would not have been able to integrate the second term
with the knowledge that we currently have.

Step 2
At this point there really isn’t too much to do other than to evaluate the integral.

ò 12 + csc (q ) éësin (q ) + csc (q )ùû dq = ò 13 + csc (q ) dq = 13q - cot (q ) + c


2

Don’t forget that with trig functions some terms can be greatly simplified just by recalling the
definition of the trig functions and/or their relationship with the other trig functions.

1
17. Evaluate ó z
ô 4e + 15 - dz .
õ 6z

© 2007 Paul Dawkins 14 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Solution
There really isn’t too much to do other than to evaluate the integral.

ó 4e z + 15 - 1 dz = ó 4e z + 15 - 1 1 dz = 4e z + 15 z - 1 ln z + c
ô ô
õ 6z õ 6z 6

Be careful with the “6” in the denominator of the third term. The “best” way of dealing with it in
this case is to split up the third term as we’ve done above and then integrate.

Note that the “best” way to do a problem is always relative for many Calculus problems. There
are other ways of dealing with this term (later section material) and so what one person finds the
best another may not. For us, this seems to be an easy way to deal with the 6 and not overly
complicate the integration process.

ó e -t - 4
18. Evaluate ô t -
3
dt .
õ e-t

Hint : From previous problems in this set we should know how to deal with the quotient in the
integrand.

Step 1
Before doing the integral we need to break up the quotient and do some simplification.

-t -t
ó t 3 - e - 4 dt = ó t 3 - e + 4 dt = t 3 - 1 + 4et dt
ô
õ e-t
ô
õ e-t e-t ò
Make sure that you correctly distribute the minus sign when breaking up the second term and
don’t forget to move the exponential in the denominator of the third term (after splitting up the
integrand) to the numerator and changing the sign on the t to a “+” in the process.

Step 2
At this point there really isn’t too much to do other than to evaluate the integral.

-t
ó t 3 - e - 4 dt = t 3 - 1 + 4et dt = 1 t 4 - t + 4et + c
ô
õ e -t ò 4

© 2007 Paul Dawkins 15 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

6 2
19. Evaluate ó
ô 3 - dw .
õw w

Solution
There really isn’t too much to do other than to evaluate the integral.

ó 6 - 2 dw = ó 6 w-3 - 2 dw = -3w-2 - 2 ln w + c
ô 3 ô
õw w õ w

ó 1 12
20. Evaluate ô + dx .
õ 1+ x
2
1 - x2

Solution
There really isn’t too much to do other than to evaluate the integral.

ó 1 12
ô + dx = tan -1 ( x ) + 12sin -1 ( x ) + c
õ 1+ x
2
1- x 2

Note that because of the similarity of the derivative of inverse sine and inverse cosine an alternate
answer is,

ó 1 12
ô + dx = tan -1 ( x ) - 12 cos -1 ( x ) + c
õ 1 + x 2
1- x 2

4
21. Evaluate ò 6 cos ( z ) + 1- z2
dz .

Solution
There really isn’t too much to do other than to evaluate the integral.

4
ò 6 cos ( z ) + 1- z 2
dz = 6 sin ( z ) + 4sin -1 ( z ) + c

Note that because of the similarity of the derivative of inverse sine and inverse cosine an alternate
answer is,

© 2007 Paul Dawkins 16 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

4
ò 6cos ( z ) + 1- z 2
dz = 6sin ( z ) - 4cos -1 ( z ) + c

22. Determine f ( x ) given that f ¢ ( x ) = 12 x - 4 x and f ( -3) = 17 .


2

Hint : We know that integration is simply asking what function we differentiated to get the
integrand and so we should be able to use this idea to arrive at a general formula for the function.

Step 1
Recall from the notes in this section that we saw,

f ( x ) = ò f ¢ ( x ) dx

and so to arrive at a general formula for f ( x ) all we need to do is integrate the derivative that
we’ve been given in the problem statement.

f ( x ) = ò 12 x 2 - 4 x dx = 4 x3 - 2 x 2 + c

Don’t forget the “+c”!

Hint : To determine the value of the constant of integration, c, we have the value of the function
at x = -3 .

Step 2
Because we have the condition that f ( -3) = 17 we can just plug x = -3 into our answer from
the previous step, set the result equal to 17 and solve the resulting equation for c.

Doing this gives,

17 = f ( -3) = -126 + c Þ c = 143

The function is then,


f ( x ) = 4 x 3 - 2 x 2 + 143

© 2007 Paul Dawkins 17 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

7
23. Determine g ( z ) given that g ¢ ( z ) = 3 z 3 + - e z and g (1) = 15 - e .
2 z

Hint : We know that integration is simply asking what function we differentiated to get the
integrand and so we should be able to use this idea to arrive at a general formula for the function.

Step 1
Recall from the notes in this section that we saw,

g ( z ) = ò g ¢ ( z ) dz

and so to arrive at a general formula for g ( z ) all we need to do is integrate the derivative that
we’ve been given in the problem statement.

g ( z ) = ò 3z 3 + 72 z
- 12 1
- e z dz = 34 z 4 + 7 z 2 - e z + c

Don’t forget the “+c”!

Hint : To determine the value of the constant of integration, c, we have the value of the function
at z = 1 .

Step 2
Because we have the condition that g (1) = 15 - e we can just plug z = 1 into our answer from
the previous step, set the result equal to 15 – e and solve the resulting equation for c.

Doing this gives,

15 - e = g (1) = 314 - e + c Þ c= 29
4

The function is then,

g ( z ) = 34 z 4 + 7 z 2 - e z + 294
1

24. Determine h ( t ) given that h¢¢ ( t ) = 24t - 48t + 2 , h (1) = -9 and h ( -2 ) = -4 .


2

Hint : We know how to find h ( t ) from h¢ ( t ) but we don’t have that. We should however be

able to determine the general formula for h¢ ( t ) from h¢¢ ( t ) which we are given.

© 2007 Paul Dawkins 18 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Step 1
Because we know that the 2nd derivative is just the derivative of the 1st derivative we know that,

h¢ ( t ) = ò h¢¢ ( t ) dt

and so to arrive at a general formula for h¢ ( t ) all we need to do is integrate the 2nd derivative that
we’ve been given in the problem statement.

h¢ ( t ) = ò 24t 2 - 48t + 2 dt = 8t 3 - 24t 2 + 2t + c

Don’t forget the “+c”!

Hint : From the previous two problems you should be able to determine a general formula for
h ( t ) . Just don’t forget that c is just a constant!

Step 2
Now, just as we did in the previous two problems, all that we need to do is integrate the 1st
derivative (which we found in the first step) to determine a general formula for h ( t ) .

h ( t ) = ò 8t 3 - 24t 2 + 2t + c dt = 2t 4 - 8t 3 + t 2 + ct + d

Don’t forget that c is just a constant and so it will integrate just like we were integrating 2 or 4 or
any other number. Also, the constant of integration from this step is liable to be different that the
constant of integration from the first step and so we’ll need to make sure to call it something
different, d in this case.

Hint : To determine the value of the constants of integration, c and d, we have the value of the
function at two values that should help with that.

Step 3
Now, we know the value of the function at two values of z. So let’s plug both of these into the
general formula for h ( t ) that we found in the previous step to get,

-9 = h (1) = -5 + c + d
-4 = h ( -2 ) = 100 - 2c + d

Solving this system of equations (you do remember your Algebra class right?) for c and d gives,

c = - 100
3 d = - 112
3

© 2007 Paul Dawkins 19 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

The function is then,


h ( t ) = 2t 4 - 8t 3 + t 2 - 100
3 t- 3
112

Substitution Rule for Indefinite Integrals

ò (8 x - 12 ) ( 4 x - 12 x )
2 4
1. Evaluate dx .

Hint : Recall that if there is a term in the integrand (or a portion of a term) with an “obvious”
inside function then there is at least a chance that the “inside” function is the substitution that we
need.

Step 1
In this case it looks like we should use the following as our substitution.

u = 4 x 2 - 12 x

Hint : Recall that after the substitution all the original variables in the integral should be replaced
with u’s.

Step 2
Because we need to make sure that all the x’s are replaced with u’s we need to compute the
differential so we can eliminate the dx as well as the remaining x’s in the integrand.

du = ( 8 x - 12 ) dx

Recall that, in most cases, we will also need to do a little manipulation of the differential prior to
doing the substitution. In this case we don’t need to do that.

Step 3
Doing the substitution and evaluating the integral gives,

ò (8 x - 12 ) ( 4 x - 12 x ) dx = ò u 4 du = 15 u 5 + c
2 4

Hint : Don’t forget that the original variable in the integrand was not u!

© 2007 Paul Dawkins 20 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Step 4
Finally, don’t forget to go back to the original variable!

ò (8x - 12 ) ( 4 x - 12 x ) dx = ( 4x - 12 x ) + c
2 4 2 5
1
5

ò 3t ( 2 + 4t )
-4 -3 -7
2. Evaluate dt .

Hint : Recall that if there is a term in the integrand (or a portion of a term) with an “obvious”
inside function then there is at least a chance that the “inside” function is the substitution that we
need.

Step 1
In this case it looks like we should use the following as our substitution.

u = 2 + 4t -3

Hint : Recall that after the substitution all the original variables in the integral should be replaced
with u’s.

Step 2
Because we need to make sure that all the t’s are replaced with u’s we need to compute the
differential so we can eliminate the dt as well as the remaining t’s in the integrand.

du = -12t -4 dt

To help with the substitution let’s do a little rewriting of this to get,

3t -4 dt = - 14 du

Step 3
Doing the substitution and evaluating the integral gives,

ò 3t ( 2 + 4t )
-3 -7
-4
dt = - 14 ò u -7 du = 1
24
u -6 + c

Hint : Don’t forget that the original variable in the integrand was not u!

Step 4
Finally, don’t forget to go back to the original variable!

© 2007 Paul Dawkins 21 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

ò 3t ( 2 + 4t ) ( 2 + 4t )
-4 -3 -7 -3 -6
dt = 1
24
+c

ò ( 3 - 4w ) ( 4 w - 6 w + 7 ) dw .
2 10
3. Evaluate

Hint : Recall that if there is a term in the integrand (or a portion of a term) with an “obvious”
inside function then there is at least a chance that the “inside” function is the substitution that we
need.

Step 1
In this case it looks like we should use the following as our substitution.

u = 4w2 - 6w + 7

Hint : Recall that after the substitution all the original variables in the integral should be replaced
with u’s.

Step 2
Because we need to make sure that all the w’s are replaced with u’s we need to compute the
differential so we can eliminate the dw as well as the remaining w’s in the integrand.

du = ( 8w - 6 ) dw

To help with the substitution let’s do a little rewriting of this to get,

du = -2 ( 3 - 4 w ) dw Þ ( 3 - 4 w ) dw = - 12 du

Step 3
Doing the substitution and evaluating the integral gives,

ò ( 3 - 4w ) ( 4w - 6w + 7 ) dw = - 12 ò u10 du = - 221 u11 + c


2 10

Hint : Don’t forget that the original variable in the integrand was not u!

Step 4
Finally, don’t forget to go back to the original variable!

© 2007 Paul Dawkins 22 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

ò ( 3 - 4w ) ( 4w - 6 w + 7 ) dw = - 221 ( 4 w2 - 6 w + 7 ) + c
2 10 11

ò 5 ( z - 4) z 2 - 8 z dz .
3
4. Evaluate

Hint : Recall that if there is a term in the integrand (or a portion of a term) with an “obvious”
inside function then there is at least a chance that the “inside” function is the substitution that we
need.

Step 1
In this case it looks like we should use the following as our substitution.

u = z 2 - 8z

Hint : Recall that after the substitution all the original variables in the integral should be replaced
with u’s.

Step 2
Because we need to make sure that all the z’s are replaced with u’s we need to compute the
differential so we can eliminate the dz as well as the remaining z’s in the integrand.

du = ( 2 z - 8 ) dz

To help with the substitution let’s do a little rewriting of this to get,

du = ( 2 z - 8 ) dz = 2 ( z - 4 ) dz Þ ( z - 4 ) dz = 12 du

Step 3
Doing the substitution and evaluating the integral gives,

ò 5 ( z - 4)
1 4
z 2 - 8 z dz = ò u 3 du = 158 u 3 + c
3 5
2

Hint : Don’t forget that the original variable in the integrand was not u!

Step 4
Finally, don’t forget to go back to the original variable!

(z - 8z )3 + c
4

ò 5 ( z - 4) z 2 - 8 z dz =
3 15 2
8

© 2007 Paul Dawkins 23 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

5. Evaluate ò 90 x
2
sin ( 2 + 6 x 3 ) dx .

Hint : Recall that if there is a term in the integrand (or a portion of a term) with an “obvious”
inside function then there is at least a chance that the “inside” function is the substitution that we
need.

Step 1
In this case it looks like we should use the following as our substitution.

u = 2 + 6 x3

Hint : Recall that after the substitution all the original variables in the integral should be replaced
with u’s.

Step 2
Because we need to make sure that all the x’s are replaced with u’s we need to compute the
differential so we can eliminate the dx as well as the remaining x’s in the integrand.

du = 18x 2 dx

Recall that, in most cases, we will also need to do a little manipulation of the differential prior to
doing the substitution. In this case we don’t need to do that. When doing the substitution just
notice that 90 = (18)(5).

Step 3
Doing the substitution and evaluating the integral gives,

ò 90 x
2
sin ( 2 + 6 x 3 ) dx = ò 5sin ( u ) du = -5cos ( u ) + c

Hint : Don’t forget that the original variable in the integrand was not u!

Step 4
Finally, don’t forget to go back to the original variable!

ò 90 x
2
sin ( 2 + 6 x 3 ) dx = -5 cos ( 2 + 6 x 3 ) + c

© 2007 Paul Dawkins 24 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

6. Evaluate ò sec (1 - z ) tan (1 - z ) dz .


Hint : Recall that if there is a term in the integrand (or a portion of a term) with an “obvious”
inside function then there is at least a chance that the “inside” function is the substitution that we
need.

Step 1
In this case it looks like we should use the following as our substitution.

u = 1- z

Hint : Recall that after the substitution all the original variables in the integral should be replaced
with u’s.

Step 2
Because we need to make sure that all the z’s are replaced with u’s we need to compute the
differential so we can eliminate the dz as well as the remaining z’s in the integrand.

du = -dz

To help with the substitution let’s do a little rewriting of this to get,

dz = - du

Step 3
Doing the substitution and evaluating the integral gives,

ò sec (1 - z ) tan (1 - z ) dz = - ò sec ( u ) tan ( u ) du = - sec ( u ) + c


Hint : Don’t forget that the original variable in the integrand was not u!

Step 4
Finally, don’t forget to go back to the original variable!

ò sec (1 - z ) tan (1 - z ) dz = - sec (1 - z ) + c

ò (15t - 5t ) cos ( 6t -1 + t 2 ) dt .
-2
7. Evaluate

© 2007 Paul Dawkins 25 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Hint : Recall that if there is a term in the integrand (or a portion of a term) with an “obvious”
inside function then there is at least a chance that the “inside” function is the substitution that we
need.

Step 1
In this case it looks like we should use the following as our substitution.

u = 6t -1 + t 2

Hint : Recall that after the substitution all the original variables in the integral should be replaced
with u’s.

Step 2
Because we need to make sure that all the t’s are replaced with u’s we need to compute the
differential so we can eliminate the dt as well as the remaining t’s in the integrand.

du = ( -6t -2 + 2t ) dt

To help with the substitution let’s do a little rewriting of this to get,

du = ( -6t -2 + 2t ) dt = -2 ( 55 ) ( 3t -2 - t ) dt Þ (15t -2
- 5t ) dt = - 52 du

Step 3
Doing the substitution and evaluating the integral gives,

ò (15t - 5t ) cos ( 6t -1 + t 2 ) dt = - 52 ò cos ( u ) du = - 52 sin ( u ) + c


-2

Hint : Don’t forget that the original variable in the integrand was not u!

Step 4
Finally, don’t forget to go back to the original variable!

ò (15t - 5t ) cos ( 6t -1 + t 2 ) dt = - 52 sin ( 6t -1 + t 2 ) + c


-2

ò (7 y - 2 y ) e
4
3 y -7 y 2
8. Evaluate dy .

© 2007 Paul Dawkins 26 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Hint : Recall that if there is a term in the integrand (or a portion of a term) with an “obvious”
inside function then there is at least a chance that the “inside” function is the substitution that we
need.

Step 1
In this case it looks like we should use the following as our substitution.

u = y4 - 7 y2

Hint : Recall that after the substitution all the original variables in the integral should be replaced
with u’s.

Step 2
Because we need to make sure that all the y’s are replaced with u’s we need to compute the
differential so we can eliminate the dy as well as the remaining y’s in the integrand.

du = ( 4 y 3 - 14 y ) dy

To help with the substitution let’s do a little rewriting of this to get,

du = ( 4 y 3 - 14 y ) dy = -2 ( 7 y - 2 y 3 ) dy Þ ( 7 y - 2 y ) dy = -
3 1
2 du

Step 3
Doing the substitution and evaluating the integral gives,

ò (7 y - 2 y ) e
4
-7 y 2
3 y
dy = - 12 ò eu du = - 12 eu + c

Hint : Don’t forget that the original variable in the integrand was not u!

Step 4
Finally, don’t forget to go back to the original variable!

ò (7 y - 2 y ) e
4
y -7 y 2 4
-7 y 2
3
dy = - 12 e y +c

4w + 3
9. Evaluate ó
ô dw .
õ 4 w2 + 6 w - 1

Hint : What is the derivative of the denominator?

© 2007 Paul Dawkins 27 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Step 1
In this case it looks like we should use the following as our substitution.

u = 4 w2 + 6 w - 1

Hint : Recall that after the substitution all the original variables in the integral should be replaced
with u’s.

Step 2
Because we need to make sure that all the w’s are replaced with u’s we need to compute the
differential so we can eliminate the dw as well as the remaining w’s in the integrand.

du = ( 8w + 6 ) dw

To help with the substitution let’s do a little rewriting of this to get,

du = 2 ( 4 w + 3 ) dw Þ ( 4 w + 3 ) dw = 12 du

Step 3
Doing the substitution and evaluating the integral gives,

ó 4 w + 3 dw = 1 ó 1 du = 1 ln u + c
ô ô
õ 4 w2 + 6 w - 1 2õ u 2

Hint : Don’t forget that the original variable in the integrand was not u!

Step 4
Finally, don’t forget to go back to the original variable!

ó 4 w + 3 dw = 1 ln 4 w2 + 6 w - 1 + c
ô 2
õ 4w + 6 w - 1 2

ò ( cos ( 3t ) - t ) ( sin ( 3t ) - t )
2 3 5
10. Evaluate dt .

Hint : Recall that if there is a term in the integrand (or a portion of a term) with an “obvious”
inside function then there is at least a chance that the “inside” function is the substitution that we
need.

Step 1

© 2007 Paul Dawkins 28 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

In this case it looks like we should use the following as our substitution.

u = sin ( 3t ) - t 3

Hint : Recall that after the substitution all the original variables in the integral should be replaced
with u’s.

Step 2
Because we need to make sure that all the t’s are replaced with u’s we need to compute the
differential so we can eliminate the dt as well as the remaining t’s in the integrand.

du = ( 3cos ( 3t ) - 3t 2 ) dt

To help with the substitution let’s do a little rewriting of this to get,

du = 3 ( cos ( 3t ) - t 2 ) dt Þ ( cos ( 3t ) - t ) dt =
2 1
3 du

Step 3
Doing the substitution and evaluating the integral gives,

ò ( cos ( 3t ) - t ) ( sin ( 3t ) - t )
3 5
2
dt = 13 ò u 5 du = 181 u 6 + c

Hint : Don’t forget that the original variable in the integrand was not u!

Step 4
Finally, don’t forget to go back to the original variable!

ò ( cos ( 3t ) - t ) ( sin ( 3t ) - t ) ( sin ( 3t ) - t )


3 5 3 6
2
dt = 1
18
+c

ó æ 1 -z ö
11. Evaluate ô 4 ç - e ÷ cos ( e - z + ln z ) dz .
õ èz ø

Hint : Recall that if there is a term in the integrand (or a portion of a term) with an “obvious”
inside function then there is at least a chance that the “inside” function is the substitution that we
need.

Step 1
In this case it looks like we should use the following as our substitution.

© 2007 Paul Dawkins 29 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

u = e - z + ln z

Hint : Recall that after the substitution all the original variables in the integral should be replaced
with u’s.

Step 2
Because we need to make sure that all the z’s are replaced with u’s we need to compute the
differential so we can eliminate the dz as well as the remaining z’s in the integrand.

du = ( -e- z + 1z ) dt

Recall that, in most cases, we will also need to do a little manipulation of the differential prior to
doing the substitution. In this case we don’t need to do that.

Step 3
Doing the substitution and evaluating the integral gives,

ó æ 1 -z ö
ô 4 ç - e ÷ cos ( e + ln z ) dz = ò 4 cos ( u ) du = 4sin ( u ) + c
-z

õ è z ø

Hint : Don’t forget that the original variable in the integrand was not u!

Step 4
Finally, don’t forget to go back to the original variable!

ó æ 1 -z ö
ô 4 ç - e ÷ cos ( e + ln z ) dz = 4sin ( e + ln z ) + c
-z -z

õ èz ø

ò sec ( v ) e
2 1+ tan ( v )
12. Evaluate dv .

Hint : Recall that if there is a term in the integrand (or a portion of a term) with an “obvious”
inside function then there is at least a chance that the “inside” function is the substitution that we
need.

Step 1
In this case it looks like we should use the following as our substitution.

u = 1 + tan ( v )

© 2007 Paul Dawkins 30 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Hint : Recall that after the substitution all the original variables in the integral should be replaced
with u’s.

Step 2
Because we need to make sure that all the v’s are replaced with u’s we need to compute the
differential so we can eliminate the dv as well as the remaining v’s in the integrand.

du = sec2 ( v ) dv

Recall that, in most cases, we will also need to do a little manipulation of the differential prior to
doing the substitution. In this case we don’t need to do that.

Step 3
Doing the substitution and evaluating the integral gives,

ò sec ( v ) e
1+ tan ( v )
2
dv = ò eu du = eu + c

Hint : Don’t forget that the original variable in the integrand was not u!

Step 4
Finally, don’t forget to go back to the original variable!

ò sec ( v ) e
1+ tan ( v )
2
dv = e1+ tan ( v ) + c

13. Evaluate 10sin ( 2 x ) cos ( 2 x ) cos 2 ( 2 x ) - 5 dx .


ò
Hint : Recall that if there is a term in the integrand (or a portion of a term) with an “obvious”
inside function then there is at least a chance that the “inside” function is the substitution that we
need.

Step 1
In this case it looks like we should use the following as our substitution.

u = cos 2 ( 2 x ) - 5

Hint : Recall that after the substitution all the original variables in the integral should be replaced
with u’s.

© 2007 Paul Dawkins 31 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Step 2
Because we need to make sure that all the x’s are replaced with u’s we need to compute the
differential so we can eliminate the dx as well as the remaining x’s in the integrand.

du = -4 cos ( 2 x ) sin ( 2 x ) dx

To help with the substitution let’s do a little rewriting of this to get,

du = -4 cos ( 2 x ) sin ( 2 x ) dx = -2 ( 2 ) ( 55 ) cos ( 2 x ) sin ( 2 x ) dx


Þ 10 cos ( 2 x ) sin ( 2 x ) dx = - 52 du

Step 3
Doing the substitution and evaluating the integral gives,

ò 10sin ( 2 x ) cos ( 2 x ) cos 2 ( 2 x ) - 5 dx = - 52 ò u 2 du = - 53 u 2 + c


1 3

Hint : Don’t forget that the original variable in the integrand was not u!

Step 4
Finally, don’t forget to go back to the original variable!

cos 2 ( 2 x ) - 5 dx = - 53 ( cos 2 ( 2 x ) - 5 ) 2 + c
3

ò 10sin ( 2 x ) cos ( 2 x )

ó csc ( x ) cot ( x )
14. Evaluate ô dx .
õ 2 - csc ( x )

Hint : What is the derivative of the denominator?

Step 1
In this case it looks like we should use the following as our substitution.

u = 2 - csc ( x )

Hint : Recall that after the substitution all the original variables in the integral should be replaced
with u’s.

Step 2

© 2007 Paul Dawkins 32 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Because we need to make sure that all the x’s are replaced with u’s we need to compute the
differential so we can eliminate the dx as well as the remaining x’s in the integrand.

du = csc ( x ) cot ( x ) dx

Recall that, in most cases, we will also need to do a little manipulation of the differential prior to
doing the substitution. In this case we don’t need to do that.

Step 3
Doing the substitution and evaluating the integral gives,

ó csc ( x ) cot ( x ) ó 1 du = ln u + c
ô 2 - csc x dx = ô
õ ( ) õu

Hint : Don’t forget that the original variable in the integrand was not u!

Step 4
Finally, don’t forget to go back to the original variable!

ó csc ( x ) cot ( x )
ô 2 - csc x dx = ln 2 - csc ( x ) + c
õ ( )

ó 6
15. Evaluate ô dy .
õ 7+ y
2

Hint : Be careful with this substitution. The integrand should look somewhat familiar, so maybe
we should try to put it into a more familiar form.

Step 1
The integrand looks an awful lot like the derivative of the inverse tangent.

d 1
du
( tan -1 ( u ) ) =
1+ u2

So, let’s do a little rewrite to make the integrand look more like this.

ó 6 ó 6 6ó 1
ô dy = ô dy = ô dy
õ 7+ y õ 7 (1 + 7 y ) 7 õ 1 + 17 y 2
2 1 2

© 2007 Paul Dawkins 33 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Hint : One more little rewrite of the integrand should make this look almost exactly like the
derivative the inverse tangent and the substitution should then be fairly obvious.

Step 2
Let’s do one more rewrite of the integrand.

ó 6 6ó 1
ô dy = ô dy
õ 7+ y
2

õ 1+ 7
y
( )
2

At this point we can see that the following substitution will work for us.

y
u= 7
® du = 1
7
dy ® dy = 7 du

Step 3
Doing the substitution and evaluating the integral gives,

ó 6
ô
õ 7+ y
2
dy =
6
7
( 7 ) óôõ 1 +1u 2
du =
6
7
tan -1 ( u ) + c

Hint : Don’t forget that the original variable in the integrand was not u!

Step 4
Finally, don’t forget to go back to the original variable!

ó 6
ô
õ 7+ y
2
dy =
6
7
( 7 ) óôõ 1 +1u 2
du =
6
7
tan -1 ( )+c
y
7

Substitutions for inverse trig functions can be a little tricky to spot when you are first start doing
them. Once you do enough of them however they start to become a little easier to spot.

ó 1
16. Evaluate ô dw .
õ 4 - 9 w2

Hint : Be careful with this substitution. The integrand should look somewhat familiar, so maybe
we should try to put it into a more familiar form.

Step 1
The integrand looks an awful lot like the derivative of the inverse sine.

© 2007 Paul Dawkins 34 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

d 1
du
( sin -1 ( u ) ) =
1- u2

So, let’s do a little rewrite to make the integrand look more like this.

ó 1 ó 1 1ó 1
ô dw = ô dw = ô dw
ô
õ 4 - 9 w2 õ 4 (1 - 94 w ) 2 õ 1 - 94 w2
2

Hint : One more little rewrite of the integrand should make this look almost exactly like the
derivative the inverse sine and the substitution should then be fairly obvious.

Step 2
Let’s do one more rewrite of the integrand.

ó 1 1ó 1
ô dw = ô dw
õ 4 - 9 w2 2 õ 1 - ( 3 w )2
2

At this point we can see that the following substitution will work for us.

u = 32w ® du = 32 dw ® dw = 23 du

Step 3
Doing the substitution and evaluating the integral gives,

ó 1 1 æ 2 öó 1 1
ô dw = ç ÷ ô du = sin -1 ( u ) + c
õ 4 - 9 w2 2 è 3 ø õ 1- u2 3

Hint : Don’t forget that the original variable in the integrand was not u!

Step 4
Finally, don’t forget to go back to the original variable!

ó 1 1
ô dw = sin -1 ( 32w ) + c
õ 4 - 9w 2 3

Substitutions for inverse trig functions can be a little tricky to spot when you are first start doing
them. Once you do enough of them however they start to become a little easier to spot.

© 2007 Paul Dawkins 35 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

17. Evaluate each of the following integrals.


3x
(a) ó
ô dx
õ 1 + 9 x2

ó 3x
(b) ô dx
õ (1 + 9 x )
2 4

3
(c) ó
ô dx
õ 1 + 9 x2

Hint : Make sure you pay attention to each of these and note the differences between each
integrand and how that will affect the substitution and/or answer.

3x
(a) ó
ô dx
õ 1 + 9 x2

Solution
In this case it looks like the substitution should be

u = 1 + 9x2

Here is the differential for this substitution.


du = 18 x dx Þ 3 x dx = 16 du

The integral is then,


ó 3 x dx = 1 ó 1 du = 1 ln u + c = 1 ln 1 + 9 x 2 + c
ô ô
õ 1 + 9 x2 6õu 6 6

ó 3x
(b) ô dx
õ (1 + 9 x )
2 4

Solution
The substitution and differential work for this part are identical to the previous part.
u = 1 + 9x2 du = 18 x dx Þ 3 x dx = 16 du

Here is the integral for this part,

© 2007 Paul Dawkins 36 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

ó 3x 1 1 1 1 1 1
ô dx = óô du = ò u -4 du = - u -3 + c = - +c
õ( ) õ ( )
4 4 2 3
1 + 9 x 2 6 u 6 18 18 1 + 9 x

Be careful to not just turn every integral of functions of the form of 1/(something) into
logarithms! This is one of the more common mistakes that students often make.

3
(c) ó
ô dx
õ 1 + 9 x2

Solution
Because we no longer have an x in the numerator this integral is very different from the previous
two. Let’s do a quick rewrite of the integrand to make the substitution clearer.

ó 3 dx = ó 3
ô ô dx
õ 1 + 9x õ 1 + ( 3x )
2 2

So, this looks like an inverse tangent problem that will need the substitution.

u = 3x ® du = 3dx

The integral is then,

ó 3 dx = ó 1 du = tan -1 ( u ) + c = tan -1 ( 3x ) + c
ô ô
õ 1 + 9 x2 õ 1+ u2

More Substitution Rule

ò4 5 + 9t + 12 ( 5 + 9t ) dt .
7
1. Evaluate

Hint : Each term seems to require the same substitution and recall that the same substitution can
be used in multiple terms of an integral if we need to.

Step 1

© 2007 Paul Dawkins 37 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Don’t get too excited about the fact that there are two terms in this integrand. Each term requires
the same substitution,
u = 5 + 9t
so we’ll simply use that in both terms.

If you aren’t comfortable with the basic substitution mechanics you should work some problems
in the previous section as we’ll not be putting in as much detail with regards to the basics in this
section. The problems in this section are intended for those that are fairly comfortable with the
basic mechanics of substitutions and will involve some more “advanced” substitutions.

Step 2
Here is the differential work for the substitution.

du = 9 dt ® dt = 19 du

Doing the substitution and evaluating the integral gives,

ó é 4u 12 + 12u 7 ù ( 1 ) du = 1 é 8 u 2 + 3 u 8 ù + c = é 8 ( 5 + 9t ) 2 + 3 ( 5 + 9t )8 ù + c
3 3
1
õë û 9 ë
9 3 2
û 9
ëê 3 2
ûú

1
Be careful when dealing with the dt substitution here. Make sure that the 9 gets multiplied times
the whole integrand and not just one of the terms. You can do this either by using parenthesis (as
we’ve done here) or pulling the 19 completely out of the integral.

Do not forget to go back to the original variable after evaluating the integral!

cos ( 2 + x 4 ) - 8 x 3e 2+ x dx .
4

ò 7x
3
2. Evaluate

Hint : Each term seems to require the same substitution and recall that the same substitution can
be used in multiple terms of an integral if we need to.

Step 1
Don’t get too excited about the fact that there are two terms in this integrand. Each term requires
the same substitution,
u = 2 + x4
so we’ll simply use that in both terms.

If you aren’t comfortable with the basic substitution mechanics you should work some problems
in the previous section as we’ll not be putting in as much detail with regards to the basics in this

© 2007 Paul Dawkins 38 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

section. The problems in this section are intended for those that are fairly comfortable with the
basic mechanics of substitutions and will involve some more “advanced” substitutions.

Step 2
Here is the differential work for the substitution.

du = 4 x 3 dx ® x 3 dx = 14 du

Before doing the actual substitution it might be convenient to factor an x 3 out of the integrand as
follows.

cos ( 2 + x 4 ) - 8 x3e 2+ x dx = ò é7 cos ( 2 + x 4 ) - 8e2+ x ù x3dx


4 4

ò 7x
3
ë û

Doing this should make the differential part (i.e. the du part) of the substitution clearer.

Now, doing the substitution and evaluating the integral gives,

cos ( 2 + x 4 ) - 8 x 3e 2 + x dx = ò 7 cos ( u ) - 8e du
4

ò 7x
3 1 u
4

= 14 éë 7 sin ( u ) - 8eu ùû + c = é 7 sin ( 2 + x 4 ) - 8e 2 + x ù + c


4
1
4 ë û

1
Be careful when dealing with the dx substitution here. Make sure that the 4 gets multiplied times
the whole integrand and not just one of the terms. You can do this either by using parenthesis
around the whole integrand or pulling the 14 completely out of the integral (as we’ve done here).

Do not forget to go back to the original variable after evaluating the integral!

ó 6e7 w 14e7 w
3. Evaluate ô + dw .
ô
õ (1 - 8e ) 1 - 8e7 w
7w 3

Hint : Each term seems to require the same substitution and recall that the same substitution can
be used in multiple terms of an integral if we need to.

Step 1
Don’t get too excited about the fact that there are two terms in this integrand. Each term requires
the same substitution,
u = 1 - 8e7 w

© 2007 Paul Dawkins 39 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

so we’ll simply use that in both terms.

If you aren’t comfortable with the basic substitution mechanics you should work some problems
in the previous section as we’ll not be putting in as much detail with regards to the basics in this
section. The problems in this section are intended for those that are fairly comfortable with the
basic mechanics of substitutions and will involve some more “advanced” substitutions.

Step 2
Here is the differential work for the substitution.

du = -56e 7 w dw ® e 7 w dw = - 561 du

Before doing the actual substitution it might be convenient to factor an e7 w out of the integrand
as follows.

ó 6e7 w óé ù
14e7 w ô ê 6 14 ú 7 w
ô + dw = + e dw
ô
õ (1 - 8e ) õ ë (1 - 8e )
ê ú
7w 7w
7w 3 1 - 8e ô 7w 3 1 - 8e
û

Doing this should make the differential part (i.e. the du part) of the substitution clearer.

Now, doing the substitution and evaluating the integral gives,

ó 6e 7 w 14e 7 w 14
ô + dw = - 561 ó
ô 6u -3 + du = - 561 ( -3u -2 + 14 ln u ) + c
ô
õ (1 - 8e ) 1 - 8e
w
7w 3 7
õ u

( )
= - 561 -3 (1 - 8e 7 w ) + 14 ln 1 - 8e 7 w + c
-2

Be careful when dealing with the dw substitution here. Make sure that the - 561 gets multiplied
times the whole integrand and not just one of the terms. You can do this either by using
parenthesis around the whole integrand or pulling the - 561 completely out of the integral (as
we’ve done here).

Do not forget to go back to the original variable after evaluating the integral!

4. Evaluate òx
4
- 7 x5 cos ( 2 x 6 + 3) dx .

© 2007 Paul Dawkins 40 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Hint : Recall that terms that do not need substitutions should not be in the integral when the
substitution is being done. At this point we should know how to “break” integrals up so that we
can get the terms that require a substitution into a one integral and those that don’t into another
integral.

Step 1
Clearly the first term does not need a substitution while the second term does need a substitution.
So, we’ll first need to split up the integral as follows.

òx
4
- 7 x 5 cos ( 2 x 6 + 3) dx = ò x 4 dx - ò 7 x 5 cos ( 2 x 6 + 3) dx

Step 2
The substitution needed for the second integral is then,
u = 2 x6 + 3

If you aren’t comfortable with the basic substitution mechanics you should work some problems
in the previous section as we’ll not be putting in as much detail with regards to the basics in this
section. The problems in this section are intended for those that are fairly comfortable with the
basic mechanics of substitutions and will involve some more “advanced” substitutions.

Step 3
Here is the differential work for the substitution.

du = 12 x 5 dx ® x 5 dx = 121 du

Now, doing the substitution and evaluating the integrals gives,

òx
4
- 7 x 5 cos ( 2 x 6 + 3) dx = ò x 4 dx - 127 ò cos ( u ) du = 15 x 5 - 127 sin ( u ) + c

= 1
5 x 5 - 127 sin ( 2 x 6 + 3) + c

Do not forget to go back to the original variable after evaluating the integral!

ó z 4sin ( 8 z )
5. Evaluate ô e + dz .
õ 1 + 9 cos ( 8 z )

Hint : Recall that terms that do not need substitutions should not be in the integral when the
substitution is being done. At this point we should know how to “break” integrals up so that we

© 2007 Paul Dawkins 41 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

can get the terms that require a substitution into a one integral and those that don’t into another
integral.

Step 1
Clearly the first term does not need a substitution while the second term does need a substitution.
So, we’ll first need to split up the integral as follows.

ó z 4sin ( 8 z ) ó 4sin ( 8 z )
ô e + 1 + 9 cos 8 z dz = ò e dz + ô 1 + 9 cos 8 z dz
z

õ ( ) õ ( )
Step 2
The substitution needed for the second integral is then,
u = 1 + 9 cos ( 8 z )

If you aren’t comfortable with the basic substitution mechanics you should work some problems
in the previous section as we’ll not be putting in as much detail with regards to the basics in this
section. The problems in this section are intended for those that are fairly comfortable with the
basic mechanics of substitutions and will involve some more “advanced” substitutions.

Step 3
Here is the differential work for the substitution.

du = -72 sin ( 8 z ) dz ® sin ( 8 z ) dz = - 721 du

Now, doing the substitution and evaluating the integrals gives,

ó z 4sin ( 8 z ) 4 ó1
ô e + 1 + 9 cos 8 z dz = ò e dz - 72 ô
z
du = e z - 181 ln 1 + 9 cos ( 8 z ) + c
õ ( ) õu

Do not forget to go back to the original variable after evaluating the integral!

ò 20e
2 -8 w
6. Evaluate 1 + e2-8 w + 7 w3 - 6 3 w dw .

Hint : Recall that terms that do not need substitutions should not be in the integral when the
substitution is being done. At this point we should know how to “break” integrals up so that we
can get the terms that require a substitution into a one integral and those that don’t into another
integral.

Step 1

© 2007 Paul Dawkins 42 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Clearly the first term needs a substitution while the second and third terms don’t. So, we’ll first
need to split up the integral as follows.

ò 20e w dw = ò 20e 2-8 w 1 + e 2-8 w dw + ò 7 w3 - 6


2 -8 w
1 + e 2 - 8 w + 7 w3 - 6 3 3
w dw

Step 2
The substitution needed for the first integral is then,
u = 1 + e 2 -8 w

If you aren’t comfortable with the basic substitution mechanics you should work some problems
in the previous section as we’ll not be putting in as much detail with regards to the basics in this
section. The problems in this section are intended for those that are fairly comfortable with the
basic mechanics of substitutions and will involve some more “advanced” substitutions.

Step 3
Here is the differential work for the substitution.

du = -8e 2-8 w dw ® e 2-8 w dw = - 18 du

Now, doing the substitutions and evaluating the integrals gives,

1 1

ò 20e w dw = - 208 ò u 2 du + ò 7 w3 - 6 w 3 dw
2 -8 w
1 + e 2 -8 w + 7 w 3 - 6 3

3 4
= - 53 u 2 + 74 w4 - 92 w 3 + c

= - 53 (1 + e 2 -8 w ) 2 + 74 w4 - 92 w 3 + c
3 4

Do not forget to go back to the original variable after evaluating the integral!

ò ( 4 + 7t )
3
7. Evaluate - 9t 4 5t 2 + 3 dt .

Hint : You can only do one substitution per integral. At this point we should know how to
“break” integrals up so that we can get the terms that require different substitutions into different
integrals.

Step 1
Clearly each term needs a separate substitution. So, we’ll first need to split up the integral as
follows.

© 2007 Paul Dawkins 43 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

ò ( 4 + 7t ) 5t 2 + 3 dt = ò ( 4 + 7t ) dt - ò 9t
3 3
- 9t 4 4
5t 2 + 3 dt

Step 2
The substitutions needed for the each integral are then,
u = 4 + 7t v = 5t 2 + 3

If you aren’t comfortable with the basic substitution mechanics you should work some problems
in the previous section as we’ll not be putting in as much detail with regards to the basics in this
section. The problems in this section are intended for those that are fairly comfortable with the
basic mechanics of substitutions and will involve some more “advanced” substitutions.

Step 3
Here is the differential work for each substitution.

du = 7dt ® dt = 17 du dv = 10t dt ® t dt = 101 dv

Now, doing the substitutions and evaluating the integrals gives,

ò ( 4 + 7t )
1 5
dt - ò 9t òu du - 109 ò v 4 dv =
3 4
5t 2 + 3 dt = 1
7
3 1
28 u 4 - 18
25 v + c
4

25 ( 5t + 3 ) + c
5
( 4 + 7t )
4
= 1
28 - 18 2 4

Do not forget to go back to the original variable after evaluating the integral!

ó 6x - x
2
æ 3x ö
8. Evaluate ô 3 - csc 2 ç ÷ dx .
õ x - 9x + 8
2
è 2ø

Hint : You can only do one substitution per integral. At this point we should know how to
“break” integrals up so that we can get the terms that require different substitutions into different
integrals.

Step 1
Clearly each term needs a separate substitution. So, we’ll first need to split up the integral as
follows.

ó 6x - x ó 6 x - x dx - ó csc 2 æ 3x ö dx
2 2
2 æ 3x ö
ô 3 - csc ç ÷ dx = ô ô ç ÷
õ x - 9x + 8 õ x3 - 9 x 2 + 8
2
è 2 ø õ è 2 ø

Step 2

© 2007 Paul Dawkins 44 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

The substitutions needed for the each integral are then,


3x
u = x3 - 9 x 2 + 8 v=
2

If you aren’t comfortable with the basic substitution mechanics you should work some problems
in the previous section as we’ll not be putting in as much detail with regards to the basics in this
section. The problems in this section are intended for those that are fairly comfortable with the
basic mechanics of substitutions and will involve some more “advanced” substitutions.

Step 3
Here is the differential work for each substitution.

du = ( 3 x 2 - 18 x ) dx = -3 ( 6 x - x 2 ) dx ® ( 6 x - x ) dx = -
2 1
3 du
dv = 32 dx ® dx = 32 dv

Now, doing the substitutions and evaluating the integrals gives,

ó 6x - x2 æ 3x ö 1 1 2 1 2
ô 3 - csc 2 ç ÷ dx = - ó
ô du - ò csc ( v ) dv = - ln u + cot ( v ) + c
2

õ x - 9x + 8
2
è 2 ø 3õ u 3 3 3
= - 13 ln x3 - 9 x 2 + 8 + 23 cot ( 32x ) + c

Do not forget to go back to the original variable after evaluating the integral!

ò 7 (3 y + 2) ( 4 y + 3 y ) + sin ( 3 + 8 y ) dy .
2 3
9. Evaluate

Hint : You can only do one substitution per integral. At this point we should know how to
“break” integrals up so that we can get the terms that require different substitutions into different
integrals.

Step 1
Clearly each term needs a separate substitution. So, we’ll first need to split up the integral as
follows.

ò 7 (3 y + 2) ( 4 y + 3 y ) + sin ( 3 + 8 y ) dy = ò 7 ( 3 y + 2 ) ( 4 y + 3 y 2 ) dy + ò sin ( 3 + 8 y ) dy
2 3 3

Step 2
The substitutions needed for the each integral are then,

© 2007 Paul Dawkins 45 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

u = 4 y + 3y2 v = 3 + 8y

If you aren’t comfortable with the basic substitution mechanics you should work some problems
in the previous section as we’ll not be putting in as much detail with regards to the basics in this
section. The problems in this section are intended for those that are fairly comfortable with the
basic mechanics of substitutions and will involve some more “advanced” substitutions.

Step 3
Here is the differential work for each substitution.

du = ( 4 + 6 y ) dy = 2 ( 3 y + 2 ) dy ® ( 3 y + 2 ) dy = 12 du
dv = 8 dy ® dy = 18 dv

Now, doing the substitutions and evaluating the integrals gives,

ò 7 (3 y + 2) ( 4 y + 3 y ) + sin ( 3 + 8 y ) dy = ò u du + ò sin ( v ) dv = u 4 - 18 cos ( v ) + c


2 3 7 3 1 7
2 8 8

= 7
8 (4 y + 3y )2 4
- 18 cos ( 3 + 8 y ) + c

Do not forget to go back to the original variable after evaluating the integral!

ò sec ( 2t ) éë9 + 7 tan ( 2t ) - tan ( 2t )ùû dt .


2 2
10. Evaluate

Hint : Don’t let this one fool you. This is simply an integral that requires you to use the same
substitution more than once.

Step 1
This integral can be a little daunting at first glance. To do it all we need to notice is that the
derivative of tan ( x ) is sec ( x ) and we can notice that there is a sec ( 2t ) times the remaining
2 2

portion of the integrand and that portion only contains constants and tangents.

So, it looks like the substitution is then,


u = tan ( 2t )

If you aren’t comfortable with the basic substitution mechanics you should work some problems
in the previous section as we’ll not be putting in as much detail with regards to the basics in this
section. The problems in this section are intended for those that are fairly comfortable with the
basic mechanics of substitutions and will involve some more “advanced” substitutions.

© 2007 Paul Dawkins 46 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Step 2
Here is the differential work for the substitution.

du = 2sec 2 ( 2t ) dt ® sec 2 ( 2t ) dt = 12 du

Now, doing the substitution and evaluating the integrals gives,

ò sec ( 2t ) éë9 + 7 tan ( 2t ) - tan ( 2t )ùû dt = ò 9 + 7u - u du = ( 9u + u 2 - 13 u 3 ) + c


2 2 1 2 1 7
2 2 2

= 1
2 ( 9 tan ( 2t ) + 7
2 tan 2 ( 2t ) - 13 tan 3 ( 2t ) ) + c

Do not forget to go back to the original variable after evaluating the integral!

11. Evaluate ô
ó 8 - w dw .
õ 4w2 + 9

Hint : With the integrand written as it is here this problem can’t be done.

Step 1
As written we can’t do this problem. In order to do this integral we’ll need to rewrite the integral
as follows.
ó 8 - w dw = ó 8 dw - ó w dw
ô 2 ô 2 ô 2
õ 4w + 9 õ 4w + 9 õ 4w + 9

Step 2
Now, the first integral looks like it might be an inverse tangent (although we’ll need to do a
rewrite of that integral) and the second looks like it’s a logarithm (with a quick substitution).

So, here is the rewrite on the first integral.

ó 8 - w dw = 8 ó 1 dw - ó w dw
ô 2 ô ô 2
õ 4w + 9 9 õ 94 w2 + 1 õ 4w + 9

Step 3
Now we’ll need a substitution for each integral. Here are the substitutions we’ll need for each
integral.

u = 23 w ( so u 2
= 94 w2 ) v = 4w2 + 9

© 2007 Paul Dawkins 47 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Step 4
Here is the differential work for the substitution.

du = 23 dw ® dw = 32 du dv = 8w dw ® w dw = 18 dv

Now, doing the substitutions and evaluating the integrals gives,

ó 8 - w dw = 8 æ 3 ö ó 1 du - 1 ó 1 dv = 4 tan -1 ( v ) - 1 ln u + c
ô 2 ç ÷ô ô
õ 4w + 9 9 è 2 ø õ v2 + 1 8õ v 3 8

= 4
3 tan -1 ( 23 w ) - 18 ln 4 w2 + 9 + c

Do not forget to go back to the original variable after evaluating the integral!

ó 7x + 2
12. Evaluate ô dx .
õ 1 - 25 x 2

Hint : With the integrand written as it is here this problem can’t be done.

Step 1
As written we can’t do this problem. In order to do this integral we’ll need to rewrite the integral
as follows.
ó 7x + 2 ó 7x ó 2
ô dx = ô dx + ô dx
õ 1 - 25 x 2 õ 1 - 25 x 2 õ 1 - 25 x 2

Step 2
Now, the second integral looks like it might be an inverse sine (although we’ll need to do a
rewrite of that integral) and the first looks like a simple substitution will work for us.

So, here is the rewrite on the second integral.

ó 7x + 2 ó 7x ó 1
ô dx = ô dx + 2ô dx
õ 1 - 25 x 2 õ 1 - 25 x 2 õ 1 - (5x )
2

Step 3
Now we’ll need a substitution for each integral. Here are the substitutions we’ll need for each
integral.

© 2007 Paul Dawkins 48 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

u = 1 - 25x2 v = 5x ( so v 2
= 25x2 )

Step 4
Here is the differential work for the substitution.

du = -50 x dx ® x dx = - 501 du dv = 5dx ® dx = 15 dv

Now, doing the substitutions and evaluating the integrals gives,

ó 7x + 2 7 2ó 1 7 1 2
dv = - u 2 + sin -1 ( v ) + c
-1
ô dx = - ò u 2 du + ô
õ 1 - 25 x 2 50 5 õ 1- v 2 25 5

= - 257 (1 - 25 x 2 ) 2 + 25 sin -1 ( 5 x ) + c
1

Do not forget to go back to the original variable after evaluating the integral!

ò z ( 8 + 3z )
7 4 8
13. Evaluate dz .

Hint : Use the “obvious” substitution and don’t forget that the substitution can be used more than
once and in different ways.

Step 1
Okay, the “obvious” substitution here is probably,

u = 8 + 3z 4 ® du = 12 z 3dz ® z 3 dz = 121 du

however, that doesn’t look like it might work because of the z 7 .

Step 2
Let’s do a quick rewrite of the integrand.

ò z ( 8 + 3z ) dz = ò z 4 z 3 ( 8 + 3 z 4 ) dz = ò z 4 ( 8 + 3 z 4 ) z 3 dz
7 4 8 8 8

Step 3
Now, notice that we can convert all of the z’s in the integrand except apparently for the z 4 that is
in the front. However, notice from the substitution that we can solve for z 4 to get,
z 4 = 13 ( u - 8)

© 2007 Paul Dawkins 49 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Step 4
With this we can now do the substitution and evaluate the integral.

ò z (8 + 3 z ) dz = 121 ò 13 ( u - 8 ) u du = ( u10 - 89 u 9 ) + c
8
òu - 8u 8 du =
7 4 8 1 9 1 1
36 36 10

= 1
36 ( 1
10 (8 + 3z )
4 10
- 98 ( 8 + 3 z 4 ) + c
9
)
Do not forget to go back to the original variable after evaluating the integral!

Area Problem

1. Estimate the area of the region between f ( x ) = x - 2 x + 4 the x-axis on [1, 4] using n = 6
3 2

and using,
(a) the right end points of the subintervals for the height of the rectangles,
(b) the left end points of the subintervals for the height of the rectangles and,
(c) the midpoints of the subintervals for the height of the rectangles.

(a) the right end points of the subintervals for the height of the rectangles,

The widths of each of the subintervals for this problem are,

4 -1 1
Dx = =
6 2

We don’t need to actually graph the function to do this problem. It would probably help to have a
number line showing subintervals however. Here is that number line.

In this case we’re going to be using right end points of each of these subintervals to determine the
height of each of the rectangles.

The area between the function and the x-axis is then approximately,

© 2007 Paul Dawkins 50 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Area » 1
2 f ( 32 ) + 12 f ( 2 ) + 12 f ( 52 ) + 12 f ( 3) + 12 f ( 72 ) + 12 f ( 4 )
= 12 ( 238 ) + 12 ( 4 ) + 12 ( 578 ) + 12 (13) + 12 ( 179
8 ) + 2 ( 36 ) = 16 = 42.6875
1 683

(b) the left end points of the subintervals for the height of the rectangles and,

As we found in the previous part the widths of each of the subintervals are Dx = 12 .

Here is a copy of the number line showing the subintervals to help with the problem.

In this case we’re going to be using left end points of each of these subintervals to determine the
height of each of the rectangles.

The area between the function and the x-axis is then approximately,

Area » 1
2 f (1) + 12 f ( 32 ) + 12 f ( 2 ) + 12 f ( 52 ) + 12 f ( 3) + 12 f ( 72 )
= 12 ( 3) + 12 ( 238 ) + 12 ( 4 ) + 12 ( 578 ) + 12 (13) + 12 ( 179
8 ) = 16 = 26.1875
419

(c) the midpoints of the subintervals for the height of the rectangles.

As we found in the first part the widths of each of the subintervals are Dx = 12 .

Here is a copy of the number line showing the subintervals to help with the problem.

In this case we’re going to be using midpoints of each of these subintervals to determine the
height of each of the rectangles.

The area between the function and the x-axis is then approximately,

Area » 12 f ( 54 ) + 12 f ( 74 ) + 12 f ( 94 ) + 12 f ( 114 ) + 12 f ( 134 ) + 12 f ( 154 )


= 12 ( 181
64 ) + 2 ( 64 ) + 2 ( 64 ) + 2 ( 64 ) + 2 ( 64 ) + 2 ( 64 ) = 32 = 33.40625
1 207 1 337 1 619 1 1101 1 1831 1069

© 2007 Paul Dawkins 51 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

2. Estimate the area of the region between g ( x ) = 4 - x 2 + 2 the x-axis on [ -1,3] using
n = 6 and using,
(a) the right end points of the subintervals for the height of the rectangles,
(b) the left end points of the subintervals for the height of the rectangles and,
(c) the midpoints of the subintervals for the height of the rectangles.

(a) the right end points of the subintervals for the height of the rectangles,

The widths of each of the subintervals for this problem are,

3 - ( -1) 2
Dx = =
6 3

We don’t need to actually graph the function to do this problem. It would probably help to have a
number line showing subintervals however. Here is that number line.

In this case we’re going to be using right end points of each of these subintervals to determine the
height of each of the rectangles.

The area between the function and the x-axis is then approximately,

Area » 2
3
f ( - 13 ) + 23 f ( 13 ) + 32 f (1) + 32 f ( 53 ) + 32 f ( 73 ) + 23 f ( 3)
= 2
3 (4 - ) + (4 - ) + (4 - 3) + (4 - ) + (4 - ) + (4 -
19
3
2
3
19
3
2
3
2
3
43
3
2
3
67
3
2
3
11 )
= 7.420752

(b) the left end points of the subintervals for the height of the rectangles and,

As we found in the previous part the widths of each of the subintervals are Dx = 23 .

Here is a copy of the number line showing the subintervals to help with the problem.

© 2007 Paul Dawkins 52 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

In this case we’re going to be using left end points of each of these subintervals to determine the
height of each of the rectangles.

The area between the function and the x-axis is then approximately,

Area » 2
3
f ( -1) + 23 f ( - 13 ) + 23 f ( 13 ) + 23 f (1) + 23 f ( 53 ) + 23 f ( 73 )
= 2
3 (4 - 3) + (4 - ) + (4 - ) + (4 - 3) + (4 - ) + (4 - )
2
3
19
3
2
3
19
3
2
3
2
3
43
3
2
3
67
3

= 8.477135

(c) the midpoints of the subintervals for the height of the rectangles.

As we found in the first part the widths of each of the subintervals are Dx = 23 .

Here is a copy of the number line showing the subintervals to help with the problem.

In this case we’re going to be using midpoints of each of these subintervals to determine the
height of each of the rectangles.

The area between the function and the x-axis is then approximately,

Area » 23 f ( - 23 ) + 23 f ( 0 ) + 23 f ( 23 ) + 23 f ( 43 ) + 23 f ( 2 ) + 23 f ( 83 )
= 2
3 (4 - ) + (4 - 2 ) + (4 - ) + (4 - ) + (4 - 6 ) + (4 - )
22
3
2
3
2
3
22
3
2
3
34
3
2
3
2
3
82
3

= 8.031494

3. Estimate the area of the region between h ( x ) = - x cos ( 3x ) the x-axis on [ 0,3] using n = 6
and using,
(a) the right end points of the subintervals for the height of the rectangles,
(b) the left end points of the subintervals for the height of the rectangles and,
(c) the midpoints of the subintervals for the height of the rectangles.

(a) the right end points of the subintervals for the height of the rectangles,

The widths of each of the subintervals for this problem are,

© 2007 Paul Dawkins 53 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

3-0 1
Dx = =
6 2

We don’t need to actually graph the function to do this problem. It would probably help to have a
number line showing subintervals however. Here is that number line.

In this case we’re going to be using right end points of each of these subintervals to determine the
height of each of the rectangles.

The area between the function and the x-axis is then approximately,

Area » 1
2 f( 12 ) + 12 f (1) + 12 f ( 32 ) + 12 f ( 2 ) + 12 f ( 52 ) + 12 f ( 3)
= 12 ( - 12 cos ( 16 ) ) + 12 ( - cos ( 13 ) ) + 12 ( - 32 cos ( 12 ) ) + 12 ( -2 cos ( 23 ) )
+ 12 ( - 52 cos ( 56 ) ) + 12 ( -3cos (1) )
= -3.814057

Do not get excited about the negative area here. As we discussed in this section this just means
that the graph, in this case, is below the x-axis as you could verify if you’d like to.

(b) the left end points of the subintervals for the height of the rectangles and,

As we found in the previous part the widths of each of the subintervals are Dx = 23 .

Here is a copy of the number line showing the subintervals to help with the problem.

In this case we’re going to be using left end points of each of these subintervals to determine the
height of each of the rectangles.

The area between the function and the x-axis is then approximately,

© 2007 Paul Dawkins 54 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Area » 1
2 ( 12 ) + 12 f (1) + 12 f ( 32 ) + 12 f ( 2 ) + 12 f ( 52 )
f ( 0 ) + 12 f
= + 12 ( 0 ) + 12 ( - 12 cos ( 16 ) ) + 12 ( - cos ( 13 ) ) + 12 ( - 32 cos ( 12 ) ) + 12 ( -2 cos ( 23 ) )
+ 12 ( - 52 cos ( 56 ) )
= -3.003604

Do not get excited about the negative area here. As we discussed in this section this just means
that the graph, in this case, is below the x-axis as you could verify if you’d like to.

(c) the midpoints of the subintervals for the height of the rectangles.

As we found in the first part the widths of each of the subintervals are Dx = 23 .

Here is a copy of the number line showing the subintervals to help with the problem.

In this case we’re going to be using midpoints of each of these subintervals to determine the
height of each of the rectangles.

The area between the function and the x-axis is then approximately,

Area » 1
2 ( 14 ) + 12 f ( 43 ) + 12 f ( 54 ) + 12 f ( 74 ) + 12 f ( 94 ) + 12 f ( 114 )
f
= 12 ( - 14 cos ( 121 ) ) + 12 ( - 43 cos ( 14 ) ) + 12 ( - 45 cos ( 125 ) ) + 12 ( - 74 cos ( 127 ) )
+ 12 ( - 94 cos ( 34 ) ) + 12 ( - 114 cos ( 12
11
))
= -3.449532

Do not get excited about the negative area here. As we discussed in this section this just means
that the graph, in this case, is below the x-axis as you could verify if you’d like to.

4. Estimate the net area between f ( x ) = 8 x - x - 12 and the x-axis on [ -2, 2] using n = 8
2 5

and the midpoints of the subintervals for the height of the rectangles. Without looking at a graph
of the function on the interval does it appear that more of the area is above or below the x-axis?

Step 1

© 2007 Paul Dawkins 55 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

First let’s estimate the area between the function and the x-axis on the interval. The widths of
each of the subintervals for this problem are,

2 - ( -2 ) 1
Dx = =
8 2

We don’t need to actually graph the function to do this problem. It would probably help to have a
number line showing subintervals however. Here is that number line.

Now, we’ll be using midpoints of each of these subintervals to determine the height of each of the
rectangles.

The area between the function and the x-axis is then approximately,

Area » 1
2 f ( - 74 ) + 12 f ( - 54 ) + 12 f ( - 34 ) + 12 f ( - 14 ) + 12 f ( 14 ) + 12 f ( 34 ) + 12 f ( 54 ) + 12 f ( 74 ) = -6

We’ll leave it to you to check all the function evaluations. They get a little messy, but after all
the arithmetic is done we get a net area of -6.

Step 2
Now, as we (hopefully) recall from the discussion in this section area above the x-axis is positive
and area below the x-axis is negative. In this case we have estimated that the net area is -6 and
so, assuming that our estimate is accurate, it looks like we should have more area is below the x-
axis as above it.

Graph
For reference purposes here is the graph of the function with the area shaded in and as we can see
it does appear that there is slightly more area below as above the x-axis.

© 2007 Paul Dawkins 56 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

The Definition of the Definite Integral

1. Use the definition of the definite integral to evaluate the integral. Use the right end point of
*
each interval for x i .
4
ò1
2 x + 3 dx

Step 1
The width of each subinterval will be,
4 -1 3
Dx = =
n n

The subintervals for the interval [1, 4] are then,

é 3ù é 3 6ù é 6 9ù é 3 ( i - 1) 3i ù é 3 ( n - 1) ù
êë1,1 + , 1 + ,1 + , 1 + ,1 + , K ,, ê1 + ,1 + ú , K ,, ê1 + , 4ú
n úû êë n n úû êë n n úû ë n nû ë n û

From this it looks like the right end point, and hence xi* , of the general subinterval is,
3i
xi* = 1 +
n

Step 2
The summation in the definition of the definite integral is then,

© 2007 Paul Dawkins 57 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

n n
é æ 3i ö ù é 3 ù n é15 18i ù
å f ( xi* ) Dx = å ê 2 ç1 + ÷ + 3ú ê ú = å ê + 2 ú
i =1 i =1 ë è n ø û ë n û i =1 ë n n û

Step 3
Now we need to use the formulas from the Summation Notation section in the Extras chapter to
“evaluate” the summation.

n n
15 n 18i 1 n 18 n
å f ( xi* ) Dx = å + å 2 = å15 + 2 å i
i =1 i =1 n i =1 n n i =1 n i =1
1 18 æ n ( n + 1) ö 9n + 9
= (15n ) + 2 ç ÷ = 15 +
n n è 2 ø n

Step 4
Finally, we can use the definition of the definite integral to determine the value of the integral.
n
é 9n + 9 ù é 9ù
2 x + 3 dx = lim å f ( xi* ) Dx = lim ê15 +
4
ò1 n ®¥
i =1
n ®¥
ë n û ú = lim ê 24 + ú = 24
n ®¥
ë nû

2. Use the definition of the definite integral to evaluate the integral. Use the right end point of
*
each interval for x i .
1
ò 6 x ( x - 1) dx
0

Step 1
The width of each subinterval will be,
1- 0 1
Dx = =
n n

The subintervals for the interval [1, 4] are then,

é 1ù é1 2ù é2 3ù é i -1 i ù é n -1 ù
êë0, n úû , êë n , n úû , êë n , n úû ,K,, êë n , n úû ,K,, êë n ,1úû

From this it looks like the right end point, and hence xi* , of the general subinterval is,
i
xi* =
n

Step 2

© 2007 Paul Dawkins 58 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

The summation in the definition of the definite integral is then,

n n
éæ 6i öæ i ö ù é 1 ù n é 6i 2 6i ù
å f ( xi* ) Dx = å êç ÷ç - 1÷ ú ê ú = å ê 3 - 2 ú
i =1 i =1 ëè n øè n ø û ë n û i =1 ë n n û

Step 3
Now we need to use the formulas from the Summation Notation section in the Extras chapter to
“evaluate” the summation.

n n
é 6i 2 ù n é 6i ù 6 n 6 n
å f ( xi* ) Dx = å ê 3 ú - å ê 2 ú = 3 å i 2 - 2 å i
i =1 i =1 ë n û i =1 ë n û n i =1 n i =1
6 æ n ( n + 1)( 2n + 1) ö 6 æ n ( n + 1) ö 2n 2 + 3n + 1 3n + 3
= 3ç ÷- 2 ç ÷= -
n è 6 ø n è 2 ø n2 n

Step 4
Finally, we can use the definition of the definite integral to determine the value of the integral.
n
é 2n 2 + 3n + 1 3n + 3 ù
( )
1
ò0 6 x ( x - 1) dx = lim
n ®¥
å f xi
*
D x = lim
n ®¥
ê n2
-
n úû
= 2 - 3 = -1
i =1 ë

ó cos ( e + x )
4 3x 2

3. Evaluate : ô dx
õ4 x4 +1

Solution
There really isn’t much to this problem other than use Property 2 from the notes on this
section.

ó cos ( e + x )
4 3x 2

ô dx = 0
õ4 x4 + 1

6 11
4. Determine the value of ò 9 f ( x ) dx given that ò f ( x ) dx = -7 .
11 6

Solution
There really isn’t much to this problem other than use the properties from the notes of
this section until we get the given interval at which point we use the given value.

© 2007 Paul Dawkins 59 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

6 6
ò 9 f ( x ) dx = 9 ò f ( x ) dx Property 3
11 11
11
= -9 ò f ( x ) dx Property 1
6

= -9 ( -7 ) = 63

11 11
5. Determine the value of ò 6 g ( x ) - 10 f ( x ) dx given that ò f ( x ) dx = -7 and
6 6
11
ò g ( x ) dx = 24 .
6

Solution
There really isn’t much to this problem other than use the properties from the notes of
this section until we get the given intervals at which point we use the given values.

11 11 11
ò 6 g ( x ) - 10 f ( x ) dx = ò 6 g ( x ) dx - ò 10 f ( x ) dx Property 4
6 6 6
11 11
= 6 ò g ( x ) dx - 10 ò f ( x ) dx Property 3
6 6

= 6 ( 24 ) - 10 ( -7 ) = 214

9 2 9
6. Determine the value of ò f ( x ) dx given that ò f ( x ) dx = 3 and ò f ( x ) dx = 8 .
2 5 5

Step 1
First we need to use Property 5 from the notes of this section to break up the integral into
two integrals that use the same limits as the integrals given in the problem statement.

Note that we won’t worry about whether the limits are in correct place at this point.

9 5 9
ò f ( x ) dx = ò f ( x ) dx + ò f ( x ) dx
2 2 5

Step 2
Finally, all we need to do is use Property 1 from the notes of this section to interchange the limits
on the first integral so they match up with the limits on the given integral. We can then use the
given values to determine the value of the integral.

© 2007 Paul Dawkins 60 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

9 2 9
ò f ( x ) dx = -ò f ( x ) dx + ò f ( x ) dx = - ( 3) + 8 = 5
2 5 5

20 0 0
7. Determine the value of ò f ( x ) dx given that ò f ( x ) dx = -2 , ò f ( x ) dx = 19 and
-4 -4 31
31
ò f ( x ) dx = -21 .
20

Step 1
First we need to use Property 5 from the notes of this section to break up the integral into
three integrals that use the same limits as the integrals given in the problem statement.

Note that we won’t worry about whether the limits are in correct place at this point.

20 0 31 20
ò f ( x ) dx = ò f ( x ) dx + ò f ( x ) dx + ò f ( x ) dx
-4 -4 0 31

Step 2
Finally, all we need to do is use Property 1 from the notes of this section to interchange the limits
on the second and third integrals so they match up with the limits on the given integral. We can
then use the given values to determine the value of the integral.

20 0 0 31
ò f ( x ) dx = ò f ( x ) dx - ò f ( x ) dx - ò f ( x ) dx = -2 - (19 ) - ( -21) = 0
-4 -4 31 20

4
8. For ò1
3x - 2 dx sketch the graph of the integrand and use the area interpretation of the
definite integral to determine the value of the integral.

Step 1
Here is the graph of the integrand, f ( x ) = 3x - 2 , on the interval [1, 4] .

© 2007 Paul Dawkins 61 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Step 2
Now, we know that the integral is simply the area between the line and the x-axis and so we
should be able to use basic area formulas to help us determine the value of the integral. Here is a
“modified” graph that will help with this.

From this sketch we can see that we can think of this area as a rectangle with width 3 and height 1
and a triangle with base 3 and height 9. The value of the integral will then be the sum of the areas
of the rectangle and the triangle.

Here is the value of the integral,

4
ò 3x - 2 dx = ( 3)(1) + 12 ( 3)( 9 ) = 33
2
1

© 2007 Paul Dawkins 62 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

5
9. For ò
0
-4x dx sketch the graph of the integrand and use the area interpretation of the definite
integral to determine the value of the integral.

Step 1
Here is the graph of the integrand, f ( x ) = -4 x on the interval [ 0,5] .

Step 2
Now, we know that the integral is simply the area between the line and the x-axis and so we
should be able to use basic area formulas to help us determine the value of the integral.

In this case we can see the area is clearly a triangle with base 5 and height 20. However, we need
to be a little careful here and recall that area that is below the x-axis is considered to be negative
area and so we’ll need to keep that in mind when we do the area computation.

Here is the value of the integral,

5
ò -4 x dx = - 12 ( 5 )( 20 ) = -50
0

10. Differentiate the following integral with respect to x.

9 cos 2 ( t 2 - 6t + 1) dt
x
ò4

Solution
This is nothing more than a quick application of the Fundamental Theorem of Calculus, Part I.

© 2007 Paul Dawkins 63 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

The derivative is,


d é x
ò 9 cos 2 ( t 2 - 6t + 1) dt ù = 9 cos 2 ( x 2 - 6 x + 1)
ê
dx ë 4 úû

11. Differentiate the following integral with respect to x.

sin ( 6 x )
ò7
t 2 + 4dt

Solution
This is nothing more than a quick application of the Fundamental Theorem of Calculus, Part I.

Note however, that because the upper limit is not just x we’ll need to use the Chain Rule, with the
“inner function” as sin ( 6x ) .

The derivative is,


d é sin( 6 x ) 2
ò t + 4dt ù = 6 cos ( 6 x ) sin 2 ( 6 x ) + 4
ê
dx ë 7 úû

12. Differentiate the following integral with respect to x.

-1t
ó e - 1 dt
ô
õ3 x 2 t

Solution
This is nothing more than a quick application of the Fundamental Theorem of Calculus, Part I.

Note however, that we’ll need to interchange the limits to get the lower limit to a number and the
x’s in the upper limit as required by the theorem. Also, note that because the upper limit is not
2
just x we’ll need to use the Chain Rule, with the “inner function” as 3x .

The derivative is,

d éó et - 1 ù d é ó et - 1 ù
-1 3x 2 2 2
e3x - 1 2e3 x - 2
êô dt ú = ê-ô dt ú = ( 6 x ) =
dx ëõ3x 2 t û dx êë õ-1 t úû 3x 2 x

© 2007 Paul Dawkins 64 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Computing Definite Integrals

1. Evaluate each of the following integrals.


3
a. ó
ô cos ( x ) - 5 dx
õ x
4
3
b. ó
ô cos ( x ) - 5 dx
õ- 3 x
4
3
c. ó
ô cos ( x ) - 5 dx
õ1 x

3
a. ó
ô cos ( x ) - 5 dx
õ x
This is just an indefinite integral and by this point we should be comfortable doing them so here
is the answer to this part.

ó cos ( x ) - 3 dx = cos ( x ) - 3 x -5 dx = sin ( x ) + 3 x -4 + c = sin ( x ) + 3 + c


ô
õ x5 ò 4
4x4

Don’t forget to add on the “+c” since we are doing an indefinite integral!

4
3
b. ó
ô cos ( x ) - 5 dx
õ- 3 x
Recall that in order to do a definite integral the integrand (i.e. the function we are integrating)
must be continuous on the interval over which we are integrating, [ -3, 4] in this case.

We can clearly see that the second term will have division by zero at x = 0 and x = 0 is in the
interval over which we are integrating and so this function is not continuous on the interval over
which we are integrating.

Therefore, this integral cannot be done.

4
3
c. ó
ô cos ( x ) - 5 dx
õ1 x

© 2007 Paul Dawkins 65 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Now, the function still has a division by zero problem in the second term at x = 0 . However,
unlike the previous part x = 0 does not fall in the interval over which we are integrating, [1, 4] in
this case.

This integral can therefore be done. Here is the work for this integral.

4 4
ó cos ( x ) - 3 dx = 4 cos ( x ) - 3 x -5 dx = æ sin ( x ) + 3 ö
ô
õ1 x5 ò1 ç
è
÷
4 x4 ø 1

3 æ 3 ö
= sin ( 4 ) + - ç sin (1) - ÷
4 ( 44 ) çè 4 (14 ) ÷ø

3 æ 3ö 765
= sin ( 4 ) + - ç sin (1) - ÷ = sin ( 4 ) - sin (1) -
1024 è 4ø 1024

2. Evaluate the following integral, if possible. If it is not possible clearly explain why it is not
possible to evaluate the integral.

6
ò 12 x - 9 x 2 + 2 dx
3
1

Step 1
First we need to integrate the function.

12 x 3 - 9 x 2 + 2 dx = ( 3 x 4 - 3 x3 + 2 x )
6 6

ò
1 1

Recall that we don’t need to add the “+c” in the definite integral case as it will just cancel in the
next step.

Step 2
The final step is then just to do the evaluation.

We’ll leave the basic arithmetic to you to verify and only show the results of the evaluation.
Make sure that you evaluate the upper limit first and then subtract off the evaluation at the lower
limit.

Here is the answer for this problem.

© 2007 Paul Dawkins 66 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

6
ò 12 x - 9 x 2 + 2 dx = 3252 - 2 = 3250
3
1

3. Evaluate the following integral, if possible. If it is not possible clearly explain why it is not
possible to evaluate the integral.

1
ò
-2
5 z 2 - 7 z + 3 dz

Step 1
First we need to integrate the function.

5 z 2 - 7 z + 3 dz = ( 53 z 3 - 72 z + 3z )
1 1

ò -2 -2

Recall that we don’t need to add the “+c” in the definite integral case as it will just cancel in the
next step.

Step 2
The final step is then just to do the evaluation.

We’ll leave the basic arithmetic to you to verify and only show the results of the evaluation.
Make sure that you evaluate the upper limit first and then subtract off the evaluation at the lower
limit.

Here is the answer for this problem.

5 z 2 - 7 z + 3 dz = 76 - ( - 100
3 )=
1
ò -2
69
2

4. Evaluate the following integral, if possible. If it is not possible clearly explain why it is not
possible to evaluate the integral.

0
ò 15w - 13w2 + w dw
4
3

Step 1
First, do not get excited about the fact that the lower limit of integration is a larger number than
the upper limit of integration. The problem works in exactly the same way.

© 2007 Paul Dawkins 67 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

So, we need to integrate the function.

- 13w2 + w dw = ( 3w5 - 133 w2 + 12 w2 )


0 0

ò 15w
4
3 3

Recall that we don’t need to add the “+c” in the definite integral case as it will just cancel in the
next step.

Step 2
The final step is then just to do the evaluation.

We’ll leave the basic arithmetic to you to verify and only show the results of the evaluation.
Make sure that you evaluate the upper limit first and then subtract off the evaluation at the lower
limit.

Here is the answer for this problem.

0
ò 15w - 13w2 + w dw = 0 - 1233
2 = - 2
4 1233
3

5. Evaluate the following integral, if possible. If it is not possible clearly explain why it is not
possible to evaluate the integral.

4
ó 8
ô - 12 t 3 dt
õ1 t

Step 1
First we need to integrate the function.

( )
4
ó 8 - 12 t 3 dt = 4 8t - 12 - 12t 32 dt = 16t 21 - 24 t 52 4

ô
õ1 t ò1 5
1

Recall that we don’t need to add the “+c” in the definite integral case as it will just cancel in the
next step.

Step 2
The final step is then just to do the evaluation.

We’ll leave the basic arithmetic to you to verify and only show the results of the evaluation.
Make sure that you evaluate the upper limit first and then subtract off the evaluation at the lower
limit.

© 2007 Paul Dawkins 68 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Here is the answer for this problem.

4
ó 8 - 12 t 3 dt = - 608 - 56 = - 644
ô 5 5 5
õ1 t

6. Evaluate the following integral, if possible. If it is not possible clearly explain why it is not
possible to evaluate the integral.

2
ó 1 3 z2 1
ô + - 3 dz
õ1 7 z 4 2z

Step 1
First we need to integrate the function.

( )
2 2
ó 1 3 z2 1 ó 1 1 1 23 1 -3 5
-2
2

ô + - 3 dz = ô + z - z dz = 1
ln z + 3
z + z
3 1

õ1 7 z 4 2z õ1 7 z 4 2 7 20 4
1

Recall that we don’t need to add the “+c” in the definite integral case as it will just cancel in the
next step.

Step 2
The final step is then just to do the evaluation.

We’ll leave the basic arithmetic to you to verify and only show the results of the evaluation.
Make sure that you evaluate the upper limit first and then subtract off the evaluation at the lower
limit.

Here is the answer for this problem.

( ln ( 2) + ( 2 ) + ) - ( ln (1) + ( )
2
ó 1 3 z2 1
)= ln ( 2 ) + 203 2 2 - 27
5 5

ô + - 3 dz = 1
7
3
20
2 1
16
1
7
2
5
1
7 80
õ1 7 z 4 2z

Don’t forget that ln (1) = 0 ! Also, don’t get excited about “messy” answers like this. They
happen on occasion.

© 2007 Paul Dawkins 69 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

7. Evaluate the following integral, if possible. If it is not possible clearly explain why it is not
possible to evaluate the integral.

4
ó x 6 - x 4 + 1 dx
ô
õ- 2 x2

Solution

In this case note that the third term will have division by zero at x = 0 and this is in the interval
we are integrating over, [ -2, 4] and hence is not continuous on this interval.

Therefore, this integral cannot be done.

8. Evaluate the following integral, if possible. If it is not possible clearly explain why it is not
possible to evaluate the integral.

-1
ò x 2 ( 3 - 4 x ) dx
-4

Step 1
In this case we’ll first need to multiply out the integrand before we actually do the integration.
Doing that integrating the function gives,

x 2 ( 3 - 4 x ) dx = ò 3 x 2 - 4 x 3 dx = ( x3 - x 4 )
-1 -1 -1

ò -4 -4 -4

Recall that we don’t need to add the “+c” in the definite integral case as it will just cancel in the
next step.

Step 2
The final step is then just to do the evaluation.

We’ll leave the basic arithmetic to you to verify and only show the results of the evaluation.
Make sure that you evaluate the upper limit first and then subtract off the evaluation at the lower
limit.

Here is the answer for this problem.

-1
ò x 2 ( 3 - 4 x ) dx = -2 - ( -320 ) = 318
-4

© 2007 Paul Dawkins 70 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

9. Evaluate the following integral, if possible. If it is not possible clearly explain why it is not
possible to evaluate the integral.

1
ó 2 y3 - 6 y 2
ô dy
õ2 y2

Step 1
In this case we’ll first need to simplify the integrand to remove the quotient before we actually do
the integration. Doing that integrating the function gives,

1
ó 2 y3 - 6 y 2
( )
1 1
= ò2 - = -
2
ô dy 2 y 6 dy y 6 y
õ2 y2 2

Do not get excited about the fact that the lower limit of integration is larger than the upper limit
of integration. This will happen on occasion and the integral works in exactly the same manner
as we’ve been doing them.

Also, recall that we don’t need to add the “+c” in the definite integral case as it will just cancel in
the next step.

Step 2
The final step is then just to do the evaluation.

We’ll leave the basic arithmetic to you to verify and only show the results of the evaluation.
Make sure that you evaluate the upper limit first and then subtract off the evaluation at the lower
limit.

Here is the answer for this problem.

1
ó 2 y3 - 6 y 2
ô dy = -5 - ( -8 ) = 3
õ2 y2

10. Evaluate the following integral, if possible. If it is not possible clearly explain why it is not
possible to evaluate the integral.

ò 7sin ( t ) - 2cos ( t ) dt
2

© 2007 Paul Dawkins 71 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Step 1
First we need to integrate the function.

p p

ò 7 sin ( t ) - 2 cos ( t ) dt = ( -7 cos ( t ) - 2sin ( t ) ) 2


2

0 0

Recall that we don’t need to add the “+c” in the definite integral case as it will just cancel in the
next step.

Step 2
The final step is then just to do the evaluation.

We’ll leave the basic arithmetic to you to verify and only show the results of the evaluation.
Make sure that you evaluate the upper limit first and then subtract off the evaluation at the lower
limit.

Here is the answer for this problem.

ò 7 sin ( t ) - 2 cos ( t ) dt = -2 - ( -7 ) = 5
2

11. Evaluate the following integral, if possible. If it is not possible clearly explain why it is not
possible to evaluate the integral.

p
ò sec ( z ) tan ( z ) - 1 dz
0

Solution

Be careful with this integral. Recall that,

1 sin ( z )
sec ( z ) = tan ( z ) =
cos ( z ) cos ( z )

Also recall that cos ( p2 ) = 0 and that x = p


2 is in the interval we are integrating over, [ 0, p ] and
hence is not continuous on this interval.

Therefore, this integral cannot be done.

© 2007 Paul Dawkins 72 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

It is often easy to overlook these kinds of division by zero problems in integrands when the
integrand is not explicitly written as a rational expression. So, be careful and don’t forget that
division by zero can sometimes be “hidden” in the integrand!

12. Evaluate the following integral, if possible. If it is not possible clearly explain why it is not
possible to evaluate the integral.

ò 2sec2 ( w ) - 8csc ( w ) cot ( w ) dw


3
p
6

Step 1
First notice that even though we do have some “hidden” rational expression here (in the
definitions of the trig functions) neither cosine nor sine is zero in the interval we are integrating
over and so both terms are continuous over the interval.

Therefore all we need to do integrate the function.

p p

ò 2sec 2 ( w ) - 8csc ( w ) cot ( w ) dw = ( 2 tan ( w ) + 8csc ( w ) ) p3


3
p
6 6

Recall that we don’t need to add the “+c” in the definite integral case as it will just cancel in the
next step.

Step 2
The final step is then just to do the evaluation.

We’ll leave the basic arithmetic to you to verify and only show the results of the evaluation.
Make sure that you evaluate the upper limit first and then subtract off the evaluation at the lower
limit.

Here is the answer for this problem.

( ) ( )=
p

ò 2sec 2 ( w ) - 8csc ( w ) cot ( w ) dw = + 2 3 - 16 + + 2 3 - 16


3 16 2 14
p 3 3 3
6

13. Evaluate the following integral, if possible. If it is not possible clearly explain why it is not
possible to evaluate the integral.

© 2007 Paul Dawkins 73 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

2
ó e x + 1 dx
ô
õ0 x2 + 1

Step 1
First we need to integrate the function.

2
ó e x + 1 dx = e x + tan -1 x 2
ô
õ0 x2 + 1
( ( )) 0

Recall that we don’t need to add the “+c” in the definite integral case as it will just cancel in the
next step.

Step 2
The final step is then just to do the evaluation.

We’ll leave the basic arithmetic to you to verify and only show the results of the evaluation.
Make sure that you evaluate the upper limit first and then subtract off the evaluation at the lower
limit.

Here is the answer for this problem.

2
ó e x + 1 dx = e 2 + tan -1 2 - e 0 + tan -1 0 = e 2 + tan -1 2 - 1
ô
õ0 x2 + 1
( ( )) ( ( )) ( )

Note that tan ( 0 ) = 0 but tan ( 2 ) doesn’t have a “nice” answer and so was left as is.
-1 -1

14. Evaluate the following integral, if possible. If it is not possible clearly explain why it is not
possible to evaluate the integral.

-2
ó y 2
ô 7e + dy
õ-5 y

Step 1
First we need to integrate the function.

-2
ó 2
ô 7e + dy = ( 7e + 2 ln y ) -5
-2
y y
õ -5 y

© 2007 Paul Dawkins 74 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Recall that we don’t need to add the “+c” in the definite integral case as it will just cancel in the
next step.

Step 2
The final step is then just to do the evaluation.

We’ll leave the basic arithmetic to you to verify and only show the results of the evaluation.
Make sure that you evaluate the upper limit first and then subtract off the evaluation at the lower
limit.

Here is the answer for this problem.

-2
ó 2
ô 7e + dy = ( 7e + 2 ln -2 ) - ( 7e + 2 ln -5 ) = 7 ( e - e ) + 2 ( ln ( 2 ) - ln ( 5 ) )
y -2 -5 -2 -5

õ-5 y

15. Evaluate the following integral, if possible. If it is not possible clearly explain why it is not
possible to evaluate the integral.

4 ì 2t t >1
ò f ( t ) dt
0
where f ( t ) = í
î1 - 3t
2
t £1

Hint : Recall that integrals we can always “break up” an integral as follows,

b c b
ò f ( x ) dx = ò f ( x ) dx + ò f ( x ) dx
a a c

See if you can find a good choice for “c” that will make this integral doable.

Step 1
This integral can’t be done as a single integral give the obvious change of the function at t = 1
which is in the interval over which we are integrating. However, recall that we can always break
up an integral at any point and t = 1 seems to be a good point to do this.

Breaking up the integral at t = 1 gives,

4 1 4
ò f ( t ) dt = ò f ( t ) dt + ò f ( t ) dt
0 0 1

© 2007 Paul Dawkins 75 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

So, in the first integral we have 0 £ t £ 1 and so we can use f ( t ) = 1 - 3t in the first integral.
2

Likewise, in the second integral we have 1 £ t £ 4 and so we can use f ( t ) = 2t in the second
integral.

Making these function substitutions gives,

4 1 4
ò f ( t ) dt = ò 1 - 3t 2 dt + ò 2t dt
0 0 1

Step 2
All we need to do at this point is evaluate each integral. Here is that work.

f ( t ) dt = ò 1 - 3t 2 dt + ò 2t dt = ( t - t 3 ) + t 2 = [ 0 - 0] + [16 - 1] = 15
4 1 4 1 4
ò
0 0 1 0 1

16. Evaluate the following integral, if possible. If it is not possible clearly explain why it is not
possible to evaluate the integral.

1 ì 2- z z > -2
ò g ( z ) dz where g ( z ) = íî 4e z
-6 z £ -2

Hint : Recall that integrals we can always “break up” an integral as follows,

b c b
ò f ( x ) dx = ò f ( x ) dx + ò f ( x ) dx
a a c

See if you can find a good choice for “c” that will make this integral doable.

Step 1
This integral can’t be done as a single integral give the obvious change of the function at z = -2
which is in the interval over which we are integrating. However, recall that we can always break
up an integral at any point and z = -2 seems to be a good point to do this.

Breaking up the integral at z = -2 gives,

1 -2 1
ò g ( z ) dz = ò
-6 -6
g ( z ) dz + ò g ( z ) dz
-2

© 2007 Paul Dawkins 76 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

So, in the first integral we have -6 £ z £ -2 and so we can use g ( z ) = 4e in the first integral.
z

Likewise, in the second integral we have -2 £ z £ 1 and so we can use g ( z ) = 2 - z in the


second integral.

Making these function substitutions gives,

1 -2 1
ò g ( z ) dz = ò 4e z dz + ò 2 - z dz
-6 -6 -2

Step 2
All we need to do at this point is evaluate each integral. Here is that work.

g ( z ) dz = ò 4e z dz + ò 2 - z dz = ( 4e z ) + ( 2 z - 12 z 2 )
1 -2 1 -2 1

ò
-6 -6 -2 -6 -2

= éë 4e -2 - 4e -6 ùû + éë 32 - ( -6 ) ùû = 4e -2 - 4e -6 + 152

17. Evaluate the following integral, if possible. If it is not possible clearly explain why it is not
possible to evaluate the integral.

6
ò3
2 x - 10 dx

Hint : In order to do this integral we need to “remove” the absolute value bars from the integrand
and we should know how to do that by this point.

Step 1
We’ll need to “remove” the absolute value bars in order to do this integral. However, in order to
do that we’ll need to know where 2 x - 10 is positive and negative.

Since 2 x - 10 is the equation of a line is should be fairly clear that we have the following
positive/negative nature of the function.
x<5 Þ 2 x - 10 < 0
x>5 Þ 2 x - 10 > 0

Step 2
So, to remove the absolute value bars all we need to do then is break the integral up at x = 5 .

6 5 6
ò3
2 x - 10 dx = ò 2 x - 10 dx + ò 2 x - 10 dx
3 5

© 2007 Paul Dawkins 77 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

So, in the first integral we have 3 £ x £ 5 and so we have 2 x - 10 = - ( 2 x - 10 ) in the first

integral. Likewise, in the second integral we have 5 £ x £ 6 and so we have 2 x - 10 = 2 x - 10


in the second integral. Or,

6 5 6
ò 2 x - 10 dx = ò - ( 2 x - 10 ) dx + ò 2 x - 10 dx
3 3 5

Step 3
All we need to do at this point is evaluate each integral. Here is that work.

2 x - 10 dx = ò -2 x + 10 dx + ò 2 x - 10 dx = ( - x 2 + 10 x ) + ( x 2 - 10 x )
6 5 6 5 6

ò3 3 5 3 5

= [ 25 - 21] + éë -24 - ( -25 ) ùû = 5

18. Evaluate the following integral, if possible. If it is not possible clearly explain why it is not
possible to evaluate the integral.

0
ò -1
4w + 3 dw

Hint : In order to do this integral we need to “remove” the absolute value bars from the integrand
and we should know how to do that by this point.

Step 1
We’ll need to “remove” the absolute value bars in order to do this integral. However, in order to
do that we’ll need to know where 4w + 3 is positive and negative.

Since 4w + 3 is the equation a line is should be fairly clear that we have the following
positive/negative nature of the function.
w < - 34 Þ 4w + 3 < 0
w > - 34 Þ 4w + 3 > 0

Step 2
So, to remove the absolute value bars all we need to do then is break the integral up at w = - 34 .

0 - 34 0
ò -1
4 w + 3 dw = ò
-1
4 w + 3 dw + ò 3 4 w + 3 dw
-4

© 2007 Paul Dawkins 78 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

So, in the first integral we have -1 £ w £ - 34 and so we have 4w + 3 = - ( 4w + 3) in the first


integral. Likewise, in the second integral we have - 34 £ w £ 0 and so we have
4w + 3 = 4w + 3 in the second integral. Or,

0 - 34 0
ò 4w + 3 dw = ò - ( 4 w + 3) dw + ò 3 4 w + 3 dw
-1 -1 -4

Step 3
All we need to do at this point is evaluate each integral. Here is that work.

4 w + 3 dw = ò -4 w - 3 dw + ò 3 4 w + 3 dw = ( -2 w2 - 3w ) + ( 2 w 2 + 3w )
0 - 34 0 - 34 0

ò-1 -1 -4 -1 - 34

= éë 98 - 1ùû + éë 0 - ( - 98 ) ùû = 5
4

Substitution Rule for Definite Integrals

1. Evaluate the following integral, if possible. If it is not possible clearly explain why it is not
possible to evaluate the integral.

ò 3 ( 4 x + x )(10 x + x 5 - 2 ) dx
1 6
4 2
0

Step 1
The first step that we need to do is do the substitution.

At this point you should be fairly comfortable with substitutions. If you are not comfortable with
substitutions you should go back to the substitution sections and work some problems there.

The substitution for this problem is,


u = 10 x 2 + x 5 - 2

Step 2
Here is the actual substitution work for this problem.

© 2007 Paul Dawkins 79 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

du = ( 20 x + 5 x 4 ) dx = 5 ( 4 x + x 4 ) dx ® ( 4 x + x ) dx =
4 1
5 du
x = 0 : u = -2 x = 1: u = 9

As we did in the notes for this section we are also going to convert the limits to u’s to avoid
having to deal with the back substitution after doing the integral.

Here is the integral after the substitution.

3 ( 4 x + x 4 )(10 x 2 + x5 - 2 ) dx = 53 ò u 6 du
1 6 9
ò0 -2

Step 3
The integral is then,

3 ( 4 x + x 4 )(10 x 2 + x 5 - 2 ) dx = 353 u 7 = 353 ( 4, 782,969 - ( -128 ) ) =


1 6 9
ò
14,349,291
0 -2 35

Do not get excited about “messy” or “large” answers. They will happen on occasion so don’t
worry about them when the happen.

2. Evaluate the following integral, if possible. If it is not possible clearly explain why it is not
possible to evaluate the integral.

p
ó 4 8cos ( 2t )
ô dt
õ0 9 - 5sin ( 2t )
Step 1
The first step that we need to do is do the substitution.

At this point you should be fairly comfortable with substitutions. If you are not comfortable with
substitutions you should go back to the substitution sections and work some problems there.

The substitution for this problem is,


u = 9 - 5sin ( 2t )

Step 2
Here is the actual substitution work for this problem.

© 2007 Paul Dawkins 80 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

du = -10 cos ( 2t ) dt ® cos ( 2t ) dt = - 101 du


t = 0:u = 9 t = p4 : u = 4

As we did in the notes for this section we are also going to convert the limits to u’s to avoid
having to deal with the back substitution after doing the integral.

Here is the integral after the substitution.

p
ó 4 8cos ( 2t ) 4 -1
ô dt = - 108 ò u 2 du
õ0 9 - 5sin ( 2t )
9

Step 3
The integral is then,

p
ó 4 8cos ( 2t ) 1 4

ô dt = - 85 u 2 = - 165 - ( - 245 ) = 8

õ0 9 - 5sin ( 2t )
5
9

3. Evaluate the following integral, if possible. If it is not possible clearly explain why it is not
possible to evaluate the integral.

0
ò sin ( z ) cos3 ( z ) dz
p

Step 1
The first step that we need to do is do the substitution.

At this point you should be fairly comfortable with substitutions. If you are not comfortable with
substitutions you should go back to the substitution sections and work some problems there.

The substitution for this problem is,


u = cos ( z )

Step 2
Here is the actual substitution work for this problem.

du = - sin ( z ) dz ® sin ( z ) dz = - du
z = p : u = -1 z = 0:u =1

© 2007 Paul Dawkins 81 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

As we did in the notes for this section we are also going to convert the limits to u’s to avoid
having to deal with the back substitution after doing the integral.

Here is the integral after the substitution.

0 1
ò sin ( z ) cos3 ( z ) dz = - ò u 3 du
p -1

Step 3
The integral is then,

= - 14 - ( - 14 ) = 0
0
sin ( z ) cos3 ( z ) dz = - 14 u 4
1
òp -1

4. Evaluate the following integral, if possible. If it is not possible clearly explain why it is not
possible to evaluate the integral.

4
w3
ò1
w e1- dw

Step 1
The first step that we need to do is do the substitution.

At this point you should be fairly comfortable with substitutions. If you are not comfortable with
substitutions you should go back to the substitution sections and work some problems there.

The substitution for this problem is,


3
u = 1- w 2

Step 2
Here is the actual substitution work for this problem.

1
du = - 32 w 2 dw ® w dw = - 32 du
w = 1: u = 0 w = 4 : u = -7

As we did in the notes for this section we are also going to convert the limits to u’s to avoid
having to deal with the back substitution after doing the integral.

Here is the integral after the substitution.

© 2007 Paul Dawkins 82 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

4 -7
w3
ò
1
w e1- dw = - 23 ò eu du
0

Step 3
The integral is then,

= - 23 e-7 - ( - 23 e0 ) = (1 - e )
4 -7
ò
w3
w e1- dw = - 23 eu 2
3
-7
1 0

5. Evaluate the following integral, if possible. If it is not possible clearly explain why it is not
possible to evaluate the integral.

-1
ó 3 7
ô 5 - 2y + dy
õ -4 5- 2y

Step 1
The first step that we need to do is do the substitution.

At this point you should be fairly comfortable with substitutions. If you are not comfortable with
substitutions you should go back to the substitution sections and work some problems there.

The substitution for this problem is,


u = 5 - 2y

Step 2
Here is the actual substitution work for this problem.

du = -2 dy ® dy = - 12 du
y = -4 : u = 13 y = -1: u = 7

As we did in the notes for this section we are also going to convert the limits to u’s to avoid
having to deal with the back substitution after doing the integral.

Here is the integral after the substitution.

-1 7
ó 3 7 1ó
1 7
ô 5 - 2 y + dy = - ô u 3 + du
õ-4 5- 2y 2
õ13 u

Step 3
The integral is then,

© 2007 Paul Dawkins 83 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

( )
-1 7
ó 3 7
dy = - 12 é 34 u 3 + 7 ln u ù
4

ô 5- 2y + ë û
õ-4 5- 2y 13
4

(
= - 83 7 3 - 72 ln 7 - - 83 133 - 72 ln 13
4

)
= 3
8 (13 - 7 ) +
4
3
4
3 7
2 ( ln (13) - ln ( 7 ) )

6. Evaluate the following integral, if possible. If it is not possible clearly explain why it is not
possible to evaluate the integral.

2 1x

ò
-1
x 3 + e 4 dx

Step 1
The first step that we need to do is do the substitution.

At this point you should be fairly comfortable with substitutions. If you are not comfortable with
substitutions you should go back to the substitution sections and work some problems there.

Before setting up the substitution we’ll need to break up the integral because the first term doesn’t
need a substitution. Doing this gives,

2 1x 2 2 1x

ò-1
x3 + e 4 dx = ò x3 dx + ò e 4 dx
-1 -1

The substitution for the second integral is then,

u = 14 x

Step 2
Here is the actual substitution work for this second integral.

du = 14 dx ® dx = 4du
x = -1: u = - 14 x = 2:u = 1
2

As we did in the notes for this section we are also going to convert the limits to u’s to avoid
having to deal with the back substitution after doing the integral.

Here is the integral after the substitution.

© 2007 Paul Dawkins 84 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

2 1x 2 1

ò x 3 + e 4 dx = ò x 3 dx + 4ò 1 eu du
2

-1 -1 -4

Step 3
The integral is then,

( )=
1

= ( 4 - 14 ) + 4e 2 - 4e
2 1x 2 1 - 14 1 - 14
ò x3 + e 4 dx = 14 x 4 + 4eu + 4e 2 - 4e
2 15
-1 -1 - 14 4

7. Evaluate the following integral, if possible. If it is not possible clearly explain why it is not
possible to evaluate the integral.

3p

ò 6sin ( 2 w ) - 7 cos ( w ) dw
2

Step 1
The first step that we need to do is do the substitution.

At this point you should be fairly comfortable with substitutions. If you are not comfortable with
substitutions you should go back to the substitution sections and work some problems there.

Before setting up the substitution we’ll need to break up the integral because the second term
doesn’t need a substitution. Doing this gives,

3p 3p 3p

ò 6sin ( 2 w ) - 7 cos ( w ) dw = ò 6sin ( 2 w ) dw - ò 7 cos ( w ) dw


2 2 2

p p p

The substitution for the first integral is then,

u = 2w

Step 2
Here is the actual substitution work for this first integral.

du = 2dw ® dw = 12 du
w = p : u = 2p w= 3p
2 : u = 3p

As we did in the notes for this section we are also going to convert the limits to u’s to avoid
having to deal with the back substitution after doing the integral.

Here is the integral after the substitution.

© 2007 Paul Dawkins 85 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

3p 3p 3p

ò 6sin ( 2 w ) - 7 cos ( w ) dw = 3ò sin ( u ) du - ò 7 cos ( w ) dw


2 2

p 2p p

Step 3
The integral is then,

3p
6sin ( 2 w ) - 7 cos ( w ) dw = -3cos ( u ) 2p - 7sin ( w ) p2 = ( 3 - ( -3) ) + ( 7 - 0 ) = 13
3p 3p

ò
2

8. Evaluate the following integral, if possible. If it is not possible clearly explain why it is not
possible to evaluate the integral.

5
ó 2 x + x - x dx
3

ô 4
õ1 x + x 2 + 1 x 2 - 4

Solution

Be very careful with this problem. Recall that we can only do definite integrals if the integrand
(i.e. the function we are integrating) is continuous on the interval over which we are integrating.

In this case the second term has division by zero at x = 2 and so is not continuous on [1,5] and
therefore this integral can’t be done.

9. Evaluate the following integral, if possible. If it is not possible clearly explain why it is not
possible to evaluate the integral.

0
ó 3
ô t 3+t +
2
dt
( 6t - 1)
2
õ -2

Step 1
The first step that we need to do is do the substitution.

At this point you should be fairly comfortable with substitutions. If you are not comfortable with
substitutions you should go back to the substitution sections and work some problems there.

Before setting up the substitution we’ll need to break up the integral because each term requires a
different substitution. Doing this gives,

© 2007 Paul Dawkins 86 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

0 0
ó 3 0 ó 3
ô t 3+ t +
2
dt = ò t 3 + t 2 dt + ô dt
( 6t - 1) õ-2 ( 6t - 1)
2 -2 2
õ-2

The substitution for the each integral is then,

u = 3 + t2 v = 6t - 1

Step 2
Here is the actual substitution work for this first integral.

du = 2t dt ® t dt = 12 du
t = -2 : u = 7 t = 0:u = 3

Here is the actual substitution work for the second integral.

du = 6 dt ® dt = 16 du
t = -2 : u = -13 t = 0 : u = -1

As we did in the notes for this section we are also going to convert the limits to u’s to avoid
having to deal with the back substitution after doing the integral.

Here is the integral after the substitution.

0
ó 3 3 -1
ò u 2 du + 36 ò v -2 dv
1

ô t 3+ t + dt =
2 1

( 6t - 1)
2 2 -13
õ-2 7

Step 3
The integral is then,

0
ó
ô
õ-2
t 3 + t 2
+
3
( 6t - 1)
2
dt = 3 u
1 2
3 3

7 - 13
3

( )
- 12 v -1 = 13 3 2 - 7 2 - 12 ( -1 - ( - 131 ) ) =
-1 3
1
3 (3 - 7 ) +
3
2
3
2 6
13

10. Evaluate the following integral, if possible. If it is not possible clearly explain why it is not
possible to evaluate the integral.

1
ò-2 ( 2 - z ) + sin (p z ) éë3 + 2 cos (p z ) ùû dz
3 3

© 2007 Paul Dawkins 87 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Step 1
The first step that we need to do is do the substitution.

At this point you should be fairly comfortable with substitutions. If you are not comfortable with
substitutions you should go back to the substitution sections and work some problems there.

Before setting up the substitution we’ll need to break up the integral because each term requires a
different substitution. Doing this gives,

1 1 1
ò-2 ( 2 - z ) + sin (p z ) éë3 + 2 cos (p z ) ùû dz = ò (2 - z) dz + ò sin (p z ) éë3 + 2 cos (p z ) ùû dz
3 3 3 3

-2 -2

The substitution for the each integral is then,

u = 2- z v = 3 + 2 cos (p z )

Step 2
Here is the actual substitution work for this first integral.

du = - dz ® dz = - du
z = -2 : u = 4 z = 1: u = 1

Here is the actual substitution work for the second integral.

du = -2p sin (p z ) dz ® sin (p z ) dz = - 21p du


z = -2 : u = 5 z = 1: u = 1

As we did in the notes for this section we are also going to convert the limits to u’s to avoid
having to deal with the back substitution after doing the integral.

Here is the integral after the substitution.

1 1 1
ò (2 - z) + sin (p z ) éë3 + 2 cos (p z ) ùû dz = - ò u 3du - 21p
3
òv
3 3
dv
-2 4 5

Step 3
The integral is then,

1
ò (2 - z) + sin (p z ) éë3 + 2 cos ( p z ) ùû dz = - 14 u 4 - 81p v 4
3 3 1 1

-2 4 5

= - 14 (1 - 256 ) - 81p (1 - 625) = 255


4 + 78
p

© 2007 Paul Dawkins 88 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

© 2007 Paul Dawkins 89 http://tutorial.math.lamar.edu/terms.aspx


CALCULUS I
Assignment Problems
Integrals

Paul Dawkins
Calculus I

Table of Contents

Preface............................................................................................................................................. 1
Integrals .......................................................................................................................................... 1
Introduction .............................................................................................................................................. 1
Indefinite Integrals ................................................................................................................................... 2
Computing Indefinite Integrals................................................................................................................ 3
Substitution Rule for Indefinite Integrals ............................................................................................... 6
More Substitution Rule ............................................................................................................................ 9
Area Problem .......................................................................................................................................... 11
The Definition of the Definite Integral .................................................................................................. 12
Computing Definite Integrals................................................................................................................. 14
Substitution Rule for Definite Integrals ................................................................................................ 18

Preface

Here are a set of problems for my Calculus I notes. These problems do not have any solutions
available on this site. These are intended mostly for instructors who might want a set of problems
to assign for turning in. I try to put up both practice problems (with solutions available) and these
problems at the same time so that both will be available to anyone who wishes to use them.

As with the set of practice problems I write these as I get the time and some sections will have
only a few problems at this point and others won’t have any problems in them yet. Rest assured
that I’m always trying to get more problems written but this site has been written and maintained
in my spare time and so I usually cannot devote as much time as I’d like to the site.

Integrals

Introduction
Here are a set of problems for which no solutions are available. The main intent of these
problems is to have a set of problems available for any instructors who are looking for some extra
problems.

Note that some sections will have more problems than others and some will have more or less of
a variety of problems. Most sections should have a range of difficulty levels in the problems
although this will vary from section to section.

© 2007 Paul Dawkins i http://tutorial.math.lamar.edu/terms.aspx


Calculus I

Here is a list of topics in this chapter that have problems written for them.

Indefinite Integrals
Computing Indefinite Integrals
Substitution Rule for Indefinite Integrals
More Substitution Rule
Area Problem
Definition of the Definite Integral
Computing Definite Integrals
Substitution Rule for Definite Integrals

Indefinite Integrals

1. Evaluate each of the following indefinite integrals.

ò
(a) 10 x 9 - 12 x 3 - 5 dx

(b) ò 10 x 9
- 12 x 3 dx - 5

2. Evaluate each of the following indefinite integrals.

ò
(a) t 7 + 33t 2 + 8t dt

(b) ò t 7
dt + 33t 2 + 8t

3. Evaluate each of the following indefinite integrals.

ò 6 x - 7 x + 12 x - 10 dx
5 3 2
(a)

(b) ò 6 x - 7 x dx + 12 x - 10
5 3 2

(c) ò 6 x dx - 7 x + 12 x - 10
5 3 2

4. Evaluate each of the following indefinite integrals.

ò 21x - 9 x 5 - x 3 - x dx
6
(a)

(b) ò 21x 6
- 9 x 5 - x 3 dx - x
(c) ò 21x 6
- 9 x 5 dx - x 3 - x

For problems 5 – 9 evaluate the indefinite integral.

ò 8t - 15t 2 - 1 dt
5
5.

© 2007 Paul Dawkins 2 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

ò
6. 120 y 9 - 24 y 5 - 4 y 3 dy

7. ò dw

òx + 14 x 6 - 10 x 3 + 13 x dx
9
8.

ò 8x - x 4 - 7 x 2 + 11x - 12 dx
6
9.

10. Determine f ( x ) given that f ¢ ( x ) = 16 x - 9 x - x .


4 2

11. Determine g ( t ) given that g ¢ ( t ) = 4t + 16t - 18t + 72 .


5 2

12. Determine R ( z ) given that R¢ ( z ) = 4 z + 121z + 20 z + z - 4 .


15 10 5

13. Determine f ( x ) given that f ¢¢ ( x ) = 8 x - 12 x + 3 .


3

Computing Indefinite Integrals


For problems 1 – 43 evaluate the given integral.

ò 7x - 5 x 4 + 6 x 2 - 14 x + 3 dx
5
1.

òt - 9t 3 + 12t 2 - 7t dt
4
2.

ò 4 - 18w - 9 w9 + 8w7 + 2 w5 dw
11
3.

òx - 6 x 4 - 21x 2 - 1 + 9 x dx
9
4.

5. ò -7 dz
6. ò 4 dw

ò
7. 10 z -6 + 8 z -5 - z -2 + 1 dz

© 2007 Paul Dawkins 3 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

òy
-16
8. + 24 y -12 - 14 y -8 - 2 y -4 dy

ò 2x
-9
9. + 12 x -5 + 7 x -3 - x -2 dx

ò 5z
-4
10. + 5 z 4 - 9dz

ò 6t + 8t -6 + t -10 dt
3
11.

òx
-3
12. + 9 x 2 + 11x 8 - 7 x -12 dx

ò w2 + 3 - 9
7 3
13. w7 dw

òw + w5 - 5 w dw
5
14.

ò6 v 2 - 7 4 v dv
3
15.

ó 6 1 1
16. ô 3
- 6 + 2 dy
õ y 7y y

1 1
17. ó
ô 8 + u - 5 + 5 du
5

õ u 6u

12 1 6
18. ó
ô 5 + 8 + 2 dx
õx 4x 7x

ó 1
19. ô 3 t 5 - + t 4 dt
õ t 9

ó 2 1
20. ô 6
- + 9 dz
õ z 5 z8
7

1
21. ó
ô x + 3 - x dx
3 3

õ x

ò x (1 - 4 x + x 3 ) dx
6 2
22.

© 2007 Paul Dawkins 4 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

ò ( 6 - 2u )
2
23. du

ò 2 - ( 3 + y ) ( 4 - y ) dy
3
24.

25. ò w ( 3
w - 4 w dw )
ó æ 1 ö
26. ô 3v ç v 2 - 2
+ 3 v 2 ÷ dv
õ è 6v ø

ó 8 x - 2 x + 7 dx
5 3
27. ô
õ x2

ó 9 - z + 2 z + 10 z dz
4 6
28. ô
õ z4

ó 2 t - 4t + 3 t
29. ô dt
õ t2

ó (1 - x )( 2 + x ) dx
30. ô
õ x

31. ò 6 sin ( t ) - 2 cos ( t ) dt

ò sec ( u ) + 7 sec ( u ) tan ( u ) du


2
32.

ò csc ( y ) - sec ( y ) dy
2 2
33.

34. ò 8cos ( z ) - 3csc ( z ) cot ( z ) dz


35. ò tan ( x ) éëcot ( x ) - cos ( x )ùû dx
ó cos3 ( v ) + sin ( v )
36. ô dv
õ cos 2 ( v )

© 2007 Paul Dawkins 5 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

òw + 2e w dw
2
37.

2
38. ó t
ô e + dt
õ t

14 3
39. ó
ô - 2 dx
õ x x

ò e ( e + e ) du
-u u u
2
40.

1 1 1
41. ó
ô + - z + 8 dz
õ 7z e 4z

6
42. ó
ô1+ w -
2
dw
õ 1 + w2

ó 5 1
43. ô + dt
õ 1 + t 10 1 - t 2
2

44. Determine f ( x ) given that f ¢ ( x ) = 12 x + 30 x and f ( 4 ) = -23 .


5 2

45. Determine h ( z ) given that h¢ ( z ) = 12 z - 14 z + 10 and h ( -1) = 8 .


3 2

46. Determine g ( v ) given that g ¢ ( v ) = 12 v and g (16 ) = 1 .


- 12 - 34
- 14 v

47. Determine P ( t ) given that P¢ ( t ) = 6e - 4 - 10t and P ( 0 ) = -6 .


t

48. Determine g ( x ) given that g ¢¢ ( x ) = 12 x - 30 x + 4 , g ( -1) = 7 and g ( 2 ) = 3 .


2

49. Determine f ( u ) given that f ¢¢ ( u ) = 60u - 60u , f ( -1) = 14 and f ¢ (1) = 6 .


4 2

50. Determine h ( t ) given that h¢¢ ( t ) = 6t - 14 + 9e , h ( 0 ) = 4 and h ( 3) = 9e + 8 .


t 3

Substitution Rule for Indefinite Integrals


For problems 1 – 31 evaluate the given integral.

© 2007 Paul Dawkins 6 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

( )
9
ò
1. 12v 7 + 6v 2 dv

ò ( 4x - 12 x )( x 4 - 6 x 2 ) dx
3 -3
2.

ò(z - 4 )(12 z - z 3 ) dz
2 4
3.

ò 7 z (14 + 8z ) dz
2 3 -5
4.

ò 3 ( y - 4 y )( y + 14 y - 7 ) dy
6 -3 7 -2 6
5.

6. ò( 1
2
x3 - 1) 8 x - x 4 dx

ò ( 6w + 12w-7 )
-4
7. 4
w-3 + w-6 dw

8. ò cos ( 7t ) dt

ò ( v - 2v ) cos ( v - v 4 ) dv
3 2
9.

10. ó
õ
z sin 1 + z 3 dz( )
ò csc (1 + 2x ) dx
2
11.

12. ò 7w
-5
sec ( w-4 ) tan ( w-4 ) dw

ò (3 - t ) e
t t 2 6 - 3
13. dt

-1

ò
14. 12 z -2e 4 + z dz

1
15. ó
ô dw
õ 4 - 9w

© 2007 Paul Dawkins 7 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

ó 9y
16. ô dy
õ y +3
2

ó 6 x - 10 x dx
2 4
17. ô
õ x5 - x3

1
18. ó (
ô sin 1 - ln ( t ) dt )
õt

19. ò éë6v - 18sin ( 6v )ùû 5 v 2 + cos ( 6v ) dv

20. òe
-3 z
sec ( e -3 z ) tan ( e -3 z ) dz

ò ( cos ( x ) + sin ( x ) ) e
sin ( x ) - cos( x )
21. dx

ó éëln ( w ) ùû
4
2

22. ô dw
õ w

23. ò cos ( v ) cos (1 + sin ( v ) ) dv


ó y + sin ( 2 y )
24. ô 2 dy
õ y - cos ( 2 y )

ò sec ( t ) tan ( t ) dt
7
25.

ò e sec ( e ) éë1 + tan ( e )ùû dz


-3
z 2 z z
26.

7
27. ó
ô dx
õ 1 + 5x2

2
28. ó
ô dt
õ 3 + 4t 2

ó 1
29. ô dy
õ 16 - y 2

© 2007 Paul Dawkins 8 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

ó 3
30. ô dv
õ 7 + 4v 2

2
31. ô
ó x dx
õ 1 + x4

32. Evaluate each of the following integrals.


1
(a) ó
ô dx
õ 3+ x

x
(b) ó
ô dx
õ 3 + x2

ó x
(c) ô dx
õ (3 + x)
7

1
(d) ó
ô dx
õ 3 + x2

33. Evaluate each of the following integrals.


4w
(a) ó
ô dw
õ 25 + 9w2

ó 4w
(b) ô dw
õ ( 25 + 9w )
2 3

4
(c) ó
ô dw
õ 25 + 9w2

More Substitution Rule


Evaluate each of the following integrals.

ò 3x cos ( 4 - x ) - 8 x 4 - x 2 dx
2
1.

© 2007 Paul Dawkins 9 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

ó 4 13
2. ô + dt
õ ( 9 + 6t ) 9 + 6t
5

3. ò ( 6 - 5w ) e
12 w-5 w 2
+ ( 20w - 24 ) sec 2 (12w - 5w2 ) dw

ó sin (1 + ln ( 2 x ) ) - 1 + ln ( 2 x )
4. ô dz
õ x

ò ( ) ( )
5. 17 xe x + e x sin xe x - 14sin ( x ) dx

1
6. ó
ô + sec ( 9t ) tan ( 9t ) e
sec( 9 t )
dt
õ 3t

ó sin ( w ) + cos ( w )
7. ô 8w2 + dw
õ sin ( w ) - cos ( w )

ò 8 + ( 3 + x ) cos ( 21x + x ) + 9 x - 4 2 dx
6 7 2
8.

9. ò sin ( y ) cos ( y ) 3 + sin 2 ( y ) + 5e y dy

ò sin ( 2 - t ) + 8cos ( 5t ) - e
3t
10. dt

ó 4x2 -1 2
11. ô + 9 xe x dx
õ 4 6 x - 8 x3

12. òz
3
+ 4 - 3 z - 4sec ( 8 z ) tan ( 8 z ) dz

17
13. ó
ô + sin ( w) sin éë1 + cos ( w ) ùû dw
õ 6-w

ó 1 + 2 ln ( 7 x ) 10 x 3
14. ô + 4 dx
õ x x +9

ò x cos ( x ) éëcos ( x ) + 8cos ( x ) - 10ùû dx


2 4 2 2 2
15.

© 2007 Paul Dawkins 10 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

ò csc ( t ) cot ( t ) éëcsc ( t ) + 3csc ( t ) - 8csc ( t )ùû dt


6 4
16. 2 2 2 2 2

ó 3+ 7y
17. ô dy
õ y +3
2

15 z + 27
18. ó
ô dz
õ 100 z + 11
2

ó 8x + 1
19. ô dx
õ 16 - x 2

ó 2-w
20. ô dw
õ 25 - 2w2

ó 9z5
21. ô dz
õ 2 + 3z 3

ò 4t 1 - t 8 dt
15
22.

23. ò cot ( x ) dx
24. ò csc ( x ) dx
x
25. ó
ô dx
õ 1 + x4

ò e (4 + e )
t
8 t 4 -3
26. dt

òx 2 - x 3 dx
8
27.

Area Problem
For problems 1 – 3 estimate the area of the region between the function and the x-axis on the
given interval using n = 6 and using,
(a) the right end points of the subintervals for the height of the rectangles,

© 2007 Paul Dawkins 11 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

(b) the left end points of the subintervals for the height of the rectangles and,
(c) the midpoints of the subintervals for the height of the rectangles.

1. f ( x ) = 15 + 4 x - x on [1,3]
3

2. g ( x ) = -3x + 2 x - 1 on [ -4, 0]
2

3. h ( x ) = 8ln ( x ) - x on [ 2,6]

4. f ( x ) = sin ( x2 ) on [ 0,3]
2

5. g ( x ) = sin ( x ) cos ( x ) - 1 on [ -2,1]

For problems 6 – 8 estimate the net area between the function and the x-axis on the given interval
using n = 8 and the midpoints of the subintervals for the height of the rectangles. Without
looking at a graph of the function on the interval does it appear that more of the area is above or
below the x-axis?

6. h ( x ) = 8 x - x + 4 on [ -3, 2]

7. g ( x ) = 5 + x - x on [ 0, 4]
2

8. f ( x ) = xe - x on [ -1,1]
2

The Definition of the Definite Integral

For problems 1 – 4 use the definition of the definite integral to evaluate the integral. Use the right
*
end point of each interval for x i .

1
1. ò-2
7 - 4x dx

2
2. ò
0
3x 2 + 4 x dx

1
ò ( x - 3)
2
3. dx
-1

© 2007 Paul Dawkins 12 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

3
ò 8x + 3x - 2 dx
3
4.
0

-123
5. Evaluate : ò cos 6 ( 2 x ) - sin 8 ( 4 x ) dx
-123

5
For problems 6 – 8 determine the value of the given integral given that ò f ( x ) dx = 1 and
-2
5
ò g ( x ) dx = 8 .
-2

5
6. ò -3g ( x ) dx
-2

5
7. ò 7 f ( x ) - 14 g ( x ) dx
-2

-2
8. ò 12 g ( x ) - 3 f ( x ) dx
5

-1 7 -1
9. Determine the value of ò f ( x ) dx given that ò f ( x ) dx = -9 and ò f ( x ) dx = -12 .
7 13 13

6 5 6
10. Determine the value of ò 4 f ( x ) dx given that ò f ( x ) dx = 10 and ò f ( x ) dx = 3 .
0 0 5

10 4 7
11. Determine the value of ò f ( x ) dx given that ò f ( x ) dx = -1 , ò f ( x ) dx = 3 and
2 2 4
7
ò f ( x ) dx = -8 .
10

-1 -5 2
12. Determine the value of ò f ( x ) dx given that ò f ( x ) dx = 56 , ò f ( x ) dx = -90 and
-5 2 7
7
ò f ( x ) dx = 45 .
-1

For problems 13 – 17 sketch the graph of the integrand and use the area interpretation of the
definite integral to determine the value of the integral.

1
13. ò -2
12 - 5x dx

4
14. ò 0
16 - x 2 dx

© 2007 Paul Dawkins 13 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

3
15. ò-3
5 - 9 - x 2 dx

3
16. ò-1
8 x - 3 dx

6
17. ò
1
x - 3 dx

For problems 18 – 23 differentiate each of the following integrals with respect to x.

x
18. ò ecos( t ) dt
-8

x2
19. ò cos ( t ) + 3 dt
2

3x
e
1
20. ó
ô dt
õ0 t + t 2 + 1
4

8 t
ó e
21. ô dt
õsin ( 9 x ) 7t

x
22. òx 3
cos 4 ( t ) - sin 2 ( t ) dt

tan ( x )
ó cos ( t ) + 2
23. ô dt
õ9 x sin ( t ) + 4

Computing Definite Integrals

1. Evaluate each of the following integrals.


4
a. ó
ô 3z - 4 + 2 dz
2

õ z
4
4
b. ó
ô 3 z - 4 + 2 dz
2

õ1 z
1
4
c. ó
ô 3 z - 4 + 2 dz
2

õ- 2 z

© 2007 Paul Dawkins 14 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

2. Evaluate each of the following integrals.


1
a. ó
ô 6 x + dx
õ 3x
7
1
b. ó
ô 6 x + dx
õ0 3x
7
1
c. ó
ô 6 x + dx
õ3 3x

3. Evaluate each of the following integrals.

ò sin ( y ) + sec ( y ) dy
2
a.
p

ò sin ( y ) + sec 2 ( y ) dy
4
b.
0
2p

ò sin ( y ) + sec2 ( y ) dy
3
c.
0

Evaluate each of the following integrals, if possible. If it is not possible clearly explain why it is
not possible to evaluate the integral.

3
ò 10t - 6t + 9 dt
2
4.
0

4
5. ò-1
24 z 2 + 5 z 4 dz

0
6. ò1
9 w - 3w2 + 4w3 dw

-1
7. ò-3
15t 2 - 10t - 2dt

4
8. ò-2
v 3 - 7v 2 + 3v dv

16
9. ò0
9 x + 10 4 x dx

2
ò z - 12
3 5
10. 8 z dz
-1

4
ó 1
11. ô y5 - dy
õ1 3 y

© 2007 Paul Dawkins 15 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

4
6 1
12. ó
ô 2 - 2 dx
õ1 x 3x

-3
4
13. ó
ô 8w - 25w + 5 dw
3 4

õ6 3w

-3
4 6
14. ó
ô - 3 dz
õ-1 3 z 2
z

ò ( 3 - t ) ( 2t + 3) dt
6
2
15.
0

ò 8 x ( 9 x - 25x + 1) dx
1
2
16.
4

5
ó 6z5 - 8z 4 + 2z 2
17. ô dz
õ2 z4

-4
ó 9 x - 8 x + x dx
4 3
18. ô
õ-2 3x 2

2
ó 7v + 4v - 3v dv
10 6 2
19. ô
õ-8 v5

ó ( y - 2 )( y + 2 )
2

20. ô dy
õ1 y2

ò 8sec 2 ( t ) + 2sec ( t ) tan ( t ) dt


4
21.
0

ò 3cos ( w ) + sin ( w ) dw
6
22.
- p3

ò 12sec2 ( y ) - 9 csc 2 ( y ) dy
4
23.
- p4

ò 3sin ( v ) + 8csc ( v ) cot ( v ) dv


4
24. 2p
3

© 2007 Paul Dawkins 16 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

1
25. ò-3
4 x - 7e x dx

1 2w
ó 4e + 4w ew
26. ô dw
õ-2 ew

1
ó2 3 7
27. ô + 2 dx
õ0 1 - x 2 x + 1

3
ó 1
28. ô 5sin ( t ) + dt
õ-2 1- t2

10
4 1
29. ó
ô + 2 dz
õ6 z 2z

6
3
30. ó
ô 2 x + dx
3

õ1 8x

-1 ì9 + 6t 2 t > -3
31. ò f ( t ) dt where f ( t ) = í
-4
î 8t t £ -3

ïì 9 - 2e
x
4 x>0
32. ò-2 g ( x ) dx where g ( x ) = í
ïî8sin ( x ) x £ 0

9 ì 4 w>6
33. ò h ( w) dw where h ( w) = íî3w + 1
4 w£6

ì9 x 2 x>5
7 ï
34. ò f ( x ) dx where f ( x ) = í -7 1< x £ 5
-1
ï3 - 8 x x £1
î

1
35. ò-3
8 + 4x dx

8
36. ò2
3v - 12 dv

© 2007 Paul Dawkins 17 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

6
37. ò 0
10 - 2z dz

6
38. ò -3
t 2 - 4 dt

Substitution Rule for Definite Integrals


Evaluate each of the following integrals, if possible. If it is not possible clearly explain why it is
not possible to evaluate the integral.

3
ó 4
1. ô dx
õ-2 ( 5 + 2 x )
3

ò 10 (1 - 2w )
0
2. 2 4
7 - 3w + 2w3 dw
1

4
ò (t - 2) e
2
t - 4t
3. dt
-1

7 cos ( p2z ) ( 4 + sin ( p2z ) ) dz


6 5
4. ò1

3 1
ó w
5. ô dw
õ0 6w4 + 3

x 2 cos ( x 3 + 2 ) - x 2e x
1 3

ò
+2
6. dx
-1

p
ó 3 4sin ( 3t ) 7 sin ( 3t )
7. ô + dt
õ0 2 + cos ( 3t ) ( 2 + cos ( 3t ) )
2

p
8. ò sec2 ( y ) 2 + tan ( y ) dy
0

ó
9. ô
9

x5 +
sin ( x ) dx
õ1 x

© 2007 Paul Dawkins 18 http://tutorial.math.lamar.edu/terms.aspx


Calculus I

1
ó 2
10. ô sec 2 ( w ) - dw
õ0 4 w2 + 1

0
11. ò
3
e -4t 2 + e -4t + 8et dt

éln ( 2 x ) ùû
7 2
ó 9e x
12. ô x +ë dx
õ3 e + 4 x

p
13. ò sin ( v2 ) éë6 + 3cos 2 ( v2 ) - 4 cos 4 ( v2 ) ùû dv
0

2 2
14. ò
1
e - t + 3te5-t dt

3 6
ó 8t - 7t dt
15. ô
õ0 2t 4 + 1 t 2 - 9

1 + 2 y + ( 4 - y ) ( y 2 - 8 y + 5 ) dy
6 4
16. ò
2

sin ( e2 z - 1) + sin ( z ) e 2-cos( z ) dz


1
òe
2z
17.
0

© 2007 Paul Dawkins 19 http://tutorial.math.lamar.edu/terms.aspx

You might also like