When given $(f \circ g)'(0)$, does it mean to compose the 2 functions first, then take the derivative of the composed functions and evaluate it at $0$, or take the derivative of $g$ first and evaluate it at $0$, then take the derivative of $f$ and evaluate it at the value that the evaluation of $g'(0)$ gave us?
2026-03-26 08:04:05.1774512245
Notation for function compositions/derivatives
897 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
When given $(f\circ g)'(0)$, we can compose the functions first, then take the derivative of the composed function, and evaluate it at $x=0$, ...
Or... recall that this situation occurs whenever we need the chain rule. That is we can use the chain rule to calculate $$(f\circ g)'(x) = (f(g(x)))' = f'(g(x))\cdot g'(x)$$
then simply evaluate the derivative at $x=0$.