1. What does the phrase 'outside-in' mean when describing the chain rule process?
- A.You evaluate the inner function first, then differentiate the outer function.
- B.You differentiate the outermost function first, keeping the inner function unchanged, then multiply by the derivative of the inner function.
- C.You simplify the expression from the outside before applying any derivative rules.
- D.You apply the product rule to the outer function and the sum rule to the inner function.
View Answer
Answer: You differentiate the outermost function first, keeping the inner function unchanged, then multiply by the derivative of the inner function.
Interpret 'outside-in': 'Outside-in' is a mnemonic for the chain rule: start by differentiating the outermost function while leaving the inner function intact, then multiply by the derivative of the inner function. Why the correct answer works: This option accurately describes the sequential process: $f'(g(x)) \cdot g'(x)$ — first $f'$ evaluated at $g(x)$, then times $g'(x)$. Why distractors fail: Evaluating the inner function first before differentiating confuses evaluation order with differentiation order. Simplifying from the outside is an algebraic strategy, not the chain rule. Mixing product and sum rules describes different derivative rules entirely.