Glossary
Chain Rule
A differentiation rule used for finding the derivative of composite functions, stating that the derivative is the derivative of the outer function (evaluated at the inner function) multiplied by the derivative of the inner function.
Example:
To find the derivative of , you'd use the chain rule to get .
Composite Functions
Functions within functions, where the output of one function serves as the input for another, creating a nested structure.
Example:
If , then is a composite function because is inside the square root function.
Concavity
A property of a curve that describes its curvature; a function is concave up if its graph opens upwards and concave down if it opens downwards, determined by the sign of the second derivative.
Example:
A parabola opening upwards, like , exhibits concavity up, as its second derivative is positive.
Difference Quotient
An expression $\frac{f(b) - f(a)}{b - a}$ used to approximate the derivative of a function over a small interval, representing the average rate of change.
Example:
To estimate the instantaneous rate of change from a table of values, you might use the difference quotient between two closely spaced points.
Higher-Order Derivatives
Derivatives of derivatives, such as the second derivative ($f''(x)$), third derivative ($f'''(x)$), and so on, obtained by repeatedly differentiating the function.
Example:
If , its first derivative is , and its second derivative is , which is an example of a higher-order derivative.
Implicit Differentiation
A technique used to find the derivative of a function where $y$ is not explicitly defined in terms of $x$, by differentiating all terms with respect to $x$ and applying the chain rule to terms involving $y$.
Example:
Finding for the equation requires implicit differentiation because is not isolated.
Inner Function
In a composite function $f(g(x))$, the inner function is $g(x)$, which is evaluated first.
Example:
For , the inner function is , as it's the first operation applied to before the exponential.
Outer Function
In a composite function $f(g(x))$, the outer function is $f$, which operates on the result of the inner function.
Example:
Given , the natural logarithm is the outer function that acts upon the polynomial .
Points of Inflection
Points on a curve where the concavity changes (from concave up to concave down or vice versa), typically occurring where the second derivative is zero or undefined.
Example:
For , the origin is a point of inflection because the graph changes from concave down to concave up at that point.
Second Derivative
The derivative of the first derivative of a function, denoted as $f''(x)$ or $\frac{d^2y}{dx^2}$, which provides information about the concavity of the original function.
Example:
If tells you velocity, then the second derivative tells you acceleration, indicating how the velocity is changing.