Math Book
Math Book
COLLEGE
UNIVERSITY OF REGINA
Math 110
Calculus I
History
• 1st Edition produced in 2014 entitled “Calculus I” written by principal authors Robert G. Petry and
Fotini Labropulu. Published by Campion College and Luther College.
• 2nd Edition produced in 2015 entitled “Calculus I” written by principal authors Robert G. Petry and
Fotini Labropulu. Published by Campion College and Luther College.
• 3rd Edition produced in 2016 entitled “Calculus I” written by principal authors Robert G. Petry and
Fotini Labropulu. Published by Campion College and Luther College.
About the cover: The cover line art drawing rolls several calculus concepts elegantly together
includingR tangent lines, area under a curve, the Riemann sum, velocity, acceleration, and the integral
symbol . Also calculus is fun, just like roller coasters! The drawing is in the public domain and
available from http://openclipart.org.
3.4 Product and Quotient Rules . . . 65
3.5 Further Geometrical Applications 68
3.6 General Power Rule . . . . . . . . 69
3.7 Trigonometric Derivatives . . . . 70
3.8 The Chain Rule . . . . . . . . . . 72
Contents 3.9 Implicit Differentiation . . . . . .
3.10 Higher Derivatives . . . . . . . . .
74
77
3.11 Acceleration . . . . . . . . . . . . 79
3.12 Related Rates . . . . . . . . . . . 80
3.13 Differentials . . . . . . . . . . . . 82
Review Exercises . . . . . . . . . . . . . 85
1 Equations and Functions 1
1.1 Equations . . . . . . . . . . . . . 2 4 Derivative Applications 87
1.2 Functions . . . . . . . . . . . . . . 5 4.1 Maximum and Minimum Values . 88
1.2.1 Sets . . . . . . . . . . . . . 5 4.2 Mean Value Theorem . . . . . . . 93
1.2.2 Definition . . . . . . . . . 5 4.3 Increasing and Decreasing . . . . 96
1.2.3 Representing Functions . . 6 4.4 Concavity . . . . . . . . . . . . . 99
1.2.4 Vertical Line Test . . . . . 7 4.5 Limits at Infinity and Horizontal
1.2.5 Determining the Domain . 7 Asymptotes . . . . . . . . . . . . 103
1.2.6 Intercepts . . . . . . . . . 8 4.6 Slant Asymptotes . . . . . . . . . 107
1.2.7 Symmetry of Functions . . 8 4.7 Curve Sketching . . . . . . . . . . 109
1.2.8 Reflection and Translation 10 4.8 Optimization . . . . . . . . . . . . 111
1.2.9 Types of Functions . . . . 12 Review Exercises . . . . . . . . . . . . . 115
1.2.10 Function Composition . . 20
Review Exercises . . . . . . . . . . . . . 22 5 Integration 117
5.1 Antiderivatives . . . . . . . . . . 118
2 Limits 23 5.2 Series . . . . . . . . . . . . . . . . 120
2.1 Tangent to a Curve . . . . . . . . 24 5.3 Area Under a Curve . . . . . . . . 124
2.2 Limit of a Function . . . . . . . . 28 5.4 The Definite Integral . . . . . . . 129
2.3 Rigorous Definition of the Limit . 30 5.5 Fundamental Theorem of Calculus 133
2.4 Limit Rules . . . . . . . . . . . . 31 5.6 Integration by Substitution . . . . 139
2.5 Trigonometric Limits . . . . . . . 35 5.7 Symmetry and Definite Integrals . 143
2.6 The Squeeze Theorem . . . . . . . 37 5.8 Areas Between Curves . . . . . . 144
2.7 One-sided Limits . . . . . . . . . 38 5.9 Net Change . . . . . . . . . . . . 148
2.8 Limits Involving Infinity . . . . . 41 5.10 Differential Equations . . . . . . . 150
2.9 Continuity . . . . . . . . . . . . . 46 Review Exercises . . . . . . . . . . . . . 153
2.10 The Intermediate Value Theorem 49
Review Exercises . . . . . . . . . . . . . 51 A Inequalities 155
3 Differentiation 53 B Solving Trigonometric Equations 163
3.1 Motivating the Derivative . . . . 54
3.1.1 Tangents . . . . . . . . . . 54 Answers 171
3.1.2 Velocity in 1D . . . . . . . 55
3.1.3 Other Rates of Change . . 56 Summary 197
3.2 The Derivative . . . . . . . . . . . 58
3.3 Differentiation Formulae . . . . . 62 GNU Free Documentation License 199
iii
iv
Chapter 1: Equations and Functions
1
2 1.1 Equations
1.1 Equations
Example 1-1
x3 + 2x = 1 + x + cos x
When an equation involves a variable (like x) equality will usually hold for only certain values of the
variable. These particular values are called the solutions or roots1 of the equation. Solving an
equation is the act of finding the solutions of it.
The above equation is difficult to solve. The following equation is easy:
5x + 2 = 0 .
Just isolate the variable by doing the necessary inverse operations to both sides:
5x + 2 = 0
5x = −2 subtracted 2 from both sides
2
x = − divided both sides by 5
5
The above equation is an example of a linear equation ax + b = 0 because it contains only powers
of the variable (i.e. xn ) with the highest power being one (x1 = x, x0 = 1). Here a and b are constants
– the symbols represent numbers that just have not been specified. In the above example they would
b
be a = 5 and b = 2. The solution to the general linear equation in one variable would be x = − .
a
A quadratic equation involves a highest power of the variable of two, for example:
x2 = 5x − 6
(x − 3)(x − 2) = 0
(Check by multiplication of the factors that the left hand side is the same as before!) This simplifies
the problem since the only way a product can equal zero is if one of the factors is zero:
(A)(B)(C) · · · = 0 ⇐⇒ A = 0 or B = 0 or C = 0 or . . .
Factoring thus reduces the above problem to solving two simpler linear equations:
x − 3 = 0 or x − 2 = 0
x = 3 or x = 2
1 Some reserve the term root for solutions to an equation of the form f (x) = 0 where f is a function of x. All
equations can be rearranged into this form. The roots, in this situation, are also called the zeros of the function f (x)
meaning they are the values of x which make the function equal zero.
Equations and Functions 3
So the solutions of the original quadratic equation are 2 and 3. Factoring can help solve complicated
equations, just make sure you rearrange things so that zero is on one side of your equation first!
A second method to solve the quadratic equation for x involves the technique called completing the
square. It can be done once and for all in terms of the constants a, b, c to get the quadratic formula:
√
2 −b ± b2 − 4ac
ax + bx + c = 0 ⇒ x = Memorize me!
2a
Here, in general, using the + will give one solution and the − will give the other.
Example 1-2
Solve the following equations:
The previous problems made use of some of the following factor identities:
Here x, y, A, and B could represent variables or constants or even a combination. A could be the
factor (x − 2) or y could be the number 2 or x could be 2z so that x2 = (2z)2 = 4z 2 . Thus these factor
identities have more application than at first glance.
You can verify the identities by multiplying the right side of each one out to get the left. Try it! Note
that (x + y)2 just means (x + y)(x + y), etc.
4 1.1 Equations
We call these factor equations identities rather than just equations because they are true for not just
a particular value of the variables but for all values of them. Identities can be used to manipulate
expressions found in equations like we did above since they replace one expression with another which
is completely equivalent.
Answers:
Exercise 1-1
Page 171
1. x2 − 6x + 9 = 0 6. x3 + 4x − 5 = 0
2. 2x2 − 5x − 3 = 0 7. 2x4 − 3x2 = 0
3. 4x2 + 3x + 1 = 0 8. x4 − 3x2 + 2 = 0
4. x3 − 2x − 4 = 0 9. 3x5 − 2x3 + 3x2 − 2 = 0
5. x3 − 4x2 − 4x + 16 = 0 10. 2x5 + 5x4 − 3x2 = 0
Additional techniques beyond identities that are useful for finding solutions to polynomial equations
are the rational roots test coupled with polynomial division to reduce the order of the polynomial.
The latter division, which involves only linear factors, can be done efficiently through a process called
synthetic division.
While we have focussed on factoring to find solutions, it is sometimes useful to reverse this process
and use solutions to equations to factor expressions. As an example, to factor the quadratic expression
ax2 + bx + c, one can use the quadratic formula to find the two solutions x+ and x− to the quadratic
equation ax2 + bx + c = 0. The original quadratic polynomial then factors as
where the coefficient a on the right hand side is required to make the x2 terms equal. As a specific
example, the polynomial 6x2 − 13x − 5 when equated to zero has solutions x+ = 5/2 and x− = −1/3
by the quadratic formula. It follows that 6x2 − 13x − 5 = 6(x − 5/2)[x − (−1/3)] which simplifies to
(2x − 5)(3x + 1) .2
2 This factoring procedure is particularly useful if the roots generated by the quadratic equation are irrational.
Equations and Functions 5
1.2 Functions
1.2.1 Sets
In mathematics sets will often contain numbers and a finite set can be represented by listing its elements
between braces, { and }. For example, the set S = {2, 3, 7} is the set containing the three integers
2, 3, and 7. Order does not matter in a set, so {2, 3, 7} = {3, 2, 7}. In an infinite set we cannot list
all the elements so other notation is required. For the set S of all real numbers between two values,
say −2 and 5 (but not including the endpoints −2 and 5), one can use interval notation and write
S = (−2, 5) . If we wish to include one or both endpoints we use square brackets [ and ] rather than
parentheses. So S = (−2, 5 ] includes all the numbers strictly between −2 and 5 as well as 5 itself. If
we wish to indicate all the numbers that are greater than a number (say 3) we can use the infinity
symbol ∞ and write the interval as (3, ∞). An interval containing both endpoints, like [−1, 1], is called
closed. An interval containing neither endpoint, like (2, 3) or (−∞, 2), is called open. For the set of
all real numbers one uses the special symbol R. Clearly R = (−∞, ∞) . A set containing no elements,
S = { }, is called the empty set and is denoted ∅ .
Given two sets S and T we can combine the elements from both sets to create a new set called the
union of the sets, S ∪ T , which is the set of all the elements in S or T (including the elements in
both). So (1, 3) ∪ (2, 6) = (1, 6) . The intersection of the sets, S ∩ T , is the smaller set of elements
that are found in both S and T . So (1, 3) ∩ (2, 6) = (2, 3) . The difference of two sets, S − T , is a
new set that contains all elements in S except for those also found in T . So, for example, to describe
the set of all real numbers except for the number −2 one could write either (−∞, −2) ∪ (−2, ∞) or,
more simply, R − {−2} . Finally one can also use set notation with braces to represent infinite sets.
The set {x ∈ R | 3 < x ≤ 5} can be read, “The set of all x in (∈) the real numbers such that ( | ) x is
between 3 and 5, including 5. In interval notation this is just the set (3, 5 ]. As a further example, the
intersection of two sets could be written S ∩ T = {x | x ∈ S and x ∈ T } .
Definition: A function f is a rule (correspondence) that assigns to each element x in a set D exactly
one element y = f (x) in a set R .
Think of a function as a machine that takes an input value x and turns it into an output value y or
f (x).
Example 1-3
Let f (x) = 2x2 − 3x + 5. Find f (3) and f (−2).
rigorous axiomatic approach. However, for the sets encountered in this text, both of finite and infinite size, the given
definition will be sufficient.
6 1.2 Functions
• The set R of all assumed y-values is called the range of the function.
y = x3 + 2x + 3 f (z) = z 3 − 5z − 10
Graphical (Visual): The function value for x is found by looking at the y-value of the point (x, y)
on a line in the Cartesian plane:
y
(−2, 4) 4
−3 −2 −1 1 x
Here f (−2) = 4 .
Tabular (Numerical): The y-values are listed for each x-value. For example define a function by:
x y
-1 2
2 0
3 5
Note for a function like y = x2 it is impossible to tabulate all the possible values of y if x
is allowed to be any real number. However it is often convenient to tabulate some values for
graphing purposes, etc. For a function defined over only a finite domain (as in our example
D = {−1, 2, 3}) a table is perfectly fine, however.
Symbolic: The function is referred to by a symbol.
y = f (x) z = H(α)
Note here that we are using functional notation. When we write f (x) we do not mean multipli-
cation; rather f (x) represents the value y the function f assigns to a particular value of x .4
4 Also note the use of the Greek letter alpha (α) for the variable in the second example. A few useful Greek letters
worth knowing are the first five of its alphabet, namely alpha: α, beta: β, gamma: γ, delta: δ, and epsilon: . Also
theta: θ, phi: φ, and rho: ρ are also commonly used.
Equations and Functions 7
Vertical line test: A curve lying in the x-y coordinate plane is the graph of a function if and only if
every vertical line intersects the curve at no more than one point.
y y
A function
Not a function
x
x
The curve at right represents the relation (y − 1)2 = x − 1. Unlike functions, relations do not require
a single y-value for each x-value.
When a function is given as a formula with no domain specified the domain D is the set of all real
numbers for which the formula makes sense and defines a real number. The impossibility of dividing
by zero or taking an even root of a negative number will, for example, restrict the domain of certain
functions. Deciding when an expression involving a variable is negative (< 0) or not involves working
with inequalities. This is reviewed in Appendix A .
Example 1-4
Find the domain of each of the following functions:
√
1. f (x) = x4 + x 4. h(t) = 3
t+4
p
2 5. f (x) = x2 − 3x
2. f (x) =
x2 − 9 r
√ t+5
3. f (x) = x − 2 6. g(t) =
t−2
8 1.2 Functions
1.2.6 Intercepts
Definition: A y-value at which a graph touches the y-axis is called a y-intercept. An x-value at
which a graph touches the x-axis is called an x-intercept.
Note that the graph does not necessarily cross the axis at an intercept (though it typically will). The
following graph has x-intercepts of x = 1 and x = 3 and a y-intercept of y = 2 .
1 3 x
The function f itself can be used to find where its graph intersects an axis. A y-intercept for the graph
of function y = f (x) is found by evaluating f (0), while x-intercepts are found by solving f (x) = 0
for x. For a relation one sets x = 0 and solves for y to find any y-intercepts and sets y = 0 and solves
for x to find any x-intercepts.
Conversely, one can solve the equation f (x) = 0 approximately by graphing the function y = f (x) by
plotting points and then observing the approximate x-intercepts. These are the solutions to f (x) = 0
since at the x-intercepts one has y = 0. Such approximate solutions can then be further refined using
numerical techniques, such as Newton’s method, that require an initial guess for a solution as a
starting point to the algorithm.
Example 1-5
Find the intercepts of the following functions and determine if the functions are even or odd.
1. f (x) = x4 − 5x2
2. f (x) = x3 − 3x2 + 4
x2 + 5
3. f (x) =
x3 + x
Equations and Functions 9
Note:
• An even function is symmetric with respect to the y-axis. (Every point (x, y) on the graph has
a corresponding point (−x, y) that also sits on the graph.)
• An odd function is symmetric with respect to the origin. (Every point (x, y) on the graph has a
corresponding point (−x, −y) that also sits on the graph.)
The graphs of the even and odd functions from the last example illustrate these symmetries.
y
f (x) = x4 − 5x2
y
(−x, y) (x, y)
x2 +5
f (x) = x3 +x
x (x, y)
x
(−x, −y)
Recognizing the symmetry of a function is therefore useful when graphing, since the graph of a sym-
metric function to the left of the origin (x < 0) is completely determined by the graph to the right of
it (x > 0). As such one only needs to calculate points on half the domain when graphing symmetric
functions.
Symmetry is also helpful in solving equations. If one desires solutions to f (x) = 0 and one observes
that f (x) is symmetric (either even or odd), then if x0 is a solution to the equation then −x0 must also
be a solution. This follows since, for a symmetric function f (−x0 ) = ±f (x0 ) = ±0 = 0. Graphically √
4 2
√ be seen for the function f (x) =4 x −25x above, where the function crosses the x-axis at 5
this can
and − 5. These are both solutions to x − 5x = 0 since the graph y = f (x) crosses the x-axis (y = 0)
at those values.
10 1.2 Functions
It is possible to construct new functions from an original function f (x) whose graphs are reflections
about the y-axis or x-axis or horizontal or vertical translations of the original graph. Consider the
function f (x) defined by the following graph:
y = f (x)
Evaluating the following transformations g(x) of f (x) at a few points x confirms the following results.
(Alternatively pick an actual function, work out the transformation and plot the result.)
y
y
y = f (−x)
x
x
y = −f (x)
Reflection about the y-axis.
y
y
y = f (x) + a
a
x
y = f (x − a)
Answers:
Exercise 1-2
Page 171
1-16: Find the domain and the x- and y-intercepts (if there are any) of the given functions.
1. f (x) = x3 x+5
10. h(x) =
√ x+7
2. h(x) = x − 6
10
11. f (x) =
3. f (x) = x2 + 4x + 4 2x2 − 5x − 3
√
4. g(x) = x4 + 4x3 − 5x2 12. g(x) = 4−x
1 p
5. f (x) = 13. p(x) = x2 − 10
x−1
r
1 x+6
6. h(x) = 14. h(x) =
x2 + 4x + 4 2x − 3
p √
7. p(x) = 4 − x2 x2 − 10
15. f (x) = 2
x + 10
8. f (x) = 3x2 + 5x + 2
1 1
9. g(x) = x3 + 3x − 4 16. f (x) = √ −
x+2 x
17-32: Determine whether each of the given functions is even, odd or neither.
22. f (x) = x3 + x5 3 + u2
30. h(u) =
p u+1
23. f (x) = 4 − x2
x5
x +1 2 31. p(x) =
24. h(x) = p x3 + x
4 − x2 r
s6 + 4
25. f (x) = 5x2 + 3 32. u(s) =
s10 + 7
12 1.2 Functions
(a) Sketch the graph of −f (x). (d) Sketch the graph of f (x) + 1.
(b) Sketch the graph of f (−x).
(c) Sketch the graph of f (x + 1). (e) Is f even, odd, or neither?
Example 1-6
The following are polynomials:
y = 2x + 9 (A straight line)
P (x)
Rational Functions: f (x) = where P (x) and Q(x) are polynomials.
Q(x)
Example 1-7
The following are rational functions.
x2 + 5
f (x) = (See our previous plot.)
x3 + x
x+2
g(x) =
x2 − 1
Equations and Functions 13
The domain for a rational function is all the real numbers except for those where the denominator
vanishes. In set notation symbols D = {x ∈ R | Q(x) 6= 0}. (Read ∈ as “in” and the vertical
bar ( | ) as “such that”.)
Example 1-8
Factoring the denominator polynomials we see the domains of our rational functions are:
Example 1-9
The following are power functions.
1 √ 1
f (x) = x4 g(x) = x 2 = x h(x) = x−1 =
x
y
f (x) = x4 y
y
1
g(x) = x 2
x
−1
h(x) = x
x x
x if x ≥ 0
Absolute Value Function: f (x) = |x| = (A piecewise-defined function.)
−x if x < 0
f (x) = |x|
x
√ p √
Note that x2 6= x! To see this, notice that for x = −2 we have (−2)2 = 4 = 2, since square
root returns
p a single value (as required for a function) defined to √
be the positive square root. So
here (−2) 2 = 2 = −(−2) and, in general, for x < 0 one has x2 = −x. For x ≥ 0 on has
√
2
x = x. The two possibilities can be conveniently combined using the absolute value function
√
to get the correct result for all real values of x, namely x2 = |x| . Thus the equation x2 = 4 is
√
in fact equivalent to |x| = 4 = 2 which, in turn is equivalent to x = 2 or −x = 2 (so x = −2).5
5 The underlying problem here is that the function f (x) = x2 is not invertible. The square root function is only
the inverse of f (x) = x2 restricted to the domain [0, ∞) (which is invertible). One cannot, therefore, take the square
root of x2 when solving an equation and get x without typically missing a solution. A related problem occurs when one
14 1.2 Functions
Example 1-10
The following are exponential functions.
f (x) = 2x
f (x) = 2x
1
Example 1-11
The following are logarithmic functions.
f (x) = log2 x
g(x) = loge x = ln x
g(x) = ln x
1 x
squares both sides of an equation to remove a radical. In this case the new equation may have solutions that are not
solutions to the original equation, so-called extraneous roots, and one must
√ check all solutions to the new equation back
in the original equation to avoid them. As an example, the equation 2x + 3 = x, upon squaring both sides gives the
equation 2x + 3 = x2 which has solutions x = −1 or x = 3. Only x = 3 is a solution to the original equation; x = −1 is
extraneous. In general, care must be taken when taking even roots and √ powers. However,
√ odd root and power functions
(which are invertible on their natural domains) behave as expected, n xn = x and ( n x)n = x for n odd.
Equations and Functions 15
Trigonometric Functions:
Example 1-12
The following are trigonometric functions.
f (x) = sin x y = csc x
Trigonometric functions of angles that are less than 90◦ (acute angles) are defined to be functions
of similar right triangles. Two geometrical figures are similar if they have the same shape, but
potentially different sizes:
A
a C
c
b B
Similarity of regular polygons means that the corresponding angles in the figures are equal. The
lengths of corresponding sides, however, must only form a proportion. For the similar triangles
above one has
a b c
= = .
A B C
The first equality implies
a A
= ,
b B
and, in general, the ratio of the lengths of two sides in a figure will be the same for the corre-
sponding sides of all similar figures.
The basic trigonometric functions are defined as ratios of the sides of a right triangle for a given
angle x. Since these ratios are the same for two similar triangles these functions are well defined.
opp 1 hyp
sin x = csc x = =
hyp sin x opp
For angles larger than 90◦ the trigonometric functions are defined by considering Cartesian
Coordinates and choosing a point (x, y) on the terminal ray of the angle and defining the func-
p case with the replacements adjacent → x, opposite → y, and
tions identically as in the acute
hypotenuse → r where r = x2 + y 2 . So for instance, now using θ (pronounced theta) for the
angle, tan θ = xy , etc. Since x, and y can be negative the trigonometric functions themselves can
also now be negative. The situation is summarized in the next diagram.
16 1.2 Functions
y
Quadrant II Quadrant I
Sine Positive All Positive
(x, y)
r θ
y
x
x
The sign of the reciprocal trigonometric functions (cosecant, secant, and cotangent) follow the
same behaviour as sine, cosine, and tangent respectively.
Radian Measure
We can measure angles either in degrees (1 circle=360◦ ) or in terms of the length of arc on a
circle that an angle subtends. To do the latter the angle, in radians, is just the ratio of the length
s
of the arc s over the radius r, so θ = .
r
r s
θ
x
By taking the ratio of s over r we are guaranteed that our angle calculation will be independent
of the choice of the size of the circle we use since two different circles will generate two sectors
of a circle (i.e. pieces of pie) that are similar figures.
If we draw the angle in a unit circle so r = 1 then the angle is exactly the arc length measured.
Since for a unit circle the circumference is 2πr = 2π(1) = 2π the angle of an entire circle is 1
circle=2π radians. It therefore follows that
π rad = 180◦
Unlike degrees, radians are a fake unit and we don’t need to write it. (Both s and r have the
same length units so their ratio is dimensionless.) An angle reported with no units is assumed
to be in radians. When we later work with angles the formulae we derive will assume angles are
given in radians.6
6 Remember when doing any trigonometric evaluation formulae in calculus usually require angles to be in radians
not degrees. Most calculators have a setting to put the calculator in “radian mode” so that all angles arguments (and
angles returned from inverse trig functions like arcsin(x) ) are assumed to be in radians.
Equations and Functions 17
Using the previous relation some basic angle measurements in radians are:
π π π π
30◦ = 45◦ = 60◦ = 90◦ = 180◦ = π 360◦ = 2π
6 4 3 2
Evaluating trigonometric functions of some of the common angles can be done using the 30◦ −
60◦ − 90◦ and 45◦ − 45◦ − 90◦ triangles:7
30◦
√
2 3 √ 45◦
2
1
60◦ 45 ◦
1 1
√ √
opp
So, for instance, sin 60◦ = hyp = 23 . Or, in radians, sin π3 = 23 . For angles of 0 or 90◦ = π2
one should know cos(0) = 1, sin 0 = 0, cos π2 = 0, and sin π2 = 1. These results may be found by
considering the unit circle points (x, y) = (1, 0) and (x, y) = (0, 1) on the terminal ray of angles
0 and π/2 respectively on the previous quadrant diagram (so r = 1, cos θ = x, sin θ = y).
Trigonometric functions evaluated in quadrants other than the first may be found by evaluating
the trigonometric function of the reference angle (the positive acute angle made between the
terminal ray of the angle in question and the x-axis) multiplied by the appropriate sign of the
trigonometric function for the given quadrant. So, for instance, to evaluate cos(5π/6) we note
the angle θ = 5π/6 = 150◦ is in the second quadrant and has reference angle
θ0 = π − 5π/6 = π/6 = 30◦ ,
as shown on the next diagram.
y
Quadrant II
Sine Positive
θ = 5π/6
0
θ = π/6
x
Answers:
Exercise 1-3
Page 172
1-8: Find the exact values of the following trigonometric functions. Check your results on
your calculator.
1. sin(π/3) 5. csc(7π/4)
◦
2. cos(135 ) 6. cot(210◦ )
3. sin(5π/6) 7. sec(π)
4. cos(3π/2) 8. tan(13π/4)
y
f (x) = sin x
1
−2π − 3π
2
−π − π2 π
2 π 3π
2
2π x
−1
y
f (x) = cos x
1
−2π − 3π
2
−π − π2 π
2 π 3π
2
2π x
−1
y
2
f (x) = tan x
1
−2π − 3π
2
−π − π2 π
2 π 3π
2
2π x
−1
−2
The graphs of the reciprocal trig functions (csc, sec, cot) will blow up at any value where the
corresponding trig function (sin, cos, tan) is zero.
Equations and Functions 19
Trigonometric Identities
Just like we saw algebraic identities, there are basic trigonometric identities which are true for all
angles:8
Pythagorean Relations:
sin2 θ + cos2 θ = 1 tan2 θ + 1 = sec2 θ 1 + cot2 θ = csc2 θ
Symmetry Relations:
sin(−θ) = − sin(θ) cos(−θ) = cos(θ)
Periodicity:
sin(θ + 2π) = sin θ cos(θ + 2π) = cos θ
Addition and Subtraction Formulae:
sin(x + y) = sin x cos y + cos x sin y
sin(x − y) = sin x cos y − cos x sin y
cos(x + y) = cos x cos y − sin x sin y
cos(x − y) = cos x cos y + sin x sin y
Double Angle Formulae:
sin 2x = 2 sin x cos x
cos 2x = cos2 x − sin2 x = 2 cos2 x − 1 = 1 − 2 sin2 x
From the last it follows that:
1 + cos 2x 1 − cos 2x
cos2 x = sin2 x =
2 2
Note in the above identities that the notation sin2 x means (sin x)2 , etc. That is we take the sine of x
first and then square that result.
From these identities other identities can be proven.
Example 1-13
Prove the following identities:
1. 1 + sin 2θ = (sin θ + cos θ)2 2. sin x = sec x − cos x 3. tan2 θ sin2 θ = tan2 θ − sin2 θ
cot x
8 Note that the various trigonometric identities on this page follow readily from the three basic identities which should
be memorized:
1. sin2 x + cos2 x = 1
2. sin(x ± y) = sin x cos y ± cos x sin y
3. cos(x ± y) = cos x cos y ∓ sin x sin y
Dividing 1. by cos2 x gives the Pythagorean identity involving tangent and secant, while dividing 1. by sin2 x gives the
identity involving cotangent and cosecant. The Symmetry Relations can be obtained by setting x = 0 in the subtraction
versions of 2. and 3. The Periodicity results follow from setting y = 2π in 2. and 3. and evaluating the trigonometric
functions at 2π. The Double Angle Formulae follow by setting y = x in the addition versions of 2. and 3. The final
identities then follow from the Double Angle Formulae as mentioned above.
20 1.2 Functions
Ultimately the usefulness of trigonometric identities, as with the factoring identities, is to simplify
expressions, often to aid in the solution of trigonometric equations. See the review in Appendix B on
solving trigonometric equations.
Given two functions f and g the composite function, denoted f ◦ g, is defined by:
f ◦ g(x) = f (g(x))
Example 1-14
Let f (x) = x2 + x − 5, g(x) = 2x + 1 . Find the composite functions f ◦ g and g ◦ f and their
domains.
Example 1-15
z 2 − 2z
Let h(z) = , g(z) = z + 1 . Find h ◦ g and its domain.
z3 + 8
Recognizing function composition can help solve equations. For instance, to solve
y 10 + y 5 − 6 = 0
we notice that the expression on the left hand side is a function composition as we can rewrite the
equation
(y 5 )2 + (y 5 ) − 6 = 0 .
If we let x = y 5 we can first solve x2 + x − 6 = √ 0 to get x√= −3 or x√ = 2 and then next solve
y 5 = −3 or y 5 = 2 to get the final solutions y = 5 −3 = − 5 3 or y = 5 2 . In general, solving an
equation where the expression involving the variables is a composition of two functions requires solving
the equation involving the outer function first followed by solving the inner function equalling those
solutions found.9
9 This procedure further generalizes when one has a composition of more than two functions, like f (g(h(z))) = 0 .
Simply solve f (x) = 0 to get solutions xi . Next solve g(y) = xi to get solutions yi . Then solve h(z) = yi to get solutions
zi . These are the solutions to the original equation.
Equations and Functions 21
Answers:
Exercise 1-4
Page 173
1
1. Suppose that f (x) = . Determine:
x+2
(a) f (x + 2) (b) f (f (x))
2-5: Find the composite functions f ◦ g and g ◦ f and their domains for the given functions.
p
2. f (x) = 2x3 , g(x) = x2 + 3.
3. f (x) = 3x2 + 6x + 4, g(x) = 3x − 2
p z
4. f (z) = z 2 + 5, g(z) =
z+1
2x + 5
5. f (x) = , g(x) = x2 + 3
x−4
√
6. Find two functions f (x) and g(x) such that f (g(x)) = x2 + 1 − 3.
2
7. Use function composition to solve the equation x2 − 5 + 7x2 − 23 = 0. (Hint: Note the
2
equation can be rewritten as x2 − 5 + 7 x2 − 5 + 12 = 0.)
22 Review Exercises
Answers:
Chapter 1 Review Exercises
Page 173
2. x2 + x − 20 = 0
3. x3 + 2x2 − x − 2 = 0
4. x4 − 5x2 + 4 = 0
5. x5 − 4x3 − x2 + 4 = 0
6-9: Find the domain and the x- and y-intercepts of the given functions.
2x − 3
6. h(x) =
5x + 4
p
7. f (x) = 2x2 − 8
r
2x + 1
8. g(x) =
x+5
√
x+8
9. p(x) =
x−3
10-13: Determine whether each of the given functions is even, odd or neither.
x4 + 3
10. f (x) =
x2 + 1
11. g(t) = t2/3
p
12. h(z) = z z 2 + 1
x3
13. g(x) = −x
x6+5
23
24 2.1 Tangent to a Curve
Most are familiar with a tangent line to a circle at a point P . It is the line that just clips the circle at
only that point:
P
Limits 25
If we place the curve in a Cartesian Coordinate system we can represent it by the function y = f (x) = x3
and the point of interest by its coordinates P (1, 1):
y
y = x3
P (1, 1)
1
−1 1 x
−1
Definition: A tangent line to a curve y = f (x) at a point P (x0 , y0 ) is a (straight) line that touches
the curve at P which, if extended, does not cross the curve at that point.
Now that we have coordinates we can ask what the tangent line at P (1, 1) actually is, by which we
mean “What is the tangent line written as a function?”. The equation of any line in two dimensions
can be written:
y = mx + b ⇐ Slope-Intercept Form
∆y
where the constant m = ∆x is the slope which is a measure of the direction the line is going, while
b is the y-intercept which indicates where to start the line on the y-axis. Another convenient recipe
for determining the equation of the line is to use the slope m as before but also an arbitrary point
(x0 , y0 ) on the line as the starting point (no longer (0, b)):
In our case we know our tangent line goes through the point (1, 1) so this is (x0 , y0 ). It remains to
find the slope, call it mt , for our tangent at P . We can approximate the slope of the tangent by
taking a point Q near P and finding the slope of the line (the secant) between Q and P . If we let the
x-coordinate of Q be x, a value close to 1, then the point Q is Q(x, f (x)) = Q(x, x3 ).
26 2.1 Tangent to a Curve
y
y = x3
P (1, 1)
1
∆y
Q(x, x3 )
∆x
−1 x 1 x
−1
The results show that the closer x is to 1 (equivalently point Q is to P ), the closer mP Q is to 3. This
suggests the slope of the tangent line at P should be mt = 3. However, as shown above, this is not
the value of the function m(x) at x = 1 as that value is undefined. We need a new concept. We say
the slope of the tangent line is the limit of the slopes of the secant lines and we write
mt = lim mP Q .
Q→P
1 − x3
mt = lim m(x) = lim =3.
x→1 x→1 1 − x
We can now use the point-slope formula with (x0 , y0 ) = (1, 1) and mt = 3 to get the equation of the
tangent line at P to be
y = 3(x − 1) + 1 .
Multiplying this out gives the slope-intercept form of the tangent, namely
y = 3x − 2 .
(a) Show that the points (−1, 5) and (0, 3) lie on the curve.
(b) Determine the slope of the secant line passing through the points (0, 3) and (−1, 5).
(c) Let Q be the arbitrary point (x, x3 + x2 − 2x + 3) on the curve. Find the slope of the
secant line passing through Q and (−1, 5).
(d) Use your answer in (c) to determine the slope of the tangent line to the curve at the
point (−1, 5).
28 2.2 Limit of a Function
In the last section we came up with a function m(x) and considered its limiting behaviour as x → 1.
In general we can explore limits numerically for an arbitrary function:
Example 2-1
Investigate the limiting behaviour of the function f (x) = x2 + 1 for x near 2:
lim (x2 + 1) = 5
x→2
Definition: The limit of f (x) as x approaches a is L if we can make the values of f (x) as close as
we like to L by taking x-values sufficiently close but not equal to a. In symbols we write:
lim f (x) = L .
x→a
If such a limit exists then the values of f (x) get closer and closer to the number L as x gets closer and
closer to the number a (from either side of a) but x 6= a.
Note that because the limit at x = a only depends upon the values of the function f (x) around a the
function at a may not even be defined (i.e. a may not be in the domain of the function). This was the
case of our secant slope function m(x) at x = 1. If the function is defined it might equal the limit. In
the above numerical example we found the limit was L = 5 at a = 2 and in fact f (2) = 22 + 1 = 5 also
equals 5. However we could also tweak the above function to have a different value from the limit at
x = 2 by defining it to be 2
x + 1 if x 6= 2
g(x) = .
6 if x = 2
Limits 29
y y
7 7
y = f (x) y = g(x)
6 6
5 5
4 4
3 3
2 2
1 1
−2 −1 0 1 2 x −2 −1 0 1 2 x
The function values at x = 2 differ since f (2) = 5 6= 6 = g(2), but the limit as x → 2 for both functions
is L = 5,
lim f (x) = lim g(x) = 5 ,
x→2 x→2
since the limits only depends upon what the functions are doing near the x-value a = 2 which is
identical for both functions.
30 2.3 Rigorous Definition of the Limit
For our course the previous definition of the limit which is intuitive is adequate. However if we really
want to prove basic theorems of limits (such as the ones we shall state without proof in the next
section) we need a more precise definition. The epsilon-delta (-δ) definition of the limit is such a
definition.
Definition: Let function f be defined on an open interval containing the number a, except possibly
at a itself. Then
if for every number > 0 there exists a number δ > 0 such that
The following diagram illustrates that for the given (here 0.5) a value of δ can be found (here 0.15)
which would be sufficient to meet the criterion for the function shown. To prove that lim f (x) = 3 we
x→2
would need to show such a delta could be found for every epsilon.
4 y = f (x)
L+
L= 3
L−
0
0 1 a−δ 2 a+δ x
a
Limits 31
We wish to have rules for limits so we do not have to evaluate them all numerically. The following
graphs of some basic functions illustrate what will be our first limit rules.
Constant Function
y
f (x) = 3
3
lim 3 = 3
x→2
⇒ lim c = c
x→a
2 x
⇒ lim x = a
x→a
2
lim x = 2
x→2
2 x
Power Function (n = 2)
y
f (x) = x2
4
⇒ lim xn = an
x→a
lim x2 = 22
x→2
2 x
32 2.4 Limit Rules
The validity of the former limit results, whose truth is made plausible by the graphs, can be verified
with proofs using the rigorous definition of the limit.1 These and other results involving limits are
summarized in the following theorem.
Theorem 2-1: Let c be a constant and suppose the limits lim f (x) and lim g(x) exist. Then the
x→a x→a
following limit rules hold:
1. lim c = c
x→a
2. lim x = a
x→a
3. lim xn = an
x→a
√
n
√
n
4. lim x= a (Here n is a positive integer. If n is even, then we require a > 0.)
x→a
1 Note that a numerical evaluation of a limit is not rigorous as one is only checking the behaviour of a handful of
x-values around a where limits require analysis of all the values around a.
Limits 33
Example 2-2
Evaluate the following limits. Consider which rules are being used at each step of the evaluation.
x2 − 1 x3 + x2 − x − 1
4. lim 10. lim
x→−1 x3 + 2x2 + 2x + 1
x→1 x2 + 1
x−2
5. lim 2 t2 + 5t
x→2 x − 2x 11. lim √
t→−5 t2 − 16 − 3
(1 + h)2 − 1
6. lim
h→0 h Recall this was our
√ 1 − x3
s2 + 9 − 3 12. lim ⇐ secant slope limit:
7. lim x→1 1 − x lim m(x)
s→0 s2 x→1
The previous examples illustrate the general strategy for evaluating the limit lim f (x) :
x→a
Remember: 00 is not an answer for a limit. The indeterminate form indicates more work must be done
to find the limit or else to show it does not exist.
The following example illustrates evaluating limits involving symbolic functions and constants.
Example 2-3
If lim f (x) = 2, lim g(x) = −3, and lim h(x) = 3 then find:
x→a x→a x→a
6f (x) − 4[g(x)]2
1. lim
x→a g(x) − 4f (x)
f (x)
3. lim
x→a g(x) + h(x)
34 2.4 Limit Rules
Answers:
Exercise 2-2
Page 174
The trigonometric limits which involve a ratio may be verified numerically using a calculator (note
the angles must be in radians), the remainder may be verified by consideration of the graphs of the
functions.2
These basic results, our previous limit rules, and trigonometric identities may be used to find more
complicated trigonometric limits.
Example 2-4
Evaluate the following trigonometric limits:
sin2 x
1. lim
x→0 x
x
2. lim
x→0 1 − cos x
1 − cos x
3. lim
x→0 x2
sec x tan x
4. lim
x→0 x
sin2 x
5. lim 4
x→0 x3
sin 4x
6. lim
x→0 3x
2t sin t − 5t2
7. lim
t→0 t2
cos2 x
8. limπ
x→ 2 1 + cos 2x
2 Note that the limits lim sin x = sin a and lim cos x = cos a reflect, as will be seen in Section 2.9, the continuity of
x→a x→a
sine and cosine.
36 2.5 Trigonometric Limits
Answers:
Exercise 2-3
Page 174
θ cos x
1. lim 7. lim
θ→0 sin θ x→π x
2. lim θ cot θ tan θ
θ→0 8. limπ
θ→ 4 θ
1 − cos x
3. lim
x→0 sin x sin t − 1
9. limπ
7θ t→ 2 cos t
4. lim
θ→0 sin 5θ
tan x
7θ 10. lim
5. lim x→0 x
θ→0 cos 5θ
sin x cos θ + 1
6. lim 11. lim
x→0 x cos x θ→π sin2 θ
Limits 37
Theorem 2-3: If g(x) ≤ f (x) ≤ h(x) for all x in an interval containing a (with the potential exception
of x = a) and
lim g(x) = lim h(x) = L
x→a x→a
then
lim f (x) = L
x→a
Example 2-5
If 3x ≤ f (x) ≤ x3 + 2 for 0 ≤ x ≤ 2, evaluate lim f (x) .
x→1
The following graph shows g(x) = 3x and h(x) = x3 + 2 and a hypothetical f (x) which meets the
criterion of being between the two functions.
y
h(x) = x3 + 2
f (x)
g(x) = 3x
1 x
38 2.7 One-sided Limits
We can define weaker limit criteria if we restrict ourselves to approaching a from either the left or the
right.3
Definition: The left-hand limit of f (x) as x approaches a is L if we can make the values of f (x) as
close as we like to L by taking x-values sufficiently close to a with x less than a. In symbols we
write:
lim− f (x) = L .
x→a
Definition: The right-hand limit of f (x) as x approaches a is L if we can make the values of f (x)
as close as we like to L by taking x-values sufficiently close to a with x greater than a. In symbols
we write:
lim+ f (x) = L .
x→a
The following graph of a hypothetical function f (x) shows the behaviour of the one-sided limits at
a = 2:
3 lim f (x) = 3
x→2−
f (x)
lim f (x) = 1
x→2+
1
2 x
The following important theorem relates the (two-sided) limit at a to the one-sided limits at that
number.
Theorem 2-4: lim f (x) = L if and only if lim− f (x) = L and lim+ f (x) = L
x→a x→a x→a
Note that the above theorem requires that for a limit to exist both the left and right-handed limits
must exist and be equal. It follows that in our above graph lim f (x) does not exist as the one-sided
x→2
limits, while they exist, are not equal.
3 More rigorous -δ definitions of the left-hand and right-hand limits can easily be formulated by replacing the
condition 0 < |x − a| < δ with a − δ < x < a and a < x < a + δ respectively in the (two-sided) limit definition. One now
also only requires that f be defined to the left or right of a respectively.
Limits 39
Example 2-6
3 f (x)
−5 −4 −3 −2 −1 1 2 3 4 5 6 7 x
−1
1. For the above function evaluate lim− f (x), lim+ f (x), lim f (x), and f (a) at a = 0, a = 3,
x→a x→a x→a
and a = 5 .
x3
if x ≤ 2
2. Find lim− f (x) and lim+ f (x) if f (x) =
x→2 x→2 4 − 2x if x > 2
Does lim exist?
x→2
9
x2 if x ≤ −3
3. Suppose f (x) = .
4+x if x > −3
Find lim f (x), lim f (x), and lim f (x), if they exist.
x→−3− x→−3+ x→−3
|x − 7|
4. Show that lim does not exist.
x→7 x−7
40 2.7 One-sided Limits
Answers:
Exercise 2-4
Page 174
−1 0 1 2 3 4 5 x
1 2 3 4 5 x
−1
−2
4
x+4 if x < 2
3. Suppose f (x) = 2 .
x +1 if x ≥ 2
Find lim− f (x), lim+ f (x), and lim f (x), if they exist.
x→2 x→2 x→2
x2 + 2cx if x ≤ −1
4. Suppose f (x) = .
x + 5c if x > −1
Find all values for the constant c that make the two-sided limit exist at x = −1 .
Limits 41
Sometimes when limits do not exist at x = a they may yet show a systematic trend to larger positive or
larger negative values as one approaches a. The following definitions give the notation used to indicate
such trends.4
Definition: Suppose function f (x) is defined to the left and the right of the x-value a (though perhaps
not at a itself). Then
lim f (x) = ∞
x→a
if the values of f (x) can be made arbitrarily large positively by taking x sufficiently close (but
not equal) to a.
lim f (x) = ∞
x→−1
−1 x
Definition: Suppose function f (x) is defined to the left and the right of the x-value a (though perhaps
not at a itself). Then
lim f (x) = −∞
x→a
if the values of f (x) can be made arbitrarily large negatively by taking x sufficiently close (but
not equal) to a.
2
x
lim f (x) = −∞
x→2
4 The first definition (involving +∞) can be made rigorous by demanding that for any M > 0 there exist δ > 0 such
that f (x) > M whenever 0 < |x − a| < δ. For the second definition (involving −∞) we demand that for any N < 0 there
exist δ > 0 such that f (x) < N whenever 0 < |x − a| < δ.
42 2.8 Limits Involving Infinity
lim f (x) = ∞
x→a+
a x
lim f (x) = ∞
x→a−
a x
lim f (x) = −∞
x→a+
a
x
lim f (x) = −∞
x→a−
Limits 43
Note the following function does not approach infinity as x approaches zero:
1 a
f (x) = A cos
x x
where a and A are positive constants. Its graph for a choice of these constants is shown below.
−3 −2 −1 1 2 x
If an arbitrary number is picked (say 3) there must be some interval around 0 (not including 0 itself)
for which all the values will be above 3. The fact that the function returns to zero (despite getting
very large at other points) makes it impossible to have the limit approach infinity.
Note that if f (x) approaches infinity at x = a the limit does not exist at x = a. A limit L must be
a number. The notation ∞ indicates a trend in the function f (x) toward a large magnitude at a, but
it is not a number.
As we have seen, for limits lim f (x) where f (x) is made up of algebraic manipulations of common
x→a
functions like polynomials, trigonometric functions, etc., it is of value to see what the function f (a)
is to help determine the behaviour of the limit at the value. If f (a) is actually defined our limit laws
can often be used to show that the limit is exactly that value. If the result is indeterminate, 0/0,
more work must be done to evaluate the limit. If f (a) is p/0 where p is a non-zero constant this
is an indication the function tends to infinity at that value. Consideration of values of f (x) for x a
little to the left and right of a determine whether the function approaches ∞ or −∞ and whether the
behaviour is one-sided or not. Looking at the sign and magnitude of factors in the expression to the
right and left of a can also help resolve infinite trends at a.
Example 2-7
Evaluate the following:
1 − x2 t3 + 5t x2 + 9x
1. lim 2. lim 3. lim
x→2 x2 − 4x + 4 t→1 t2 + 3t − 4 x→0 x3
44 2.8 Limits Involving Infinity
Definition: If the limit as x → a of f (x) tends to ±∞ from either the left or right or both, i.e.
lim f (x) = ∞ lim f (x) = ∞ lim f (x) = ∞
x→a x→a− x→a+
lim f (x) = −∞ lim f (x) = −∞ lim f (x) = −∞ ,
x→a x→a− x→a+
then the line x = a is a vertical asymptote of the curve y = f (x).
In the previous diagrams involving f (x) approaching infinity on pages 41 and 42 the dashed lines are
the vertical asymptotes once they are extended indefinitely upwards and downwards.
Notes:
• Because any of the above conditions in the definition can occur it is sufficient to show the limit is
of the form p/0 with p 6= 0 to determine the location of a vertical asymptote, without evaluating
the particular way the function is approaching infinity at a.
• When reporting a vertical asymptote, one writes x = a because this is the relation representing
a vertical line. (The point (a, y) clearly satisfies the relation for any real value y .)
Example 2-8
Find the vertical asymptotes of the following functions:
x2 + 4
1. y =
x2 − 1
x+2
2. y =
x2 + 5x + 6
x2 + 2x − 8
3. y =
(x − 2)2
Limits 45
Answers:
Exercise 2-5
Page 175
1-4: Determine the following limits. For any limit that does not exist, identify if it has an infinite
trend (∞ or −∞).
5x + 4 x2 − 4x − 5
1. lim 3. lim
x→2+ 2x − 4 x→5 x2 − 3x − 10
x2 + 2x sec x
2. lim− 4. lim
x→3 x2 − 5x + 6 x→0 x2
3x + 3 cos x
5. f (x) = 9. f (x) =
2x − 4 x
6. f (x) = x3 + 5x + 2 5x2 − 3x + 1
10. y =
x2 − 16
√
t2 + 3 x3 + 1
7. g(t) = 11. f (x) =
t−2 x3 + x2
x2 − 2x + 1 x
8. f (x) = 12. F (x) = √
2x2 − 2x − 12 4x2 + 1
46 2.9 Continuity
2.9 Continuity
The idea of continuity of a function f (x) at a value x = a is intuitively seen in a graph of a function:
y
y g(x)
f (x)
1 2 3 x −1 1 2 3 x
It is obvious from the graph of the function that the function f is continuous at x = 2 while g would
not be (as it has a hole). Similarly g is not continuous at x = 1 due to the break in the function.
However g would be continuous at a location like x = −1.
A rigorous definition of continuity that will match our intuitive one requires the concept of the limit
of f at a and links it to the value of the function evaluated at a.
With a rigorous definition of continuity we can evaluate the continuity of a function at any point.
Example 2-9
Determine whether the following functions are continuous at the given values of x.
1. f (x) = x + 2 at x = 1 ? 2x + 1 if x < 1
4. f (x) = 2 if x = 1 at x = 1 ?
x + 2 if x>1
x2 − 4
2. f (x) = at x = 2 ?
x−2 sin x if x 6= 0
5. f (x) = x at x = 0 ?
(x − 1)3 if x < 0
2 if x = 0
3. f (x) = at x = 0 ?
(x + 1)3 if x ≥ 0 cos x
6. f (x) = at x = 0 ?
x
Limits 47
Clearly not all discontinuities have the same behaviour. A removable discontinuity at a is one for
which, if the function f were redefined appropriately at a, would result in a continuous function at
that value. These are functions whose graphs essentially have a hole in them. Questions 2, 4, and 5 in
Example 2-9 are of this kind. Jump discontinuities, as the name suggests, occur when the function
shifts from one limiting value on the left to another on the right as in Question 3. Finally an infinite
discontinuity occurs when there is a vertical asymptote at x = a such as in Question 6 . The latter
two discontinuities cannot be removed by redefinition of the function at a.
Example 2-10
In our previous graphically defined functions on page 46 we see that f (x) is continuous on [1, 3] and
any subinterval of that interval while g(x) would be continuous on (−∞, 1], [−1, 1], (1, 2), (2, 3],
but not (0, 2.5) nor [1, 2].
Continuity of a function on its domain can also be analyzed directly from the definition.
Example 2-11
x − 1 if x < 3
1. Is f (x) = continuous?
5 − x if x ≥ 3
2. Find the value(s) of a so that the given function is continuous for all x.
2 2
a x + 3x − 4 if x ≤ −1
f (x) =
x + 2a if x > −1
48 2.9 Continuity
To avoid resorting to the definition of continuity the following theorem can be used:
Example 2-12
Determine where the following functions are continuous:
1. f (x) = x2 − 2x + 1
x
2. f (x) =
x2 − x − 6
p
3
3. f (x) = x2 − 4
p
4
4. f (x) = x2 − 4
r
x
5. f (x) =
x−2
We note that by the continuity theorems, most of the functions we would typically write down, exclud-
ing piecewise-defined functions, are continuous on their domains. Thus at any point a in the domain
D of such a function, continuity there implies lim f (x) = f (a). In other words, the limit can be found
x→a
by evaluating the function at x = a, a result we previously concluded for such functions using our limit
theorems.
Limits 49
Theorem 2-6: Let f (x) be continuous on a closed interval [a, b]. If M is a value strictly between
f (a) and f (b), then there exists a number c in (a, b) such that f (c) = M . This is known as the
Intermediate Value Theorem.
The theorem is depicted below for a hypothetical function:
f (b)
(c, f (c))
M
1
f (a)
a 1 2 c 3 b 4 x
A continuous curve on the closed interval [a, b] is like a string joining the points (a, f (a)) and (b, f (b)).
So if we choose the value M between f (a) and f (b) and extend a horizontal line across, it must, due
to the continuity, cross the curve at least once. Where it does is the point (c, f (c)), which, since
f (c) = M , yields the desired value c. Notice that there could be more than one value c that works. In
the above graph if our value M had been 0.5 then the horizontal line would have crossed the curve 3
times, yielding three suitable values of c with f (c) = 0.5 .
Example 2-13
A corollary of the Intermediate Value Theorem is that if f (x) is a continuous function on [a, b] with
f (a) and f (b) of different sign (so f (a) < 0 and f (b) > 0 or f (a) > 0 and f (b) < 0) then there exists
at least one c in (a, b) with f (c) = 0.
Now any equation (such as 2x + sin x = 0) can always be written in the form
f (x) = 0
by taking all the terms to the left-hand side and defining that to be f (x). If we find two values a and
b such that the function at those values has different sign, then, assuming the function is continuous
on [a, b], the intermediate value theorem corollary implies a c exists in the interval with f (c) = 0. But
then this c is precisely a root (solution) of the equation we wished to solve.
50 2.10 The Intermediate Value Theorem
Example 2-14
Show that x4 − x3 − 1 = 0 has a root between x = −1 and x = 0.
Once an interval containing a root is found one may evaluate the function at the midpoint of the
interval. Its sign will differ from one of the endpoints and so one can narrow the interval which
contains the root. Repeating the process is the basis of the bisection method, a numerical method
for finding solutions to arbitrary equations.
Answers:
Exercise 2-6
Page 175
2. f (x) = x3 + 5x + 1, at x = 2
t+1
3. g(t) = , at t = −1
t2 + 4
y 2 + 4y + 4
4. h(y) = , at y = −2
y+2
√
5. p(s) = s − 4, at s = 2
2
x + 1, if x ≤ 1
6. f (x) = x+1 , at x = 1
x−1 , if x > 1
2t + 3, if t ≤ 2
7. g(t) = t2 −5t+6 , at t = 2
t−2 , if t > 2
x2 + 3x + 2
9. Where is the function f (x) = continuous?
x2 − 1
10. Using the Intermediate Value Theorem, show there is a real number c strictly between 1 and
3 such that c3 + 2c2 = 10.
11. Show that the equation x2 + cos x − 2 = 0 has a solution in the interval (0, 2).
Limits 51
Answers:
Chapter 2 Review Exercises
Page 176
x3 + x2 + 2x + 2
3. lim
x→−1 x2 − 2x − 3
√
10 + 3t − 2
4. lim
t→−2 3t2 + 4t − 4
8
t −4
5. lim
t→2 3t2 − 4t − 4
2 sin2 t
8. lim
t→π 1 + cos t
cos(3x) + cos(4x) − 2
9. lim
x→0 x
10-12: Determine whether the functions are continuous at the given value.
x+3
10. f (x) = √ at x = −1
x2 + 5
t2 + 2t − 1
11. h(t) = at t = 3
t−3
3x2 − 1, if x ≤ 2
12. g(x) = x2 +x−6 at x = 2
x−2 , if x > 2
52
Chapter 3: Differentiation
53
54 3.1 Motivating the Derivative
3.1.1 Tangents
When motivating the definition of the limit we were trying to solve the equation for the tangent to a
point on a curve. We now write the definition of the tangent of the curve at a point directly in terms
of the limit where, from the following diagram, it follows that ∆y = f (x) − f (a) and ∆x = x − a:
y
y = f (x)
Q(x, f (x))
f (x)
∆y
P (a, f (a))
f (a)
∆x
a x x
Definition: Let P (a, f (a)) be a point on the curve y = f (x). The tangent line to the curve at P is
the line through P having slope
f (x) − f (a)
m = lim ,
x→a x−a
assuming the limit exists.
Example 3-1
2
Find the equation of the tangent line to the curve y = x at P (2, 1) .
Another equivalent (and convenient) limit for the tangent slope can be found by considering the limit
as ∆x goes to 0. If, for brevity, we call ∆x by h we have
h=x−a ,
f (a + h) − f (a)
so that x = a + h. The original limit for the tangent slope becomes m = lim .
h→0 h
Example 3-2
1. Find the equation of the tangent line to the curve y = x3 at P (1, 1) using this second expression
for the tangent slope.
2. Find the slope of the tangent line to the curve y = x3 at the arbitrary point P (a, a3 )
Differentiation 55
In the tangent problem the independent variable was a spatial one, x. Another useful independent
variable is time t. If an object is moving along a straight line then its position in space is completely
determined by its displacement s from some point along the line, the origin. If the object is moving
in time its position at any given time t will be given by a position function s = f (t).
An example of such motion is a ball thrown directly upwards which, in the absence of wind, will move
in a vertical line where s is the height above ground:
f (t)
A negative displacement would indicate the ball is positioned below ground surface.
displacement f (a + h) − f (a)
average velocity = = .
time h
Letting the time interval approach zero (h → 0) we arrive at the following definition:
f (a + h) − f (a)
v(a) = lim .
h→0 h
Note velocity is a signed quantity. A positive sign in our ball example indicates the ball is moving
upwards and a negative sign indicates it would be falling.
Example 3-3
The displacement s (in metres) of a particle moving in a straight line is given by s = t2 − 4t + 5
where t is measured in seconds.
The previous examples involving relative change in coordinate variables or in position with respect to
time can be further generalized. If x changes from x1 to x2 then the change in x, called the increment
in x, is denoted by:
∆x = x2 − x1 .
If y = f (x) then the corresponding increment in y is
∆y = f (x2 ) − f (x1 ) .
As with the the specific example of velocity, the average rate of change of y with respect to x is
Example 3-4
Recalling that the area of a circle in terms of its radius is A = πr2 ,
1. Find the average rate of change of the area of a circle with respect to its radius r as r changes
from 2 cm to 2.5 cm.
2. Find the instantaneous rate of change of the area with respect to the radius of the circle when
r = 2 cm.
Example 3-5
A spherical cell has approximate volume of V = 34 πr3 which increases as it grows. Find the rate
of change of volume with respect to radius r when r = 5 µm . (Note 1 micrometre (µm) equals
1 × 10−6 m.)
Differentiation 57
Answers:
Exercise 3-1
Page 176
2. After t seconds, a toy car moving along a straight track has position s(t) measured from a
fixed point of reference given by s(t) = t3 + 2t2 + 1 cm.
(a) How far is the car initially from the reference point?
(b) How far from the reference point is the car after 2 seconds?
(c) What is the average velocity of the car during its first 2 seconds of motion?
(d) By calculator, estimate the instantaneous velocity of the car at time t = 2 by computing
the average velocities over small time intervals near t = 2.
3. One mole of an ideal gas at a fixed temperature of 273 K has a volume V that is inversely
proportional to the pressure P (Boyle’s Law) given by
22.4
V = ,
P
where V is in litres (L) and P is in atmospheres (atm).
(a) What is the average rate of change of V with respect to P as pressure varies from 1 atm
to 3 atm?
(b) Use a calculator to estimate the instantaneous rate of change in the volume when the
pressure is 3 atm by computing the average rates of change over small intervals lying
to the left and right of P = 3 atm.
58 3.2 The Derivative
The preceding examples of the tangent slope, velocity, and more generally (instantaneous) rate of
change illustrate the value in defining (and calculating) the following limit of a function f (x).
f (a + h) − f (a)
f 0 (a) = lim
h→0 h
provided the limit exists.
f (x) − f (a)
f 0 (a) = lim
x→a x−a
Example 3-6
1
Find the derivative of f (x) = at x = a.
x2 + 1
2. If s = f (t) is the position function of an object moving in one spatial dimension, then f 0 (a) is
the velocity of an object at time t = a .
3. f 0 (a) is, in general, the rate of change of y = f (x) with respect to x when x = a .
f (x + h) − f (x)
f 0 (x) = lim
h→0 h
In words, associated with any function f there is a corresponding function f 0 (x) whose evaluation gives
the value of the derivative of the function f at any value x of interest.
Example 3-7
√
If f (x) = x − 1, find f 0 (x).
Differentiation 59
The following diagram illustrates the meaning of the derivative function f 0 (x) graphically. Each x
value has an associated point P through which there is a unique tangent with the slope given by f 0 (x).
m = f 0 (1.6) = −0.03
0
m = f (0.7) = 0.76
f (x)
−1.7 −0.5
0.7 1.6 x
m = f 0 (−0.5) = 0.88
m = f 0 (−1.7) = −0.13
Derivative Notation
d √ 1
x−1 = √
dx 2 x−1
Example 3-8
The absolute value function f (x) = |x| is not differentiable at x = 0 despite being continuous there.
60 3.2 The Derivative
Since the derivative is the slope of the tangent to y = f (x) several ways f may fail to be differentiable
at a value x = a occur are:
These situations are illustrated below. Notice in the first and last example the function is continuous
at a.
y
y
f (x) = |x|
x a x a x
Example 3-9
For the graphically defined function:
y
6
3
f (x)
2
−4 −3 −2 −1 1 2 3 4 5 6 x
−1
−2
Answers:
Exercise 3-2
Page 176
1-2: Use the definition of the derivative at a value a to find the following.
1
1. f 0 (2) if f (x) =
x+1
√
2. g 0 (4) if g(x) = 2x
3-8: Use the definition of the derivative to calculate f 0 (x) for each of the following functions.
√
3. f (x) = x2 + 3 6. f (x) = x+2
3x + 2
1 7. f (x) =
4. f (x) = x+1
3x
1
5. f (x) = (x + 2)2 8. f (x) = √
x
p
9. Prove that f (x) = (x − 2)2 is not differentiable at x = 2 by showing that the following
left and right hand limits differ:
f (2 + h) − f (2) f (2 + h) − f (2)
lim− 6= lim+ .
h→0 h h→0 h
10. Which of the following graphs represent functions that are differentiable at x = 0? (Explain
why or why not).
x x
62 3.3 Differentiation Formulae
Several theorems for the derivatives of functions will now be introduced which will allow us to find the
derivative of a function without having to resort to the limit definition.
Theorem 3-2: If f is a constant function, f (x) = c, then
d
f 0 (x) = 0 or (c) = 0
dx
Example 3-10
0
d d 2
(5) = 0, (π)0 = 0, (−20) = 0, − =0
dx dx 3
Theorem 3-3: If f is a power function, f (x) = xn , where n is any real number, then
d n
f 0 (x) = nxn−1 or (x ) = nxn−1
dx
This is known as the Power Rule.
Note as a particular example of the last theorem, when n = 1 we have f (x) = x and
f 0 (x) = 1x1−1 = x0 = 1 .
d dx
In Leibniz notation this is easy to remember dx x = 1 because dx should be 1!
The last theorem can be demonstrated from first principles as demonstrated in the following examples.
Example 3-11
Use the definition of the derivative to prove the following power function derivatives.
d
x2 = 2x
1.
dx
d 1 1 1
2. =− 2 (Note: = x−1 )
dx x x x
Differentiation involving the Power Rule often requires rewriting an expression as a power. Here
is a summary of some relevant identities involving powers:
x0 = 1
m n
x ·x = xm+n
xm
= xm−n
xn
√n
1
x = xn
1
= x−n
xn
m n
(x ) = xmn
n
(xy) = xn y n
n
x xn
=
y yn
Differentiation 63
Example 3-12
Use the Power Rule directly to find the following derivatives.
d d
x5 x23
1. 5.
dx dx
0
1
2.
x10 d π
6. (t )
√ 0 dt
3. 5 x
0
1 d √3
4. √ 7. y
x dy
We note in the previous theorem that the functions f and g need not be differentiable everywhere –
the theorem applies wherever their derivatives exist. Also it follows follows from the theorem that the
result may be generalized to sums or differences of a finite number of terms. (i.e. (f + g . . . + h)0 =
f 0 + g 0 + . . . + h0 , etc.) Mathematically, the previous theorem shows that differentiation is a linear
operation.
Example 3-13
Use the previous theorems to evaluate the following derivatives directly:
d
3x4
1.
dx
d
−5x2
2.
dx
d
2x2 − 3x + 1
3.
dx
3x3 − x2 + 5
4. y 0 if y =
x
√
0 4 3 √ 2 x
5. f (x) if f (x) = x − 2 + x +
5
x x
2
!
d xa +2 2e
6. +
dx π + ln 5 xb
64 3.3 Differentiation Formulae
Answers:
Exercise 3-3
Page 177
1-8: Differentiate the following functions involving powers, sums and constant multiplication.
(Any value that is not the function variable should be considered a constant.)
√ √
r
1. f (x) = x − x12 x
6. f (x) = 3x + 5
1 3 √
2. g(x) = √ √ √ √
r
n
x n
x
x5 (Hint: xy = ( x)( y) and
n n n
= √ .)
y n y
3
4x
3. y =
5
7. f (x) = sin(π/15)x2a
−4 4 0
4. f (u) = u + u ; Also find f (1) .
g
5. f (x) = (x3 + x)2 (Hint: Expand first.) 8. s(t) = − t2 + v0 t + s0
2
9. Calculate the instantaneous rates of change given in problems 1(b), 2(d), and 3(b) of Exer-
cise 3-1 directly using the derivative.
√
10. Find the equation of the tangent line to the curve y = x + x at the point P (1, 2).
11. Find the value(s) of x for which the curve y = 2x3 − 4x2 + 5 has a horizontal tangent line.
12-13: The following problems consider the meaning of the derivative as a rate of change.
12. The concentration of carbon dioxide in the Earth’s atmosphere has been observed at
Mauna Loa Observatory in Hawaii to be steadily increasing (neglecting seasonal oscilla-
tions) since 1958. A best fit curve to the data measurements taken from 1982 to 2009 yields
the following function for the concentration in parts per million (ppm) as a function of the
year t :
C(t) = 0.0143(t − 1982)2 + 1.28(t − 1982) + 341
(a) What was the level of CO2 in the air in the year 2000?
(b) At what rate was the CO2 level changing with respect to time in the year 2000?
(c) By what percentage did the CO2 level change between 2000 and 2005?
13. A conical tank has a height of 5 metres and radius at the top of 2 metres.
(a) Show that the volume of liquid in the tank when it is filled to a depth y is given by
4π 3
V = y
75
(b) What is the rate of change of volume with respect to depth when the tank is filled to
4 metres?
Differentiation 65
Theorem 3-5: If h(x) = f (x)g(x) and f 0 (x) and g 0 (x) exist at a value x then h0 (x) = f 0 (x)g(x) + f (x)g 0 (x) .
Equivalently:
d df dg
(f g)0 = f 0 g + f g 0 or (f g) = g+f
dx dx dx
This is known as the Product Rule.1
Note:
• The derivative of the product is not the product of the derivatives, (f g)0 6= f 0 g 0 !
Example 3-14
Use the Product Rule to evaluate the following:
1. If f (x) = x2 , g(x) = x3 , and h(x) = f (x)g(x) = x5 , find h0 (x) directly and using the Product
Rule. Confirm that h0 (x) is not the product f 0 (x)g 0 (x).
1 To prove the Product Rule we use our limit theorems as follows. For clarity call H(x) = f (x)g(x).
H(x + h) − H(x)
H 0 (x) = lim
h→0 h
f (x + h)g(x + h) − f (x)g(x)
= lim
h→0 h
f (x + h)g(x + h) − f (x)g(x + h) + f (x)g(x + h) − f (x)g(x)
= lim
h→0 h
f (x + h) − f (x) g(x + h) − g(x)
= lim g(x + h) + f (x)
h→0 h h
f (x + h) − f (x) g(x + h) − g(x)
= lim · lim g(x + h) + lim f (x) · lim
h→0 h h→0 h→0 h→0 h
= f 0 (x)g(x) + f (x)g 0 (x)
Note that since g is differentiable at x it is continuous at x and so lim g(x + h) = g(x) follows.
h→0
66 3.4 Product and Quotient Rules
f (x)
Theorem 3-6: If h(x) = with g(x) 6= 0 and f 0 (x) and g 0 (x) exist at a value x then
g(x)
Equivalently:
0 df dg
f 0 g − f g0 − f dx
f d f dx g
= or =
g g2 dx g g2
This is known as the Quotient Rule.
Note:
0
f f0
• The derivative of a quotient is not equal to the quotient of the derivatives, 6= 0 .
g g
• The quotient rule is not symmetric under interchange of f ↔ g like the product rule is because
f /g 6= g/f . The numerator picks up a minus sign (so order matters) and only the original
denominator appears in the denominator of the result.
• Memorize in words:
“The derivative of a quotient equals the the derivative of the top times the bottom minus
the top times the derivative of the bottom all over the bottom squared.”
Example 3-15
Evaluate the following derivatives using the Quotient Rule.
x2 − 3x + 5
1. If f (x) = find f 0 (x) .
x−1
t4 + 2t dg
2. If g(t) = find .
t3 − 5t2 + 5 dt
√
d z+1
3. Evaluate .
dz z 2 + 5
When differentiating products and quotients where one of the functions is a constant function it is
much easier to pull the constant out front directly using our constant rule (cf )0 = cf 0 .
Example 3-16
You do not need to use the quotient rule to evaluate the following derivative with a constant
denominator:
d x2
d 1 2 1 d 1
x2 = (2x1 ) = x .
= x =
dx 2 dx 2 2 dx 2
If one evaluates this using the quotient rule a zero arises due to the differentiation of the constant.
Differentiation 67
As with the other rules, the product and quotient rules may need to both be applied or applied
repeatedly when evaluating a given derivative.
Example 3-17
Differentiate the following functions:
√
( x + 1) x2 − 3x + 1
1. f (x) =
x3 + 4
√
2. g(x) = 3 x + 1 x3 + 4x2 − 4 x2 + 1
As the last example shows one can generalize the product rule to three (or more) terms as follows
(f gh)0 = f 0 gh + f g 0 h + f gh0 , etc.
Answers:
Exercise 3-4
Page 177
1-8: Differentiate the following functions involving products and quotients. (Any value that is
not the function variable should be considered a constant.)
1 θ2 + 3θ − 4
1. f (x) = x4 − 3x2 + 2 x 3 − x 5. f (θ) =
θ2 − 7
1 1 + x2
2. h(x) = x3 + πx + 2 2 + 3 6. g(x) = √ ; Also find g 0 (4) .
x x
√
3. y = x2 − 1 x3 + 2 2x2 + x (2v + 3)(v + 4/v)
7. f (v) =
v2 + v
x−4 √
4. f (x) = 8. h(x) = cx2 + 3 x + 2 2x2 + x
x−6
68 3.5 Further Geometrical Applications
Definition: The normal line to a curve at point P is the line through P perpendicular to the
tangent line.
y n
P
t
f (x)
With these definitions in mind we can solve various problems arising from geometry, keeping in mind
that the derivative at x gives the slope of the tangent at P (x, f (x)).
Example 3-18
1. Find the equation of the tangent and normal lines to the curve y = 2x3 + 3x2 − 2 when x = 1.
2. For what values of x does the graph of f (x) = 2x3 − 3x2 − 6x + 87 have a horizontal tangent
line?
3. Find a tangent line to the graph of y = 3x2 + 4x − 6 that is parallel to the line 5x − 2y − 1 = 0.
d n n−1 0
[f (x)] = n [f (x)] f (x) .
dx
This is the General Power Rule.2
Example 3-19
Differentiate the following:
8
1. y = x2 − 2x + 5
2
2. y = √
x3 − 2x2 + 3
−4
1 5
3. f (t) = + (2 − t)
t
5
x2 + 3
4. g(x) = √ 3
x+1
Answers:
Exercise 3-6
Page 178
1-6: Differentiate the following functions requiring use of the General Power Rule. (Any value
that is not the function variable should be considered a constant.)
9 − 71
1. f (x) = x2 + 3
4x + 3
4. y =
1 x2 + x
2. g(x) = √ √
x+ x 5. h(x) = 3 5xn + 4c
7 h √ 4 i5
3. f (t) = √ 6. f (x) = 2x + x + 3x
2t2 + 3t + 4
2 For positive integer n the General Power Rule follows from the generalized Product Rule since
n 0
([f (x)] ) = [f (x)f (x) · · · f (x)]0 = f 0 (x)f (x) · · · f (x) + f (x)f 0 (x) · · · f (x) + · · · + f (x)f (x) · · · f 0 (x) = n [f (x)]n−1 f 0 (x) .
| {z } | {z }
n factors n equal terms
The rule is also just a special case of the Chain Rule (Section 3.8) with the outer function taken to be f (u) = un so that
d n du
u = nun−1 · .
dx dx
70 3.7 Trigonometric Derivatives
Using our derivative laws, the trigonometric identities, and recalling the following trigonometric limits,
sin θ 1 − cos θ
lim sin θ = 0 lim cos θ = 1 lim =1 lim =0,
θ→0 θ→0 θ→0 θ θ→0 θ
the next result may be shown.
Theorem 3-8: The basic trigonometric functions have the following derivatives:
d d
1. (sin x) = cos x 4. (csc x) = − csc x cot x
dx dx
d d
2. (cos x) = − sin x 5. (sec x) = sec x tan x
dx dx
d d
3. (tan x) = sec2 x 6. (cot x) = − csc2 x
dx dx
Proof :
Once the basic trigonometric derivatives are known one may use them to differentiate any function
involving a trigonometric function.
Example 3-20
Evaluate the following:
d 3. z 0 if z = cos2 θ + cos θ
1. (sin x cos x)
dx
2 0
x +3 dz
2. 4. if z = tan3 θ
sin x dθ
Differentiation 71
Example 3-21
π π π
Suppose f = 4 and f 0 = −2 and let g(x) = f (x) sin x. Find g 0 .
3 3 3
Example 3-22
cos x
Find the (x-coordinates of the) points on the curve y = at which the tangent is horizontal.
2 + sin x
Answers:
Exercise 3-7
Page 178
1. Find the derivative f 0 (x) of f (x) = sin 4x using the definition of the derivative.
2-5: Differentiate the following functions involving trigonmetric functions.
2. f (x) = x2 cos x dH
4. H(θ) = csc θ cot θ ; Also find .
dθ θ=π/3
t3
3. f (t) = 5. f (x) = (sin x + cos x)(sec x − cot x)
sin t + tan t
df
6. Calculate for the function f (θ) = sin2 θ + cos2 θ
dθ
(a) Directly by using the rules of differentiation.
(b) By first simplifying f with a trigonometric identity and then differentiating.
Suppose p
h(x) = 3x2 + 2x + 1
1
Since h(x) = 3x2 + 2x + 1 2 the derivative could be found using the General Power Rule. Notice
h(x) can be written as a composition of two functions. Let
√
y = f (u) = u
and
u = g(x) = 3x2 + 2x + 1
then
y = h(x) = f (g(x))
The following rule generalizes the General Power Rule to the case where the external function in the
composition (written f here) is an arbitrary differentiable function of u, not just f (u) = un .
Theorem 3-9: If the derivatives g 0 (x) and f 0 (g(x)) both exist, and h(x) = f ◦ g(x) = f (g(x)) is the
composite function then
h0 (x) = f 0 (g(x)) · g 0 (x) .
Equivalently, if y = f (u) and u = g(x) are both differentiable then this result may also be stated
dy dy du
= · .
dx du dx
This is known as the Chain Rule.
Example 3-23
Solve the following using the Chain Rule where possible to find the derivatives:
√
p q
1. If h(x) = 3x2 + 2x + 1 find h0 (x) . 3
5. If y = 5 1 + t find y 0 .
2. If y = u3 + u2 + 1 and u = (2x2 − 1), √ dz
6. If z = tan 1 + x3 find .
dx
(a) Find y(x).
d
cos3 θ + cos θ3 .
dy 7. Evaluate
(b) Find the derivative . dθ
dx r !0
dy 3 x2 + 1
(c) Find . 8. Evaluate .
dx x=2
x3 + 5x
√ 1
3. If y = u4 + 3u2 − 3 and u = x − 1, find 9. If y = , find y 0 .
dy sin (x − sin x)
.
dx 4
10. If h(z) = z 2 − 4z + 5 · sec (3z), find
4. If h(x) = cot 3x2 + 5 find h0 (x) . h0 (z) .
Differentiation 73
Answers:
Exercise 3-8
Page 179
1-13: Differentiate the following functions requiring use of the Chain Rule. (Any value that is not
the function variable should be considered a constant.)
12 5
1. f (x) = x8 − 3x4 + 2 8. y = (csc x + 2) + x2 + x
p 9. y = π tan θ + tan(πθ)
2. g(x) = 3x2 + 2 ; Also find g 0 (2) .
√
q
7
3. f (θ) = sin(θ2 ) 10. g(x) = x + x x4 − 1
4. h(θ) = cot2 θ 3
x−3
√ 11. f (x) =
5. f (x) = sec x3 + 3 x+1
x+x
√ dA
6. y = 4 cos 3 x 12. A(t) = cos(ωt + φ) ; Also find .
dt t=0
1
7. f (x) =
13. f (x) = sin cos x2 + x
3 + sin2 x
14. Find the value(s) of θ for which the curve f (θ) = cos2 θ − sin θ has a horizontal tangent line.
74 3.9 Implicit Differentiation
When we define y by placing y on one side of the equation and f (x) on the other we say y is
explicitly defined.
Example 3-24
p
Explicit: y= x3 + 1 y = x cos x
On the other hand y may be defined implicitly through any equation involving x and y with y
not-isolated on one side or the other:
Example 3-25
Implicit: y 2 − x3 = 1 x2 + y 2 + 2xy = 10
In the implicit case the curve is defined by finding points (x, y) that satisfy the equation. In the
first implicit example the point (2, 3) is on the curve defined by the equation because 32 − 23 = 1.
Sometimes one may solve the equation for y to rewrite an implicitly defined y as an explicitly defined
one, but this is often not possible. An explicitly defined equation will always be a function, whereas
a curve defined implicitly will often only be a relation. For instance in our first implicit example the
point (2, −3) also lies on the curve so y cannot be described by a function. If we tried to solve it for
y we would get our first explicit example, but notice now, since the square√ root function is always the
positive root, only half of the implicitly defined curve is present. (y = − x3 + 1 would be a function
describing the lower part of the implicit relation.) The situation is depicted below.
y y
(2, 3) (2, 3)
√
y= x3 + 1 y 2 − x3 = 1
−1 x −1 x
(2, −3)
Differentiation 75
Suppose we wanted the tangent slope at (2, −3) for our implicitly defined example. An elegant method
to find the derivative at this point is to use implicit differentiation which involves the following
steps:
Implicit Differentiation
Differentiating any expression involving only x follows the usual rules. When differentiating y
dy
d
with respect to x we just get dx y = dx = y 0 . When differentiating a function of y with respect to
x the Chain Rule is required:
d df dy
f (y) = · = f 0 (y) · y 0
dx dy dx
In other words, differentiate the function of y as you would x but remember to multiply it by y 0 .
Example 3-26
Find y 0 if
1. y 3 = 3xy − x3
2. x2 y 2 + xy = 6x + 5y
3. cos x + sin y = xy
4. sin(x + y) = cos x
5. cos(xy) − tan x + x5 y = sin y
When differentiating implicitly the derivative is usually a function of both the x and y-coordinates.
Example 3-27
Find the equation of the tangent line to the curve y 2 − x3 = 1 at P (2, −3) .
76 3.9 Implicit Differentiation
Answers:
Exercise 3-9
Page 179
1-6: Calculate y 0 for functions y = y(x) defined implicitly by the following equations. (Any value
that is not x or y should be considered a constant.)
1. x2 + y 2 = 3x
dy
2. xy 2 − 2x3 y + x3 = 1 ; Also find .
dx (x,y)=(1,2)
x2 y2
3. + =1
a2 b2
4. sin(xy) = y
5. cos(x + y) + x2 = sin y
sec y
6. = sin x
x
2 2
7. Consider the curve generated by the relation x 3 + y 3 = 4 .
√
(a) Confirm that the point P (−1, 3 3) lies on the curve.
(b) Find the equation of the tangent line to the curve at the point P .
The following exercise requires use of all the differentiation rules we have introduced.
Answers:
Exercise 3-10
Page 180
It is also possible to use implicit differentiation to find higher derivatives. First find the first derivative,
y 0 , as usual. Then differentiate both sides of that function to find y 00 . One can replace any y 0 ’s which
show in the y 00 formula by your expression for y 0 thereby writing y 00 entirely in terms of x and y only.
Example 3-29
Use implicit differentiation to find y 00 for the following:
1. x2 + y 2 = 9
2. sin x = xy
In general upon differentiating y = f (x) n times one gets the nth derivative, f (n) (x), which may also
be written:
dn y dn f dn
y (n) f Dn f Dxn f
dxn dxn dxn
3 The notation also keeps the units straight. For instance, for acceleration, as we will see, which is the second
d2s
derivative of spatial position (a distance) with respect to time, a = dt 2 , only the time unit is squared, not the distance
to give dimensions of acceleration of m/(sec2 ). The squaring of the denominator unit (and not the numerator which
remains as is) is reflected correctly in the second derivative notation.
78 3.10 Higher Derivatives
Example 3-30
1
Find f (20) (x) if f (x) = x5 .
Answers:
Exercise 3-11
Page 180
1-4: Calculate the second derivative for each of the following functions.
8x + 8 x2
6. Show that f 00 (x) = for f (x) = .
(x − 2)4 x2 − 4x + 4
Differentiation 79
Recall that the average velocity over the time interval from t = a to t = a + h for motion in one
dimension is
f (a + h) − f (a)
average velocity = .
h
while the (instantaneous) velocity at time t = a is
f (a + h) − f (a)
v(a) = lim ,
h→0 h
where here displacement in one spatial dimension was given by the position function of the particle,
s = f (t). In other words velocity at a given time t is just the derivative of displacement:
ds
v(t) = = f 0 (t)
dt t
The acceleration of a particle is just the second derivative of the displacement or the derivative
therefore of the velocity:
a(t) = v 0 (t) = f 00 (t)
Example 3-31
The position function of a particle moving along a line is given by s = f (t) = t3 − 9t2 + 24t where
t is the time in seconds and s is the displacement in metres.
Example 3-32
If a ball is thrown vertically upward with an initial velocity of 25 m/sec then its height, due to
gravity, after t seconds is approximately s = 25t − 5t2 .
If a balloon is being blown up both its radius and its volume are changing in time. That is there are two
rates dr dV
dt and dt of interest. These two rates are related to each other, i.e. they are not independent.
In a related rates problem a formula is found relating the rates of interest and it is used to solve for
an unknown rate under given conditions.
The following steps are typically followed in a related rates problem:
1. Identify rates, Draw Diagram: Identify the given and unknown rates of the problem,
labelling the variables and their time derivatives appropriately. Often a diagram illustrating
the variables is helpful at this step. Note the rates of the problem will involve time in their
units.
2. Determine Variable Equation: Find an equation relating the variables involved in the
rates of the problem. If other variables appear in the equation find a constraint to write
them in terms of the rate variables and thereby remove them.
3. Differentiate: Differentiate both sides of the equation with respect to time t to get the
related rates equation. Since the variables are assumed to be functions of time, the Chain
Rule must be used.
4. Solve Unknown Rate: Use the given rate information and other given information in the
related rates equation to solve for the unknown rate. Sometimes the equation in Step 2 (or
others) must be used to solve for one of the unknown values needed in the related rates
equation.
Example 3-33
1. A ladder 5 metres long with one end against a vertical wall and one end on the ground begins
to slide. If the bottom of the ladder is sliding away from the wall horizontally at a rate of
0.5 m/sec, what is the vertical velocity of the top of the ladder when the bottom of the ladder
is 3 m from the wall?
2. At 2 p.m. Albert is 100 km due west of Beth. If Albert is cycling directly south at 35 km/h
while Beth is cycling directly north at 25 km/h, how fast is the distance between the cyclists
changing at 6 p.m. ?
3. A stone is thrown into a shallow pool of water creating a circular ripple. If the radius of
the ripple increases at a constant 2 m/sec, at what rate is the area enclosed by the ripple
increasing at the end of 6 seconds?
4. After a hot air balloon is launched it rises vertically at a constant speed of 2 m/s. When the
balloon is at an altitude of 7 m a member of the launch crew drives away on a moped down a
straight road at a speed of 5 m/s. How fast is the distance between the driver and the balloon
changing 4 seconds later?
5. A two-metre tall man walks toward a lamppost that is 5 metres in height. If the man is
walking at a speed of 1.8 m/s, how fast is the length of his shadow changing when he is
3 metres from the lamppost?
Differentiation 81
6. A model in a fashion show walks down the straight runway at a speed of 0.75 m/s. A person
in the audience located 12 metres from the runway keeps a camera focused on the model. At
what rate is the camera rotating when the model is 5 metres from the point on the runway
closest to the person?
7. The Great Pyramid of Khufu at Giza is a square pyramid with approximate base side length
of B = 230 m and height H = 150 m. If it took approximately 20 years to build, one can use
the formula for the volume of a pyramid to estimate the rate of change of volume with time
(assumed constant) to be about 360 m3 /day. Before it was finished the construction was a
frustum of a pyramid (i.e. a pyramid missing its top) of height h, base side length B, and
top side length b. How fast was the height changing when the structure was√100 m high? Use
that the volume of a frustum of a pyramid is given by V = 31 h(A1 + A2 + A1 A2 ) where A1
and A2 are the areas of its square base and top respectively. (Hint: Use constants B and H
until the end of your calculation.)4
4 To check the answer is of the correct order of magnitude note that the average rate of change with height over the
time of construction is
∆h 150 m 150 m
= = = 0.02 m/day
∆t (20 years)(365.25 days/year) 7305 days
Should the answer to the actual problem be higher or lower than this value? Also note that this problem naively assumes
that lifting blocks to the top of the pyramid required the same time as placing those on the bottom. In fact it is believed
long ramps of earth were created to place higher blocks. This has not been factored into these calculations.
82 3.13 Differentials
3.13 Differentials
Let y = f (x) be a curve in the xy-plane and let P (x, f (x)) and Q (x + ∆x, f (x + ∆x)) be points on
the curve.
For the given increment in x, ∆x, the increment in y is
∆y = f (x + ∆x) − f (x) .
Diagrammatically we have:
∆y
dy
P (x, f (x))
f (x)
dx = ∆x
x
x x + ∆x
As dx = ∆x → 0 then
∆y ≈ dy
f (x + ∆x) − f (x) ≈ f 0 (x)∆x
The approximation, as clear from the diagram, is only valid for small ∆x.
Differentiation 83
Example 3-34
Compare ∆y and dy if y = f (x) = x4 + x + 2 and x changes from 1.0 to 1.01 .
The differential approximation ∆y ≈ dy is particularly useful for approximating the absolute error ∆y
of a quantity that depends on a variable x with known error ∆x. This is because, by assumption, the
error ∆x is typically small, which is when the differential approximation is valid.
Example 3-35
A square rug is measured to have a side length of 3.00 ± 0.02 metres. What is the area of the rug?
(Include its absolute error.)
Example 3-36
√
3
Use differentials to find an approximation to 1.02 .
The function at a value x near a will be well-approximated by the tangent at P evaluated at x. Setting
x = a + ∆x in our last formula (so ∆x = x − a) gives:
The right hand side of this equation is just the expression for the tangent line. This is the linear or
tangent line approximation of f at a. The tangent function,
Example 3-37
√
3
1. Find the linear approximation (linearization) L(x) of the function g(x) = 1 + x at a = 0
and use it to approximate g(−0.05).
1
2. Find the linearization L(x) of the function f (x) = √ near a = 0 .
2+x
Answers:
Exercise 3-13
Page 181
1-2: Find the volume V and the absolute error ∆V of the following objects.
1. A cubical cardboard box with side length measurement of l = 5.0 ± 0.2 cm.
3-4: Find the linear approximation (linearization) L(x) of the function at the given value of x.
p
3. f (x) = 2x3 − 7 at x-value a = 2 .
4. f (x) = tan(x) at x-value a = π/4 .
Differentiation 85
Answers:
Chapter 3 Review Exercises
Page 181
1-3: For each function calculate f 0 (x) using the definition of the derivative.
1. f (x) = x3 + 2
4x − 3
2. f (x) =
x+2
√
3. f (x) = 2x + 1
x
√
5. g(x) = 2x − 4x + 3 (3x + sin x)
√
y+5
6. h(y) =
3y + 2
7. f (θ) = cos2 θ + 4 cos θ2
r
3
5 x − 4x + 10
9. f (x) =
4x2 + 5
10. x4 y 3 + 4y 2 = xy + sin y
11. Find the equation of the tangent line to the curve y = 3 sin x−2 cos(3x) at the point P ( π2 , 3).
x+1
12. Find the value(s) of x for which the curve y = has a horizontal tangent line.
x2 + 3
13. Find the value(s) of θ for which the curve f (θ) = cos(2θ) − 2 cos θ has a horizontal tangent
line.
14. The height h and radius r of a circular cone are increasing at the rate of 3 cm/sec. How fast
is the volume of the cone increasing when h = 8 cm and r = 3 cm?
15. A right triangle has a constant height of 30 cm. If the base of the right triangle is increasing
at a rate of 6 cm/sec, how fast is the angle between the hypotenuse and the base changing
when the base is 30 cm?
16. If the area of an equilateral triangle is increasing at a rate of 5 cm2 / sec, find the rate at
which the length of a side is changing when the area of the triangle is 100 cm3 .
86
Chapter 4: Derivative Applications
87
88 4.1 Maximum and Minimum Values
In practical applications we are often interested in how large or small a function can become. The
following definitions make this concept precise.
Definition: A function f (x) has an absolute maximum (or global maximum) at c if f (c) ≥ f (x)
for all x in the domain D. The number f (c) is called the (absolute) maximum value of f
on D.
Definition: A function f (x) has an absolute minimum (or global minimum) at c if f (c) ≤ f (x)
for all x in the domain D. The number f (c) is called the (absolute) minimum value of f
on D.
Definition: A function f (x) has a relative maximum (or local maximum) at c if f (c) ≥ f (x) over
some open interval (a, b) containing c. The number f (c) is called a relative or local maximum
value of f .
Definition: A function f (x) has a relative minimum (or local minimum) at c if f (c) ≤ f (x) over
some open interval (a, b) containing c. The number f (c) is called a relative or local minimum
value of f .
• Note: The absolute maximum and absolute minimum values of f are called the extreme values
of f . Similarly we define the relative or local extreme values to be the relative maximum
and minimum values.
Example 4-1
For the graphically defined function:
y
f (x)
6
5
4
3
2
1
−4 −3 −2 −1 1 2 3 4 5 6 7 8 x
Find the (absolute) extreme values and relative extreme values as well as their locations.
Derivative Applications 89
We note that a function need not have any extreme values, absolute or relative. The function y = x3
is such a function.
f (x) = x3
The following theorem gives sufficient conditions for absolute extrema to exist.
Theorem 4-1: Suppose f is continuous on the closed interval [a, b]. Then f has an absolute maximum
and an absolute minimum on [a, b]. (i.e. There exist numbers c and d in [a, b] such that f (c) is the
absolute maximum and f (d) is the absolute minimum of f on [a, b].) This is known as the Extreme
Value Theorem.
y
absolute max
f (x)
absolute min
a d c b x
Note:
• The absolute extreme values can occur at the endpoints of the interval.
• The assumption that the interval be closed is required.
• The locations of the absolute extreme values are not necessarily unique. (There could be two or
more numbers, say, on the interval where the absolute minimum is achieved.)
90 4.1 Maximum and Minimum Values
Theorem 4-2: If a function f has a relative extremum (maximum or minimum) at c and if f 0 (c)
exists, then f 0 (c) = 0. This is known as Fermat’s Theorem.
y
f (x)
c1 c2 x
Notes:
• The converse is not true: f 0 (c) = 0 does not imply a relative extremum occurs at c. f (x) = x3
has no relative extrema yet f 0 (0) = 0.
• A relative extremum can occur at a number where the derivative f 0 does not exist. So f (x) = |x|
has a relative minimum at x = 0 but f 0 (0) does not exist as is clear from the following graph of
the function.
f (x) = |x|
Definition: If c is a number in the domain D of function f such that the derivative vanishes (f 0 (c) = 0)
or does not exist, then c is a critical number of f .
Example 4-2
Find the critical numbers of the following functions:
1. f (x) = x3 − 2x2
2. g(t) = t(t − 2)2
√
3. f (x) = 3 x(4 − x)
t2 + 5
4. g(t) =
t−2
5. f (θ) = cos(2θ) + θ
√
6. h(z) = z z 2 + 2
√
7. g(t) = 4 sin3 t + 3 2 cos2 t
Derivative Applications 91
The next theorem narrows down the values where relative extrema can potentially occur.
Theorem 4-3: If f has a relative extremum (minimum or maximum) at c, then c is a critical number
of f .
Knowing that an absolute extrema of a continuous function f on [a, b] will either occur in (a, b) at a
relative extrema or at an endpoint, we can now construct a method to find the absolute maximum and
minimum values of a continuous function f on a closed interval [a, b].
4. The largest of the values from 2. and 3. is the absolute maximum value and the smallest of
these values is the absolute minimum value.
Example 4-3
Find the absolute maximum and minimum of the following functions on the given closed intervals:
Answers:
Exercise 4-1
Page 182
1. Identify the relative maxima, relative minima, absolute maxima, and absolute minima on
each of the following graphs.
2
0.5
1
−6 −4 −2 2 4 x
−1 −0.5 0.5 1 x −2
−2 −1 1 2 x
−0.5 −4
−1
−6
−1
11-15: Find the absolute maximum and absolute minimum values and their locations for the given
function on the closed interval.
11. f (x) = x4 − x2 + 1 on [−2, 2]
We now consider several theorems whose results are used in proving deeper calculus theorems.
Theorem 4-4: Let f be a continuous function on [a, b] that is differentiable on (a, b). If f (a) = f (b)
then there exists a number c in (a, b) such that f 0 (c) = 0. (i.e. The tangent line at the point (c, f (c))
is horizontal.) This is known as Rolle’s Theorem.
The situation is illustrated below.
f (a) = f (b)
f (x)
c1 c2 x
Notes:
• For the trivial case where f (x) is a constant function we can take any c in (a, b) to prove the
theorem.
• The proof of the theorem for the non-trivial case hinges on the observation that if f (a) = f (b)
then at least one absolute extremum (which exists by the Extreme Value Theorem) must occur
at c within (a, b) and hence be a relative extremum which by Fermat’s Theorem has f 0 (c) = 0.
• There may be more than one c with f 0 (c) = 0 as illustrated in the diagram.
Example 4-4
√
Verify that Rolle’s Theorem applies for f (x) = x x + 6 + 1 on the interval [−6, 0]. Next find a c it
predicts must exist.
Example 4-5
Show that the equation 1 + 2x + x3 + 4x5 = 0 has exactly one real root on [−1, 0].
Rolle’s Theorem is used to prove the more general Mean Value Theorem to which we now turn.
94 4.2 Mean Value Theorem
Theorem 4-5: Let f be a continuous function on [a, b] that is differentiable on (a, b). Then there
exists a number c in (a, b) such that
f (b) − f (a)
f 0 (c) = .
b−a
This is known as the Mean Value Theorem.
Geometrically the Mean Value Theorem states that the slope of the secant line between the endpoints
of the curve A(a, f (a)) and B(b, f (b)),
f (b) − f (a)
m= ,
b−a
is equal to the slope of the tangent line, f 0 (c), at at least one point C(c, f (c)) along the curve (not an
endpoint).
f (x)
a c b x
If we consider one dimensional motion then the Mean Value Theorem states that the average velocity
for the trip over the time interval [a, b] will equal the (instantaneous) velocity at at least one time c in
(a, b) during the trip.
To prove the Mean Value Theorem one shows that the new function g(x) defined to be the difference
between f (x) and the secant line between (a, f (a)) and (b, f (b)), i.e.
f (b) − f (a)
g(x) = f (x) − (x − a) + f (a) ,
b−a
satisfies Rolle’s Theorem. The c guaranteed for g(x) by the latter can be shown to be the c required
for f (x) for the Mean Value Theorem. Also note that Rolle’s Theorem itself follows immediately from
the Mean Value Theorem for if f (b) = f (a) then f 0 (c) = 0 in the Mean Value Theorem.
Example 4-6
Verify that the Mean Value Theorem applies for the following functions on the given closed intervals
and find a value of c it predicts must exist.
Theorem 4-6: Suppose f 0 (x) = 0 for all x in (a, b), then f is constant on the interval.
Theorem 4-7: Suppose f 0 (x) = g 0 (x) for all x in (a, b), then f (x) = g(x) + C for some constant C.
The former corollary results by applying the M.V.T. to the interval [x1 , x2 ] generated by any two
values x1 and x2 in (a, b). Since the resulting c has f 0 (c) = 0 by assumption, this implies f (x2 ) − f (x1 )
must vanish. (i.e. f (x2 ) = f (x1 ).) Since x1 and x2 are arbitrarily chosen it follows that all values of
f (x) must equal each other and hence some constant C.
The second corollary follows from the first by applying it to the function h(x) = f (x) − g(x) whose
derivative h0 (x) = f 0 (x) − g 0 (x) will identically vanish. Graphically it means that if two functions have
the same derivative they differ at most by a vertical shift.
Answers:
Exercise 4-2
Page 183
1. Using Rolle’s Theorem, show that the graph of f (x) = x3 − 2x2 − 7x − 2 has a horizontal
tangent line at a point with x-coordinate between −1 and 4. Next find the value x = c
guaranteed by the theorem at which this occurs.
2. By Rolle’s Theorem it follows that if f is a function defined on [0, 1] with the following
properties:
We now consider how the knowledge of the properties a function and its derivatives can help us in
understanding the behaviour of its graph, in particular finding where the function is interesting. This
analysis will allow us to sketch a function with limited functional evaluation being necessary.
We first consider what it means for a function to be increasing or decreasing. The following definitions
make the intuitive idea of increase and decrease clear:
Definition: A function f (x) is increasing on an interval I if its graph continuously rises as x goes
from left to right through the interval. (i.e. if x1 and x2 are in the interval and x1 < x2 , then
f (x1 ) < f (x2 ).)
Definition: A function f (x) is decreasing on an interval I if its graph continuously falls as x goes
from left to right through the interval. (i.e. if x1 and x2 are in the interval and x1 < x2 , then
f (x1 ) > f (x2 ) .)
y
f (x) = x3
2
f (x) = x
x x
Example 4-7
From the diagrams, y = x2 decreases on (−∞, 0] and increases on [0, ∞) while y = x3 increases on
the interval (−∞, ∞).
Derivative Applications 97
Where a function increases or decreases can be determined by the first derivative of a function since
whether a function increases or decreases is related to its tangent slope.
f (x) = x2
Slope − Slope +
Example 4-8
d 2
One may verify for the above examples that dx x = 2x is negative when x < 0 (y = x2 decreasing
2 d 3
on (−∞, 0)) and positive when x > 0 (y = x increasing on (0, ∞)). On the other hand dx x = 3x2
3
is always positive so y = x is increasing everywhere.
Critical numbers usually separate intervals of increase or decrease.2 Analysis of whether a function
is increasing or decreasing on each side of a critical number allows us to determine whether a critical
number is a relative extremum and if so, of which kind (maximum or minimum).
1 To prove this result assume f 0 > 0 on (a, b) and let x1 and x2 be arbitrary points in (a, b) with x1 < x2 . Since f
is differentiable on (a, b) it is continuous on [x1 , x2 ] and differentiable on (x1 , x2 ). By the Mean Value Theorem there
exists c in (x1 , x2 ) with f 0 (c) = [f (x2 ) − f (x1 )]/(x2 − x1 ). But c lies in (a, b) so f 0 (c) = [f (x2 ) − f (x1 )]/(x2 − x1 ) is
positive. Since x2 − x1 > 0 it follows that f (x2 ) − f (x1 ) > 0 or f (x2 ) > f (x1 ). Since x1 and x2 were arbitrarily chosen,
f is increasing on (a, b). A similar argument shows that if f 0 < 0 on the interval the function is decreasing there.
2 Though not always, consider y = tan2 x at x = π/2.
98 4.3 Increasing and Decreasing
Example 4-9
The function y = x2 has a single critical number of c = 0 where the derivative vanishes. Since the
function decreases to the left of 0 and increases to the right of it, a relative minimum occurs at
x = 0 which is readily verified from the graph of the function. y = x3 also has a critical number of
c = 0 but in this case the function is increasing on the intervals to the left and right of it so there
is no relative extremum at 0.
Example 4-10
Find the open intervals upon which the function
x2 − 2x + 1
f (x) =
x
is increasing or decreasing. Also find any relative minima and maxima and their locations.
Appendix A reviewing inequalities may be helpful in determining when f 0 is positive and negative.
Answers:
Exercise 4-3
Page 183
1-5: Find the open intervals upon which the following functions are increasing or decreasing. Also
find any relative minima and maxima and their locations.
6-7: Each graph below is a graph of the derivative f 0 of a function f . In each case use the graph
of f 0 to sketch a possible graph of f .
6. 7.
y y
3
3
2
2
1
1
0
−2 −1 1 2 x 1 2 3 x
−1 −1
−2 −2
−3
−3
Derivative Applications 99
4.4 Concavity
Definition: The graph of function f (x) is concave upward on (a, b) if f 0 is an increasing function
on (a, b) . Graphically, the curve y = f (x) lies above all its tangent lines on (a, b) .
Definition: The graph of function f (x) is concave downward on (a, b) if f 0 is a decreasing function
on (a, b) . Graphically the curve y = f (x) lies below all its tangent lines on (a, b) .
f (x) = x3
Example 4-11
For y = x3 the graph is concave upward on (0, ∞) because the curve lies above the tangent lines at
any point on the interval. Alternatively one sees that as we move from left to right on the interval
the tangent slopes are increasing. Similarly y = x3 is concave down on (−∞, 0) as the curve lies
below the tangent line at any point in the interval. Alternatively the tangent slopes are decreasing
as one moves from left to right through the interval.
An easy way to remember concavity is to note that if the interval looks like part of the mouth of a
happy face, ,, then it is concave upward. If it is part of the mouth of a sad face, /, then it is concave
downward.
100 4.4 Concavity
Since the second derivative f 00 (x) tells us whether the derivative (and hence tangent slope) is increasing
or decreasing we can determine the concavity on an interval using it as follows.
1. If f 00 (x) > 0 for all x in (a, b), then the graph of f is concave upward on (a, b) .
2. If f 00 (x) < 0 for all x in (a, b), then the graph of f is concave downward on (a, b) .
To remember this note that f 00 is positive when the function is concave upward (,) and negative
when the function is concave downward (/).
Example 4-12
For y = f (x) = x3 we have f 00 (x) = 6x which is positive for x > 0 and negative for x < 0 which
indicates the curve is concave upward and concave downward on those intervals as was already
observed.
Just as intervals of increasing and decreasing are often punctuated by locations of relative maxima
and minima, regions of concavity for a graph are often broken up by inflection points:
Definition: An inflection point is a point P on the graph of a function at which the function is
continuous and the graph changes from concave upward to concave downward or vice versa.
Due to the concavity test, possible inflection points are located where f 00 (c) = 0 or f 00 (c) does not
exist.
Note that an inflection point is a point P and is therefore reported as (c, f (c)).
Example 4-13
For our function y = x3 the point (0, 0) is an inflection point as the function is continuous there
and the concavity changes.
Example 4-14
For the graphically defined function:
y
f (x)
6
5
4
3
2
1
−4 −3 −2 −1 1 2 3 4 5 6 7 8 x
Find intervals where the function is increasing, decreasing, concave upward, and downward. Identify
any inflection points.
Derivative Applications 101
Example 4-15
Find the intercepts, relative maxima and minima, intervals of increase and decrease, intervals of
concave upward and downward, and inflection points of the following functions. Then sketch their
graphs.
1. f (x) = x4 − 6x2
1
2. f (x) = x − 3x 3
3. f (x) = y = 3 sin x − sin3 x on [0, 2π]
Example 4-16
Sketch the graph of a function satisfying all of the following:
• f (0) = 0
• f 0 (1) = f 0 (3) = f 0 (5) = 0
• f 0 (x) > 0 if 0 < x < 1 or 3 < x < 5
The second derivative can also be used to evaluate whether critical numbers are the locations of relative
extrema and, if so, whether they are maxima or minima:
This result follows from the fact that a negative second derivative at c means the graph of the function
is concave downward (/) at that value (and hence will have a relative maximum), while a positive
second derivative means the graph of the function is concave upward (,) at that value (and hence
will have a relative minimum).
102 4.4 Concavity
Example 4-17
• y = x2 has f 0 (0) = 0 and f 00 (0) = 2. Since f 00 (0) is greater than zero the function is concave
upward at x = 0 and hence has a relative minimum at that critical number.
• y = x3 has f 0 (0) = 0. However f 00 (0) = 0 as well so the Second Derivative Test is inconclusive.
We need to use a different test (First Derivative Test) to determine that no extrema occurs
at 0.
• y = x4 has f 0 (0) = 0 and f 00 (0) = 0 so the Second Derivative Test is also inconclusive here.
However in this case the First Derivative Test confirms a relative minimum occurs at 0.
Example 4-18
Find the relative maxima and minima (and their locations) of
1. f (x) = x3 − 2x2 + x
2
2. B(x) = 3x 3 − x
3. Find the relative extrema (and their locations), the intervals of concavity, and the inflection
points of the function f (x) = x5 − 15x3 + 1 .
4-5: Determine the relative maxima and minima of the following functions and their locations.
Use the Second Derivative Test.
4. f (x) = x3 − 12x + 1
5. f (x) = cos(2x) − 4 sin(x) on the interval (−π, π)
6. Can you use the Second Derivative Test to categorize the critical number x = 0 of the
function f (x) = sin4 x ? Explain why or why not.
7-9: Find the domain, intercepts, intervals of increase and decrease, relative maxima and minima,
intervals of concave upward and downward, and inflection points of the given functions and
then sketch their graphs.
3 1 p
7. f (x) = x3 − 6x2 8. g(t) = t 2 − 3t 2 9. F (x) = x2 + 9
Derivative Applications 103
We have seen how y-values of y = f (x) may approach infinity at a vertical asymptote. We now consider
the behaviour of a function as x approaches infinity.
L=3
x
y = f (x)
L = −1
Definition: If the values of f (x) can be made arbitrarily close to the value L as x is made sufficiently
large then we write:3
lim f (x) = L .
x→∞
Definition: If the values of f (x) can be made arbitrarily close to the value L as x is made sufficiently
large negatively then we write:
lim f (x) = L .
x→−∞
Example 4-19
For the above graphically defined example one has:
lim f (x) = −1
x→∞
and
lim f (x) = 3
x→−∞
3 A rigorous definition of this limit can be made as follows. Suppose function f is defined on some interval (a, ∞).
Then lim f (x) = L if and only if for any > 0 there exists c ∈ (a, ∞) such that |f (x) − L| < whenever x > c . A
x→∞
similar definition lim f (x) = L may also be formulated.
x→−∞
104 4.5 Limits at Infinity and Horizontal Asymptotes
The following theorem, in conjunction with our other limit theorems, allows us to evaluate many limits
as x → ∞ or −∞.
Theorem 4-8: Let r > 0 be a rational number. Then
1
• lim =0
x→∞ xr
1
• lim =0
x→−∞ xr
Example 4-20
Evaluate the following:
2x2 − 5x + 7
1. lim
x→∞ 7x2 + 3x + 2
x3 − 1
2. lim
x→∞ x4 + 1
x5 + 3x + 5
3. lim
x→∞ x2 − 2x + 1
x3 + 5x + 1
4. lim
x→−∞ 2x3 − 4x2 + 3
√
x2 + 3
5. lim
x→∞ x + 2
√
x2 + 1
6. lim
x→−∞ x − 3
p
7. lim x2 + 3x + 1 − x
x→∞
p
8. lim x− 4x2 + 5x − 3
x→∞
Horizontal Asymptotes
Recall that a vertical line x = a is called a vertical asymptote of the curve y = f (x) if at least one
of the following statements is true:
lim f (x) = ±∞ lim f (x) = ±∞ lim f (x) = ±∞
x→a x→a+ x→a−
4 We 1
note in passing that the theorem is also valid for 0 < r < 1, not just r ≥ 1. So, for instance, lim=
x1/2
x→∞
1 √ √
lim √ = 0 despite the fact that for large x, x < x. The point is that x increases without bound as x does so the
x→∞ x
limit vanishes.
Derivative Applications 105
Definition: The horizontal line y = L is called a horizontal asymptote of the curve y = f (x) if
either of the following statements is true:
lim f (x) = L lim f (x) = L
x→∞ x→−∞
y=3
x
y = f (x)
y = −1
Example 4-21
In the above graphically defined example the horizontal asymptotes are the lines y = −1 and y = 3.
Example 4-22
Find the horizontal and vertical asymptotes of the following functions.
x+3
1. y =
x2 − 9
√
4x2 + 1
2. f (x) =
x+1
106 4.5 Limits at Infinity and Horizontal Asymptotes
Answers:
Exercise 4-5
Page 185
1-13: Determine the following limits. For any limit that does not exist, identify if it has an infinite
trend (∞ or −∞).
18x2 − 3x 3x4 + 6x − 7
1. lim 8. lim
x→−∞ 3x5 − 3x2 + 2 x→∞ x5 + 10
x2 √
2. lim p x2 + 10
x→∞ 9. lim
x3 + 2
p x→∞ x+3
x2 + 2x √
3. lim 2x2 + 3
x→−∞ 6x + 3
10. lim
x→−∞ x−2
1
4. lim sec +1 √
x→∞ x
5x + x2 + 1
p 11. lim
5. lim x2 + 3x + 5 + x x→−∞ x+5
x→−∞
x2 + 5x + 4
p
6. lim 12. lim x2 + 4x + 1 − x
x→∞
x→∞ 3x2 + 2
4x5 − 3x2 + 6 p
7. lim 13. lim x+ x2 − 6x + 5
x→∞ x4 + 7 x→−∞
3x + 3 cos x
14. f (x) = 18. f (x) =
2x − 4 x
A function has a slant asymptote if it approaches an oblique (slanted) line as x approaches infinity
as shown in the following graph.
y = f (x)
y = mx + b
for some constants m, and b, the slope and y-intercept of the asymptote, respectively. The equation
of the slant asymptote is therefore:
y = mx + b .
A rational function f (x) = P (x)/Q(x) will have a slant asymptote if the degree of the numerator P (x)
is one more than the denominator Q(x). In this case use long division to find the equation of the slant
asymptote. While a function may have a different slant asymptote as x → ∞ and x → −∞, for the
rational functions under consideration here these will be the same.
Example 4-23
Find the slant asymptotes of the following:
x3
1. f (x) =
x2 + 2
6x4 + 5
2. y =
2x3 − 4
2x4 − x3 + x − 3
3. y =
x3 − 2
108 4.6 Slant Asymptotes
Answers:
Exercise 4-6
Page 186
1-3: Find any slant asymptotes of the graphs of the following functions.
3x2 − 4x
1. f (x) =
x+2
x3 + 2x + 1
2. g(x) =
x4 + 5x − 7
x3 − 2x2 + 1
3. y =
x2 + 2
Derivative Applications 109
We have now developed many tools to analyze a function that enable us to accurately sketch a curve.
Domain: Determine D, the set of x-values for which the function is defined.
Intercepts: The y-intercept is y = f (0) while the x-intercepts are x = c where c are the solutions
of f (c) = 0.
Symmetry: Is the function even, f (−x) = f (x), odd, f (−x) = −f (x), or periodic, f (x + p) =
f (x)?
Asymptotes: Find any vertical x = a where lim f (x) = ±∞ ,
(±)
x→a
horizontal y = L where lim f (x) = L ,
x→±∞
or slant y = mx + b where lim [f (x) − (mx + b)] = 0 asymptotes.
x→±∞
Intervals: Partition D into open intervals using locations of any vertical asymptotes, critical
numbers (c in D where f 0 (c) = 0 or does not exist), and numbers c in D where f 00 (c) = 0 or
does not exist.
Increasing/Decreasing: Use increasing/decreasing test to determine intervals of increase
(f 0 (x) > 0) or decrease (f 0 (x) < 0).
Relative Extrema: For any critical numbers determine relative extrema. Evaluate them using
the First Derivative Test (f 0 goes from negative to positive at c ⇒ relative minimum, positive
to negative ⇒ relative maximum, no change ⇒ no extremum) or Second Derivative Test
(f 00 (c) > 0 ⇒ relative minimum, f 00 (c) < 0 ⇒ relative maximum, f 00 (c) = 0 ⇒ inconclusive).
Evaluate f (c) to find the value of any relative extrema.
Concavity: Use the concavity test (f 00 (x) > 0 ⇒ concave upward, f 00 (x) < 0 ⇒ concave down-
ward) to find intervals of concavity.
Inflection Points: Consider x-values c where f 00 (c) = 0 or does not exist but f is continuous.
Inflection points (c, f (c)) occur where concavity changes (positive to negative or vice versa).
Sketch: Sketch the above information on a graph choosing axis limits that will include the inter-
esting regions of the graph.
Example 4-24
2x2 + 2x − 3
Sketch the graph of f (x) = .
x2 + x − 2
110 4.7 Curve Sketching
Answers:
Exercise 4-7
Page 186
1-3: Apply calculus techniques to identify all important features of the graph of each function
and then sketch it.
1. f (x) = x3 − 3x − 2
3x2
2. y =
x2 − 1
x2
3. f (x) =
x2 + 2x + 1
Derivative Applications 111
4.8 Optimization
A particularly useful application of calculus is optimization. We have already seen how we can find
absolute and relative extrema of functions. When these functions represent physical quantities solutions
of extrema problems give optimal settings of the independent variable that will result in the lowest or
highest possible value of the dependent variable.
So in business one may be interested in minimizing cost or maximizing profit by setting selecting the
value of a design specification in its production or determining the sale price of an item. Environmen-
tally one may be interested in minimizing the production of some toxic compound whose formation
depends on an alterable temperature at production. Often we are interested in minimizing distance or
time.
As with any word problem, the challenge with an optimization problem is to convert this into a calculus
problem. Once this is accomplished one follows the steps already discussed for finding the absolute
extremum of interest. In summary do the following:
1) Identify Variables: Identify the dependent variable to be maximized or minimized and the
independent variable to be varied. (If the problem is geometrical in nature try sketching a
diagram.) Determine the physically valid domain D of the independent variable.
2) Determine Function: Write the dependent variable as a function of the independent vari-
able. (If another variable appears in the function, try to find a constraint involving the
independent variable and it so that the latter may be removed from the function.5 )
3) Differentiate: Take the derivative of the dependent variable with respect to the independent
one.
4) Critical Numbers: Find any critical numbers of the independent variable (where the deriva-
tive vanishes or does not exist).
5) Evaluate Dependent Variable: If seeking an absolute maximum, check which critical num-
bers are relative maxima (using the Second or First Derivative Test) and evaluate the de-
pendent variable at those points. Also evaluate the dependent variable at the endpoints of
D. The largest of these is the absolute maximum of the dependent variable while its loca-
tion is the optimal setting of the independent variable. Do similarly if seeking an absolute
minimum.6
Example 4-25
Solve the following optimization problems.
1. A farmer intends to put a rectangular garden along one side of a barn. The remaining three
sides of the garden will be fenced. Find the dimensions and area of the largest garden that
can be enclosed using 40 metres of fencing material.
2. Find the dimensions of the rectangle with fixed area a having the smallest perimeter possible.
5 If no such constraint exists so that the other variable is actually independent, then multivariate calculus would be
required.
6 As a final step, note that plotting your function to confirm the location and value of the extremum is a good idea
in practice.
112 4.8 Optimization
3. A polygonal window is composed of a rectangle topped with an equilateral triangle. Find the
dimensions of the window that will maximize the area if the perimeter of the window must
be 6 m.
4. In a certain type of cheese production the cheese is pressed into a cylindrical mold with a
circular base and no top. If the total area of the mold is to be 1600 cm2 , find the radius and
height of the mold that will maximize the volume it contains.
5. A plastic rectangular box for transporting vegetables needs to be designed to have a volume of
72000 cm3 . The box is to have an open top. The cost of material for the base is 0.25 cents/cm2
while for the sides it is only 0.2 cents/cm2 . If the length of the base is desired to be 1.5 times
its width, find the dimensions and cost for the least expensive box meeting these requirements.
6. A page in a children’s book is to have a total area of 600 cm2 . Its top and bottom margins
are to be 3 cm while its side margins are to be 2 cm each. What should the dimensions of the
page be to maximize the printed area between the margins?
7. Earth is located at the fixed point (1, 0) in a coordinate system superimposed on the plane
of the solar system with the sun at the origin. Here measurements
√ are in Astronomical
Units (AU).7 A spaceship follows a hyperbolic trajectory y = x2 + 1 through the plane. At
what point is the spaceship closest to Earth and how far away is it at that point?
8. A semicircle has a radius of 2 cm. What are the dimensions of the rectangle with largest area
that can be inscribed within it?
Answers:
Exercise 4-8
Page 187
1-10: Solve the following optimization problems following the steps outlined in the text.
1. The entrance to a tent is in the shape of an isosceles triangle as shown below . Zippers run
vertically along the middle of the triangle and horizontally along the bottom of it. If the
designers of the tent want to have a total zipper length of 5 metres, find the dimensions of
the tent that will maximize the area of the entrance. Also find this maximum area.
11
00
00
11
00
11
00
11
00
11
00
11
00
11
00
11
00
11
00
11
00
11
00
11
00
11
00
11
00
11
00
11
111111111111111111111111111111
000000000000000000000000000000
00
11
3. The product of two positive numbers is 50. Find the two numbers so that the sum of the
first number and two times the second number is as small as possible.
7 One Astronomical Unit equals the average distance from the earth to the sun, approximately 150 million kilometres.
Derivative Applications 113
4. A metal cylindrical can is to be constructed to hold 10 cm3 of liquid. What is the height
and the radius of the can that minimize the amount of material needed?
5. A pair of campers wish to travel from their campsite along the river (location A) to visit
friends 10 km downstream staying in a cabin that is 2 km from the river (location B) as
shown in the following diagram:
A 2 km
x
10 km
(a) If the pair can travel at 8 km/h in the river downstream by canoe and 1 km/h carrying
their canoe by land, at what distance x (see diagram) should they depart from the river
to minimize the total time t it takes for their trip?
(b) On the way back from the cabin they can only travel at 4 km/h in their canoe because
they are travelling upstream. What distance x will minimize their travel time in this
direction?
(c) Using the symbolic constants a for the downstream distance, b for the perpendicular
land distance, w for the water speed and v for the land speed, find a general expression
for optimal distance x. Verify your results for parts (a) and (b) of this problem by
substituting the appropriate constant values.
(d) Does your general result from part (c) depend at all on the downstream distance a?
Discuss.
x x
7. A rectangular field is to be enclosed and then divided into three equal parts using 32 metres
of fencing. What are the dimensions of the field that maximize the total area?
114 4.8 Optimization
8. Two power transmission lines travel in a parallel direction (north-south) 10 km apart. Each
produces electromagnetic interference (EMI) with the one to the west producing twice the
EMI of that of the one to the east due to the greater current the former carries. An amateur
radio astronomer wishes to set up his telescope between the two power lines in such a way
that the total electromagnetic interference at the location of the telescope is minimized. If
the intensity of the interference from each line falls off as 1/distance, how far should the
telescope be positioned from the stronger transmission line?
9. An athletic field consists of a rectangular region with a semicircular region at each end.
The perimeter of the entire athletic field has to be 400 metres. Find the dimensions that
maximize the area of the rectangular region.
10. An antenna is to be created by bending a wire of length 16 cm into the shape of a sector of
a circle as shown. In order to maximize the electric flux through the wire, the area of the
sector is to be maximized. Find the dimensions r and θ that will maximize the area. Also
find the maximum area.
r
θ
Derivative Applications 115
Answers:
Chapter 4 Review Exercises
Page 188
4-5: Find the absolute maximum and absolute minimum values and their locations for the given
function on the closed interval.
x
4. f (x) = 2 on the closed interval [−1, 1].
x + 16
p
5. g(t) = t 8 − t2 on the closed interval [0, 1].
6-7: Find the domain, intercepts, asymptotes, relative maxima and minima, intervals of increase
and decrease, intervals of concave upward and downward, and inflections points. Then sketch
the graph of the given functions.
1 4
6. f (x) = 8x 3 + x 3
x2
7. g(x) =
x−2
12-13: Find the horizontal and vertical asymptotes of the given functions.
2x2 + 7x + 3
12. y =
x2 + x − 6
√
9 + 4t2
13. g(t) =
2t + 3
116 Review Exercises
14. A store with a rectangular floorplan is to sit in the middle of one side of a larger rectangular
lot with parking on three sides as shown.
10 m 10 m
18 m
If the narrow strips of parking on the side are to be 10 m wide while the parking in the front
is to be 18 m wide, find the optimal dimensions of the store that will minimize the total lot
area if the store itself must have an area of 1000 m2 . What is the total lot area in this case?
15. A farmer wants to enclose a rectangular garden on one side by a brick wall costing $20/m
and on the other three sides by a metal fence costing $5/m. Find the dimensions of the
garden that minimize the cost if the area of the garden is 250 m2 .
16. A window shaped like a Roman arch consists of a rectangle surmounted by a semicircle. Find
the dimensions of the window that will allow the maximum amount of light if the perimeter
of the window is 10 m.
Chapter 5: Integration
117
118 5.1 Antiderivatives
5.1 Antiderivatives
We know how to take a derivative of a function. If we reverse the procedure and ask which function
when differentiated results in a given function we are finding an antiderivative.
Definition: If F 0 (x) = f (x) for all x in an interval I then the function F is called an antiderivative
of f on I.
Example 5-1
1 3 d 1 3
1. F (x) = x is an antiderivative of f (x) = x2 because F 0 (x) = x = x2 = f (x) .
3 dx 3
1 3 d 1 3
2
2. F (x) = x + 10 is also an antiderivative of f (x) = x because x + 10 = x2 .
3 dx 3
1 4
3. F (x) = x + 2x is an antiderivative of f (x) = x3 + 2 since F 0 (x) = x3 + 2 .
4
The first two questions of the last example illustrate the following theorem:
Theorem 5-1: Let C be an arbitrary constant. If F is an antiderivative of f on an interval I then
F (x) + C is also an antiderivative of f on I. Moreover, all antiderivatives of f on I have this form.
d
That F (x) + C is also an antiderivative given F (x) an antiderivative is due toC = 0 . Proof that all
dx
antiderivatives can be written F (x) + C follows from Theorem 4-7 . As such the general antiderivative
of a function f is a family of curves F (x) + C .
Consideration of our derivative formulae results in the following table of antiderivatives (up to the
additive constant C). Differentiate each answer on the right to confirm the result.
Function Antiderivative
n 1 n+1
x n+1 x where n 6= −1
cos x sin x
sin x − cos x
sec2 x tan x
sec x tan x sec x
cf (x) cF (x)
f (x) + g(x) F (x) + G(x)
For the last two general formulae we are assuming F and G are antiderivatives of f and g respectively
and that c is an arbitrary constant. These last two general formulae show that finding an antiderivative
is a linear operation. When finding antiderivatives of a sum of terms we can focus on each term
separately and pull any constant multipliers out front.
Example 5-2
Find the antiderivatives of:
Note that a function f is an antiderivative of its own derivative f 0 . Similarly, since f 00 is the derivative
of f 0 , f 0 is an antiderivative of f 00 .
Example 5-3
√
Find all functions g such that g 0 (x) = 4 sin x − 3x5 + 6 4 x .
Example 5-4
4
If f 00 (x) = 2 + , f (1) = 0, and f (2) = 3, find f (x) .
x3
Example 5-5
An object with mass 2 kg moving in a straight line feels a force (in Newtons) given by
F (t) = 12t + 16 N . If its initial displacement is s(0) = 3 m and its initial velocity is v(0) = −2 m/s,
find its position function s(t) . (Note that according to Newton’s 2nd Law of Motion F = ma.)
It will be shown that antidifferentiation is intimately connected with the calculus concept of integration
to which we presently turn.
Answers:
Exercise 5-1
Page 189
1 4 1
1. Why are F1 (x) = x and F2 (x) = (x4 + 2) both antiderivatives of f (x) = x3 ?
4 4
2-6: Find the antiderivative of the given functions.
2. f (x) = 3x2 − 5x + 6
x3 + 4
3. f (x) =
x2
√ 2
4. g(t) = t + √
t
√
3
5. h(x) = x2 − 4x6 + π
6. f (θ) = 2 cos θ − sin θ + sec2 θ
10. Suppose f is a function with f 000 (x) = 0 for all x. Show that f has no points of inflection.
120 5.2 Series
5.2 Series
Example 5-6
As the examples show a sequence may have a finite or infinite number of terms.
A similar concept to a sequence is a series.
Example 5-7
Sigma Notation
When a pattern exists in the terms of a series it can be abbreviated by writing the term as a function
of an index.
Example 5-8
In our first series one notices:
10
X
12 + 22 + 32 + 42 + . . . + 102 = i2
i=1
P
Here the symbol is sigma, the Greek capital S, representing a sum. The i is the index, related to
the position in the series. The limits of 1 and 10 indicate the set of values i ranges over (1, 2, . . . , 10).
Just as the x when writing f (x) is arbitrary (f (u) = u2 is the same function as f (x) = x2 ), we could
have written the series as:
10
X
j2
j=1
Integration 121
Definition: Let am , am+1 , . . . , an be a sequence of real numbers (so m, n are integers with m ≤ n)
then
Xn
ai = am + am+1 + . . . + an−1 + an
i=m
is the sigma notation for the series. Here i is called the index of the summation. Often we
can write the term ai as a function of the index, ai = f (i) .
Example 5-9
Write the following in sigma notation:
1 1 1 1 1
1. + + + + ... +
2 4 8 16 256
1 1 1 1
2. + + + + ...
2 4 8 16
3. 23 + 33 + . . . + n3
Example 5-10
Evaluate the following series:
5
X
1. 2j
j=0
3
X i−1
2. 2+3
i=1
i
Theorem 5-2: The following sums can be evaluated once and for all for positive integer n:
n
X
1. 1=n
i=1
n
X n(n + 1) n2 + n
2. i= =
i=1
2 2
n
X n(n + 1)(2n + 1) 2n3 + 3n2 + n
3. i2 = =
i=1
6 6
n 2
n4 + 2n3 + n2
X n(n + 1)
3
4. i = =
i=1
2 4
n
X n(n + 1)(2n + 1)(3n2 + 3n − 1) 6n5 + 15n4 + 10n3 − n
5. i4 = =
i=1
30 30
122 5.2 Series
n
X n
X
1. cai = c ai
i=m i=m
n
X n
X n
X
2. (ai ± bi ) = ai ± bi
i=m i=m i=m
The theorem shows summation is a linear process like differentiation and antidifferentiation.
Example 5-11
The following useful result is a consequence of the previous theorems:
n
X
c = nc ,
i=1
n
X n
X n
X
since c= c·1=c 1 = cn .
i=1 i=1 i=1
Sometimes we will want to take the limit of a series as n → ∞. Though technically n is only allowed
to take integer values, we evaluate the limit in the same way we do when x → ∞ for a real variable
getting arbitrarily large.
Example 5-13
Evaluate the following limits:
n
n
" #
3
1 i X 1 2 3
1 + i + 2 i2
X
1. lim +2 3. lim
n→∞ n n n→∞
i=1
n n n
i=1
n 4
X 1 i
2. lim
n→∞
i=1
n n
∞
X
Note in the above limits we cannot simply write because the index upper limit n actually appears
i=1
in the terms themselves!
Integration 123
Answers:
Exercise 5-2
Page 189
1-4: Evaluate the following series. (Any value that is not an index being summed over should be
treated as a postive integer constant.)
5 n
X i+2 X i2 + 1
1. 3.
i−1 i=1
n3
i=2
4
X n
X
2. 6k 4. i(i − 3)
k=1 i=1
124 5.3 Area Under a Curve
We know how to find the areas of simple shapes like the rectangle and triangle shown below:
A = bh h h
A = 12 bh
b b
More complicated polygons with straight edges could be subdivided into triangles to find their areas.
An area bounded by a smooth curve can be resolved using a limiting approach. Consider the general
problem of finding the area S of the region that lies under the curve y = f (x) between x = a and
x = b. By under the curve we mean the area between the curve and the x-axis. The situation is
illustrated in the following diagram:
y y = f (x)
x
a b
We are going to approximate the area S with the sum of the areas of n thin rectangles. Letting the
number of rectangles increase without bound (n → ∞) will give us an exact result. For a concrete
example consider finding the area under the curve y = x3 from x = 0 to x = 1 shown below.
y = x3
x
0 1
Integration 125
Consider dividing the interval [0, 1] into 4 equal subintervals each of length ∆x = 1/4. The rectangles
have bases that are these subintervals and their heights have been chosen to have the values of the
function at the right endpoints of the subintervals. Diagrammatically they are as follows:
0 1 2 3 1 x
4 4 4
Let S4 be the sum of the areas of the rectangles. Then an approximation of the desired area is
3 3 3 3
1 1 1 2 1 3 1 4 1 100 25
S4 = A1 + A2 + A3 + A4 = + + + = = ≈ 0.3906 .
4 4 4 4 4 4 4 4 4 64 64
Clearly, from the diagram, this will be an overestimate of the area S. If we had, instead used left
endpoints for the heights we would have underestimated S:
0 1 2 3 1 x
4 4 4
126 5.3 Area Under a Curve
To get a more precise estimate divide [0, 1] into 8 subintervals of length ∆x = 1/8 and let S8 be the
sum of their areas, once again using the function evaluated at the right endpoints for the rectangle
height:
0 1 x
S8 = A1 + A2 + . . . + A8
" 3 3 3 3 3 3 3 #
3
1 1 2 3 4 5 6 7 8
= + + + + + + +
8 8 8 8 8 8 8 8 8
1 1296 81
= = ≈ 0.3164
8 4096 256
Once again this will be an overestimate of S but we expect, based on the graph, that it has less error.
Let us find Sn for any number of intervals n. Divide the interval [0, 1] into n equal subintervals of
length ∆x = 1/n. That is [0, 1/n], [1/n, 2/n],. . . ,[ n−1
n , 1]. Then
Sn = A1 + A2 + . . . + An
" #
3 3 n 3
1 1 2
= + + ... +
n n n n
1 1 3
1 + 23 + . . . + n3
= 3
n n
n
1 X 3
= i
n4 i=1
1 n4 + 2n3 + n2
=
n4 4
n2 + 2n + 1
=
4n2
As a check note that if n = 4 we get S4 = 0.3906 and for n = 8, S8 = 0.3164 .
Integration 127
289
⇒ S16 = = 0.2822
1024
0 1 x
Since for a given n the ∆x is constant, it may be pulled outside of the sum and we get:
n
b−aX
A = lim f (x∗i ) .
n→∞ n i=1
The formula can be made more precise by specifying the position of x∗i within the interval:
b−a
right endpoint: If x∗i is the right endpoint of the interval [xi−1 , xi ], then x∗i = a + i and the
n
area is given by
n
b−aX b−a
A = lim f a+i
n→∞ n i=1 n
∗ ∗ 1 b−a
midpoint: If xi is the midpoint of the interval [xi−1 , xi ], then xi = a + i − and the area
2 n
is given by
n
b−aX 1 b−a
A = lim f a+ i−
n→∞ n i=1 2 n
128 5.3 Area Under a Curve
b−a
left endpoint: If x∗i is the left endpoint of the interval [xi−1 , xi ], then x∗i = a + (i − 1) and the
n
area is given by
n
b−aX b−a
A = lim f a + (i − 1)
n→∞ n i=1 n
Example 5-14
1. Find the area under the curve y = x2 + 2 from a = 1 to b = 4. Take x∗i to be the right
endpoint of the ith interval.
2. Find the area under the curve y = x2 + 3x − 2 from a = 1 to b = 4. Take x∗i to be the left
endpoint of the ith interval.
We are assuming that there is no difference in the results of these area formulae, despite the evaluation
at different x∗i . It remains to consider what properties the function must have for this to be true.
Answers:
Exercise 5-3
Page 190
1. Let A be the area of the region R bounded by the x-axis, the lines x = 1 and x = 4, and
the curve f (x) = 2x2 − x + 2 shown below:
40
30
20
10
R
0
0 1 2 3 4 5 x
(a) Write a formula for the nth sum Sn approximating A using right endpoints of the
approximating rectangles.
(b) Use A = lim Sn and your answer from (a) to calculate A.
n→∞
Integration 129
Our consideration of the evaluation of the area under a curve leads us to define the definite integral.
Definition: Let f be a function defined on the interval [a, b]. Divide [a, b] into n equal subintervals
∗
of width ∆x = b−an with endpoints x0 = a, x1 , x2 , . . . , xn−1 , xn = b. Let xi denote any point
in the i interval [xi−1 , xi ]. The definite integral of f from a to b is:
th
Z b n
X
f (x) dx = lim f (x∗i )∆x
a n→∞
i=1
if the limit exists and is independent of the choice of the x∗i . If the limit exists, then f is said to
be integrable on the interval [a, b].
We introduce the following terminology for the parts of the definite integral:
Z
• is the integral sign. It is a script S suggesting summation.
Rb
If f (x) ≥ 0 for all x in [a, b], then a f (x) dx is the area under the curve y = f (x) and above the
x-axis from x = a to x = b as we have already seen. For arbitrary f , the geometrical meaning of
Rb
a
f (x) dx is the net signed area between the curve and the x-axis on interval [a, b] with areas above
the x-axis (where f (x) > 0) counted positively and areas below the x-axis (where f (x) < 0) counted
negatively.
y
Z b
f (x) dx = A1 − A2 + A3
a
A1 A3
a b x
y = f (x) A2
1 The choice of integration variable, just as the choice of summation index, is arbitrary, i.e.
Z b Z b Z b
f (x) dx = f (y) dy = f (t) dt .
a a a
130 5.4 The Definite Integral
This definition is consistent with the Riemann sum in the original definition since if b < a there, ∆x
would be negative. In practice, it is important to remember that if one exchanges limits one must
introduce a minus sign.
The following theorem gives a sufficient condition for a function f to be integrable on interval [a, b].
Rb
Theorem 5-4: If f is continuous on [a, b] then a f (x) dx exists.
In fact the weaker condition that f be piecewise continuous on [a, b] is sufficient.3
The next theorem lists several general properties of the definite integral. While they may be rigorously
proven by considering Riemann sums, consideration of their graphical meaning in terms of areas makes
them intuitively reasonable.
Theorem 5-5: Let f and g be integrable functions on the given intervals of integration and a, b, c,
m and M constants, then the following are true for definite integrals:
Z a
1. f (x) dx = 0
a
Z b
2. c dx = c(b − a)
a
Z b Z b Z b
3. [f (x) ± g(x)] dx = f (x) dx ± g(x) dx
a a a
Z b Z b
4. cf (x) dx = c f (x) dx
a a
Z b Z c Z b
5. f (x) dx = f (x) dx + f (x) dx
a a c
Z b
6. If f (x) ≥ 0 for all x in [a, b] then f (x) dx ≥ 0 .
a
Z b Z b
7. If f (x) ≥ g(x) for all x in [a, b] then f (x) dx ≥ g(x) dx .
a a
Z b
8. If m ≤ f (x) ≤ M for all x in [a, b] then m(b − a) ≤ f (x) dx ≤ M (b − a) .
a
Z b Z b
9. f (x) dx ≤ |f (x)| dx
a a
2 Assuming there are no variables in the limits of integration or non-integration variables in the integrand.
3 Piecewise continuous means function f is continuous everywhere except at a finite number of removable or jump
discontinuities. Vertical asymptotes (infinite discontinuities) are not allowed.
Integration 131
Example 5-15
Evaluate or simplify the following:
Z 2
1. x dx
−1
Z 4 √ Z
389 √
2. t dt if . x dx =
9 4 3
Z 4 Z 3 Z 1
3. f (x) dx + f (x) dx + f (x) dx
3 1 4
Z 3 Z 6 Z 12
4. f (x) dx + f (x) dx + f (x) dx
1 3 6
If a function is integrable we are free to choose the points of evaluation, x∗i , when evaluating the
Riemann sum to be the right endpoints of the intervals.
Theorem 5-6: If f is integrable on [a, b] then
b n
b−aX b−a
Z
f (x) dx = lim f a+i
a n→∞ n i=1 n
Note that similar theorems can be given for the left endpoint and midpoint choices of x∗i as previously
discussed.
Example 5-16
Evaluate the following definite integrals using a Riemann sum with the function evaluated at the
right endpoints of the intervals:
Z 3
x3 − 5x dx
1.
0
Z 5
2 + 3x − x2 dx
2.
1
132 5.4 The Definite Integral
2
f (x)
1
−6 −5 −4 −3 −2 −1 1 2 3 4 5 x
−1
−2
−3
−4
(a) Using the interpretation of the definite integral in terms of net signed area between the
function and the x-axis, find
Z 0
i. f (x) dx
−5
Z 5
ii. f (x) dx
−2
Z t
(b) If we define the function g(t) = f (x) dx, on what intervals is
−6
i. g(t) increasing?
ii. g(t) decreasing?
2-5: Use the interpretation of the definite integral as the net signed area to find:
Z 2 Z 3
2. 3x dx 4. (2x − 4) dx
0 0
Z 4 Z 3
3. 6 dx 5. (−x) dx
−1 −4
Z 0 p
6. Find r2 − x2 dx by interpreting the integral as an area. Here r > 0 is a positive
−r
constant.
7. Simplify the following to a single definite integral using the properties of the definite integral.
Z 7 Z −1 Z 9
f (x) dx + f (x) dx + f (x) dx
−1 3 7
8-9: Use Riemann sums with right endpoint evaluation to evaluate the following definite integrals.
Z 3
x3 + 1 dx
8.
0
Z b
9. x2 dx where b > 0 is constant
0
Integration 133
The Fundamental Theorem of Calculus (FTC) shows integration and differentiation are inverse
processes of each other. We will present two forms of the theorem, one involving derivatives and one
antiderivatives. The latter, as we will see, is particularly useful.
Theorem 5-7: The Fundamental Theorem of Calculus (Derivative Form):
If f is continuous on interval [a, b], then the function g(x) defined for all x in [a, b] by
Z x
g(x) = f (t) dt ,
a
g 0 (x) = f (x) ,
or, equivalently, Z x
d
f (t) dt = f (x) .
dx a
That the result of the theorem is plausible can be seen in the following diagram:
y y = f (x)
g(x) =Area
a x x + ∆x x
Z x
The function g(x) = f (t) dt associates with each value x the area under the curve y = f (x) from
a
the fixed number a up to x. To find the derivative of the function we must evaluate:
those points. That is, we use the usual derivative formula with lim h → 0+ and lim h → 0− at the endpoints.
134 5.5 Fundamental Theorem of Calculus
and hence
g(x + ∆x) − g(x)
≈ f (x) .
∆x
and in the limit we have
g(x + ∆x) − g(x)
g 0 (x) = lim = f (x)
∆x∆x→0
exactly. A rigorous proof of the theorem can be made using the Extreme Value Theorem, inequalities
of the definite integral, and the Squeeze Theorem.
Example 5-17
Use the derivative form of the Fundamental Theorem of Calculus to find the derivatives of the
following functions:
Z x p
1. g(x) = t3 + 1 dt
−1
Z 4 √ 8
2. g(x) = 2+ u du
x
√
x
s2
Z
3. h(x) = ds
1 s2 + 1
Z x2 +x p
4. g(x) = 1 + t3 dt
2
Z sin x
5. g(x) = cos θ dθ
0
Z x
sin t
6. Si(2x) where Si(x) is the sine integral function Si(x) = dt
0 t
Answers:
Exercise 5-5
Page 190
1-4: Compute the derivatives of the following functions using the Fundamental Theorem of Cal-
culus.
Z xp Z 1
t3 + 2t + 1 dt cos t3 dt
1. F (x) = 3. g(x) =
0 x
Z x4 p Z 3x p
3
2. h(x) = t3 + 2t + 1 dt 4. H(x) = t3 + 1 dt
0 2x
Z x
2 2
5. The error function, erf(x), is defined by erf(x) = √ e−t dt where eu is the natural
π −∞
exponential function. If f (x) = erf x3 find f 0 (x) .
Integration 135
6. The left-side of a symmetrical glacial river valley has an approximate parabolic shape de-
scribed by the curve y = − 14 x2 + 1 (in km) as shown.
y
A B
1 y = − 41 x2 + 1
s
P (x, y) Q
x
2
Using calculus techniques the arc length s from point A at the top of the valley to the point
P (x, y) can be shown to equal
Z xr
1
s= 1 + t2 dt .
0 4
Engineers wish to build a road connecting points A and B with a bridge spanning the valley
at the point P to the corresponding point Q on the opposite side of the valley. If the cost
to build the bridge is 25% more per kilometre than the cost of building the road (i.e. it is
5/4 times as much per km), at what point P (x, y) should they start the bridge to minimize
the total cost? (Hint: Due to the symmetry of the situation just minimize the cost to build
from point A to the middle of the bridge.)
We next turn to the second form of the Fundamental Theorem of Calculus which gives a simple
mechanism to evaluate many definite integrals.
Theorem 5-7: The Fundamental Theorem of Calculus (Antiderivative Form):
If f is continuous on [a, b] and F is any antiderivative of f (so F 0 = f ) then
Z b
f (x) dx = F (b) − F (a) .
a
b b
Note we define the shorthand F (x)|a to be the right hand side of the equality, F (x)|a = F (b) − F (a).
Unlike the integral sign, the bar is placed on the right.
Proof of the Antiderivative
Rx Form of the FTC follows from the fact that the deriative form of the FTC
shows that g(x) = a f (t)dt is an antiderivative of f (x), since g 0 (x) = f (x). By Theorem 5-1, any
other antiderivative F (x) of f (x) differs by at most a constant from g, F (x) = g(x) + C. Hence
Z b Z a Z b
F (b) − F (a) = [g(b) + C] − [g(a) + C] = g(b) − g(a) = f (t) dt − f (t) dt = f (t) dt .
a
|a {z } a
=0
136 5.5 Fundamental Theorem of Calculus
Example 5-18
Use the antiderivative form of the FTC to evaluate the following definite integrals:
Z 2
1. x−2 dx
1
Z 1
y 9 − 2y 5 + 3y dy
2.
0
Z π
2
3. (cos θ + 2 sin θ) dθ
0
Z 4 √ 2
( x + 2)
4. √ dx
1 x
Z 1
1
5. dx
0 x3
Answers:
Exercise 5-6
Page 191
1-7: Compute the following definite integrals using the Fundamental Theorem of Calculus.
Z 3 Z π
2
x2 + 3 dx
1. 5. (sin x + x) dx
1 −π
2
Z 1 √
2. x dx
4
Z 2
Z π 6. |x| dx
4
−3
3. sec2 θ dθ
−π
4
Z −1 Z 1
4 1
4. dx 7. dx
−2 x4 −1 x2
Integration 137
Indefinite Integrals
Because of the connection between the evaluation of definite integrals with integrand f and the an-
tiderivative of f we define the indefinite integral as follows:
Definition: If F (x) is an antiderivative of f , so F 0 (x) = f (x), then the indefinite integral of f (x)
is Z
f (x) dx = F (x) + C
R
The advantage of this notation for the antiderivative (rather than, say F (x)) is that f (x) dx clearly
df
indicates the function f being antidifferentiated, just as dx indicates the function differentiated. Note,
Rb
however, the difference between the definite and indefinite integrals. The definite integral a f (x) dx
is a number while the indefinite integral f (x) dx is a function.5
R
1
For indefinite integrals we say, for example, that n+1 xn+1 + C is the (indefinite) integral of xn
n
where x is the integrand. The process of finding the integral is called integration.
Using our notation for indefinite integrals and our knowledge of derivatives gives the following.
In the last two integration formulae f (x) and g(x) are functions while c is a constant.
Example 5-19
Evaluate the following integrals:
√
Z
√
Z
2 1 1
1. x x − dx 5. 3
y+ √ dy
x 3 y
√ (x + 1)3
Z Z
2
2. x + 3x dx 6. dx
x5
2 Z 4 √
2x3 + 3
Z
3. dx 7. 3x + 5x + 1 dx
x2 1
Z Z π
4
2 cos x − 3 sin x + sec2 x dx
4. (3 cos t − 2 sin t + sec t tan t) dt 8.
0
The last two integrals in the example, definite integrals, illustrate that these just require the further
step, after finding the antiderivative, of finding the difference of its evaluation at the endpoints.
Answers:
Exercise 5-7
Page 191
R
1. Explain why we use the indefinite integral symbol, f (x) dx, to represent the general form
of the antiderivative of the function f (x) .
6. Find the general form of the function y = f (x) such that the equation y 0 = x2 + 9 is satisfied.
Integration 139
Finding an antiderivative is possible if we recall the Chain Rule for differentiating compositions of
functions:
d
f (g(x)) = f 0 (g(x)) · g 0 (x) .
dx
3 3
In this example consider 1 + x3 2 which can be thought of as f (g(x)) where f (u) = u 2 and u = g(x) = 1 + x3 .
The Chain Rule gives:
d 3 3 1 d 3p 9 p
1 + x3 2 = 1 + x3 2 · 1 + x3 = 1 + x3 · 0 + 3x2 = x2 1 + x3 .
dx 2 dx 2 2
This is almost the integrand. Recalling that (cf (x))0 = cf 0 (x) we can get rid of the 9/2 by multiplying
the original function by 2/9:
d 2 3 2 9 p p
1 + x3 2 = · x2 1 + x3 = x2 1 + x3 ,
dx 9 9 2
and therefore, Z p 2 3
x2 1 + x3 dx = 1 + x3 2 + C .
9
3
This example is not very practical because the initial step of considering the derivative of 1 + x3 2
came out of nowhere. However it does suggest that the Chain Rule should underlie some useful
integration method. It does. In practice we focus on transforming the original integral in x into an
integral in terms of a new variable u where u = g(x) is the inner function of a composite function
found in the integrand. We have the following:
Theorem 5-8: Substitution Rule (Indefinite Integrals): Suppose u = g(x) is a differentiable
function whose range of values is an interval I upon which a further function f is continuous, then
Z Z
0
f (g(x))g (x) dx = f (u) du .
To integrate using the Substitution Rule for an indefinite integral follow these steps:
1. Selection a substitution u that appears to simplify the integrand. Try to select u so that its
derivative is a factor in the integrand.
2. Express the integrand entirely in terms of u and du eliminating the original variable and its
differential.
3. Evaluate the new u integral if possible.
4. Express the antiderivative found in the last step (a function of u) in terms of the the original
variable.
140 5.6 Integration by Substitution
u = 1 + x3
√ √
since this turns 1 + x3 into u. Differentiating u we get:
du
= 0 + 3x2 = 3x2 .
dx
Up to the constant 3 this is a factor in the integrand. Our du is:
du = 3x2 dx
3. Integrating we get:
√ du
Z Z
1 1 11 3 1 2 3 2 3
u = u 2 du = 3 u 2 + C = · u 2 + C = u 2 + C
3 3 32 3 3 9
Example 5-20
Find the indefinite integrals:
5x4 + 3
Z 2
x3 + 3x
Z
1. 3 dx 6. dx
(x5 + 3x + 2) x2
x2 − 1
Z Z p
2. 2 dx 7. x3 1 + x2 dx
(x3 − 3x + 7)
√
sec2 x
Z Z
3. tan2 x sec2 x dx 8. √ dx
x
Z Z
32
x cos x2 + 3 dx
4. 9. x5 2 + 3x2 dx
Z
cos x Z
5. 5 dx 10. sin2 x dx
(1 + sin x) 2
Integration 141
When the substitution method is required for definite integrals the obvious method is to use the
substitution to find the antiderivative and then evaluate at the endpoints and subtract as usual.
Example 5-21
Z 2 p
Evaluate the definite integral x2 1 + x3 dx.
0
Here we recognize the indefinite integral from before. We solved this using the substitution u = 1+x3
3
to find the required antiderivative 92 1 + x3 2 + C so the definite integral is just:
Z 2 2
p 2 3 2h 3 3
i 2 52
x2 1 + x3 dx = . . . = 1 + x3 2 = (1 + 23 ) 2 − (1 + 03 ) 2 = [27 − 1] =
0 9 0 9 9 9
2
Notice here the constant 9 which was a factor of both the upper and lower limit was pulled out to
simplify evaluation.
A quicker way to solve the definite integral when doing a substitution is to skip the last step of
converting the antiderivative in terms of u back to the original variable. Instead you can convert the
limits of the original variable into new limits of the variable u.
Example 5-22
Z 2 p
Evaluate the definite integral x2 1 + x3 dx by changing the limits of the integral upon substi-
0
tution.
As before we have the substitution u = 1 + x3 so du = 3x2 dx. Now x ranges from lower limit 0 to
upper limit 2. The new limits of u are:
upper limit: x = 2 ⇒ u = 1 + 23 = 9
lower limit: x = 0 ⇒ u = 1 + 03 = 1
Example 5-23
Find the definite integrals:
Z 1 Z 10
5 3
1. (1 + x) dx 4. √ dx
0 2 5x − 1
4 √ 4 4 √
Z
( x + 1)
Z
2. √ dx 5. 5 − x dx
1 x 1
Z π
3
3. sin 3θ dθ
0
Answers:
Exercise 5-8
Page 192
1-6: Evaluate the following indefinite integrals using the Substitution Rule.
√
Z
x2 + 2x
Z
1. 5 dx 4. cos(θ) 3 − sin θ dθ
(x3 + 3x2 + 4)
√
Z p Z
2. (5x + 1) 5x2 + 2x dx 5. x 4x + 1 dx
Z √
cos t
Z π
3. √ + t3 dt 6. sec2 2x − dx
t 3
7-12: Evaluate the following definite integrals using the Substitution Rule.
Z 2 Z 3
p x
7. x3 x4 + 9 dx 10. 2 dx
0 1 (2x2 + 1)
π Z π
sin t
Z 4 3
4 2 11. dt
8. tan θ sec θ dθ 2
0
π
4
cos 3 t
T
1 Z
2πt
Z 3
1 + x + (1 − x)5 dx
9. 12. cos dt (T > 0 is constant)
0 0 T
Integration 143
Theorem 5-10: The following is true for symmetric functions integrable on [−a, a] :
Z a Z a
• If f (x) is even then f (x) dx = 2 f (x) dx.
−a 0
Z a
• If f (x) is odd then f (x) dx = 0.
−a
The last theorem is obvious from consideration of the definite integral as a sum of areas for in the
even case the areas on each side of the y-axis will be equal. In the odd case the areas are also equal
in magnitude but will contribute oppositely in sign to the overall integral (since f (−x) = −f (x)).
Alternatively one may prove the theorem directly by writing
Z a Z 0 Z a
f (x) dx = f (x) dx + f (x) dx ,
−a −a 0
R0
and doing a change of variables of u = −x on the −a
integral.
Example 5-24
Integrate the following:
Z 2
1. (x2 + 3) dx
−2
Z π/2
2. (sin x + sin 2x) dx
−π/2
Z Z 32
10 11. sin(tan x) dx
6. cos θ (sin θ + 3) dθ
− 32
144 5.8 Areas Between Curves
We have already calculated an area between curves. Namely, when y = f (x) ≥ 0 on [a, b] then
Z b
A= f (x) dx
a
is the area below the curve y = f (x) and above the x-axis. But since the y-axis is just the curve y = 0,
the above integral is also the area between the curve y = f (x) and the curve y = 0. If the lower curve
is y = g(x) instead of y = 0 we get the following result:
Theorem 5-11: If y = f (x) and y = g(x) are integrable on the x-interval [a, b] with f (x) ≥ g(x) on
the interval then the area between the curves y = f (x) and y = g(x) and the lines x = a and x = b
is Z b
A= [f (x) − g(x)] dx .
a
y y = f (x)
dA
y = g(x)
A f (x) − g(x)
dx
x
x=a x=b
R
A simple way to remember the theorem is the differential notation. We are finding the sum A = dA
of the infinitesimal rectangle areas each of area dA where
dA = [f (x) − g(x)] · dx .
| {z } |{z}
height width
Since f (x) ≥ g(x) the height of the infinitesimal rectangular area, f (x) − g(x), is positive, even if one
(or both) of the curves lies below the x-axis. Since a < b for an interval [a, b] the width dx is also
positive, thereby ensuring a positive area element dA.
Another useful way to remember the result is that the area between the curves y = f (x) and y = g(x)
is just the area under the curve y = f (x) minus the area under the curve y = g(x). This is verified by
using the properties of the definite integral to get:
Z b Z b Z b
A= [f (x) − g(x)] dx = f (x) dx − g(x) dx
a a a
This interpretation gives the proper area even when one or both of the curves lie below the y-axis.
(Think about it!)
Integration 145
Example 5-25
Find the area of the region bounded by y = 2x + 4 and y = x2 + 2x + 3 between x = 0 and x = 21 .
Sometimes one is asked to find the area between two curves y = h1 (x) and y = h2 (x) with no endpoints
a, b given. In that case the curves in question must intersect at least twice to form one (or more)
regions bounded by the two curves. The problem is illustrated below.
y
y = h1 (x)
A1 y = h2 (x)
y = h2 (x) A2
x0 x1 x2 x
y = h1 (x)
Here the two curves intersect at three points with x-coordinates x0 , x1 , and x2 . The total area between
the curves A = A1 + A2 where the light grey area A1 is over [x0 , x1 ] and has h1 (x) ≥ h2 (x), while the
dark grey area A2 is over [x1 , x2 ] and has h2 (x) ≥ h1 (x). In general proceed as follows.
1. Find the x-coordinates of the intersection points of the two curves. These will determine
where each bounded subregion begins and ends. Since an intersection point must lie on both
curves this requires that h1 (x) = y = h2 (x). In other words we must solve:
h1 (x) = h2 (x)
Example 5-26
Find the area of the region bounded by the following curves:
1. y = 2x + 4 and y = x2 + 2x + 3
2. y = x2 and y = 18 − x2
3. y = x2 and y = (x − 2)2 from x = 0 to x = 3
146 5.8 Areas Between Curves
Sometimes the region for which one wants an area is better described by functions x = f (y) and
x = g(y) denoting the right and left boundaries of the region respectively. One then has the result:
Theorem 5-12: If x = f (y) and x = g(y) are integrable on the y-interval [c, d] with f (y) ≥ g(y) on
the interval then the area between the curves x = f (y) and x = g(y) and the lines y = c and y = d
is Z d
A= [f (y) − g(y)] dy .
c
The situation is depicted below:
y x = g(y) x = f (y)
y=d
A
f (y) − g(y)
dy
dA
y=c
In this case the integral represents the addition of horizontal area elements dA of area
dA = [f (y) − g(y)] · dy .
| {z } |{z}
width height
When only the region bounded by x = h1 (y) and x = h2 (y) is requested with no interval [c, d] given
one must solve h1 (y) = h2 (y) to find the y-values yi which enclose the bounded regions and identify
the greater curve (x = f (y)) and the lesser curve (x = g(y)) for each interval.
Example 5-27
Find the area of the region bounded by the following curves:
1. y 2 = 2x + 10 and y = x + 1 2. 2y 2 = x + 4 and x = y 2
If given a choice of doing a vertical or horizontal area analysis of a bounded region one should consider:
1. x2 + y = 1 and x − y = 1
2. y 2 = 4 + x and y 2 + x = 2
3. y = x + 6, y = x3 , and 2y + x = 0
Integration 147
Answers:
Exercise 5-10
Page 193
1-7: Find the area of the region bounded by the given curves.
1. y = x2 − 3x + 8 and y = 4x − x2 over the closed interval [−1, 2] .
5. y = x2 − 2x, y = x − 2
6. y = 0, y = 2x, x + y = 3
8
7. y = , y = x, y = 4x2 + 4x and lying in the first quadrant (x > 0 and y > 0) .
x2
148 5.9 Net Change
Example 5-29
A ball thrown vertically upward has velocity given by v(t) = −10t + 18 in m/s. What is the total
change in displacement of the ball between t = 1 and t = 2 seconds?
Example 5-30
Over the first 20 years of its existence a factory had a production rate of units given by
dU
= 1000 + 150t [units/year] .
dt
How many units did the factory produce in its first 20 years?
Example 5-31
In Question 7 of Example 3-33 (page 81), the rate of change of height of the pyramid frustum with
time was
dh 1
= 2 R ,
dt B2 1 − h H
where B = 230 m was the length of the base of the pyramid, H = 150 m was its final height, and
R = 360 m3 /day was the constant rate of change of volume with time. The rate of change of time
with respect to height is the reciprocal:
2
B2
dt h
= 1− .
dh R H
How long did it take to build the top third of the pyramid? (i.e. from 2/3 of its final height to its
final height.)6
6 Note you can check your answer directly by working out the volume of the top third of the pyramid and dividing
by R .
Integration 149
Answers:
Exercise 5-11
Page 193
1. A particle oscillates in a straight line with velocity v(t) = sin (πt) centimetres per second.
Compute the particle’s displacement over the following time intervals.
(a) t = 0 to t = 1 seconds.
(b) t = 1 to t = 2 seconds.
(c) t = 0 to t = 2 seconds.
2. The flow rate at a particular location for a large river over the month of May was approxi-
mately f (t) = − 13 (t − 15)2 + 100 in gigalitres per day. Here the time t is measured in days
from the beginning of the month. How much water flowed past that location between the
times t = 10 and t = 20 days?
150 5.10 Differential Equations
We are accustomed to solving equations like x3 − 4x = 0 to find those values of x that make the
equation true (i.e. the solutions, here x = −2, x = 0, and x = 2.). We now consider equations where
the unknown is not a value x, but rather a function y = f (x).
Definition: An equation which contains an unknown function and at least one of its derivatives is
called at differential equation.
Example 5-32
1
y 00 + sin(xy) + 2 = is a differential equation involving unknown function y = f (x).
x
Definition: The highest order derivative that occurs in a differential equation is called the order of
the differential equation.
Example 5-33
The order of the following differential equations is as follows:
Definition: If a function y = f (x) and its derivatives when substituted into a differential equation
satisfies that equation then f (x) is called a solution of the differential equation.
Example 5-34
Show that the given function is a solution of the given differential equation:
1. y = 2x2 + cx in xy 0 − y = 2x2
2. y = x sin x in y 00 + y − 2 cos x = 0
The first solution in Example 5-34, containing a constant, is called a general solution to the dif-
ferential equation.7 It can be shown that n different constants are required for a general solution to
a differential equation of order n. Choosing different values for the constant(s) in a general solution
generates a family of solutions to the differential equation. Assigning specific values to the constants
in a general solution yields a particular solution to the differential equation. The second solution in
Example 5-34 is a particular solution to that differential equation. The next graph shows particular
solutions generated by using the constants c = 1/10, c = 1, and c = 3 respectively in the general
solution of the first problem in Example 5-34.
7 Other solutions called singular solutions may also arise for certain differential equations.
Integration 151
y y = 2x2 + 3x (c = 3)
(1, 5)
y = 2x2 + x (c = 1)
(1, 3)
x
y = 2x2 + 10
(c = 1/10)
(1, 21/10)
1 x
Physical problems often require finding a function that is not only a solution to a differential equation
but also satisfies initial conditions at some value of the independent variable. For example one
may require the function satisfy the constraint y(t0 ) = y0 for given constants t0 and y0 . Here the
terminology initial arises from problems for which the independent variable is time. An initial value
problem is one for which one seeks a solution to a differential equation that satisfies a given set
of initial conditions. The initial conditions of the problem determine the constants of the general
solution to the differential equation. The resulting particular solution is the physical solution to the
problem. Higher order differential equations require more initial conditions, which may involve either
the function or its derivatives having specified values at time t0 .
Example 5-35
1. Find the value of c that makes y = 2x2 +cx a solution to the initial value problem xy 0 −y = 2x2 ,
y(1) = 5 .
2. For the initial value problem y 0 + y tan t = sec t, y(0) = 2, show that y = sin t + C cos t is
a general solution to the differential equation and find the value C that makes it satisfy the
initial condition.
As the previous example shows, solving an initial value problem given a general solution to the differ-
ential equation amounts to solving one (or more) equations for the unknown constant(s). An equation
is generated using each of the initial conditions substituted into the general solution, or potentially
its derivatives. So the central problem becomes how to find the general solution to a given differential
equation. Books and courses are devoted to that problem. However there is a class of such differential
equations we can solve at this point, namely those of the form
y (n) = g(x) ,
where y (n) is the nth derivative of y with respect to x and g(x) is a function of x. When n = 1 we have
y 0 = g(x) .
152 5.10 Differential Equations
In Section 5.1 we have already seen that the solution to such a problem is just the antiderivative of
g(x). Since the indefinite integral is just the antiderivative, it follows that the solution of
y 0 = g(x)
is just Z
y= g(x) dx + C .
Here the constant of integration has been written explicitly. It is this constant that make the indefinite
integral the general solution to the differential equation. The constant C will be determined by the
given initial condition in an initial value problem.
For the higher order differential equation
y (n) = g(x)
one can, in principle, integrate n times with respect to x. Each such integration will introduce a new
constant of integration so that our general solution y(x) will contain n constants as expected for this
order n differential equation. These, in turn, must be determined by n initial conditions to find the
physical solution to the initial value problem.
Example 5-36
Solve the following differential equations and initial value problems.
dy
1. = sin2 x cos x
dx
2. y 00 = x2 + cos x
p x
3. 1 − x2 + 0 = 0, y(0) = 3
y
d2 y 2 dy
4. = −9.8 m/s , y(0) = 3 m, = 2 m/s
dt2 dt t=0
3-5: Solve the following differential equations and initial value problems.
dy √
3. = x + csc x cot x
dx
d2 x
4. = (2t + 3)5
dt2
5. y 0 = 2x + sin x, y(0) = 1
Integration 153
Answers:
Chapter 5 Review Exercises
Page 194
√ 31
5
Z t2 − 4
10. √
5 3
dt
t
Z 1
11. x(x − 1)6 dx
−1
Z π/4
12. cos4 (3x) sin(3x) dx
0
Z π
3
13. cos2 (3θ) dθ
0
14-16: Find the area of the region bounded by the given curves.
14. y = x2 + 1 and y = 5.
17-18: Solve the following differential equations and initial value problems.
3 + x5
17. y 0 =
x2
18. y 0 sec x = 2, y(0) = 3
Appendix A: Inequalities
155
156
The inequality −5 < 2 is true because -5 is to the left of 2 on the number line, or equivalently the
difference 2 − (−5) = 7 is positive (strictly greater than zero).1 We can exchange both sides of the
inequality if we flip the direction of the inequality. So, using a greater than sign (>) instead of the less
than sign we have 2 > −5 which is also true. In either case the pointy side of the inequality points to
the smaller number and the open side points to the larger number. Note that smaller and larger means
with respect to the position of the numbers on the number line, not the magnitude of the numbers.
Thus −5 < 2 is true despite the fact that the magnitude of -5 (which is | − 5| = 5) is greater than the
magnitude of 2 (which is |2| = 2).
Just as in equations we often introduce a variable in an inequality, such as x < 5 . The set of all x that
satisfy this inequality is the interval (−∞, 5). Inequalities can either be strict (< or >) or otherwise
(≤ or ≥) . Here ≤ means “less than or equal to”. So writing x ≤ 5 is logically equivalent to
x < 5 or x = 5 .
If desired one can find those values satisfying this inequality by solving the strict inequality and the
equality separately and combining (taking the union of) the results. In this simple example the set of
x satisfying the inequality is clearly (−∞, 5] .
When the variable is not already isolated on one side of the inequality one will want to solve the
inequality to find those values that make it true. One often has to manipulate inequalities to isolate
the variable x, to find those solutions. When it comes to addition or subtraction, inequalities can be
manipulated like equations. So x − 5 < 0 can be solved to get x < 5 by adding 5 to both sides of
the inequality. This similar behaviour is also the same when we multiply or divide both sides of an
inequality with a positive number. However when solving an inequality one has to be careful when
multiplying or dividing by negative numbers. In that case one must remember to flip the direction of
the inequality. To see that this is necessary consider x − 5 < 0 again. We can legitimately subtract
x from both sides to get the equivalent inequality −5 < −x. Now, however if we multiply (or divide)
both sides by -1 without flipping the inequality direction we would get 5 < x which is wrong as we saw
above that x < 5 is the correct answer. Thus when multiplying (or dividing) both sides of −5 < −x
by the negative number −1 we must flip the inequality to get 5 > x which is equivalent to the correct
inequality x < 5 we found above.
When reciprocating both sides of inequality care must also be taken. If 2 < 5 then we see that one
must flip the inequality when reciprocating since 21 > 15 . In general for 0 < a < b (which means “0 < a
and a < b”, so a and b are both positive)2 one must flip the inequality:
1 1
0<a<b ⇒ 0< < .
b a
This flipping also occurs if a and b are both negative (a < b < 0). If one of a or b is positive and the
other is negative however then the inequality does not flip, since the sign of the reciprocal numbers will
be the same sign as the original numbers and the initial inequality ordering is therefore maintained.
If our original inequality does not have a simple linear form for the variable (like ax + b < 0) then
solving the inequality is more work. Consider solving the inequality involving a rational function such
as
x2 + 5x + 6
<0.
5−x
We can factor this into the linear expressions:
(x + 3)(x + 2)
<0
5−x
1 If one wishes to say a number is positive or zero (i.e. x ≥ 0) one can use the term non-negative.
2 The notation a < b < c reflects the transitive nature of inequalities, that is if a < b and b < c then a < c is also
true.
Inequalities 157
In words this inequality is looking for those values of x which make the left hand side of the inequality
negative. For a rational expression such as this, this means we have to have an odd number of negative
factors in the expression as a whole (numerator and denominator), which can happen in several ways,
namely
(+)(+) (+)(−) (−)(+) (−)(−)
or or or .
(−) (+) (+) (−)
Each one of these expressions can contribute to the solution (since they are logically connected by
“or”). Looking at the first possibility, (+)(+)
(−) , we require
Now because these must all be true for a given solution x (due to the “and”) we can clearly simplify
this logic. We have the intersection of three intervals, namely (−3, ∞) ∩ (−2, ∞) ∩ (5, ∞) which just
equals (by considering, for instance, the overlap of these intervals on the number line) the interval
(5, ∞). In other words, if logically x must be greater than -3 and -2 and 5 then it just must be greater
than 5. Sign analysis of the second possibility, (+)(−)
(+) , implies
or
x > −3 and x < −2 and x < 5 .
The overlap of these intervals is
or
x < −3 and x > −2 and x < 5 .
The overlap of these intervals,
contains no points (since the first two intervals have no overlap). We can write this “solution” using
the empty set ∅ which we recall is defined to be { }. The final possibility, (−)(−)
(−) implies
or
x < −3 and x < −2 and x > 5 .
These intervals again have no common solution,
Putting together the four possibilities we get the complete solution to the inequality which is the union
of the intervals (since they are logically connected by “or”) namely
which simplifies to
(−3, −2) ∪ (5, ∞) .
Alternatively, using set theory notation, the solution is
The above sign analysis can be expedited by first tabulating where each linear factor is positive and
negative:
and then intersecting the intervals required for each sign combination.
If our original inequality had instead been
x2 + 5x + 6
≤0,
5−x
then we would have also had to include the solutions to
(x + 3)(x + 2)
=0,
5−x
namely where the numerator vanishes, x = −3 or x = −2. Our solution would then have to include
these interval endpoints, namely
[−3, −2] ∪ (5, ∞) ,
or
{x ∈ R | − 3 ≤ x ≤ −2 or 5 < x} .
Note that x = 5 is not included; the left hand side of the inequality is undefined there.
If our inequality had been
x2 + 5x + 6
>0,
5−x
then we could again do sign analysis, this time requiring an even number of negative factors to produce
a positive expression. In our example above this is:
Using our earlier linear factor table we have immediately that the solution is
[(−3, ∞) ∩ (−2, ∞) ∩ (−∞, 5)] ∪ [(−∞, −3) ∩ (−∞, −2) ∩ (−∞, 5)]
∪ [(−∞, −3) ∩ (−2, ∞) ∩ (5, ∞)] ∪ [(−3, ∞) ∩ (−∞, −2) ∩ (5, ∞)]
which simplifies to
(−2, 5) ∪ (−∞, −3) ∪ ∅ ∪ ∅ = (−∞, −3) ∪ (−2, 5) ,
or
{x ∈ R | x < −3 or − 2 < x < 5} .
Inequalities 159
Since being greater than zero is the complement3 of being less than or equal to zero we can confirm
this result, by taking the complement of our previous ≤ solution,
to get
(−∞, −3) ∪ (−2, 5)
for our greater than solution. Once again, x = 5 must be excluded when taking the complement as
that value is not in the domain of the rational function.
As an alternative approach to the above procedure, one can analyze the inequality
x2 + 5x + 6
<0
5−x
2
by looking at those locations where the rational function f (x) = x +5x+6
5−x can potentially change sign.
In places where f (x) is continuous this can only occur only if f (x) = 0. Graphically speaking, the
curve y = f (x) crosses the x-axis (y = 0) to go from negative to positive or vice versa. If there is a
discontinuity in the curve at a point x, say where the function f (x) is undefined, then a change in sign
of f (x) can potentially occur there as well. So in the above example we have that
x2 + 5x + 6 (x + 3)(x + 2)
f (x) = =
5−x 5−x
equals zero when the numerator vanishes, namely when factors x + 3 = 0 or x + 2 = 0, or simply when
x = −3 or x = −2. The function is undefined when the denominator vanishes, so 5 − x = 0 (or x = 5).
These three values of x partition the real axis into four open intervals, namely (−∞, −3),(−3, −2),
(−2, 5), and (5, ∞) . On each of these intervals, by our previous argument, the function must be either
positive (f (x) > 0) or negative (f (x) < 0). To determine which, we can take a convenient test value
within each interval and find the sign of f at that point. So, for instance, on (−∞, −3) we find that
f (−4) = 92 > 0 so the function is positive on that interval. A summary of the analysis of all the
intervals is on the following table.
2 2
From this we see that x +5x+6
5−x < 0 has solution (−3, −2) ∪ (5, ∞) as before while x +5x+6
5−x > 0 has
solution (−∞, −3) ∪ (−2, 5). Finally if the inequality is not strict (so ≤ or ≥) we have to include
solutions to the equation f (x) = 0 (here x = −3 or x = −2) in our solution, which, as before, are
endpoints which close some of these intervals.
Either of the previous procedures rely on writing the expression f (x) as a rational expression so that we
have a product and/or quotient of factors. To do this one might need to get a common denominator.
For instance to solve the inequality
2x2 + 6
+x<0
5−x
3 The complement of a set A is the set U − A where U is the universal set of elements under consideration. Usually
U will be R if we are considering real numbers, but in this case U is those values for which the inequality can be evaluated,
namely the domain of the rational function. The complement of a set A is sometimes denoted A0 , Ac , Ā or à .
160
5−x
we can multiply the second term by 5−x to rewrite the left hand side as
2x2 + 6 x(5 − x)
+ <0
5−x 5−x
which simplifies, upon expanding and combining the numerators, to
x2 + 5x + 6
<0,
5−x
which can be solved as before to get x in (−3, −2) ∪ (5, ∞).
In general if we do not have zero on both sides of the inequality, we can use the rules given previously
to rewrite the inequality with f (x) on one side and 0 on the other. So for, instance, if we had to solve
2x2 + 6
x<
x−5
we could subtract the right side from both sides to get
2x2 + 6
− +x<0
x−5
Bringing the minus sign into the denominator of the first term,
but wanted to divide both sides by (x − 5). Since (x − 5) could be positive or negative this would now
require us to solve two problems, as we can have solutions from
2x2 + 6
x< and x − 5 > 0 ,
x−5
Inequalities 161
as well as (“or”)
2x2 + 6
x> and x − 5 < 0 .
x−5
2
The first inequality, x < 2xx−5
+6
, has, as we have seen, the solutions (−3, −2) ∪ (5, ∞). Requiring
x − 5 > 0 (so x > 5) means intersecting this with (5, ∞) to get only (5, ∞). The second inequality,
2
x > 2xx−5+6
, has solution (−∞, −3) ∪ (−2, 5) . Requiring x − 5 < 0 (so x < 5) means intersecting this
with (−∞, 5) to get (−∞, −3) ∪ (−2, 5) . Putting both possibilities together we get
Finally, we should notice that x = 5 was also a solution to the original inequality. (It got lost when
we divided both sides by x − 5.) If we add this to our solution we do, finally, get
as we found the easy way. The point of this last example is that multiplying or dividing both sides
of an inequality by expressions involving a variable is non-trivial and requires some bookkeeping.
Expressions having a constant sign (like x2 + 1 which is always positive) would be an exception to this.
Once an inequality is solved it should be checked by choosing some test values from the solution (to
see that they satisfy the inequality) and some values that are not part of the solution (to see that they
do not). Graphing the non-zero side of the inequality can be done to check many values at once.
Answers:
Exercise A-1
Page 194
1. x2 − 6x − 7 > 0
1 − 2x
2. ≤0
x2 + 4x + 3
10
3. <x
7−x
162
Appendix B: Solving Trigonometric
Equations
163
164
assuming your calculator is in radian mode. Otherwise if your calculator is in degree mode it would
return −30◦ . The problem, however, is that the sine function defined on its usual domain D = R is
not invertible and the above procedure only returns the solution to the original equation that lies in
[−π/2, π/2]. There are many more, in fact infinitely many more, solutions to the original equation.
To see this, plot the sine function and look to see those values of θ which make sine equal -1/2 :
y = sin θ
1
−2π − 3π
2
−π − π2 π
2 π 3π
2
2π θ
y = − 21
−1
The circles indicate all the solutions with the first small circle to the left of the origin being the one
provided by the calculator. Other solutions (the other smaller dots) can be found by adding integer
multiples of 2π (±2π, ±4π, . . .) to this value. This occurs due to the periodicity of sine, that is, because
However, as shown in the diagram, there is an infinite number of other possible solutions labelled by
the larger dots; these also are separated from each other by multiples of 2π. Note that one of these
solutions also lies in [0, 2π).
As a general strategy to solving the equation
trig(θ) = # ,
where trig represents one of sine, cosine, and tangent, and # is some numerical value, we first find the
“physical” angle solutions (usually two of them) in the interval [0, 2π). In a geometrical problem, the
other angle solutions will overlap with these two angles as they just are adding multiples of 360◦ (2π)
to them. For problems where the trigonometric equation is not arising from a geometrical problem the
other solutions may be meaningful as well.
Solving Trigonometric Equations 165
Step 1: Consult the following CAST diagram to determine in which quadrants your two solutions lie.
y
Quadrant II Quadrant I
Sine Positive All Positive
θ
x
In our case # = −1/2 is negative and our trigonometric function is sine. The CAST diagram
shows sine is positive in the first quadrant and the second quadrant. Since our value is negative
our solutions lie in quadrant III and quadrant IV. (If the value is exactly zero you can consider
it a small positive number for purposes of this step.)
Step 2: Draw two diagrams showing your angle solutions in each quadrant. Also label the reference
angle θ0 which is the acute angle from your terminal ray to the x-axis. (The reference angle θ0
will be the same for each of your solutions.) Determine the value of θ in terms of your reference
angle. In our case we have1
θ θ
π 0, 2π π 0, 2π
θ0 θ0
Step 3: Next we need to solve for the reference angle θ0 . The reference angle satisfies the identical
equation as the original equation except we need to take the absolute value of the number:
trig(θ0 ) = |#|
θ = π + θ0 for quadrant III, and θ = 2π − θ0 for quadrant IV. The student should verify each of these with a diagram.
166
our basic triangles one sees that the angle that has a sine of 1/2 is θ0 = π6 . Alternatively the
calculator’s inverse sine function will give us the correct answer in decimal (assuming radian
mode):
θ0 = sin−1 (1/2) = 0.523598775 .
Obviously it is better to use the exact answer π/6 obtained by thinking about the relevant
30-60-90 triangle.
Step 4: Next we get our two solutions for θ by using the relationships we derived in Step 2. For our
quadrant III solution we have
π 6π π 7π
θ = π + θ0 = π + = + = ,
6 6 6 6
while for our quadrant IV solution we get
π 12π π 11π
θ = 2π − θ0 = 2π − = − = .
6 6 6 6
Step 5: Finally since all the trig functions are periodic, trig(θ + 2π) = trig(θ), we need to add 2nπ for
all possible integers n (0, ±1, ±2, . . .) to each of the solutions from Step 4 to get the remaining
solutions. In our case we have for the complete solution set:
7π 11π
+ 2nπ | n an integer ∪ + 2nπ | n an integer .
6 6
We have shown how to solve a trigonometric equation of the form trig(θ) = #, for trigonometric
functions sine, cosine, and tangent. If your equation is not in this standard form try to solve for the
trigonometric function. Thus, for example, 2 sin θ + 1 = 0 is the same equation as sin θ = −1/2 once
you solve for the trigonometric function.
If you have a trigonometric equation involving a single cosecant, secant, or cotangent, try to solve for
the trigonometric function as before and then reciprocate both sides. Thus to solve
csc(θ) = −2
equation. That sin(3θ) 6= 3 sin θ in general can be verified by plugging a few values of θ into your calculator.
Solving Trigonometric Equations 167
quadratic. If the situation arose where we really did want to find those θ that solved sin θ = − 12 and sin θ = 12 we would
have to take the set intersection (∩) not the set union (∪) below of the solution sets of each equation and we would, in
fact, see there is no θ satisfying both equations. (Which of course there could not be as an angle cannot have a sine that
is both 1/2 and simultaneously −1/2 .) So be careful to use or and and appropriately.
168
where here we have used ∈ for “element of” (in) and Z, the traditional symbol for the set of integers
(Z = {0, ±1, ±2, . . .}).
Looking back at the last two examples we see that in both equations we were recognizing function
composition to simplify the problem. In the first we had trig(g(θ)) = # while in the second case we
had f (trig(θ)) = # for some functions f and g. As discussed in Section 1.2.10, when composition like
this occurs, solving the problem becomes a two step process, namely solving the outer equation and
then the inner equation equalling the solutions of the former.
Returning to the trigonometric equations, what do you do if the problem involves more than one
trigonometric function? Suppose we wish to solve:
1
sin θ − tan θ cos3 θ + = 0.
8
One strategy is to use trigonometric identities to try to write the expression in terms of a single
trigonometric function.4 Since all trigonometric functions can be written in terms of sine and cosine,
for instance, we could try writing the above expression using the identity tan θ = sin θ/ cos θ to get an
expression in terms of just sine and cosine:
1
sin θ − sin θ cos2 θ + = 0.
8
Next since only even powers of cosine appear here we can use the Pythagorean identity sin2 θ+cos2 θ = 1
(so cos2 θ = 1 − sin2 θ) to get
1
sin3 θ + = 0 .
8
Now the expression only involves sin θ. Isolate sin θ to get
1
sin3 θ = − .
8
Since cubing is an invertible function we can cube root both sides to get
1
sin θ = − .
2
This is the same problem we solved originally so the solution to this problem is the same as that one.
In summary, trigonometric identities are useful for transforming complicated trigonometric equations
into ones that can be solved.
Suppose you cannot find a way to transform your trigonometric equation into one involving a single
trigonometric function. A further technique which can be used is to rearrange your equation so that
zero is on the right and then try to see if you can factor the expression on the left so that each factor
involves only a single trigonometric function (or can be transformed to such a factor with identities).
For instance, suppose we wish to solve:
2 sin θ tan θ + 2 sin θ + tan θ = −1 .
Putting all terms on the left hand side this becomes
2 sin θ tan θ + 2 sin θ + tan θ + 1 = 0 .
Notice the left-hand side factors to give the new equation:5
(2 sin θ + 1)(tan θ + 1) = 0 .
4 Recall a trigonometric identity is a trigonometric equation that is true for all values of the variable. It thus can be
used to convert one expression in an equation into a simpler expression, thereby making the equation easier to solve.
5 To see the factoring it may be easier to set x = sin θ and y = tan θ and notice that we have to then only factor the
algebraic expression 2xy + 2x + y + 1 = 2x(y + 1) + 1(y + 1) = (2x + 1)(y + 1) by grouping and then reintroduce the
trigonometric values of x and y at the end.
Solving Trigonometric Equations 169
Now since the right hand side is zero, and recalling that the only way a product can equal zero is if
one of the factors is zero, solving the original equation is equivalent to solving
2 sin θ + 1 = 0 or tan θ + 1 = 0 ,
Following the usual steps for tan θ = −1 we see by the CAST diagram that tangent is positive in
quadrants I and III. Since our right hand side is negative that means our solutions in [0, 2π) lie in
quadrants II and IV. Drawing the diagrams we see that θ = π − θ0 for the quadrant II solution and
θ = 2π − θ0 for the quadrant IV solution where the reference angle θ0 satisfies tan θ0 = 1. From our
45-45-90 triangle we recognize that the tangent of 45◦ is indeed 1 and so our reference angle is θ0 = π/4.
(Alternatively use θ0 = tan−1 (1) to get this.) Our quadrant II solution is therefore θ = π − π/4 = 3π/4
and our quadrant IV solution is θ = 2π − π/4 = 7π/4. By periodicity our complete solution to
tan θ = −1 is
3π 7π
+ 2nπ | n an integer ∪ + 2nπ | n an integer .
4 4
Listing out these values one realizes this may be simplified to6
3π
+ nπ | n an integer .
4
Finally putting the solutions to both equations together we have the solution set for the original
equation:
7π 11π 3π
+ 2nπ | n ∈ Z ∪ + 2nπ | n ∈ Z ∪ + nπ | n ∈ Z .
6 6 4
As a final note, if your trigonometric equation cannot be solved using any of the techniques outlined
here, remember that trigonometric functions are just functions and you can apply any numerical
solution-finding method, such as the Bisection Method, to them as you would any other equation. In
that case you should seek all the distinct solutions in the interval [0, 2π) first. Assuming you have
written your equation as f (θ) = 0, plotting f (θ) will help here to see where the solutions lie and how
many of them there are. If your equation involves only trigonometric functions and the arguments of
your trigonometric functions are θ, or more generally mθ where m is an integer, adding multiples of
2π to your solutions in [0, 2π) will also be solutions to your equation.
6 This simplification results from the fact that tangent actually satisfies the simpler periodic relation
tan(θ + π) = tan θ .
170
Answers:
Exercise B-1
Page 195
2. sec θ = −2
3. cos(4α) = − 12
4. tan2 x = tan x
Answers
171
172 Answers
10
11. D = R − {−1/2, 3} = (−∞, −1/2) ∪ (−1/2, 3) ∪ (3, ∞); No x-int; y-int= −
3
12. D = {x ∈ R|x ≤ 4} = (−∞, 4]; x-int= 4; y-int= 2
√ √ √
13. D = −∞, − 10 ∪ 10, ∞ ; x-int= ± 10; No y-int
-1 x
x
(d)
(b) y
y
1
x
x
(e) f (−x) = −f (x), and so f is odd.
1 x+2
1. (a) f (x + 2) = (b) f (f (x)) =
x+4 2x + 5
3 p
2. f ◦ g(x) = f (g(x)) = 2 x2 + 3 2 with D = R, g ◦ f (x) = g(f (x)) = 4x6 + 3 with D = R
3. f ◦ g(x) = f (g(x)) = 3(3x − 2)2 + 6(3x − 2) + 4 = 27x2 − 18x + 4 with D = R, g ◦ f (x) = g(f (x)) =
3(3x2 + 6x + 4) − 2 = 9x2 + 18x + 10 with D = R
s 2 s
z 6z 2 + 10z + 5
4. f ◦ g(z) = f (g(z)) = +5 = with D = R − {−1}, g ◦ f (z) =
z+1 (z + 1)2
√
z2 + 5
g(f (z)) = √ with D = R
z2 + 5 + 1
2 x2 + 3 + 5 2x2 + 11
5. f ◦ g(x) = f (g(x)) = = with D = R − {−1, 1}, g ◦ f (x) = g(f (x)) =
(x2 + 3) − 4 x2 − 1
2
7x2 − 4x + 73
2x + 5
+3= with D = R − {4}
x−4 (x − 4)2
√
6. f (x) = x − 3, g(x) = x2 + 1.
n √ o
7. ±1, ± 2
3. {−2, −1, 1}
4. {±1, ±2}
5. {−2, 1, 2}
4 3 3
6. D = R − − , x-int= , y-int= −
5 2 4
7. D = (−∞, −2] ∪ [2, ∞), x-int=2, −2, y-int does not exist
r
1 1 1
8. D = (−∞, −5) ∪ − , ∞ , x-int= − , y-int=
2 2 5
√
8
9. D = [−8, 3) ∪ (3, ∞), x-int= −8, y-int= −
3
10. Even 11. Even 12. Odd 13. Odd
q
3 2
14. f ◦ g(x) = f (g(x)) = x2 + 6 with D = R, g ◦ f (x) = g(f (x)) = (x3 + 6) with D = R
r √
2 x−1+5
16. f ◦ g(x) = f (g(x)) = with D = (−3, ∞), g ◦ f (x) = g(f (x)) = √ with
x+3 x−1+3
D = [1, ∞)
13 7 1 1
1. 5. 9. 12. −
5 4 4 25
2. 0 1 13. −10
6. − 3
1 9 10. −
3. 10 14. 12
4 7. 1
7
4. 0 8. 1 11. −6 15.
3
1. 1 7 1 9. 0
4. 7. −
5 π
2. 1 5. 0 10. 1
4 1
3. 0 6. 1 8. 11.
π 2
1. lim− f = 4, lim+ f = 4, lim− f = 3, lim+ f = 2, lim− f = ∞ (limit does not exist but
x→0 x→0 x→2 x→2 x→4
approaches infinity), lim+ f = 2
x→4
2. lim− f = −1, lim+ f = −1, lim− f = 1, lim+ f = −2, lim− f = 2, lim+ f = 2, lim f = −1,
x→0 x→0 x→2 x→2 x→4 x→4 x→0
lim f does not exist, lim f = 2
x→2 x→4
2
3. lim f (x) = , lim f (x) = 5, lim f (x) does not exist as the left and right-handed limits are
x→2− 3 x→2+ x→2
not equal at x = 2 .
2
4. c =
7
Chapter 2 Exercises 175
1. ∞ 6
3.
7
2. −∞ 4. ∞
5. Vertical asymptote: x = 2
6. No vertical asymptotes
7. Vertical asymptote: t = 2
8. Vertical asymptotes: x = −2, x = 3
9. Vertical asymptote: x = 0
10. Vertical asymptotes: x = −4, x = 4
1. “f is continuous at x = a” if (a) a is in the domain of f (b) lim f (x) exists (c) lim f (x) = f (a).
x→a x→a
2. Continuous
3. Continuous
4. Removable Discontinuity
5. Continuous
6. Infinite Discontinuity
7. Jump Discontinuity
8. (a) lim− f (x) = 1 and lim+ f (x) = 4. Therefore lim f (x) does not exist.
x→0 x→0 x→0
(b) c = ±1
9. R − {−1, 1} . Note the limit actually exists at x = −1 but the function is not defined there.
10. Let f (x) = x3 + 2x2 . Then notice that f (1) = 3 and f (3) = 33. Then since f (1) < 10 < f (3) and
f is continuous, there exists a c ∈ (1, 3) such that f (c) = 10 by the IVT. Since f (c) = c3 + 2c2
the result follows.
11. f (x) = x2 + cos x − 2 is continuous on [0, 2], f (0) = −1 < 0, f (2) ≈ 1.58 > 0, so by the
Intermediate Value Theorem there is a c in (0, 2) with f (c) = 0. i.e. c2 + cos c − 2 = 0 and c is
therefore a solution to the equation.
176 Answers
1. 1 1 3 3 1
2. 3. − 4. − 5. −
24 4 32 4
4 3 8. 4 9. 0
6. 7.
5 4
10. Continuous 11. Not continuous 12. Not continuous
(d) Not differentiable. At x = 0 the left and right hand limits for the derivative are not equal:
f (x + h) − f (x) f (x + h) − f (x)
lim 6= lim+ ,
h→0− h h→0 h
therefore the limit itself (the derivative) does not exist. Geometrically no tangent line may
be drawn at the point so there can be no derivative as that is the tangent slope.
3 1
10. y = x+
2 2
4
11. x = 0,
3
12. (a) C(2000) = 368.6732 ≈ 369 ppm
(b) C 0 (2000) = 1.7948 ≈ 1.79 ppm/year
C(2005) − C(2000)
(c) × 100 = 2.53%.
C(2000)
13. (a) The volume of a cone is V = 13 πr2 h. Use similar triangles to show that the radius of the
surface of the liquid is r = 25 y .
dV 64π m3
(b) = ≈ 8.04
dy y=4 m 25 m
√ √
dy 1 1
= (2x) x3 + 2 2x2 + x + x2 − 1 3x2 2x2 + x + x2 − 1 x3 + 2 4x + x− 2
3.
dx 2
df 2
4. =−
dx (x − 6)2
178 Answers
0
(2θ + 3) θ2 − 7 − θ2 + 3θ − 4 (2θ) 3θ2 + 6θ + 21
5. f (θ) = 2 =−
(θ2 − 7) (θ2 − 7)2
1 3 3 1
6. g 0 (x) = − x− 2 + x 2 ; g 0 (4) = 47
16
2 2
[(2)(v+4/v)+(2v+3)(1−4/v 2 )](v 2 +v)−(2v+3)(v+4/v)(2v+1)
7. f 0 (v) = (v 2 +v)2
3 √
8. h0 (x) = 2cx + √ 2x2 + x + 3 x + 2 (4x + 1)
2 x
7(4t + 3)
3. f 0 (t) = − 3
2 (2t2 + 3t + 4) 2
− 87
4x2 + 6x + 3
0 1 4x + 3
4. y = 2
7 x2 + x (x2 + x)
5nxn−1
5. h0 (x) = 2
3 (5xn + 4c) 3
√ 4 i4 √ 3
h 1
6. f 0 (x) = 5 2 x + x + 3 x 4 2x + x 2+ √ +3
2 x
1. Use the sine addition identity followed by the fundamental limits involving sine and cosine to get
f 0 (x) = 4 cos 4x .
2. f 0 (x) = 2x cos x − x2 sin x
0
3t2 (sin t + tan t) − t3 cos t + sec2 t
3. f (t) =
(sin t + tan t)2
dH 10
4. = − csc θ cot2 θ − csc3 θ ; H 0 (π/3) = − √
dθ 3 3
5. f 0 (x) = (cos x − sin x)(sec x − cot x) + (sin x + cos x)(sec x tan x + csc2 x)
df
6. =0
dθ
7. (a) Since tan(π/4) = 1, x = π/4 and y = π/4 indeed satisfy the equation.
Chapter 3 Exercises 179
[ [n
7π 11π π o
14. + 2nπ | n an integer + 2nπ | n an integer + nπ | n an integer
6 6 2
3 − 2x
1. y 0 =
2y
6x2 y − 3x2 − y 2 dy 5
2. y 0 = ; =
2xy − 2x3 dx (x,y)=(1,2) 2
b2 x
3. y 0 = −
a2 y
180 Answers
y cos(xy)
4. y 0 =
1 − x cos(xy)
2x − sin(x + y)
5. y 0 =
cos y + sin(x + y)
x2 cos x + sec y
6. y 0 =
x sec y tan y
2 √ 2 √ √
7. (a) Noting that x 3 = ( 3 x) it follows that the values x = −1 and y = 3 3 = ( 3)3 simulta-
neously satisfy the equation.
√ √ √ √
(b) Point-slope form: y = 3(x + 1) + 3 3 , Slope-intercept form: y = 3 x + 4 3
1. f 0 (x) = 20x4 + 6x + 1
dy 6 1 1 3
2. = 8x7 − 4 − x− 2 − 2x− 2
dx x 2
2 −1 12
3. g 0 (t) = t 3 + 4t3 − 3
3 t
1 −1 5 3
4. f 0 (x) = x 2 − x− 2
2 2
√
0 1 −1
5. g (x) = x + 3 (x + π) +
2 x + 3x + 1
2
3(y + 4)2 (1 + 0)(y + 5) − (y + 4)3 (1 + 0) (y + 4)2 (2y + 11)
6. h0 (y) = 2
=
(y + 5) (y + 5)2
1 3 − 3
7. y 0 = x + 2x + 5 4 3x2 + 2
4
8. f 0 (θ) = −3 sin(3θ) + 2 sin θ cos θ
9. g 0 (x) = 2x sec2 x2 + 1 cos(x) − tan x2 + 1 sin(x)
dy 3 −1
10. = (sin t + 5) 4 cos t
dt 4
− 23
1 x4 + 5x − 1 4x3 + 5 x2 − 3 − x4 + 5x − 1 (2x)
df
11. = 2
dx 3 x2 − 3 (x2 − 3)
4 − 23
1 x + 5x − 1 2x5 − 12x3 − 5x2 + 2x − 15
= 2
3 x2 − 3 (x2 − 3)
y − 3x2 y 4
12. y 0 =
4x3 y 3+ 2y − x
d2 f
1. = 2 csc2 x cot x
dx2
2. f 00 (x) = 90(x − 2)8 ; f 00 (3) = 90
y − xy 0 1 x2
4. y 00 = = − 3
y2 y y
1. V ± ∆V = 125 ± 15 cm3
2. V ± ∆V = 288π ± 72π cm3
3. L(x) = 3 + 4(x − 2)
4. L(x) = 1 + 2(x − π/4)
1. f 0 (x) = 3x2
11
2. f 0 (x) =
(x + 2)2
1
3. f 0 (x) = √
2x + 1
√3
2 −2/3 5 −3/2
4. y 0 = 12x3 + x + x
3 2
1
√
5. g 0 (x) = √ − 4 (3x + sin x) + 2x − 4x + 3 (3 + cos x)
2x
−3y − 10
6. h0 (y) = √ 2
2 y + 5 (3y + 2)
−4/5
x3 − 4x + 10 4x4 + 31x2 − 80x − 20
0 1
9. f (x) = 2
5 4x2 + 5 (4x2 + 5)
182 Answers
dy y − 4x3 y 3
10. = 4 2
dx 3x y + 8y − x − cos y
11. Point-slope form: y = −6(x − π/2) + 3, Slope-intercept form: y = −6x + 3π + 3
12. x = 1, x = −3
π 5π
13. θ = + 2nπ, θ = + 2nπ, θ = nπ (n an integer)
3 3
14. 57π cm3 /sec
1
15. − rad/sec
10
1
16. cm/sec
2(3)1/4
1. Note: It is assumed that the functions extend beyond the graph of the plot with the same trend
unless they are explicitly terminated with a point. The values below are approximate.
(a) Relative minima: f (−1.4) = −0.8 and f (1.9) = 0.5; Relative maxima: f (−2.0) = 2.0,
f (0.4) = 1.0, and f (1.3) = 2.6. No absolute minimum nor absolute maximum.
(b) Absolute maximum value of f (0) = 0.5 . This is also a relative maximum.
(c) Relative minimum: f (−1) = 2; Relative maximum: f (−3) = 6, f (0) = 3. Absolute
maximum: f (−3) = 6, No absolute minimum.
2. x = 2, 4
3. x = 0
√
4. s = 6
1
5. x = − , −3
3
6. t = 1
7. No critical numbers
8. t = −2, 2
√ √
9. x = − 5, 0, 5
nπ o [ 5π
10. θ in + 2nπ | n an integer + 2nπ | n an integer
3 3
1 3
11. Absolute maximum: f (−2) = f (2) = 13, Absolute minimum: f ±√ =
2 4
14
12. Absolute maximum: f (−1) = 2, Absolute minimum: f (−1/3) =
27
r
4 2
13. Absolute maximum: g(0) = 0, Absolute minimum: g (2/3) = −
3 3
14. Absolute maximum: H(8) = −1, Absolute minimum: H (−1) = −4
1 1
15. Absolute maximum: f (π/4) = f (5π/4) = , Absolute minimum: f (3π/4) = f (7π/4) = −
2 2
Chapter 4 Exercises 183
1. f is continuous on [−1, 4], differentiable on (−1, 4), and f (−1) = f (4) = 2 so Rolle’s Theorem
applies. Solving f 0 (c) = 0 shows c = 7/3 or c = −1, however only c = 7/3 is in the open interval
(−1, 4).
2. Each of the following graphs of f give one possible counterexample. There is no point in the
interval [0, 1] where the function has a horizontal tangent and hence the conclusion to Rolle’s
theorem is invalid.
0 0 0
0 0.5 1 x 0 0.5 1 x 0 0.5 1 x
1. Decreasing on: (−∞, −1); Increasing on: (−1, ∞); No relative maxima; Relative minimum:
f (−1) = 0
2. Increasing on: (−∞, 1) ∪ (1, ∞); No relative maxima or minima
7π 11π 7π 11π
3. Decreasing on: 0, ∪ , 2π ; Increasing on: , ;
6 6 6 6
√ √
11π 11π 7π 7π
Relative maximum: f =2 3− ; Relative minimum: f = −2 3 −
6 3 6 3
4. Decreasing on: (−∞, 0); Increasing on: (0, ∞); Relative minimum: f (0) = 0
5. Decreasing on: (−∞, 0); Increasing on: (0, ∞); Relative maximum: f (0) = 2. Note that the
First Derivative Test cannot be applied here because f (x) is discontinuous at x = 0. One must
return to the definition of relative maximum to evaluate the critical number x = 0 .
184 Answers
6. 7.
y y
2 2
1
−2 −1 1 2 x
−1
−2 x
1 2 3
1. Notice that f 00 (x) = 24x2 and 24x2 is positive for all values of x except 0. The only potential
inflection point would therefore occur at x = 0 but the concavity is positive on both sides of
x = 0 and hence does not change at that value.
2
2. Notice that f 00 (x) = 3 which is negative for x < 0 and positive for x > 0. Therefore the
x
concavity does, in fact, change at x = 0. However the function is not defined at 0 so there is no
point on the curve there (it is a vertical asymptote) and hence no inflection point exists.
√ √
3. Notice that f 0 (x) = 5x2 (x − 3)(x + 3), f 00 (x) = 10x 2x − 3
2x+ 3 . Relative maximum:
3 243 405
f (−3) = 163; Relative minimum: f (3) = −161; Inflection points: − √ , − 5 + 3 + 1 ,
2 22 22
√ √
3 243 405
(0, 1), √ , 5 − 3 + 1 ; Concave upward on: −3/ 2, 0 ∪ 3/ 2, ∞ ; Concave down-
2 2 2 √22 √
ward on: −∞, −3/ 2 ∪ 0, 3/ 2 ;
7. D = R = (−∞, ∞); x-int= 0, 6; y-int= 0; Increasing on: (−∞, 0) ∪ (4, ∞); Decreasing on: (0, 4);
Relative maximum: f (0) = 0; Relative minimum: f (4) = −32; Concave upward on: (2, ∞);
Concave downward on: (−∞, 2); Inflection point: (2, −16); Graph:
f (x) = x3 − 6x2
(0, 0)
6 x
(2, −16)
(4, −32)
Chapter 4 Exercises 185
8. D = [0, ∞); t-int= 0, 3; y-int= 0; Increasing on: (1, ∞); Decreasing on: (0, 1); No relative
maxima; Relative minimum: g(1) = −2; Concave upward on: (0, ∞); Not concave downward
anywhere; No inflection points; Graph:
y
3 1
g(t) = t 2 − 3t 2
3 t
(1, −2)
9. D = R = (−∞, ∞); No x-int; y-int= 3; Increasing on: (0, ∞); Decreasing on: (−∞, 0); No rela-
tive maxima; Relative minimum: F (0) = 3; Concave upward on: (−∞, ∞); Not concave down-
ward anywhere; No inflection points; Graph:
y F (x) = √x2 + 9
(0, 3)
1. 0 7. ∞
2. ∞ 8. 0
1 9. 1
3. −
6 √
10. − 2
4. 2
3 11. 4
5. −
2 12. 2
1
6. 13. 3
3
3
14. Horizontal asymptote: y =
2
15. No horizontal asymptotes
16. Horizontal asymptotes: y = −1, y = 1
1
17. Horizontal asymptote: y =
2
186 Answers
18. Horizontal asymptote: y = 0 (Hint: The Squeeze Theorem, generalized to a limit at infinity, can
be used here to evaluate the limits.)
19. Horizontal asymptote: y = 5
20. Horizontal asymptote: y = 1
1 1
21. Horizontal asymptotes: y = − , y =
2 2
Exercise 4-6 (page 108)
1. Slant asymptote: y = 3x − 10
2. No slant asymptotes
3. Slant asymptote: y = x − 2
Exercise 4-7 (page 110)
1. Notice f 0 (x) = 3x2 − 3 = 3(x + 1)(x − 1) and f 00 (x) = 6x. D = R = (−∞, ∞); x-int= −1, 2;
y-int= −2; No asymptotes; No symmetry; Increasing on: (−∞, −1) ∪ (1, ∞); Decreasing on:
(−1, 1); Relative maxima: f (−1) = 0; Relative minimum: f (1) = −4; Concave upward on:
(0, ∞); Concave downward on (−∞, 0); Inflection point: (0, −2); Graph:
y f (x) = x3 − 3x − 2
(−1, 0)
2 x
(1, −4)
6x 6(3x2 + 1)
2. Notice that the first and second derivatives simplify to y 0 (x) = − and y 00 = .
− 1) 2 (x2
(x2 − 1)3
D = R − {−1, 1} = (−∞, −1) ∪ (−1, 1) ∪ (1, ∞); x-int= 0; y-int= 0; Horizontal asymptote: y = 3;
Vertical asymptotes: x = −1, x = 1; Symmetric about the y-axis; Increasing on: (−∞, −1) ∪
(−1, 0); Decreasing on: (0, 1)∪(1, ∞); Relative maxima: f (0) = 0; No relative minimum; Concave
upward on: (−∞, −1) ∪ (1, ∞); Concave downward on (−1, 1); No inflection points; Graph:
y
3x2
f (x) = x2 −1
y=3
(0, 0)
x
x = −1 x=1
Chapter 4 Exercises 187
2x 2 − 4x
3. Notice that the derivatives simplify to f 0 (x) = 00
3 and f (x) = 4 . D = R − {−1} =
(x + 1) (x + 1)
(−∞, −1) ∪ (−1, ∞); x-int= 0; y-int= 0; Horizontal asymptote: y = 1; Vertical asymptote:
x = −1; No symmetry; Increasing on: (−∞, −1) ∪ (0, ∞); Decreasing on: (−1, 0); No relative
maxima; Relative minimum: f (0) = 0; Concave upward on: (−∞, −1) ∪ (−1, 1/2); Concave
downward on (1/2, ∞); Inflection point: (1/2, 1/9); Graph:
x2
f (x) = x2 +2x+1
y=1
(1/2, 1/9) x
x = −1
2. (3/5, 16/5) . For part (a) note it is easier to minimize the distance-squared than the distance.
For part (b) the line perpendicular is y = − 21 (x − 3) + 2 = − 21 x + 12 . To find the intersection
of this and the original line we solve the two equations simultaneously since the point of interest
must lie on both lines.
3. First number=10, Second number=5
r r
3 5 3 5
4. Radius= ≈ 1.17 cm, Height= 2 ≈ 2.34 cm
π π
2
5. (a) x = √ ≈ 0.252 km
3 7
2
(b) x = √ ≈ 0.516 km
15
b
(c) x = q
w 2
v −1
(d) Although the total time taken t does depend on a the value for x does not. As expected, it
does not matter how far upstream you start, you would still turn off at the same location.
That said, a does play a role in the solution because valid values of x must lie in the interval
[0, a]. If a had been smaller than the solution for x, say in part (a) had the starting distance
been 0.2 km, then the critical number would no longer be in the interval and that solution
would be invalid. One would consider the endpoints of the interval to see which was optimal.
6. x = 40 m, h = 20 m
7.
8m
4m
188 Answers
√
8. 10 2 − 2 ≈ 5.9 km
200
9. x = 100 m, y = m
π
10. r = 4 cm, θ = 2 rad ≈ 115◦ , A = 16 cm2
Chapter 4 Review Exercises (page 115)
1. x = −1, x = −3
2. t = 0, t = 3
nπ o 5π n
π o 3π
3. θ in + 2nπ ∪ + 2nπ ∪ + 2nπ ∪ + 2nπ (n an integer)
6 6 2 2
1 1
4. Absolute maximum: f (1) = , Absolute mininimum: f (−1) = −
17 17
√
5. Absolute maximum: g(1) = 7, Absolute minimum: g(0) = 0
6. D = R = (−∞, ∞); x-int=0, -8; y-int=0; No asymptotes; Increasing on: (−2, ∞); Decreasing
10 4
on: (−∞, −2); No relative maxima; Relative mininimum: f (−2) = −2 3 + 23 ; Concave
upward
4
on (−∞, 0) ∪ (4, ∞); Concave downward on (0, 4); Inflection points: (0, 0), 4, 3(4) 3 ; Graph:
y
4
4, 3(4) 3
1 4
f (x) = 8x 3 + x 3
−8 x
10 4
(−2, −2 3 + 2 3 )
7. D = R − {2} = (−∞, 2) ∪ (2, ∞); x-int=0; y-int=0; Vertical asymptote: x = 2; Increasing on:
(−∞, 0) ∪ (4, ∞); Decreasing on (0, 2) ∪ (2, ∞); Relative maximum: f (0) = 0; Relative minimum:
f (4) = 8, , Concave upward on (2, ∞); Concave downward on (−∞, 2); No inflection points;
Graph:
y
x2 (4, 8)
f (x) =
(x − 2)
x
x=2
Chapter 5 Exercises 189
√
8. 0 9. 5 5 11. −∞
10. −
2
41
1.
4
2. 60
2n3 + 3n2 + n 2n2 + 3n + 7
1
3. 3 +n =
n 6 6n2
2n3 + 3n2 + n 3n2 + 3n n3 − 3n2 − 4n
4. − =
6 2 3
190 Answers
1. (a) i. −6
ii. 4
(b) i. Increasing on (−6, −5) ∪ (0, 5)
ii. Decreasing on (−5, 0) ∪ (5, 6)
2. 6 4. −3
7
3. 30 5.
2
−r 0
x
1
πr2 . (Since the area is above the x-axis the integral is positive.)
Then the integral is
4
Z 9
7. f (x) dx
3
dF p
1. = x3 + 2x + 1
dx
p
2. h0 (x) = 4x3 x12 + 2x4 + 1
3. g 0 (x) = − cos x3
R0 √ R 3x √ R 2x √ R 3x √
4. Noting that H(x) = 2x 3 t3 + 1 dt+ 0 3 t3 + 1 dt = − 0 3 t3 + 1 dt+ 0 3 t3 + 1 dt, one gets
√ √
H 0 (x) = −2 3 8x3 + 1 + 3 3 27x3 + 1
Chapter 5 Exercises 191
2 3 2 6x2 6
5. f 0 (x) = √ e−(x ) 3x2 = √ e−x (Use the Chain Rule and the Fundamental Theorem of
π π
Calculus.)
7
6. (x, y) = 23 km, 16
km
44
1.
3
14
2. −
3
3. 2
7
4.
6
5. 0
13
6.
2
7. The Fundamental Theorem of Calculus is not applicable here because the integrand x12 is dis-
continuous on [−1, 1]. The area under the curve (i.e. the integral) in fact diverges to +∞ . To
show that requires a consideration of improper integrals.
6. The equation states that the derivative of y is x2 + 9 so y must be the general form of the
antiderivative of x2 + 9 which is just its indefinite integral:
Z
1
x2 + 9 dx = x3 + 9x + C
y=
3
The general solution for any differential equation of the form y 0 = f (x) is similarly y = f (x) dx .
R
192 Answers
1 −4
1. − x3 + 3x2 + 4 +C
12
1 3
2. 5x2 + 2x 2 + C
3
√
3. 2 sin( t) + 41 t4 + C
2 3
4. − (3 − sin θ) 2 + C
3
1 5 1 3
5. (4x + 1) 2 − (4x + 1) 2 + C
40 24
1 π
6. tan 2x − +C
2 3
Z 25
1 du 49
7. Using u = x4 + 9, integral is = u2 =
9 4 3
Z 1
1
8. Using u = tan θ, integral is = u4 du =
0 5
9. Breaking the integral into three separate integrals (one per term) and using u = 1 − x on the
R0
last one that integral equals = 1 u5 (−du) = 61 . Combining this with the definite integral of
the first two terms gives the final answer 53 . Alternatively, one can find the indefinite integral
of the third term (i.e. substitute back to x) to get the antiderivative of the entire integrand as
x + 12 x2 − 16 (1 − x)6 + C and evaluate that at the original limits of x.
Z 19
du 4
2
10. Using u = 2x + 1, integral is = u−2 =
3 4 57
Z 12
2 1 1
11. Using u = cos t, integral is = u− 3 (−du) = 3 √ 6
− √
3
√1
2
2 2
Z π √
2πt 3 T du 3T
12. Using u = , integral is = cos(u) =
T 0 2π 4π
1 4 2 3 1
1. x + x 2 + + 5x + C
4 3 x
1 7
2. x + x4 + 4x + C
7
8 5 2 3
3. x 2 + 2x2 + x 2 + C
5 3
4. sin θ + tan θ + C
1 3 6
5. x +4 +C
6
1 11
6. (sin θ + 3) + C
11
6 √ 73
7. t+7 +C
7
Chapter 5 Exercises 193
16806
8.
10
5
9.
216
1
10.
2
11. 0 Note that since sine and tangent are odd, the integrand itself is odd. Since the limits are ±a,
the integral vanishes.
39
1. units2
2
2. 13 units2
32
3. unit2
3
32
4. unit2
3
1
5. unit2
6
6. 3 unit2
16
7. units2
3
Exercise 5-11 (page 149)
Z 1
2
1. (a) v(t) dt = cm
0 π
Z 2
2
(b) v(t) dt = −
cm
1 π
(c) 0 cm (The particle is back where it started after 2 seconds.)
8750
2. gigalitres
9
Exercise 5-12 (page 152)
5
2. y = 3 cos(2t) + sin(2t)
2
2 3
3. y = x 2 − csc x + C
3
1
4. x(t) = (2t + 3)7 + Ct + D
168
5. y = x2 − cos x + 2
194 Answers
5 8/5 1
1. F (x) = x + 8x1/2 + x4 + 10x + C
8 4
5 1
2. G(x) = −x−1/2 − − +C
2x 4x2
1
3. F (θ) = −3 cos θ + 5 sin θ + θ4 + θ + C
4
4. G(θ) = 2 sec θ − 2 sin θ + tan θ + C
4 5/2 1
5. f (x) = x + x4 − 3x2 + Cx + D
15 12
9 8/3 1 3 5 2 13
6. f (t) = t − t − t − t+6
2 2 2 2
7. f (θ) = −5 sin θ + 4 cos θ + 5θ2 + 7θ − 17
1 9
8. x5 + 3 + C
45
1 6
9. [tan(2θ) + 1] + C
12
15 2/5 4/3
10. t −4 +C
8
96
11. −
7
√ !
1 2
12. +1
15 8
π
13.
6
32
14.
3
27
15.
20
64
16.
3
3 1 4
17. y = − + x +C
x 4
18. y = 2 sin x + 3
Differentiation
f (x + h) − f (x)
f 0 (x) = lim .
h→0 h
Table of Derivatives
d
1. (c) = 0
dx
d n
2. (x ) = nxn−1 (Power Rule)
dx
d
3. (sin x) = cos x
dx
d
4. (cos x) = − sin x
dx
d
5. (tan x) = sec2 x
dx
d
6. (csc x) = − csc x cot x
dx
d
7. (sec x) = sec x tan x
dx
d
8. (cot x) = − csc2 x
dx
d df
9. (cf ) = c
dx dx
d df dg
10. (f ± g) = ±
dx dx dx
d df dg
11. (f g) = g+f (Product Rule)
dx dx dx
df
g − f dg
d f
12. = dx 2 dx (Quotient Rule)
dx g g
d n n−1 0
13. [f (x)] = n [f (x)] f (x) (General Power Rule)
dx
d
14. f (g(x)) = f 0 (g(x)) · g 0 (x) (Chain Rule)
dx
Here c and n are constants, f and g are functions, and primes (f 0 , g 0 ) denote differentiation.
198 Summary
Integration
The Fundamental Theorem of Calculus (Antiderivative Form):
If f is continuous on [a, b] and F is any antiderivative of f (so F 0 = f ) then
Z b
f (x) dx = F (b) − F (a) .
a
Definition: If F (x) is an antiderivative of f , so F 0 (x) = f (x), then the indefinite integral of f (x)
is Z
f (x) dx = F (x) + C
where du = g 0 (x)dx and the right hand integral is to be evaluated at u = g(x) after integration.
Substitution Rule (Definite Integrals): Suppose u = g(x) is a differentiable function whose
derivative g 0 is continuous on [a, b] and a further function f is continuous on the range of u = g(x)
(evaluated on [a, b]), then
Z b Z g(b)
f (g(x))g 0 (x) dx = f (u) du .
a g(a)
GNU Free Documentation License 2. VERBATIM COPYING
You may copy and distribute the Document in any medium, either commer-
Version 1.3, 3 November 2008 cially or noncommercially, provided that this License, the copyright notices, and
Copyright c 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. the license notice saying this License applies to the Document are reproduced
in all copies, and that you add no other conditions whatsoever to those of this
License. You may not use technical measures to obstruct or control the reading
<http://fsf.org/> or further copying of the copies you make or distribute. However, you may accept
compensation in exchange for copies. If you distribute a large enough number of
copies you must also follow the conditions in section 3.
Everyone is permitted to copy and distribute verbatim copies of this license You may also lend copies, under the same conditions stated above, and you
document, but changing it is not allowed. may publicly display copies.
Preamble
3. COPYING IN QUANTITY
The purpose of this License is to make a manual, textbook, or other func-
tional and useful document “free” in the sense of freedom: to assure everyone the
effective freedom to copy and redistribute it, with or without modifying it, either If you publish printed copies (or copies in media that commonly have printed
commercially or noncommercially. Secondarily, this License preserves for the au- covers) of the Document, numbering more than 100, and the Document’s license
thor and publisher a way to get credit for their work, while not being considered notice requires Cover Texts, you must enclose the copies in covers that carry,
responsible for modifications made by others. clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover,
This License is a kind of “copyleft”, which means that derivative works of the and Back-Cover Texts on the back cover. Both covers must also clearly and
document must themselves be free in the same sense. It complements the GNU legibly identify you as the publisher of these copies. The front cover must present
General Public License, which is a copyleft license designed for free software. the full title with all words of the title equally prominent and visible. You may
We have designed this License in order to use it for manuals for free software, add other material on the covers in addition. Copying with changes limited to
because free software needs free documentation: a free program should come with the covers, as long as they preserve the title of the Document and satisfy these
manuals providing the same freedoms that the software does. But this License is conditions, can be treated as verbatim copying in other respects.
not limited to software manuals; it can be used for any textual work, regardless If the required texts for either cover are too voluminous to fit legibly, you
of subject matter or whether it is published as a printed book. We recommend should put the first ones listed (as many as fit reasonably) on the actual cover,
this License principally for works whose purpose is instruction or reference. and continue the rest onto adjacent pages.
If you publish or distribute Opaque copies of the Document numbering more
than 100, you must either include a machine-readable Transparent copy along
1. APPLICABILITY AND DEFINITIONS with each Opaque copy, or state in or with each Opaque copy a computer-network
location from which the general network-using public has access to download using
public-standard network protocols a complete Transparent copy of the Document,
This License applies to any manual or other work, in any medium, that con- free of added material. If you use the latter option, you must take reasonably
tains a notice placed by the copyright holder saying it can be distributed under prudent steps, when you begin distribution of Opaque copies in quantity, to ensure
the terms of this License. Such a notice grants a world-wide, royalty-free license, that this Transparent copy will remain thus accessible at the stated location until
unlimited in duration, to use that work under the conditions stated herein. The at least one year after the last time you distribute an Opaque copy (directly or
“Document”, below, refers to any such manual or work. Any member of the pub- through your agents or retailers) of that edition to the public.
lic is a licensee, and is addressed as “you”. You accept the license if you copy, It is requested, but not required, that you contact the authors of the Docu-
modify or distribute the work in a way requiring permission under copyright law. ment well before redistributing any large number of copies, to give them a chance
A “Modified Version” of the Document means any work containing the to provide you with an updated version of the Document.
Document or a portion of it, either copied verbatim, or with modifications and/or
translated into another language.
A “Secondary Section” is a named appendix or a front-matter section of the
Document that deals exclusively with the relationship of the publishers or authors
of the Document to the Document’s overall subject (or to related matters) and
4. MODIFICATIONS
contains nothing that could fall directly within that overall subject. (Thus, if
the Document is in part a textbook of mathematics, a Secondary Section may
not explain any mathematics.) The relationship could be a matter of historical You may copy and distribute a Modified Version of the Document under the
connection with the subject or with related matters, or of legal, commercial, conditions of sections 2 and 3 above, provided that you release the Modified
philosophical, ethical or political position regarding them. Version under precisely this License, with the Modified Version filling the role
The “Invariant Sections” are certain Secondary Sections whose titles are of the Document, thus licensing distribution and modification of the Modified
designated, as being those of Invariant Sections, in the notice that says that the Version to whoever possesses a copy of it. In addition, you must do these things
Document is released under this License. If a section does not fit the above in the Modified Version:
definition of Secondary then it is not allowed to be designated as Invariant. The A. Use in the Title Page (and on the covers, if any) a title distinct from that
Document may contain zero Invariant Sections. If the Document does not identify of the Document, and from those of previous versions (which should, if
any Invariant Sections then there are none. there were any, be listed in the History section of the Document). You
The “Cover Texts” are certain short passages of text that are listed, as Front- may use the same title as a previous version if the original publisher of
Cover Texts or Back-Cover Texts, in the notice that says that the Document is that version gives permission.
released under this License. A Front-Cover Text may be at most 5 words, and a B. List on the Title Page, as authors, one or more persons or entities respon-
Back-Cover Text may be at most 25 words. sible for authorship of the modifications in the Modified Version, together
A “Transparent” copy of the Document means a machine-readable copy, with at least five of the principal authors of the Document (all of its prin-
represented in a format whose specification is available to the general public, that cipal authors, if it has fewer than five), unless they release you from this
is suitable for revising the document straightforwardly with generic text editors requirement.
or (for images composed of pixels) generic paint programs or (for drawings) some C. State on the Title page the name of the publisher of the Modified Version,
widely available drawing editor, and that is suitable for input to text formatters as the publisher.
or for automatic translation to a variety of formats suitable for input to text D. Preserve all the copyright notices of the Document.
formatters. A copy made in an otherwise Transparent file format whose markup, E. Add an appropriate copyright notice for your modifications adjacent to
or absence of markup, has been arranged to thwart or discourage subsequent the other copyright notices.
modification by readers is not Transparent. An image format is not Transparent F. Include, immediately after the copyright notices, a license notice giving
if used for any substantial amount of text. A copy that is not “Transparent” is the public permission to use the Modified Version under the terms of this
called “Opaque”. License, in the form shown in the Addendum below.
Examples of suitable formats for Transparent copies include plain ASCII with- G. Preserve in that license notice the full lists of Invariant Sections and re-
out markup, Texinfo input format, LaTeX input format, SGML or XML using a quired Cover Texts given in the Document’s license notice.
publicly available DTD, and standard-conforming simple HTML, PostScript or H. Include an unaltered copy of this License.
PDF designed for human modification. Examples of transparent image formats I. Preserve the section Entitled “History”, Preserve its Title, and add to it
include PNG, XCF and JPG. Opaque formats include proprietary formats that an item stating at least the title, year, new authors, and publisher of the
can be read and edited only by proprietary word processors, SGML or XML Modified Version as given on the Title Page. If there is no section Entitled
for which the DTD and/or processing tools are not generally available, and the “History” in the Document, create one stating the title, year, authors, and
machine-generated HTML, PostScript or PDF produced by some word processors publisher of the Document as given on its Title Page, then add an item
for output purposes only. describing the Modified Version as stated in the previous sentence.
The “Title Page” means, for a printed book, the title page itself, plus such J. Preserve the network location, if any, given in the Document for public
following pages as are needed to hold, legibly, the material this License requires access to a Transparent copy of the Document, and likewise the network
to appear in the title page. For works in formats which do not have any title page locations given in the Document for previous versions it was based on.
as such, “Title Page” means the text near the most prominent appearance of the These may be placed in the “History” section. You may omit a network
work’s title, preceding the beginning of the body of the text. location for a work that was published at least four years before the Doc-
The “publisher” means any person or entity that distributes copies of the ument itself, or if the original publisher of the version it refers to gives
Document to the public. permission.
A section “Entitled XYZ” means a named subunit of the Document whose K. For any section Entitled “Acknowledgements” or “Dedications”, Preserve
title either is precisely XYZ or contains XYZ in parentheses following text that the Title of the section, and preserve in the section all the substance and
translates XYZ in another language. (Here XYZ stands for a specific sec- tone of each of the contributor acknowledgements and/or dedications given
tion name mentioned below, such as “Acknowledgements”, “Dedications”, therein.
“Endorsements”, or “History”.) To “Preserve the Title” of such a section L. Preserve all the Invariant Sections of the Document, unaltered in their text
when you modify the Document means that it remains a section “Entitled XYZ” and in their titles. Section numbers or the equivalent are not considered
according to this definition. part of the section titles.
The Document may include Warranty Disclaimers next to the notice which M. Delete any section Entitled “Endorsements”. Such a section may not be
states that this License applies to the Document. These Warranty Disclaimers included in the Modified Version.
are considered to be included by reference in this License, but only as regards N. Do not retitle any existing section to be Entitled “Endorsements” or to
disclaiming warranties: any other implication that these Warranty Disclaimers conflict in title with any Invariant Section.
may have is void and has no effect on the meaning of this License. O. Preserve any Warranty Disclaimers.
If the Modified Version includes new front-matter sections or appendices that 9. TERMINATION
qualify as Secondary Sections and contain no material copied from the Document,
you may at your option designate some or all of these sections as invariant. To
You may not copy, modify, sublicense, or distribute the Document except as
do this, add their titles to the list of Invariant Sections in the Modified Version’s
expressly provided under this License. Any attempt otherwise to copy, modify,
license notice. These titles must be distinct from any other section titles.
sublicense, or distribute it is void, and will automatically terminate your rights
You may add a section Entitled “Endorsements”, provided it contains noth- under this License.
ing but endorsements of your Modified Version by various parties—for example, However, if you cease all violation of this License, then your license from a par-
statements of peer review or that the text has been approved by an organization ticular copyright holder is reinstated (a) provisionally, unless and until the copy-
as the authoritative definition of a standard. right holder explicitly and finally terminates your license, and (b) permanently, if
You may add a passage of up to five words as a Front-Cover Text, and a the copyright holder fails to notify you of the violation by some reasonable means
passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover prior to 60 days after the cessation.
Texts in the Modified Version. Only one passage of Front-Cover Text and one Moreover, your license from a particular copyright holder is reinstated per-
of Back-Cover Text may be added by (or through arrangements made by) any manently if the copyright holder notifies you of the violation by some reasonable
one entity. If the Document already includes a cover text for the same cover, means, this is the first time you have received notice of violation of this License
previously added by you or by arrangement made by the same entity you are (for any work) from that copyright holder, and you cure the violation prior to 30
acting on behalf of, you may not add another; but you may replace the old one, days after your receipt of the notice.
on explicit permission from the previous publisher that added the old one. Termination of your rights under this section does not terminate the licenses
The author(s) and publisher(s) of the Document do not by this License give of parties who have received copies or rights from you under this License. If your
permission to use their names for publicity for or to assert or imply endorsement rights have been terminated and not permanently reinstated, receipt of a copy of
of any Modified Version. some or all of the same material does not give you any rights to use it.
8. TRANSLATION If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, re-
place the “with . . . Texts.” line with this: