The slope at each value
The slope at each value
The slope at each value of
The slope at each value of
question id: exponential-slopes
π‘ Loading...
Loading webR...
Exercise 1 In this exercise, we ask you to estimate the slope from a graph of the function. But the function is exponential, so not a straight line.
A fundamental idea in calculus is that even a function with a curved graph will look like a straight line if you zoom in closely around a given point. And you know how to calculate the slope of a straight line.
When the graph is curved, the slope will be different at different points along the graph. So there is not a single slope for the function. Still, we can talk about the βslope at a point.β
One way to specify a point on a functionβs graph is to give the horizontal coordinate: the input to the function. But here we will give you the output of the function. So long as the function passes the horizontal-line test, as the exponential does, specifying any particular output in the functionβs range uniquely identifies a corresponding input.
Estimate the slope of the exponential function
For each of (a)-(d), use Active R chunk 1 to plot the exponential function
Using your answers for the slopes at the points given in (a)-(d), choose the best answer to this question: What is the pattern in the slope as
The slope at each value
The slope at each value
The slope at each value of
The slope at each value of
question id: exponential-slopes
Exercise 2
Glance at the graph. In which boxes is the slope negative?
A, B, C
B, C, D
A, C, D
question id: frog-bid-bed-1
Exercise 3
A, B, C
C, A, B
A, C, B
none of these
question id: turtle-send-pot-1
Exercise 4 As you know, given a function
In Active R chunk 2, use makeFun()
to create a function slope_of_g()
using the definition of
slope_of_g(1)
?question id: wolf-talk-kayak-1
Using your sandbox, plot both g()
and slope_of_g()
(in blue) on a domain slicePlot()
in the following way:
slope_of_g()
?
slope_of_g()
is negative compared to g(x)
.
slope_of_g()
is shifted left by about g(x)
.
slope_of_g()
has a much smaller amplitude than g()
.
slope_of_g()
is practically the same function as g()
. That is, for any input the output of the two functions is practically the same.
question id: wolf-talk-kayak-2