Chap 21 Exercises
Loading webR...
Exercise 1
In which of the boxes is the function concave up?
A and E
B and D
C and D
question id: seahorse-speak-saucer-1
`
Exercise 2 Here is a smooth function marked at a few points. Your task is, at each point, to estimate the value of the derivative, the sign of the second derivative, and the radius of the circle that would nicely match the function in a small region around each point. (Remember, we are asking for the radius of the circle, which is half the diameter.)
To simplify things, here is a table giving seven different combinations of the quantities you are to estimate. Some of them correctly match one of the labeled points, some do not. All you need to do is choose which is the correct set of quantities for each labeled point.
row | value of 1st deriv | sign of 2nd deriv | radius |
---|---|---|---|
i | -0.3 | pos | 0.25 |
ii | 2.1 | near 0 | 2000 |
iii | -1.4 | neg | 12 |
iv | 0.3 | neg | 0.3 |
v | 2.1 | pos | 0.1 |
vi | 1.3 | neg | 3 |
vii | 0.5 | pos | 1 |
- Which row from the table best matches the function at point A?
question id: daily-digital-26-QA5
- Which row from the table best matches the function at point B?
question id: daily-digital-26-QA6
- Which row from the table best matches the function at point C?
question id: daily-digital-26-QA7
- Which row from the table best matches the function at point D?
question id: daily-digital-26-QA8
- Which row from the table best matches the function at point E?
question id: daily-digital-26-QA9
Exercise 3
Calculate the curvature
- What is the curvature
of ?
question id: chicken-sleep-knife-1
- What is the curvature
of ?
question id: chicken-sleep-knife-2
- What is the curvature
of ?
question id: chicken-sleep-knife-3
- What is the curvature
of ? (Hint: You can tell straight from the graph, even though no enscribed circle has been drawn.
question id: chicken-sleep-knife-4
Exercise 4
- Function (A) is
question id: concavity-1
- Function (B) is
question id: concavity-2
- Function (C) is
question id: concavity-3
- The negative of function (A) is
question id: concavity-4
Exercise 5
- For what values of the input
is the function in Figure 4 concave up?
question id: concavity-6
- For what values of the input
is the function in Figure 4 non-concave?
question id: concavity-8
- Where is the function in Figure 4 steepest?
question id: concavity-9
Exercise 6 We introduced concavity graphically and used the terms “concave up” and “concave down.” Now we can compute the concavity quantitatively using the second derivative.
Active R chunk 1 creates a random function f()
and plot its. (Note: doodle_fun()
generates random functions in the same way you might by moving a pencil smoothly on a piece of paper. The seed = 8427
effectively chooses which one of infinitely many functions is being generated. Different seeds give different functions. )
You can see that in the region near
Active R chunk 2 computes the second derivative of
Using these results, and perhaps experimenting a little with different values of
A. Which of these is a correct statement of “concave up” in terms of the value of
A function is concave-up at input
A function is concave-up at input
A function is concave-up at input
A function is concave-up at input
question id: crow-write-chair-A
Recall that an inflection point is a value for the input
B. From reading the graph of
question id: crow-write-chair-B
C. How many inflection points are there for
question id: crow-write-chair-C
Exercise 7 The function road(x)
has been constructed to correspond to a curved road of gradually tighter radius from left to right
Using Active R chunk 3, calculate the curvature of this road for each value of
- What is the curvature of the road at
?
question id: tiger-blow-futon-1
- What is the curvature of the road at
?
question id: tiger-blow-futon-2
- What is the curvature of the road at
?
question id: tiger-blow-futon-3
Exercise 8 The graph of the function
<- makeFun(sqrt(R^2 - x^2) ~ x, R = 2)
g slice_plot(g(x) ~ x, domain(x = -2:2), npts=300)
Intuition suggests that the radius of an enscribed circle for
Using Active R chunk 4, create a function to calculate the curvature of
For instance, let’s set the default value of the parameter
What is the curvature of
question id: goat-come-bed-1
Activities
Exercise 9 Pilots of commercial passenger aircraft consider the comfort of their passengers into account when flying. In transitioning from level flight onto the descent path for landing, for example, pilots take care that the vertical component of acceleration isn’t so great that passengers feel the plane “falling out from under them.”
A simple model of the descent path is a sigmoid function. Suppose that the descent starts from an altitude of
The vertical acceleration is the second derivative of altitude() with respect to time:
To treat altitude() as a function of time, we need to write “distance from the runway” as a function of time. Let’s set
Suppose that the aircraft is flying at
In Active R chunk 5 plot out the function alt(
Compute the second derivative numD()
rather than D()
to compute the second derivative.)
Graph the second derivative over the appropriate domain and look for the most extreme values of acceleration.
- From the graph, read off the maximum vertical acceleration during the descent.
What are the units of vertical acceleration shown in the graph?
question id: descent-path-1
A rule of thumb is that a vertical acceleration up to
- What are the units of vertical acceleration shown in the graph?
feet-per-second
feet-per-second-squared
miles-per-hour-squared
question id: descent-path-2
For reflection: A new hire at the airline’s operations center proposes to model the descent as a straight-line function rather than a sigmoid. He points out that the second derivative of a straight-line function is always 0, so the passengers would feel no acceleration at all! Explain to this newbie what’s wrong with his idea.
Exercise 10

The picture in Figure 6 shows an instantaneous position of the ball. However, such a snapshot does not show the instantaneous velocity of the ball. If you had a few frames of a movie, your intuition would tell you if the ball is likely to go through the hoop. From a movie, you could even calculate a good finite-difference approximation to the instantaneous velocity of the ball. (In Block VI, you’ll see how to use the instantaneous position and velocity to trace out the trajectory of the ball up to the moment it comes into contact with the basket, hoop, or backboard.)
Assume for the purposes of the following question that the boy, the center of the ball, and the center of the hoop are all in the same plane, as required for a swish shot. Assume as well that when the ball left the boy’s hands it was in the position now occupied by the boy’s head and that there was no spin on the ball. Now the question:
Will the ball swish through the basket?
Use calculus concepts to make a good argument about whether the answer should be “impossible” or “possible.”
Think of the path of the ball as a function
, where is position along the floor and gives the corresponding height of the ball. Draw some intuitively plausible paths. That is, draw graphs of possible functions consistent with the picture and with the assumption that the launch point is marked by the current position of the boy’s head.From the picture you can easily find the line connecting the ball’s current position with the launch point. The slope of this line is the average rate of change of ball height with respect to
.The physics of ball flight (with no spin) requires the function
to be concave down. How does this restrict the set of possible paths?