0% found this document useful (0 votes)
62 views

1/13 Chapter7.pdf University of Kentucky Elementary Calculus and Its Applications

This chapter discusses strategies for solving two main types of word problems in calculus - max-min problems and related rates problems. It provides guidelines for approaching max-min problems by reading the problem carefully, defining variables, determining what needs to be maximized or minimized, writing the relevant formula, finding relationships between variables, rewriting the formula in terms of one variable, and taking the derivative to find critical points. It also discusses the philosophy and notation for related rates problems, noting that implicit derivatives are often needed to relate rates of change of different quantities. Several examples are provided to illustrate these problem-solving strategies.

Uploaded by

Mika
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views

1/13 Chapter7.pdf University of Kentucky Elementary Calculus and Its Applications

This chapter discusses strategies for solving two main types of word problems in calculus - max-min problems and related rates problems. It provides guidelines for approaching max-min problems by reading the problem carefully, defining variables, determining what needs to be maximized or minimized, writing the relevant formula, finding relationships between variables, rewriting the formula in terms of one variable, and taking the derivative to find critical points. It also discusses the philosophy and notation for related rates problems, noting that implicit derivatives are often needed to relate rates of change of different quantities. Several examples are provided to illustrate these problem-solving strategies.

Uploaded by

Mika
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

MA123, Chapter 7: Word Problems (pp.

125-153, Gootman)

Chapter Goals: In this Chapter we learn a general strategy on how to approach the two main types of
word problems that one usually encounters in a first Calculus course:
• Max-Min problems
• Related Rates problems

Assignments: Assignment 16 Assignment 17

Suggestions: The most important skill in solving a word problem is reading comprehension. The most
important attitude to have in attacking word problems is to be willing to think about what you are reading and
to give up on hoping to mechanically apply a set of steps. Nevertheless, we will present some useful strategies
to employ that are often helpful.

MAX-MIN PROBLEMS

All max-min problems ask you to find the largest or smallest value of a function on an interval. Usually, the
hard part is reading the English and finding the formula for the function. Once you have found the function,
then you can use the techniques from Chapter 6 to find the largest or smallest values.

! Max-min guideline: This guideline is found on pp. 131-133 of our textbook.

(1.) Read the problem quickly.


(2.) Read the problem carefully.
(3.) Define your variables. If the problem is a geometry problem, draw a picture and label it.
(4.) Determine whether you need to find the max or the min.
Determine exactly what needs to be maximized or minimized.
(5.) Write the general formula for what you are trying to maximize or minimize. If this formula only involves
one variable, then skip steps 6, 7 and 8.
(6.) Find the relationship(s) (i.e., equation(s)) between the variables.
(7.) Do the algebra to solve for one variable in the equation(s) as a function of the other(s).
(8.) Use your formula from step 5 to rewrite the formula that you want to maximize or minimize as a function
of one variable only.
(9.) Write down the interval over which the above variable can vary, for the particular word problem you are
solving.
(10.) Take the derivative and find the critical points.
(11.) Use the techniques from Chapter 6 to find the maximum or the minimum.

Example 1: What is the largest possible product you can form from two non-negative numbers whose sum
is 30?

75

University Of Kentucky > Elementary Calculus and its 1/13 Chapter7.pdf


Applications
Example 2: Suppose the product of x and y is 26 and both x and y are positive.
What is the minimum possible sum of x and y?

Note: An alternative wording for Example 2 above is:


“Suppose y is inversely proportional to x and the constant of proportionality equals 26. What is the minimum
sum of x and y if x and y are both positive?”

Example 3: A farmer builds a rectangular pen with three parallel parti-


tions using 500 feet of fencing. What dimensions will maximize the total
area of the pen?

Example 4: A Norman window has the shape of a rectangle capped by a


semicircle. What is the length of the base of a Norman window of maximum
area if the perimeter of the window equals 10?

76

