question id: nac89-1
Chap 13 Exercises
Loading webR...
Exercise 1
- What is the exact input to the pattern-book logarithm function where the output is 0?
- What is the exact input to the pattern-book reciprocal function where the output is 1?
question id: nac89-2
- What is the exact input to the pattern-book identity function where the output is 1/2?
question id: nac89-3
- The pattern-book square function just touches the horizontal axis. What’s the input where this happens?
question id: nac89-4
Exercise 2 The graphs of functions and their inverses are related by a flip around the line of identity, shown in green Figure 1.
- Is the magenta curve the graph of a function? (Hint: Does it pass the vertical line test?)
question id: inverse-flip-one-1a
- Which of these functions is graphed in magenta?
question id: inverse-flip-one-1b
Exercise 3 Consider the function random function
You will run the plotting command several times to zoom in on each of the five crossings at level
For each of the values
Exercise 4

Consider only days 2 through 11 in answering the following questions. (Recall that longitude is along the horizontal axis, while latitude is along the vertical.)
- For the path in Figure 2, is the latitude a function of the longitude?
question id: hurricane-ivan-1
- Is the longitude a function of the latitude?
question id: hurricane-ivan-2
Exercise 5 Consider the problem of finding a value of
Using the interactive chunk below, create a function h(x) ~ x
to the R/mosaic Zeros()
operator to find a precise numerical answer to the problem:
Exercise 6 Consider finding the argmin and argmax of a straight-line function such as argM()
function
.
Note that a straight-line function has no local min or maximum. Yet argM()
produced a result.
Experiment by changing the parameters on the linear function and the domain over which the operation is performed. Explain what simple strategy argM()
uses to give a result even when the function has no local min nor max.