| Feature | Forward Machine | Inverse Machine |
|---|---|---|
| Direction | Left to Right | Right to Left |
| Operations | As written (e.g., , ) | Opposite (e.g., , ) |
| Goal | Find Output () | Find Input () |
The Reverse Order Rule: When working backward to find an input, you must not only use inverse operations but also reverse the order of the boxes. The last operation performed in the forward direction is the first one reversed in the backward direction.
Verification: Always check your 'inverse' answer by running it through the machine in the forward direction to see if it produces the original output.
Algebraic Conversion: If an exam asks for an expression, write the input as and build the expression step-by-step. For a machine that adds 3 then multiplies by 4, the expression is , not .
Ignoring the Chain: A common mistake is applying all operations to the original input separately rather than using the intermediate results. Each box 'consumes' the result of the previous one.
Inverse Sign Errors: Students often forget that the inverse of 'subtracting a negative' is 'adding a negative' (which is effectively subtraction), or they confuse squaring with doubling.
Missing Brackets: When converting a machine to an algebraic expression, failing to use brackets for addition/subtraction steps that occur before multiplication/division is a frequent error.