6 Drill Questions: Basic Functions
At any point, you can submit your answers by collecting them and uploading them to the class site.
No answers yet collected
If requested by your instructor, please identify here the people from whom you received assistance on this assignment.

flat()
steady()
double()
doublings()
hillside()
hill()
osc
recip()Drill 6. 1 Which storybook functions produce output 1 when the input is zero?
Drill 6. 2 Some storybook functions have a bounded output, that is, the output has finite maximum and minimum values. Pick the one that does not fit into this category.
Drill 6. 3 For which storybook functions is the output bounded on the bottom by zero but unbounded on the top?
Drill 6. 4 Which storybook functions have an output that is unbounded on both the top and the bottom?
Drill 6. 5 Which storybook function has an output bounded by -1 and 1?
Drill 6. 6 Which storybook function has an output bounded by 0 and 1?
Drill 6. 7 Which of the following is not the name of a storybook function?
Drill 6. 8 Match each storybook function to its characteristic behavior. The function osc() …
Drill 6. 9 The function hillside() …
Drill 6. 10 The function hill() …
Drill 6. 11 The function double() …
Drill 6. 12 The function doublings() is closely related to double(). What is the relationship?
Drill 6. 13 Which storybook function would best describe the outdoor temperature over the course of a single day (rising in the morning, falling in the evening, repeating daily)?
Drill 6. 14 Which storybook function would best describe the adoption of a new technology (few users at first, rapid growth, then leveling off as the market saturates)?
Drill 6. 15 Which storybook functions have a positive rate of change for all positive inputs?
recip() d06-str-3ks double() d06-str-lxe hill() d06-str-8ue hillside() d06-str-lex steady() d06-str-cwoxDrill 6. 16 For the osc() function, what is the period (the input interval over which the function completes one full cycle and returns to its starting pattern)?
Drill 6. 17 At what input value does hillside() produce an output of 0.5 (halfway between its minimum and maximum)?
Drill 6. 18 For the double() function:
- What is the output when the input is 0?
- What is the output when the input is 3?
- What is the output when the input is -1?
Drill 6. 19 For the doublings() function:
- What is the output when the input is 8?
- What is the output when the input is 1?
- What input to
doublings()gives an output of -2?
Drill 6. 20 The flat() function always returns the same output regardless of input. What is the rate of change of flat() with respect to its input?
Drill 6. 21 The storybook functions take pure numbers (dimensionless) as input and produce pure numbers as output. To use them with real-world quantities that have units, we use input transformations.
An input transformation has the form \(a(q - q_0)\) where \(q\) is the real-world input quantity. What must be true about the dimension of \(q_0\)?
Drill 6. 22 In the input transformation \(a(q - q_0)\), what must be true about the dimension of parameter \(a\)?
Drill 6. 23 Suppose you want to model oil production using hillside(), and the data shows production reached half its maximum value around the year 1970. In the input transformation \(a(\text{year} - q_0)\), what value should \(q_0\) have?
Drill 6. 24 An output transformation has the form \(A \cdot f(\text{input}) + B\) where \(f()\) is a storybook function. If you want the transformed function to have a maximum output of 100 and a minimum of 0, and the storybook function naturally ranges from 0 to 1, what should \(A\) be?
Continuing from the previous question, what should \(B\) be?
Drill 6. 25 If a quantity is measured in miles per gallon and you need to create a dimensionless input for a storybook function using the transformation \(a(q - q_0)\), what are the units of parameter \(a\)?
Drill 6. 26 The graph shows one of the storybook functions but with either input scaling, output scaling, or none.

Drill 6. 27 The graph shows one of the storybook functions but with either input scaling, output scaling, or none.

Drill 6. 28 The graph shows one of the storybook functions but with either input scaling, output scaling, or none.

Drill 6. 29 The graph shows one of the storybook functions but with either input scaling, output scaling, or none.

Drill 6. 30

Which storybook function does this graph show?
Drill 6. 31

Which storybook function does this graph show?
Drill 6. 32

Which storybook function does this graph show?
Drill 6. 33

Which storybook function does this graph show?
Drill 6. 34

Which storybook function does this graph show?