1/24
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Composite function
A function formed by plugging one function into another, such as y = f(g(x)), where g(x) is evaluated first and then f acts on that result.
Composition (f(g(x)))
The structure of a composite function where the output of g becomes the input of f; g(x) is the “inside” and f is the “outside.”
Chain Rule
Differentiation rule for composite functions: the derivative is the derivative of the outside (evaluated at the inside) times the derivative of the inside.
Chain Rule (function notation)
d/dx[f(g(x))] = f'(g(x)) · g'(x).
Chain Rule (Leibniz / intermediate-variable notation)
If u = g(x) and y = f(u), then dy/dx = (dy/du) · (du/dx).
Outside function
In a composite function, the function applied last; you differentiate this first (treating the inside as a single variable).
Inside function
In a composite function, the expression being plugged into the outside function; you multiply by its derivative after differentiating the outside.
Outermost operation
The last overall operation applied to x (e.g., a power, sine, multiplication); it determines the first differentiation rule to use.
Intermediate variable (u-substitution for differentiation)
A temporary variable (like u = g(x)) used to make layers of a composite function explicit and reduce chain-rule mistakes.
Evaluate the outside derivative “at the inside”
In chain rule, f' must be written as f'(g(x)), not f'(x); you substitute the inner expression into the derivative of the outer function.
Inside-derivative factor (g'(x))
The required multiplier in the chain rule that accounts for how the inner function changes with x; a common omission in errors.
Nested composition
A function with multiple layers of “inside” expressions (e.g., radicals of powers of linear terms) requiring chain rule applied more than once.
Peeling layers method
A systematic approach for nested chain rule problems: work from the outer layer inward, multiplying derivatives of each layer.
Derivative notation: dy/dx
Leibniz notation meaning the derivative of y with respect to x; often used to highlight the chain rule structure.
Derivative notation: y'
Prime notation for the derivative of y with respect to x; equivalent to dy/dx.
Product Rule
Derivative rule for products: d/dx[u(x)v(x)] = u'(x)v(x) + u(x)v'(x); chain rule may be needed inside u' or v'.
Quotient Rule
Derivative rule for quotients: d/dx[u(x)/v(x)] = (u'(x)v(x) − u(x)v'(x)) / (v(x))^2.
Rewrite as a negative exponent
A simplification strategy that can avoid the quotient rule, e.g., 1/√(5x−1) = (5x−1)^(−1/2), making chain rule straightforward.
Simplify-first strategy
Choosing algebraic simplification before differentiating when it safely reduces complexity (e.g., combining powers) and lowers error risk.
Procedure selection (derivatives)
The skill of deciding which differentiation rules to apply (chain, product, quotient, simplification) based on the function’s overall structure.
Chain rule with exponential functions
For y = e^{g(x)}, the derivative is y' = e^{g(x)} · g'(x); you multiply by the inner derivative.
Chain rule with logarithmic functions
For y = ln(g(x)), the derivative is y' = (1/g(x)) · g'(x); you multiply by the inner derivative.
Related rates (chain rule engine)
Situations where a quantity depends on an intermediate variable that depends on time; chain rule appears as dy/dt = (dy/du)(du/dt).
Notation pitfall: fraction “cancellation” misconception
The idea that dy/dx = (dy/du)(du/dx) works by algebraic cancellation is misleading; it is justified by the chain rule theorem, not ordinary fraction algebra.
Misreading power-of-a-function notation
A common error where expressions like cos^2(3x) = (cos(3x))^2 are incorrectly treated as cos(6x), even though they are not equivalent.