University Of Kentucky > Elementary Calculus and its 2/13 Chapter7.pdf (2/13)
Applications
Example 5: Find the area of the largest rectangle with sides parallel to
the coordinate axes that can be inscribed in a quarter circle of radius 10. y
Assume the center of the circle is located at the origin, and one corner of
the rectangle is located at the origin and the opposite corner on the quarter
circle.

O x

Example 6: Let A be the point (0, 1) and let B be the point (5, 3). Find y
the length of the shortest path that connects points A and B if the path •B
must touch the x-axis. In other words, the path goes from point A to
somewhere (say P ) on the x-axis, and then to B. (This is the ‘line of sight’
path from A to B if the x-axis is a mirror.) See the picture for a sketch of
such a path.
A•
P
O x

y
•B

A•
P
O P! x
Observation: The x-coordinate of the point P ! that minimizes the line
of sight path from A(0, 1) to B(5, 3) corresponds to the x-intercept of the
4
line y = − x + 1 from A to B ! (5, −3). Note that the coordinates of P ! are
5
(5/4, 0). Can you understand why? Perhaps, the picture on the right will
•B !
convince you.

77

University Of Kentucky > Elementary Calculus and its 3/13 Chapter7.pdf (3/13)
Applications
University Of Kentucky > Elementary Calculus and its 4/13 Chapter7.pdf (4/13)
Applications
y

Example 7: Find the area of the largest rectangle with one corner at the
origin, the opposite corner in the first quadrant on the graph of the parabola
f (x) = 9 − x2 , and sides parallel to the axes.

O x
Example 8: Find the point P in the first quadrant that
lies on the hyperbola y 2 − x2 = 6 and is closest to the y
point A(2, 0). If we write the point as P (a, b), then

a= and b= . P


O A x

78

University Of Kentucky > Elementary Calculus and its 5/13 Chapter7.pdf (5/13)
Applications
RELATED RATE PROBLEMS

! Overall philosophy and recommended notation: In a related rate problem the idea is to compute
the rate of change of one quantity in terms of the rate of change of another quantity (which may be more easily
dy
measured). It is almost always better to use Leibniz’s notation , if we are differentiating, for instance, the
dt
!
function y with respect to time t. The y notation is more ambiguous when working with rates and should
therefore be avoided.

! Implicit derivatives: Imagine you drop a rock in a still pond. This will cause expanding circular ripples
in the pond. The area of the outer circle depends on the radius r of the perturbed area:

A = πr 2 .

The radius of the outer circle depends on the amount of time t that has elapsed since you dropped the rock.
Thus, the area also depends on time. In conclusion, it makes sense to find the rate of change of the area with
respect to time and relate it to the rate of change of the radius with to time. We call it an implicit derivative
as the function A is not explicitly given in terms of t...but only implicitly. We need the chain rule to do this.

! Quick review of the chain rule: Typically, we are given y as a function of u and u as a function of

x, so that we can think of y as a function of x also. The chain rule then says that
dy dy du
= · .
dx du dx
dA
Example 9: Consider the area of a circle A = πr 2 and assume that r depends on t. Find a formula for .
dt

! Related rate guideline: This guideline is found on pp. 143-144 of our textbook.

(1.) Read the problem quickly.


(2.) Read the problem carefully.
(3.) Identify the variables. Note that time is often an understood variable. If the problem involves geometry,
draw a picture and label it. Label anything that does not change with a constant. Label anything that
does change with a variable.
(4.) Write down which derivatives you are given. Use the units to help you determine which derivatives are
given. The word “per” often indicates that you have a derivative.
(5.) Write down the derivative you are asked to find. “How fast...” or “How slowly...” indicates that the
derivative is with respect to time.
(6.) Look at the quantities whose derivatives are given and the quantity whose derivative you are asked to
find. Find a relationship between all of these quantities.
(7.) Use the chain rule to differentiate the relationship.
(8.) Substitute any particular information the problem gives you about values of quantities at a particular
instant and solve the problem. To find all of the values to substitute, you may have to use the relationship
you found in step 6. Take a snapshot of the picture at the particular instant.

