Glossary
Chain Rule
A fundamental rule for differentiating composite functions, stating that the derivative of the 'outside' function is multiplied by the derivative of the 'inside' function. If h(x) = f(g(x)), then h'(x) = f'(g(x)) * g'(x).
Example:
To find the derivative of , you apply the Chain Rule, differentiating cosine first, then the argument .
Constant Multiple Rule
States that the derivative of a constant times a function is the constant times the derivative of the function. If f(x) = c * g(x), then f'(x) = c * g'(x).
Example:
If a particle's position is given by , its velocity is found using the Constant Multiple Rule as .
Derivative of a^x
The rate of change of an exponential function with a base 'a' (where a > 0 and a ≠ 1). The derivative of a^x is a^x ln(a).
Example:
To find the rate of decay of a radioactive substance modeled by , you'd use the derivative of a^x rule.
Derivative of cos(x)
The rate of change of the cosine function with respect to its input variable. The derivative of cos(x) is -sin(x).
Example:
If the temperature in a room oscillates as , the rate of temperature change is found using the derivative of cos(x), resulting in .
Derivative of cot(x)
The rate of change of the cotangent function with respect to its input variable. The derivative of cot(x) is -csc^2(x).
Example:
The derivative of cot(x), , is often used when simplifying expressions or solving related rates problems involving angles.
Derivative of csc(x)
The rate of change of the cosecant function with respect to its input variable. The derivative of csc(x) is -csc(x)cot(x).
Example:
While less common in direct applications, understanding the derivative of csc(x) is crucial for differentiating complex trigonometric expressions involving reciprocals.
Derivative of e^x
The rate of change of the natural exponential function, which is unique in that its derivative is itself. The derivative of e^x is e^x.
Example:
If a population grows exponentially according to , the rate of population growth is also , thanks to the derivative of e^x.
Derivative of ln(x)
The rate of change of the natural logarithm function. The derivative of ln(x) is 1/x.
Example:
If the intensity of a sound is measured on a logarithmic scale, its rate of change with respect to some variable might involve the derivative of ln(x), which is .
Derivative of log_a(x)
The rate of change of a logarithm function with an arbitrary base 'a'. The derivative of log_a(x) is 1/(x ln(a)).
Example:
When working with logarithmic scales in chemistry or physics, the derivative of log_a(x) helps determine rates of change for non-natural log functions.
Derivative of sec(x)
The rate of change of the secant function with respect to its input variable. The derivative of sec(x) is sec(x)tan(x).
Example:
Similar to cosecant, knowing the derivative of sec(x) is essential for comprehensive mastery of trigonometric derivatives.
Derivative of sin(x)
The rate of change of the sine function with respect to its input variable. The derivative of sin(x) is cos(x).
Example:
If a pendulum's displacement is modeled by , its velocity is given by the derivative of sin(x), which is .
Derivative of tan(x)
The rate of change of the tangent function with respect to its input variable. The derivative of tan(x) is sec^2(x).
Example:
When analyzing the slope of a line whose angle is changing, if the slope is , its rate of change with respect to is , derived from the derivative of tan(x).
Derivatives of Inverse Functions
A formula that relates the derivative of an inverse function to the derivative of the original function. If y = f^(-1)(x), then dy/dx = 1 / f'(f^(-1)(x)).
Example:
If you know the derivative of , you can use the formula for Derivatives of Inverse Functions to find the derivative of its inverse, , without directly differentiating .
Implicit Differentiation
A technique used to find the derivative of a dependent variable with respect to an independent variable when the relationship between them is not explicitly defined, often when y cannot be easily isolated.
Example:
To find for a circle defined by , you use Implicit Differentiation because y is not easily isolated.
Power Rule
A fundamental rule for differentiating functions of the form x^n, where the exponent n is a real number. It states that if f(x) = x^n, then f'(x) = nx^(n-1).
Example:
To find the rate of change of the volume of a sphere with respect to its radius, , you'd use the Power Rule to get .
Product Rule
A rule used to find the derivative of a function that is the product of two differentiable functions. If h(x) = f(x)g(x), then h'(x) = f'(x)g(x) + f(x)g'(x).
Example:
To find the derivative of , you must apply the Product Rule, treating as the first function and as the second.
Quotient Rule
A rule used to find the derivative of a function that is the ratio (quotient) of two differentiable functions. If h(x) = f(x)/g(x), then h'(x) = (f'(x)g(x) - f(x)g'(x))/(g(x))^2.
Example:
When differentiating a rational function like , the Quotient Rule is indispensable.
Sum/Difference Rule
Allows you to differentiate a sum or difference of functions by differentiating each term separately and then adding or subtracting the results. If h(x) = f(x) ± g(x), then h'(x) = f'(x) ± g'(x).
Example:
When finding the derivative of a polynomial like , you apply the Sum/Difference Rule to each term.