|
Take 15-20 minutes to work on Problems D1-D7. Then think about the connections in the different representations, paying particular attention to instances where linear functions are different from other kinds of functions.
In Problem D6, the recursive rule for the function y = 1/x can be quite challenging. The easiest way to describe it is to use your input in the rule.

Some people consider a rule recursive only if it truly depends on previous outputs, with no reference to the input.
In summary:
| Closed forms for linear functions look like y = ax + b, where a and b are some numbers, x is the independent variable, and y is the dependent variable. |
| Recursive rules for linear functions add a constant value from one output to the next. This constant is the same as the value of a in the formula y = ax + b. |
| Graphs of linear functions look like lines. The slopes of the lines are the same as the difference between successive outputs, and the same as the value of a in the y = ax + b formula. |
Groups: Discuss the above statements.
<< back to Part D: Putting It Together
|