79

University Of Kentucky > Elementary Calculus and its 6/13 Chapter7.pdf (6/13)
Applications
Example 10: Boyle’s Law states that when a sample gas is compressed at a constant temperature, the
pressure P and volume V satisfy the equation P V = c, where c is a constant. Suppose that at a certain instant
the volume is 600 cm3 , the pressure is 150 kPa, and the pressure is increasing at a rate of 20 kPa/min. At what
rate is the volume decreasing at this instant?

Example 11: A train is traveling over a bridge at 30 miles per hour. A man on the train is walking toward
the rear of the train at 2 miles per hour. How fast is the man traveling across the bridge in miles per hour?

Example 12: Two trains leave a station at the same time. One travels north on a track at 30 mph. The
second travels east on a track at 46 miles per hour. How fast are they traveling away from one another in miles
per hour when the northbound train is 60 miles from the station?

80

University Of Kentucky > Elementary Calculus and its 7/13 Chapter7.pdf (7/13)
Applications
University Of Kentucky > Elementary Calculus and its 8/13 Chapter7.pdf (8/13)
Applications
Example 13: Two trains leave a station at 12:00 noon. One travels north on a track at 30 mph. The second
travels east on a track at 80 miles per hour. At 1:00 PM the northbound train stops for one-half hour at a
station while the eastbound train continues at 80 miles per hour without stopping. At 1:30 PM the northbound
train continues north at 30 mph. How fast are the trains traveling away from one another at 2:00 PM?

Example 14: A ladder 10 feet long rests against a vertical wall. If the bottom of the ladder slides away
from the wall at a rate of 1 feet/sec, how fast is the top of the ladder sliding down the wall when the bottom
of the ladder is 6 feet from the wall?

Example 15: A cylindrical water tank with its circular base parallel to the ground is being filled at the rate
of 4 cubic feet per minute. The radius of the tank is 2 feet. How fast is the level of the water in the tank rising
when the tank is half full? Give your answer in feet per minute.

81

University Of Kentucky > Elementary Calculus and its 9/13 Chapter7.pdf (9/13)
Applications
University Of Kentucky > Elementary Calculus and its 10/13 Chapter7.pdf (10/13)
Applications
Example 16: A conical salt spreader is spreading salt at a rate of 3 cubic feet per minute. The diameter of
the base of the cone is 4 feet and the height of the cone is 5 feet. How fast is the height of the salt in the spreader
decreasing when the height of the salt in the spreader (measured from the vertex of the cone upward) is 3 feet?
Give your answer in feet per minute. (It will be a positive number since we use the word “decreasing”.)

Example 17: It is estimated that the annual advertising revenue received by a certain newspaper will be

R(x) = 0.5x2 + 3x + 160

thousand dollars when its circulation is x thousand. The circulation of the paper is currently 10, 000 and is
increasing at a rate of 2, 000 papers per year. At what rate will the annual advertising revenue be increasing
with respect to time 2 years from now?

82

University Of Kentucky > Elementary Calculus and its 11/13 Chapter7.pdf (11/13)
Applications
Example 18: A stock is increasing in value at a rate of 10 dollars per share per year. An investor is buying
shares of the stock at a rate of 26 shares per year. How fast is the value of the investor’s stock growing when
the stock price is 50 dollars per share and the investor owns 100 shares? (Hint: Write down an expression for
the total value of the stock owned by the investor.

Example 19: Suppose that the demand function q for a certain product is given by

q = 4, 000 e−0.01·p ,

where p denotes the price of the product. If the item is currently selling for $100 per unit, and the quantity
supplied is decreasing at a rate of 80 units per week, find the rate at which the price of the product is changing.

83

University Of Kentucky > Elementary Calculus and its 12/13 Chapter7.pdf (12/13)
Applications
84

University Of Kentucky > Elementary Calculus and its 13/13 Chapter7.pdf (13/13)
Applications

You might also like