Packet
Packet
x+1
1. Find the domain and range of f (x) = x2 +x−2 .
2. For each of the following conditions, find the equation of the line that satisfies those conditions.
(a) the line passes through the point (1, 3) with slope 13.
(b) the line passes through the points (π, π) and (−8, −4).
(c) the line has y-intercept 3 and has slope −2.
3. Let f be a linear function with slope m where m 6= 0. What is the slope of the inverse function f −1 ?
Why is your answer correct?
4. If f (x) = 5x + 7 and g(x) = x2 , find f ◦ g and g ◦ f . Are the functions f ◦ g and g ◦ f the same function?
Why or why not?
2
5. Let f (x) = 2cos(3(x+1) +9)
− 7.
(a) Can you find functions g and h such that f = g ◦ h?
(b) Can you find functions g, h, and s such that f = g ◦ h ◦ s?
(c) Can you do this with four functions? Five functions? What is the largest number of functions
you can find so that f can be written as a composition of those functions?
1
6. Let f (x) = 2 + x+3 . Determine the inverse function of f , which we write as f −1 . Give the domain and
range of f and the inverse function f −1 . Verify that f ◦ f −1 (x) = x.
7. Consider the function whose graph appears below.
1 x
8. A ball is thrown in the air from ground level. The height of the ball in meters at time t seconds is
given by the function h(t) = −4.9t2 + 30t. At what time does the ball hit the ground? (Be sure to use
the proper units!)
9. True or False: (justify your answer!)
(a) Every function has an inverse.
(b) If f ◦ g(x) = x for all x in the domain of g, then f is the inverse of g.
(c) If f ◦ g(x) = x for all x in the domain of g and g ◦ f (x) = x for all x in the domain of f , then f
is the inverse of g.
(d) The function f (x) = sin(x) is one to one.
(e) The function f (x) = 1/(x + 2)3 is one to one.
10. We form a box by removing squares of side length x centimeters from the four corners of a rectangle of
width 100 cm and length 150 cm and then folding up the flaps between the squares that were removed.
a) Write a function which gives the volume of the box as a function of x. b) Give the domain for this
function.
11. Create a function that is the composition of ten functions. Can you do this in a “sneaky” way so
that it is hard for someone else to figure out the ten functions you used? (Hint: try using different
compositions of g(x) = x + 1 and h(x) = 2x + 3, for example f = g ◦ h ◦ g ◦ h ◦ h. What happens?)
Worksheet # 2: The Exponential Function and the Logarithm
√
1. Many students find statements like 20 = 1 and 21/3 = 3 2 a bit mysterious, even though most of us
have used them for years, so let’s start there. Write down the list of numbers 21 = 2, 22 = 2 × 2 = 4,
23 = 2 × 2 × 2 = 8, thus
21 , 22 , 23 , 24 , 25 , . . . .
(a) What do you multiply by to get from a number on this list to the next number to the right?
Starting from any number except 21 , what do you divide by to get from that number to the
previous number on the left?
(b) If we start at 21 and move to the left following this patten, it suggests how we should define 20 .
What do you get for 20 if you follow the pattern?
(c) If we now move from 20 another number to the left following the pattern, it suggests how we
should define 2−1 , and then 2−2 , etc. What do you get for these values if you follow the pattern?
(d) Do these patterns help you make sense of the rule 2a+b = 2a × 2b ? Discuss this with the students
in your group. (Bonus question:
√ discuss whether
√ or not these patterns and this rule help us make
sense of the equations 21/2 = 2 and 21/3 = 3 2.)
(e) Does it matter for your reasoning that the base of the exponential was the number 2? Why or
why not?
2. Find the solutions to the following computational problems by using properties of exponentials and
logarithms.
3. (a) Graph the functions f (x) = 2x and g(x) = 2−x and give the domains and range of each function.
(b) Determine if each function is one-to-one. Determine if each function is increasing or decreasing.
(c) Graph the inverse function to f . Give the domain and range of the inverse function.
4. Since ex and ln(x) are inverse functions, we can write ♥ = eln(♥) if the value of ♥ is positive. This
is super useful when dealing with exponential functions with complicated bases, because then you can
use log laws to simplify the exponent on e. But, you have to be careful when you apply this rule, as
the following examples show.
(a) Explain why b = eln(b) is only true when b > 0. (Hint: think about the domain of natural log.)
(b) Explain why for any b > 0, we have ba = ea ln(b) .
(c) Explain why (cos(x) + 3)sin(x)+2 = e(sin(x)+2) ln(cos(x)+3) is true.
(d) Explain why cos(x)sin(x) = esin(x) ln(cos(x)) is not true.
(e) Let f be the function f (x) = 4x . Find the value of k that allows you to write the function f in
the form f (x) = ekx .
(f) Let f be the function f (x) = 5 · 3x . Find a k that allows you to write the function f in the form
Aekx .
2
5. Evaluate the expressions 4(3 )
and (43 )2 . Are they equal?
2
6. Suppose
√ a and b are positive real numbers and ln(ab) = 3 and ln(ab ) = 5. Find ln(a), ln(b), and
3
ln(a / b).
7. Suppose that a population doubles every two hours. If we have one hundred critters at 12 noon, how
many will there be after 1 hour? after 2 hours? How many were there at 11am? Give a formula for
the number of critters at t hours after 12 noon.
8. Suppose that f is a function of the form f (x) = Aekx . If f (2) = 20 and f (5) = 10, will we have k > 0
or k < 0? Find A and k so that f (2) = 20 and f (5) = 10.
9. The number e is mysterious and arises in many different ways.
(a) Use your calculator to compute (1 + n1 )n for n equal to 1, 2, 3, . . .. Compute this for larger and
larger n until it does not make a difference in the decimal you get. What is the value you reach?
(b) Use your calculator to compute the sums
1 1
+ ,
1 1·2
1 1 1
+ + ,
1 1·2 1·2·3
1 1 1 1
+ + + ,
1 1·2 1·2·3 1·2·3·4
and so on, until it no longer makes a difference in the decimal you get. What is the value you
reach?
(c) The first two problems showed you two ways to approximate the value of e. The first way involved
limits, which we will talk about soon in this course. The second involved “infinite series,” which
is a topic covered in Calculus II. As we will see later in this course, there is another way to define
e — we will see that the area of the region enclosed by the line x = 1, the x-axis, the graph of
y = 1/x, and the line x = a is equal to ln(a). So, the value of a for which this area is 1 is a = e.
Amazing!
Worksheet # 3: Review of Trigonometry
F co
t
A
csc 1 tan
sin θ
θ C
O cos E
sec
1. The key to understanding trig functions is to understand the unit circle — given an angle θ between
0 and π/2 (measured in radians!), each of the six trig functions measures a length related to the unit
circle.
(a) The word radian is an abbreviation of the phrase “radial angle.” In a circle of radius r, one radian
is defined to be the angle given by an arc of the circle having length r. Draw the unit circle in
the plane and for each m = 1, 2, 3, 4, 5, 6, place a dot at the approximate point on the circle that
is m radians counterclockwise from the point (1, 0) (you won’t be able to measure this precisely,
just estimate it as best you can).
(b) Recall that the definition of π is the ratio of the circumference to the diameter in a circle. Use
your picture from the previous problem to explain why the value of π is greater than 3 but less
than 3.5.
(c) Define the functions sin(θ) and cos(θ) to be the lengths of the arcs AC and OC, respectively,
on the diagram above. Explain why this definition of sin(θ) and cos(θ) agrees with the usual
triangle-based definitions, i.e. that sin(θ) is equal to “opposite” over “hypotenuse” in a right
triangle.
(d) Use different pairs of similar triangles to explain why each of the functions tan(θ), cot(θ), csc(θ),
and sec(θ) measure the correspondingly labeled length in the picture above.
(e) Explain why sin2 (θ)+cos2 (θ) = 1 is equivalent to the Pythagorean theorem applied to the triangle
OAC above, and why 1 + tan2 (θ) = sec2 (θ) is equivalent to the Pythagorean theorem applied to
the triangle OAE above.
(f) For the unit circle, the radial angle of θ corresponds to an arc of length θ. Inverse trig functions
are sometimes written arcsin(x) and arccos(x). Discuss with the other students in your group
why it makes sense that the function sin(θ) gives the length of the vertical line AC in the diagram
above, while the function arcsin(x) is equal to the length of the circular arc for which the vertical
line AC has length x; conclude that if sin(θ) = x, then arcsin(x) = θ. Discuss arccos similarly.
2. When θ is not between 0 and π/2, then we extend the definition of the trig functions as you have seen
in your previous courses, allowing us to answer the following questions.
(a) Suppose that sin(θ) = 5/13 and cos(θ) = −12/13. Find the values of tan(θ), cot(θ), csc(θ), sec(θ),
and tan(2θ).
(b) If π/2 ≤ θ ≤ 3π/2 and tan θ = 4/3, find sin θ, cos θ, cot θ, sec θ, and csc θ.
√
(c) Find all solutions of the equations (a) sin(x) = − 3/2 and (b) tan(x) = 1.
(d) A ladder that is 6 meters long leans against a wall so that the bottom of the ladder is 2 meters from
the base of the wall. Make a sketch illustrating the given information and answer the following
questions: How high on the wall is the top of the ladder located? What angle does the top of the
ladder form with the wall?
3. Let O be the center of a circle whose circumference is 48 centimeters. Let P and Q be two points on
the circle that are endpoints of an arc that is 6 centimeters long. Find the angle between the segments
OQ and OP . Express your answer in radians.
Find the distance between P and Q.
√
4. Show that sin(cos−1 (x)) = 1 − x2 .
5. Find the exact values of the following expressions. Do not use a calculator.
6. Find all solutions to the following equations in the interval [0, 2π]. You will need to use some trigono-
metric identities.
√
(a) 3 cos(x) + 2 tan(x) cos2 (x) = 0
(b) 3 cot2 (x) = 1
(c) 2 cos(x) + sin(2x) = 0
Worksheet # 4: Average and Instantaneous Velocity
1. A ball is thrown vertically into the air from ground level with an initial velocity of 15 m/s. Its height
at time t is h(t) = 15t − 4.9t2 .
(a) How far does the ball travel during the time interval [1, 3]?
(b) Compute the ball’s average velocity over the time interval [1, 3].
(c) Graph the curve y = h(t) and the line between the points (1, h(1)) and (3, h(3)). How does the
slope of this line relate to your answer in part (b)?
(d) Compute the ball’s average velocity over the time intervals [1, 1.01], [1, 1.001],[0.99, 1], and [0.999, 1].
(e) Estimate the instantaneous velocity when t = 1.
2. A particle moves along a line and its position p(t) in meters after time t seconds is given by the following
table.
t 0.0 0.2 0.5 0.65 0.9 1.1 1.15 1.3
p(t) 3 4.2 5.7 8.8 7.6 8.0 9.0 9.5
(a) Describe the motion of the particle between 0 seconds and 1.3 seconds. Justify your description
by representing the table as points (t, p(t)) plotted in the plane.
(b) Consider the average velocity of the particle across different time intervals. Based on your calcu-
lations, can you conclude at what point in time the particle is moving with the largest positive
instantaneous velocity? Why or why not? Based on this data, when do you believe that the
particle is likely to be moving with the largest positive instantaneous velocity? Why?
3. With the other members of your group, compare and contrast the first two problems on this worksheet.
(a) Which of these two problems do you believe is most representative of the type of problem a
scientist or engineer will encounter when analyzing a real-world experiment? Why?
(b) Which of these two problems do you believe is most representative of the type of problem a scientist
or engineer will encounter when setting up a mathematical model of a physical situation? Why?
4. Let p(t) = t3 − 45t denote the distance (in meters) to the right of the origin of a particle at time t
minutes after noon.
(a) Find the average velocity of the particle on the intervals [2, 2.1] and [2, 2.01].
(b) Use this information to guess a value for the instantaneous velocity of particle at 12:02pm.
5. A particle moves along a line and its position after time t seconds is p(t) = 3t3 + 2t meters to the right
of the origin. Approximate the instantaneous velocity of the particle at t = 2.
6. A particle is moving along a straight line so that its position at time t seconds is given by s(t) = 4t2 − t
meters.
(a) Find the average velocity of the particle over the time interval [1, 2].
(b) Determine the average velocity of the particle over the time interval [2, t] where t > 2. Simplify
your answer. [Hint: Factor the numerator.]
(c) Based on your answer in (b) can you guess a value for the instantaneous velocity of the particle
at t = 2?
Worksheet # 5: Limits: A Numerical and Graphical Approach
1. For each task or question below, provide a specific example of a function f (x) that supports your
answer.
(a) In words, briefly describe what “ lim f (x) = L” means.
x→a
(b) In words, briefly describe what “ lim f (x) = ∞” means.
x→a
(c) Suppose lim f (x) = 2. Does this imply f (1) = 2?
x→1
(d) Suppose f (1) = 2. Does this imply lim f (x) = 2?
x→1
2. Compute the value of the following functions near the given x−value. Use this information to guess
the value of the limit of the function (if it exists) as x approaches the given value.
4. In the following, sketch the functions and use the sketch to compute the limit.
|h| |h|
5. Show that lim does not exist by examining one-sided limits. Then sketch the graph of to verify
h
h→0 h
your reasoning.
6. Compute the following limits or explain why they fail to exist.
x+2 x+2
(a) lim (c) lim
x+3
x→−3+ x→−3 x+3
x+2 1
(b) lim (d) lim 3
x→−3− x + 3 x→0 x
−
1. Given lim f (x) = 5 and lim g(x) = 2, use limit laws to compute the following limits or explain why
x→2 x→2
we cannot find the limit.
2. For each limit, evaluate the limit or or explain why it does not exist. Use the limit rules to justify each
step. It is good practice to sketch a graph to check your answers.
x+2 x−9
(a) lim (c) lim √
x→2x2 − 4 x→9 x−3
1 3 (2 + x)3 − 8
(b) lim − 2 (d) lim
x→2 x − 2 x −x−2 x→0 x
1
3. Let f (x) = 1 + x2 sin for x 6= 0. Consider lim f (x).
x x→0
(a) Find two simpler functions, g and h, that satisfy the hypothesis of the Squeeze Theorem.
(b) Determine lim f (x) using the Squeeze Theorem.
x→0
(c) Use a calculator to produce a graph that illustrates this application of the Squeeze Theorem.
4. For each of the following tasks/problems, provide a specific example of a function f (x) that supports
your answer.
(a) State the definition of continuity.
(b) List the three things required to show f is continuous at a.
(c) What does it mean for f (x) to be continuous on the interval [a, b]? What does it mean to say
only that “f (x) is continuous”?
(d) Identify the three possible types of discontinuity of a function at a point. Provide a sketch of each
type.
5. Show that the following functions are continuous at the given point a using problem 4b.
(a) f (x) = π, a = 1
x2 + 3x + 1
(b) f (x) = , a = −1
x+3
√
(c) f (x) = x2 − 9, a = 4
6. Give the intervals of continuity for the following functions.
x+1 √
(a) f (x) = (c) f (x) = 2x − 3 + x2
x2
+ 4x + 3
x
(b) f (x) = 2
x +1
2
x + 1
if x ≤ 0
(d) f (x) = x + 1 if 0 < x < 2
−(x − 2)2 if x ≥ 2
cx2 − 5 if x < 1
7. Let c be a number and consider the function f (x) = 10 if x = 1 .
1
− 2c if x > 1
x
(a) Find all numbers c such that lim f (x) exists.
x→1
(b) Is there a number c such that f (x) is continuous at x = 1? Justify your answer.
8. Find parameters a and b so that the following function is continuous
2
2x + 3x
if x ≤ −4
f (x) = ax + b if − 4 < x < 3
3
−x + 4x2 − 5 if 3 ≤ x
9. Suppose that (
x−6
|x−6| if x 6= 6,
f (x) =
1 if x = 6
Determine the points at which the function f (x) is discontinuous and state the type of discontinuity.
Worksheet # 7: Intermediate Value Theorem and Limits at Infinity
1. State the Intermediate Value Theorem. Show f (x) = x3 + x − 1 has a zero in the interval (0, 1).
2. Using the Intermediate Value Theorem, find an interval of length 1 in which a solution to the equation
2x3 + x = 5 must exist.
ex
3. Let f (x) = .
ex−2
(a) Show that f (0) < 1 < f (ln(4)).
(b) Can you use the Intermediate Value Theorem to conclude that there is a solution of f (x) = 1?
(c) Can you find a solution to f (x) = 1?
4. (a) Show that the equation xex = 2 has a solution in the interval (0, 1).
(b) Determine if the solution lies in the interval (0, 1/2) or (1/2, 1).
(c) Continue in this manner to find an interval of length 1/8 which contains a solution of the equation
xex = 2.
5. Consider the following piecewise function
(
0 if x ≤ 0
f (x) =
1 if x > 0
Although f (−1) = 0 and f (1) = 1, f (x) 6= 1/2 for all x in its domain. Why doesn’t this contradict the
Intermediate Value Theorem?
6. Describe the behavior of the function f (x) if lim f (x) = L and lim f (x) = M .
x→∞ x→−∞
7. Explain the difference between “ lim f (x) = ∞” and “ lim f (x) = −3”.
x→−3 x→∞
8. Evaluate the following limits, or explain why the limit does not exist:
3
3. Suppose that tan(x) = 4 and −π < x < 0. Find cos(x), sin(x), and sin(2x).
4. (a) Solve the equation 32x+5 = 4 for x. Show each step in the computation.
1
(b) Express the quantity log2 (x3 − 2) + log2 (x) − log2 (5x) as a single logarithm. For which x is the
3
resulting identity valid?
(a) Find the average velocity of the object on the interval [3, 3.1].
(b) Find the average velocity of the object on the interval [a, a + h].
(c) Find the instantaneous velocity of the object time a.
6. Calculate the following limits using the limit laws. Carefully show your work and use only one limit
law per step.
(a) lim (2x − 1)
x→0
√
x+4−2
(b) lim
x→0 x
7. Calculate the following limits if they exist or explain why the limit does not exist.
√
x−2 x−2
(a) lim 1 1 (e) lim 2
x→1
x − 2 x→4 x − 16
x−2 x+1
(b) lim 1 1 (f) lim
x→2 x − 2
x − 2
x→2
2
x −1 x3 − 8
(c) lim (g) lim
x→2+ x − 2 x→2 x − 2
2
(d) lim (xa − a ) (h) lim (xa − a2 )
x→a a→x
|x − 3|
9. If f (x) = , find lim f (x), lim f (x) and lim f (x).
x2 − x − 6 x→3+ x→3− x→3
10. If lim f (x) = 3 and lim g(x) = 5, find the following or explain why we cannot find the limit.
x→2 x→2
12. If g(x) = x2 + 5x − 3, use the Intermediate Value Theorem to show that there is a number a such that
g(a) = 10.
13. Complete the following statements:
(a) A function f (x) passes the horizontal line test, if the function f is ................
(b) If lim f (x) and lim g(x) exist, then
x→a x→a
(a) How far does the ball travel during the time interval [1, 3]?
(b) Compute the ball’s average velocity over the time interval [1, 3].
(c) Compute the ball’s average velocity over the time intervals [1, 1.01], [1, 1.001],[0.99, 1], and [0.999, 1].
(d) Estimate the instantaneous velocity when t = 1.
3. (a) Find a function f and a number a so that the following limit represents a derivative f 0 (a).
(4 + h)3 − 64
lim
h→0 h
(b) Using your function f , set h = −2 and draw the graph of f and the secant line whose slope is
3
given by (4+h)h −64 .
(c) Create a real-world scenario that is modeled by f , and write a problem about this scenario for
(4 + h)3 − 64
which the answer is given by lim .
h→0 h
4. Let f (x) = |x|. Find f 0 (1), f 0 (0) and f 0 (−1) or explain why the derivative does not exist.
√
5. The point P = (3, 1) lies on the curve y = x − 2.
√
(a) If Q is the point (x, x − 2), find a formula for the slope of the secant line P Q.
(b) Using your formula from part (a) and a calculator, find the slope of the secant line P Q for the
following values of x (do not round until you get to the final answer):
2.9, 2.99, 2.999, 3.1, 3.01, and 3.001
TI-8x Calculator Tip: Enter the formula under “y=” and then use “Table”.
(c) Using the results of part (b), guess the value of the slope of the tangent line to the curve at
P = (3, 1).
(d) Verify that your guess is correct by computing an appropriate derivative.
(e) Using the slope from part (d), find the equation of the tangent line to the curve at P = (3, 1).
6. Let (
at2 + bt + c if t ≤ 0
g(t) = .
t2 + 1 if t > 0
Find all values of a, b, and c so that g is differentiable at t = 0.
7. Let f (x) = ex and estimate the derivative f 0 (0) by considering difference quotients (f (h) − f (0))/h for
small values of h.
8. Suppose that f 0 (0) exists. Does the limit
f (h) − f (−h)
lim
h→0 h
exist? Can you express the limit in terms of f 0 (0)?
(a) For which x values would the derivative f 0 (x) not be defined?
(b) Sketch the graph of the derivative function f 0 .
2. Water temperature affects the growth rate of brook trout. The table shows the amount of weight
gained by brook trout after 24 days in various water temperatures.
(a) If W (x) is the weight gain at temperature x, construct a table of estimated values for W 0 .
(b) Plot the points for W (x) and W 0 (x) in the x − y-plane. Sketch one possible version of the graph
for W , and use this to sketch a possible version of the graph for W 0 .
(c) What are the units for W 0 ?
3. For each function f whose graph is given below, identify points where f 0 (x) does not exist and sketch
the graph of f 0 .
f (x) f 0 (x)
(a)
x x
f (x) f 0 (x)
(b)
x x
f (x) f (x)
(c)
x x
4. Compute the derivative of the following functions using both the limit definition and the rules for
polynomials and exponentials.
(a) f (x) = 4 + 8x − 10x3
(b) g(x) = −7x2 + x − 2
5. Suppose N is the number of people in the United States who travel by car to another state for a
vacation this year when the average price of gasoline is p dollars per gallon. Do you expect dN/dp to
be positive or negative? Explain your answer. What about d2 N/dp2 ?
6. Find a formula for the n-th derivative of xn .
7. Find the first, second, and third derivatives of the following functions using the rules for polynomials
and exponentials.
(a) f (x) = 330
(b) g(t) = (t + 1)(t + 2)(t + 3)
√
a+a
(c) h(a) =
a3
x+2
(d) y = e +1
2
(e) F (x) = 3 + 3ex − x7
x
Worksheet # 11: Product and Quotient Rules
1. Show by way of example that, in general,
d df dg
(f · g) 6= ·
dx dx dx
and
df
d f dx
6= .
dx g dg
dx
2. (a) If f 0 (x) = g 0 (x) for all x, then does f = g? Explain your answer.
(b) If f (x) = g(x) for all x, then does f 0 = g 0 ? Explain your answer.
(c) How is the number e defined?
(d) Are differentiable functions also continuous? Are continuous functions also differentiable? Provide
several concrete examples to support your answers.
3. Calculate the derivatives of the following functions in the two ways that are described.
(a) f (r) = r3 /3
i. using the constant multiple rule and the power rule
ii. using the quotient rule and the power rule
Which method should we prefer?
(b) f (x) = x5
i. using the power rule
ii. using the product rule by considering the function as f (x) = x2 · x3
(c) g(x) = (x2 + 1)(x4 − 1)
i. first multiply out the factors and then use the power rule
ii. by using the product rule
4. State the quotient and product rule and be sure to include all necessary hypotheses.
5. Compute the first derivative of each of the following:
6. Find an equation of the tangent line to the given curve at the specified point. Sketch the curve and
the tangent line to check your answer.
ex
(a) y = x2 + at the point x = 3.
x2
+1
(b) y = 2xex at the point x = 0.
7. Let f (x) = (3x − 1)ex . For which x is the slope of the tangent line to f positive? Negative? Zero?
8. Suppose that f (2) = 3, g(2) = 2, f 0 (2) = −2, and g 0 (2) = 4. For the following functions, find h0 (2).
(a) h(x) = 5f (x) + 2g(x)
(b) h(x) = f (x)g(x)
f (x)
(c) h(x) =
g(x)
g(x)
(d) h(x) =
1 + f (x)
9. Calculate the first three derivatives of f (x) = xex and use these to guess a general formula for f (n) (x),
the n-th derivative of f .
10. Is there a formula for the derivative of f · g · h? What about f · g · h · k? What about a product of five
functions? Of six functions?
Worksheet # 12: Derivatives of Trigonometric Functions and the
Chain Rule
1. For each of these problems, explain why it is true or give an example showing it is false.
2. Calculate the first five derivatives of f (x) = sin(x). Then determine f (8) and f (37)
3. Let f (t) = t + 2 cos(t).
(a) Find all values of t where the tangent line to f at the point (t, f (t)) is horizontal.
(b) What are the largest and smallest values for the slope of a tangent line to the graph of f ?
5. Differentiate both sides of the double-angle formula for the cosine function, cos(2x) = cos2 (x)−sin2 (x).
Do you obtain a familiar identity?
6. Differentiate each of the following and simplify your answer.
√
(e) f (x) = 3 2x3 + 7x + 3 (i) g(x) = sin(sin(sin(x)))
8. Find an equation of the tangent line to the curve at the given point.
(a) f (x) = x2 e3x , x = 2
(b) f (x) = sin(x) + sin2 (x), x = 0
x
9. Compute the derivative of x2 +1 in two ways:
(a) Using the quotient rule.
(b) Rewrite the function x
x2 +1 = x(x2 + 1)−1 and use the product and chain rule.
Check that both answers give the same result.
q
10. Suppose that k(x) = sin2 (x) + 4. Find three functions f , g, and h so that k(x) = f (g(h(x))).
11. Let h(x) = f ◦ g(x) and k(x) = g ◦ f (x) where some values of f and g are given by the table
12. Find all x values so that f (x) = 2 sin(x) + sin2 (x) has a horizontal tangent at x.
13. Suppose that at the instant when the radius of a circle of a circle is 5 cm, the radius is decreasing at
a rate of 3 cm/sec. Find the rate of change of the area of the circle when the the radius is 5 cm.
14. A particle’s distance from the origin (in meters) along the x-axis is modeled by p(t) = 2 sin(t) − cos(t),
where t is measured in seconds.
(a) Determine the particle’s speed (speed is defined as the absolute value of velocity) at π seconds.
(b) Is the particle moving towards or away from the origin at π seconds? Explain.
3π
(c) Now, find the velocity of the particle at time t = . Is the particle moving toward the origin or
2
away from the origin?
π
(d) Is the particle increasing speed at 2 seconds?
Worksheet # 13: Implicit Differentiation and Inverse Functions
1. Find the derivative of y with respect to x:
2 2 2
(a) x 3 + y 3 = π 3 .
(b) ey sin(x) = x + xy.
(c) cos(xy) = 1 + sin(y).
(x − 2)2 (y − 3)2
2. Consider the ellipse given by the equation + = 1.
25 81
(a) Find the equation of the tangent line to the ellipse at the point (u, v) where u = 4 and v > 0.
(b) Sketch the ellipse and the line to check your answer.
−1
3. Find the derivative of f (x) = π tan (ωx)
, where ω is a constant.
4. Let (a, b) be a point in the circle x2 + y 2 = 144. Use implicit differentiation to find the slope of the
tangent line to the circle at (a, b).
√
5. Let f (x) be an invertible function such that g(x) = f −1 (x), f (3) = 5 and f 0 (3) = − 12 . Using only
√
this information find the equation of the tangent line to g(x) at x = 5.
1 1
6. Let y = f (x) be the unique function satisfying + = 4. Find the slope of the tangent line to f (x)
2x 3y
at the point ( 12 , 91 ).
7. The equation of the tangent line to f (x) at the point (2, f (2)) is given by the equation y = −3x + 9.
x
If G(x) = , find G0 (2).
4f (x)
4 3 dr √
8. Differentiate both sides of the equation, V = πr , with respect to V and find when r = 8 π.
3 dV
9. Use implicit differentiation to find the derivative of arctan(x). Thus if x = tan(y), use implicit differ-
entiation to compute dy/dx. Can you simplify to express dy/dx in terms of x?
d
10. (a) Compute arcsin(cos(x)).
dx
d
(b) Compute dx (arcsin(x) + arccos(x)). Give a geometric explanation as to why the answer is 0.
d −1 1 −1
(c) Compute tan + tan (x) and simplify to show that the derivative is 0. Give a
dx x
geometric explanation of your result.
11. Consider the line through (0, b) and (2, 0). Let θ be the directed angle from the x-axis to this line so
that θ > 0 when b < 0. Find the derivative of θ with respect to b.
2
12. Let f be defined by f (x) = e−x .
(a) For which values of x is f 0 (x) = 0
(b) For which values of x is f 00 (x) = 0
13. The notation tan−1 (x) is ambiguous. It is not clear if the exponent −1 indicates the reciprocal or
the inverse function. If we allow both interpretations, how many different ways can you (correctly)
compute the derivative f 0 (x) for
f (x) = (tan−1 )−1 (x)?
In order to avoid this ambiguity, we will generally use cot(x) for the reciprocal of tan(x) and arctan(x)
for the inverse of the tangent function restricted to the domain (−π/2, π/2).
Worksheet # 14: Derivatives of Logarithms and Rates of Change
1. Find the derivative of f (x) = 3x . Compute the derivative of log3 (x). Explain the relationship between
your answers.
2. Find the derivatives of the following functions.
√
(a) f (x) = x ln(x)
ln(x)
(b) g(x) =
1 + ln(x)
3. A particle moves along a line so that its position at time t is p(t) = 3t3 − 12t where p(t) represents the
distance to the right of the origin. Recall that speed is given by the absolute value of velocity.
(a) Find the velocity and speed at time t = 1.
(b) Find the acceleration at time t = 1.
(c) Is the velocity increasing or decreasing when t = 1?
(d) Is the speed increasing or decreasing when t = 1?
4. An object is thrown upward so that its height at time t seconds after being thrown is h(t) = −4.9t2 +
20t + 25 meters. Give the position, velocity, and acceleration at time t.
5. An object is thrown upward with an initial velocity of 5 m/s from an initial height of 40 m. Find the
velocity of the object when it hits the ground. Assume that the acceleration of gravity is 9.8 m/s2 .
6. An object is thrown upward so that it returns to the ground after 4 seconds. What is the initial
velocity? Assume that the acceleration of gravity is 9.8 m/s2 .
7. Suppose that an object is shot into the air vertically with an initial velocity v0 and initial height s0 ,
with acceleration due to gravity denoted by g. Let s(t) denote the height of the object after t time
units.
1
(a) Explain why s(t) = s0 + v0 t − gt2 (this is sometimes called “Galileo’s formula”).
2
(b) If time is measured in seconds and distance in meters, what are the units for s0 , v0 , and g?
8. Suppose that height of a triangle is equal to its base b. Find the instantaneous rate of change in the
area respect to the base b when the base is 7.
9. The cost in dollars of producing x bicycles is C(x) = 4000 + 210x − x2 /1000.
(a) Explain why C 0 (40) is a good approximation for the cost of the 41st bicycle.
(b) How can you use the values of C(40) and C 0 (40) to approximate the cost of 42 bicycles?
(c) Explain why the model for C(x) is not a good model for cost. What happens if x is very large?
10. Suppose that a population of bacteria triples every hour and starts with 400 bacteria.
ln(2x − 1)
lim
x→1 x−1
(a) Find the time interval(s) when the particle’s velocity is negative.
(b) Find the time(s) when the velocity is zero.
(c) Find the time interval(s) when the particle’s acceleration is positive.
(d) Find the time interval(s) when the particle is speeding up. Hint: What do we need to know about
velocity and acceleration in order to know that the derivative of the speed is positive?
9. Each side of a square is increasing at a rate of 5 cm/s. At what rate is the area of the square increasing
when the area is 14 cm2 ?
10. The sides of a rectangle are varying in such a way that the area is constant. At a certain instant the
length of a rectangle is 16 m, the width is 12 m and the width is increasing at 3 m/s. What is the rate
of change of the length at this instant?
11. Suppose f and g are differentiable functions such that f (2) = 3, f 0 (2) = −1, g(2) = 41 , and g 0 (2) = 2.
Find:
2. Choose two of the previous four equations, write a problem which may be represented by the given
equation. Be sure to explicitly state what each quantity represents, using correct units. Use a different
type of scenario for each equation.
3. The mass of substance X decays exponentially. Let m(t) denote the mass of substance X at time t
where t is measured in hours. If we know m(1) = 100 grams and m(10) = 50 grams, find an expression
for the mass at time t.
4. A certain cell culture grows at a rate proportional to the number of cells present. If the culture contains
500 cells initially and 800 after 24 hours, how many cells will there be after a further 12 hours?
5. Suppose that the rate of change of the mosquito population in a pond is directly proportional to the
number of mosquitoes in the pond.
dP
= KP
dt
where P = P (t) is the number of mosquitoes at time t, t is measured in days and the constant of
proportionality K = .007
(a) Give the units of K.
(b) If the population of mosquitoes at time t = 0 is P (0) = 200. How many mosquitoes will there be
after 90 days?
6. Suppose that P (t) gives the number of individuals in a population at time t where t is measured in
years. Each year 23 out of 1000 individuals give birth and 11 out of 1000 individuals die.
Find a differential equation of the form P 0 = kP that the function P satisfies.
7. A lucky colony of rabbits is brought to a large island where there are no predators and unlimited food.
Under these conditions, they will reproduce at such a rate that the population doubles every 9 years.
After 3 years, a team of scientists determines that there are 7000 rabbits on the island.
8. Suppose that f is a solution of the differential equation f 0 = kf on an open interval (a, b) where k
is a constant. Compute the derivative of g(x) = e−kx f (x) and show that g is constant. Explain why
f (x) = Aekx .
Worksheet # 18: Extreme Values and the Mean Value Theorem
1. Comprehension check:
(a) True or False: If f 0 (c) = 0 then f has a local maximum or local minimum at c.
(b) True or False: If f is differentiable and has a local maximum or minimum at x = c then f 0 (c) = 0.
(c) A function continuous on an open interval may not have an absolute minimum or absolute maximum on
that interval. Give an example of continuous function on (0, 1) which has no absolute maximum.
(d) True or False: If f is differentiable on the open interval (a, b), continuous on the closed interval [a, b], and
f 0 (x) 6= 0 for all x in (a, b), then we have f (a) 6= f (b).
2. Sketch the following:
(a) The graph of a function defined on (−∞, ∞) with three local maxima, two local minima, and no absolute
minima.
(b) The graph of a continuous function with a local maximum at x = 1 but which is not differentiable at
x = 1.
(c) The graph of a function on [−1, 1) which has a local maximum but not an absolute maximum.
(d) The graph of a function on [−1, 1] which has a local maximum but not an absolute maximum.
(e) The graph of a discontinuous function defined on [−1, 1] which has both an absolute minimum and absolute
maximum.
3. State the definition of a critical number. Use this definition to find the critical numbers for the following
functions:
(a) f (x) = x4 + x3 + 1
(b) g(x) = e3x (x2 − 7)
(c) h(x) = |5x − 1|
(d) j(x) = (4 − x2 )1/3
4. Find the absolute maximum and absolute minimum values of the following functions on the given intervals.
Specify the x-values where these extrema occur.
(a) f (x) = 2x3 − 3x2 − 12x + 1, [−2, 3]
√
(b) h(x) = x + 1 − x2 , [−1, 1]
(c) f (x) = 2 cos(x) + sin(2x), [0, π2 ]
(d) f (x) = x−2 ln x, [ 12 , 4]
5. State the Mean Value Theorem. Verify that the function satisfies the hypotheses of the Mean Value Theorem
on the given interval. Then find all numbers c that satisfy the conclusion of the Mean Value Theorem.
x
(a) f (x) = on the interval [1, 4]
x+2
(b) f (x) = sin(x) − cos(x) on the interval [0, 2π]
6. Use the Mean Value Theorem to show that sin(x) ≤ x for x ≥ 0. What can you say for x ≤ 0?
7. Suppose that g(x) is differentiable for all x and that −5 ≤ g 0 (x) ≤ 3 for all x. Assume also that g(0) = 4.
Based on this information, use the Mean Value Theorem to determine the largest and smallest possible values
for g(2).
8. A trucker handed in a ticket at a toll booth showing that in 2 hours she had covered 159 miles on a toll road
with speed limit 65 mph. The trucker was cited for speeding. Why did she deserve the ticket?
9. Suppose that we know that 1 ≤ f (2) ≤ 4 and that 2 ≤ f 0 (x) ≤ 5 for all x. What are the largest and smallest
possible values for f (6)? What about f (−1)?
10. If a and b are positive numbers, find the maximum value of f (x) = xa (1 − x)b on the interval 0 ≤ x ≤ 1.
Worksheet # 19: The Shape of a Graph
1. Comprehension Check:
(a) Explain what the First Derivative Test reveals about a continuous function f (x) including when
and how to use it.
(b) Explain what the Second Derivative Test reveals about a twice differentiable function f (x) and
include how to use it. Does the test always work? What should you do if it fails?
(c) Identify the similarities and differences between these two tests.
2. (a) Consider the function f (x) = 2x3 − 9x2 − 24x + 5 on (−∞, ∞).
i. Find the critical number(s) of f (x).
ii. Find the intervals on which f (x) is increasing or decreasing.
iii. Find the local extrema of f (x).
x
(b) Repeat with the function f (x) = 2 on (−∞, ∞).
x +4
3. Below are the graphs of two functions.
(a) Find the intervals where each function is increasing and decreasing respectively.
(b) Find the intervals of concavity for each function.
(c) For each function, identify all local extrema and inflection points on the interval (0,6).
4. (a) Consider the function f (x) = x4 − 8x3 + 5.
i. Find the intervals on which the graph of f (x) is increasing or decreasing.
ii. Find the inflection points of f (x).
iii. Find the intervals of concavity of f (x).
π 3π
(b) Repeat with the function f (x) = 2x + sin(x) on − , .
2 2
(c) Repeat with the function f (x) = xex .
5. Find the local extrema of the following functions using the second derivative test (if possible):
(a) f (x) = x5 − 5x + 4
(b) g(x) = 5x − 10 ln(2x)
(c) h(x) = 3x5 − 5x3 + 10
6. Sketch a graph of a continuous function f (x) with the following properties:
• f is increasing on (−∞, −3) ∪ (1, 7) ∪ (7, ∞)
• f is decreasing on (−3, 1)
• f is concave up on (0, 3) ∪ (7, ∞)
• f is concave down on (−∞, 0) ∪ (3, 7)
Worksheet # 20: L’Hôpital’s Rule & Optimization
1. Suppose we know:
lim f (x) = 0 lim g(x) = 0 lim p(x) = ∞ lim q(x) = ∞
x→a x→a x→a x→a
Which of the following limits are indeterminate forms? For those that are not an indeterminate form,
evaluate the limit where possible.
f (x) p(x)
(a) lim (d) lim
x→a g(x) x→a f (x)
f (x) (e) lim p(x)q(x)
(b) lim x→a
x→a p(x)
p(x)
(c) lim f (x)p(x) (f) lim
x→a x→a q(x)
x9 − 1 5x2 + sin x
(a) lim (g) lim
x→1 x5 − 1 x→∞ 3x2 + cos x
√
3x + 2 x x2 + 2x − 2
(b) lim (h) lim
x→∞ 1−x x→1 x2 − 2x + 2
sin(4x)
(c) lim (i) lim x2 ex
x→0 tan(5x) x→−∞
4. Find the value A for which we can use l’Hôpital’s rule to evaluate the limit
x2 + Ax − 2
lim .
x→2 x−2
For this value of A, give the value of the limit.
5. Find the dimensions of x and y of the rectangle of maximum area that can be formed using 3 meters
of wire.
(a) What is the constraint equation relating x and y?
(b) Find a formula for the area in terms of x alone.
(c) Solve the optimization problem.
6. Find two numbers whose difference is 100 and whose product is a minimum.
7. The sum of two positive numbers is 16. What is the smallest possible value of the sum of their squares?
8. A farmer wants to fence in an area of 1.5 million square feet in a rectangular field and then divide it
in half with a fence parallel to one of the sides of the rectangle. How can she do this so as to minimize
the cost of the fence?
Worksheet # 21: Optimization
1. Suppose that f is a function on an open interval I = (a, b) and c is in I. Suppose that f is continuous
at c, f 0 (x) > 0 for x > c and f 0 (x) < 0 for x < c. Is f (c) an absolute minimum value for f on I?
Justify your answer.
2. A farmer has 2400 feet of fencing and wants to fence off a rectangular field that borders a straight
river. He needs no fence along the river. What are the dimensions of the field that has the largest
area?
3. A hockey team plays in an arena with a seating capacity of 15000 spectators. With the ticket price set
at $12, average attendance at a game has been 11000. A market survey indicates that for each dollar
the ticket price is lowered, average attendance will increase by 1000. How should the owners of the
team set the ticket price to maximize their revenue from ticket sales?
4. An oil company needs to run a pipeline to a nearby station. The station and oil company are on
opposite sides of a river that is 1 km wide, and that runs exactly west-east and the station is 10 km
east along the river from the the oil company. The cost of building pipe on land is $200 per meter
and the cost of building pipe in water is $300 per meter. Set up an equation whose solution(s) are the
critical points of the cost function for this problem.
Find the least expensive way to construct the pipe.
5. A flexible tube of length 4 m is bent into an L-shape. Where should the bend be made to minimize
the distance between the two ends?
6. A 10 meter length of rope is to be cut into two pieces to form a square and a circle. How should the
rope be cut to maximize the enclosed area?
16
7. Find the point(s) on the hyperbola y = that is (are) closest to (0, 0). Be sure to clearly state what
x
function you choose to minimize or maximize and why.
8. Consider a can in the shape of a right circular cylinder. The top and bottom of the can is made of
a material that costs 4 cents per square centimeter, and the side is made of a material that costs 3
cents per square centimeter. We want to find the dimensions of the can which has volume 72 π cubic
centimeters, and whose cost is as small as possible.
(a) Find a function f (r) which gives the cost of the can in terms of radius r. Be sure to specify the
domain.
(b) Give the radius and height of the can with least cost.
(c) Explain how you known you have found the can of least cost.
9. Find the point on the line y = x closest to the point (1, 0). Find the point on the line y = x closest to
the point (r, 1 − r). What does the collection of points (r, 1 − r) look like graphically?
10. A box is to have a square base, no top, and a volume of 10 cubic centimeters. What are the dimensions
of the box with the smallest possible total surface area? Provide an exact answer; do not convert your
answer to decimal form. Make a sketch and introduce all the notation you are using.
Worksheet # 22: Antiderivatives & Areas and Distances
1. Comprehension Check:
(a) If F is an antiderivative of a continuous function f , is F continuous? What if f is not continuous?
x3
(b) Let g(x) = + 1. Find g 0 (x). Now give two antiderivatives of g 0 (x).
3
(c) Let h(x) = x2 + 1, and let H(x) be any antiderivative of h. What is H 0 (x)?
2. Find the most general antiderivative of the function f (x) = x2 − 3x + 2 − x5 .
3. Find f given that
f 0 (x) = sin(x) − sec(x) tan(x), f (π) = 1.
4. Find g given that
g 00 (t) = −9.8, g 0 (0) = 1, g(0) = 2.
On the surface of the earth, the acceleration of an object due to gravity is approximately −9.8 m/s2 .
What situation could we describe using the function g? Be sure to specify what g and its first two
derivatives represent.
5. The velocity of a train at several times is shown in the table below. Assume that the velocity changes
linearly between each time given.
t=time in minutes 0 3 6 9
v(t)=velocity in Km/h 20 80 100 140
(a) Plot the velocity of the train versus time.
(b) Compute the left and right-endpoint approximations to the area under the graph of v.
(c) Explain why these approximate areas are also an approximation to the distance that the train
travels.
6. Let f (x) = x1 . Divide the interval [1, 3] into five subintervals of equal length and compute R5 and L5 ,
the left and right endpoint approximations to the area under the graph of f in the interval [1, 3]. Is
R5 larger or smaller than the true area? Is L5 larger or smaller than the true area?
√
7. Let f (x) = 1 − x2 . Divide the interval [0, 1] into four equal subintervals and compute L4 and R4 , the
left and right-endpoint approximations to the area under the graph of f . Is R4 larger or smaller than
the true area? Is L4 larger or smaller than the true area? What can you conclude about the value π?
8. Write each of following in summation notation:
(a) 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10
(b) 2 + 4 + 6 + 8 + 10 + 12 + 14
(c) 2 + 4 + 8 + 16 + 32 + 64 + 128.
X4 X3
9. Compute (i + j) .
i=1 j=1
n
P
1. Find the number n such that i = 78.
i=1
3. Recognize the sum as a Riemann sum and express the limit as an integral.
n
X i3
lim
n→∞
i=1
n4
4. Let f (x) = x and consider the partition P = {x0 , x1 , . . . , xn } which divides the interval [1, 3] into n
subintervals of equal length.
6. Suppose that f is a continuous function and 6 ≤ f (x) ≤ 7 for x in the interval [3, 9].
R9
(a) Find the largest and smallest possible values for 3 f (x) dx.
R4
(b) Find the largest and smallest possible values for 8 f (x) dx.
Rx
7. Suppose that we know 0
f (t) dt = sin(x), find the following integrals.
Z π
(a) f (t) dt
0
Z π
(b) f (t) dt
π/2
Zπ
(c) f (t) dt
−π
(
Z 5
3 if x < 3
8. Find f (x) dx where f (x) = .
0 x if x ≥ 3
9. Simplify
Z b Z c Z a
f (t) dt + f (u) du + f (v) dv.
a b c
Worksheet # 24: Review for Exam III
1. Strontium-90 has a half-life of 28 days.
(a) A sample has a mass of 50 mg initially. Find a formula for the mass remaining after t days.
(b) Find the mass remaining after 40 days.
(c) How long does it take the sample to decay to a mass of 2 mg?
2. Describe in words and diagrams how to use the first and second derivative tests to identify and classify
extrema of a function f (x).
√
3. Find the absolute minimum of the function f (t) = t+ 1 − t2 on the interval [−1, 1]. Be sure to specify
the value of t where the minimum is attained.
4. (a) Consider the function f (x) = 2x3 + 3x2 − 72x − 47 on (−∞, ∞).
i. Find the critical number(s) of f .
ii. Find the intervals on which f is increasing or decreasing.
iii. Find the local maximum and minimum values of f .
iv. Find the intervals of concavity and the inflection points.
(b) Repeat with the function f (x) = x4 − 2x2 + 3.
(c) Repeat with the function f (x) = e2x + e−x .
5. For what values of c does the polynomial p(x) = x4 +cx3 +x2 have two inflection points? One inflection
point? No inflection points?
6. (a) State the Mean Value Theorem. Use complete sentences.
(b) Does there exist a function f such that f (0) = −1, f (2) = 4, and f 0 (x) ≤ 2 for all x?
7. State L’Hopital’s Rule for limits in indeterminate form of type 0/0. Use complete sentences, and
include all necessary assumptions. Then evaluate the following limits:
ex − x − 1 x+2
(a) lim (c) lim √
x→0 x2 x→−∞ 9x2 + 1
e2x
(b) lim+ x3 ln(x) (d) lim
x→0 x→2 x + 2
8. A poster is to have an area of 180 cm2 with 1 cm margins at the bottom and sides and 2 cm margins
at the top. What dimensions will give the largest printed area? Be sure to explain how you know you
have found the largest area.
9. Find a positive number such that the sum of the number and twice its reciprocal is small as possible.
10. Find the most general antiderivative for each of the following:
(a) f (x) = 5x10 + 7x2 + x + 1
(b) g(x) = x + cos(2x + 1)
1
(c) h(x) = , where x + 1 > 0
x+1
11. Find a function with f 00 (x) = sin(2x), f (π) = 1, and f 0 (0) = 2.
12. Consider the region bounded by the graph of f (x) = x1 , the x-axis, and the lines x = 1 and x = 2.
Find L3 , the left endpoint approximation of this area with 3 subdivisions.
Pn
13. Suppose we know that k=1 ak = n2 + 2n. Using this information, find the following:
P20
(a) k=1 (4ak + 1).
P10
(b) k=5 ak .
Worksheet # 25: The Fundamental Theorem of Calculus, Part 1
Rx
1. Below is pictured the graph of the function f (x), its derivative f 0 (x), and the integral 0
f (t) dt.
Rx
Identify f (x), f 0 (x) and 0 f (t) dt and explain your reasoning.
Rx
2. Let g(x) = −2
f (t) dt where f is the function whose graph is shown below.
(a) Evaluate g(−1), g(0), g(1), g(2), and g(3).
(b) On what interval is g increasing? Why?
(c) Where does g have a maximum value? Why?
f (t)
Rx
3. Let g(x) = −2 f (t) dt where f is the function whose graph is shown below. Where is g(x) increasing
and decreasing? Explain your answer.
f (t)
t
Rx 2
4. Let F (x) = 2 et dt. Find an equation of the tangent line to the curve y = F (x) at the point with
x-coordinate 2.
5. Use Part 1 of the Fundamental Theorem of Calculus to find the derivative of the following functions:
Z x Z 0
5
(a) g(x) = 2 + t4 dt (d) y(x) = sin3 (t) dt
1 1
Z 4 x2
5
Z x2 √
(b) F (x) = cos t dt
x (e) G(x) = √ t sin(t) dt
Z x2 p x
3
(c) h(x) = 1 + r3 dr
0
4. A population of rabbits at time t increases at a rate of 40 − 12t + 3t2 rabbits per year where t is
measured in years. Find the population after 8 years if there are 10 rabbits at t = 0.
5. Suppose the velocity of a particle traveling along the x-axis is given by v(t) = 3t2 + 8t + 15 m/s at time
t seconds. The particle is initially located 5 meters left of the origin. How far does the particle travel
from t = 2 seconds to t = 3 seconds? After 3 seconds, where is the particle with respect to the origin?
6. Suppose an object traveling in a straight line has a velocity function given by v(t) = t2 − 8t + 15 km/hr.
Find the displacement and distance traveled by the object from t = 2 to t = 4 hours.
7. (a) An oil storage tank ruptures and oil leaks from the tank at a rate of r(t) = 100et liters per minute.
How much oil leaks out during the first hour?
(b) Is this model realistic? In other words, is it realistic to use this function r(t) to model the leak
rate in this situation? Why or why not?
8. Recognize each of the sums as a Riemann sum, express the limit as an integral and use the Fundamental
Theorem to evaluate the limit.
q
X n 3 + ni
(a) lim
n→∞
i=1
n
n
X (2 + 2i
n)
2
(b) lim 2
n→∞
i=1
n
Worksheet # 27: Substitution and More Integration
1. Evaluate the following indefinite integrals, and indicate any substitutions that you use:
Z Z
4
(a) 3 dx (d) sec3 (x) tan(x) dx
(1 + 2x)
Z p Z
(b) x2 x3 + 1 dx (e) ex sin (ex ) dx
Z Z
2x + 3
(c) cos4 (θ) sin(θ) dθ (f) dx
x2 + 3x
2. Evaluate the following definite integrals, and indicate any substitutions that you use:
Z 7 √ Z e4
dx
(a) 4 + 3x dx (d) √
0
Z π
e x ln x
2 Z 2 1
(b) cos(x) cos (sin(x)) dx ex
(e) dx
0
1 x2
Z 4
x
(c) √ dx
0 1 + 2x2
3. (a) An oil storage tank ruptures and oil leaks from the tank at a rate of r(t) = 100e−0.01t liters per
minute. How much oil leaks out during the first hour?
(b) Is this model realistic? In other words, is it realistic to use this function r(t) to model the leak
rate in this situation? Why or why not?
For the case where f (x) ≥ 0, draw a diagram to interpret this equation geometrically as an equality of
areas.
5. Assume f is a continuous function.
Z 9 Z 3
(a) If f (x) dx = 4, find x · f (x2 ) dx.
0 0
Z u Z 2
u2
(b) If f (x) dx = 1 + e for all real numbers u, find f (2x) dx.
0 0
6. Do you rememberZour technique from worksheet #2 of writing bx = ex ln(b) ? Use this to find the
indefinite integral bx dx.
6. Use calculus to find the area of the triangle with the vertices (2, 0), (0, 2) and (−1, 1).
7. Sketch the region enclosed by the curves y = x4 and y = 2 − |x| and find its area.
8. Sketch the region enclosed by the curves y = 41 x2 , y = 2x2 , and x + y = 3, with x ≥ 0.
9. Find the number b such that the line y = b divides the region bounded by the curves y = x2 and y = 4
into two regions with equal area.
10. Find the number a such that the line x = a bisects the area under the curve y = 1/x2 with 1 ≤ x ≤ 4.
Worksheet # 29: Linear and Higher-Order Approximation and
Applications
1. What is the relation between the linearization of a function f (x) at x = a and the tangent line to the
graph of the function f (x) at x = a on the graph?
√ √
2. (a) Use the linearization of x at a = 16 to estimate 18.
√
(b) Find a decimal approximation to 18 using a calculator.
(c) Compute
√ both the absolute error and the percentage error if we use the linearization to approxi-
mate 18.
3. For each of the following, use a linear approximation to the change in the function and a convenient
nearby point to estimate the value:
(a) (3.01)3
√
(b) 17
(c) 8.062/3
1
√ to five decimal places.
4. Use Taylor polynomials with a = 0 to approximate 10
e
R1
5. (a) Use Taylor polynomials with a = 0 to approximate 0 sin(x4 ) dx to four decimal places.
(b) Can you find an indefinite integral for this integrand? Why or why not?
6. Suppose we want to paint a sphere of radius 200 cm with a coat of paint 0.1 mm thick. Use a linear
approximation to approximate the amount of paint we need to do the job.
√
7. Let f (x) √= 16 + x. First, find the linearization to f (x) at x = 0, then use the linearization to
estimate 15.75. Present your solution as a rational number.
√
8. Find the linearization L(x) to the function f (x) = 1 − 2x at x = −4.
√
9. Find the √ linearization L(x) to the function f (x) = 3 x + 4 at x = 4, then use the linearization to
estimate 3 8.25.
10. Your physics professor tells you that you can replace sin(θ) with θ when θ is close to zero. Explain
why this is reasonable.
11. Suppose we measure the radius of a sphere as 10 cm with an accuracy of ± 0.2 cm. Use linear
approximations to estimate the maximum error in:
(a) the computed surface area.
(b) the computed volume.
12. Suppose that y = y(x) is a differentiable function which is defined near x = 2, satisfies y(2) = −1 and
x2 + 3xy 2 + y 3 = 9.
Use the linear approximation to the change in y to approximate the value of y(1.91).
13. Use Taylor polynomials with a = 0 to approximate cos(1) to four decimal places.
R 0.5 2
14. (a) Use Taylor polynomials with a = 0 to approximate 0 x2 e−x dx to two decimal places.
(b) Can you find an indefinite integral for this integrand? Why or why not?
15. If f (x) = (1 + x3 )30 , what is f (58) (0)?
Worksheet # 30: Review for Final
1. Compute the following limits.
9−t ex
(a) lim √ (c) lim
t→9 3 − t x→∞ x2
(a) Write down L(x) at an appropriate point x = a for a suitable function f (x).
(b) Use part(a) to find an approximation for cos( 11π
60 )
(c) Find the absolute error in your approximation.
10. Find the value(s) c such that f (x) is continuous everywhere.
(cx)3 if x < 2
f (x) =
ln(xc ) if x ≥ 2
11. (a) Find y 0 if x3 + y 3 = 6xy.
(b) Find the equation of the tangent line at (3, 3).
12. Show that the function f (x) = 3x5 − 20x3 + 60x has no absolute maximum or minimum.
13. Compute the following definite integrals:
1 9
x−1
Z Z
(a) eu+1 du (c) √ dx
−1 1 x
Z2 p Z 10
(b) 4 − x2 dx (d) |x − 5| dx
−2 0
Hint: For some of the integrals, you will need to interpret the integral as an area and use facts from
geometry to compute the integral.
Rb
14. Write as a single integral in the form a f (x) dx:
Z 2 Z 5 Z −1
f (x) dx + f (x) dx − f (x) dx
−2 2 −2