Input-Output View Math Example 4
Follow the full solution, then compare it with the other examples linked below.
Example 4
mediumTwo function machines are connected: machine doubles the input, machine subtracts . Find the combined output for input , and write the combined formula.
Solution
- 1 Machine : output . Machine receives that output and subtracts : .
- 2 Combined formula: . For : .
Answer
;
Chaining function machines corresponds to function composition. The output of the first machine becomes the input of the second. This builds intuition for composite functions before introducing the formal notation .
About Input-Output View
The input-output view of a function treats it as a black box: put in a value (input), get out a uniquely determined value (output), without worrying about the internal mechanism.
Learn more about Input-Output View โMore Input-Output View Examples
Example 1 easy
Think of [formula] as a machine. Describe the sequence of operations applied to input [formula], the
Example 2 mediumA function machine applies two operations in sequence: first square the input, then add [formula]. W
Example 3 easyA vending machine charges [formula]1.50[formula]C(n)[formula]n[formula]C(4)[formula][formula].