Multiplication by Constant
A constant factor remains unchanged when differentiating.
Examples:
Sum Rule
A finite sum of functions can be differentiated term by term.
Examples:
Product Rule
The product rule can be used to calculate derivatives of functions that are expressed as a product of other functions.
For two factor functions:
For three factor functions:
Examples:
Quotient Rule
The quotient rule can be used to calculate derivatives of functions that are represented as quotients of other functions.
Examples:
Chain Rule
The chain rule can be used to calculate the derivative of a function that is represented as a combination of several functions.
The derivative of a composite (chained) function \(y=f\bigl(u(t)\bigr)\), where \(f(u)\) and \(u(t)\) are the component functions, is the product of the outer and the inner derivative.
Procedure:
- Substitute \(u=u(t)\)
- Take the derivative \(\frac{\mathrm{d}}{\mathrm{d}t}\bigl[f(u)\bigr]\) (outer derivative)
- Eliminate the auxiliary variable \(u\) by substituting back
- Take the derivative \(\frac{\mathrm{d}}{\mathrm{d}t}\bigl[u(t)\bigr]\) (inner derivative)
- Multiply both derivatives together
Example:
\(f(t) = y = \ln(1+t^4) \)
- \(u = 1+t^4\)
- \(\frac{\mathrm{d}}{\mathrm{d}t}\bigl[\ln(u)\bigr] = \frac{1}{u}\)
- \(\frac{\mathrm{d}}{\mathrm{d}t}\bigl[\ln(u)\bigr] = \frac{1}{1+t^4}\)
- \(\frac{\mathrm{d}}{\mathrm{d}t}\bigl[1+t^4\bigr] = 4t^3\)
- \(\dot{y} = \frac{1}{1+t^4} \cdot 4t^3 = \frac{4t^3}{1+t^4}\)
Chain Rule for Doubly Nested Functions
Procedure:
- Substitute \(u=u(t)\)
- Substitute \(v=v(u)\)
- Compute the derivative \(\frac{\mathrm{d}}{\mathrm{d}t}\bigl[f(v)\bigr]\) (outer derivative)
- Compute the derivative \(\frac{\mathrm{d}}{\mathrm{d}t}\bigl[v(u)\bigr]\) (1st inner derivative)
- Compute the derivative \(\frac{\mathrm{d}}{\mathrm{d}t}\bigl[u(t)\bigr]\) (2nd inner derivative)
- Multiply the three derivatives together
- Perform the reverse substitution in the order \(v \rightarrow u \rightarrow t\)
Example:
\(f(t) = y = \sin^3(t^2+t) \)
- \(u = t^2+t \quad \Rightarrow \quad y = \sin^3(u) = (\sin(u))^3\)
- \(v = \sin(u) \quad \Rightarrow \quad y = v^3\)
- \(\frac{\mathrm{d}}{\mathrm{d}t}\bigl[v^3\bigr] = 3v^2\)
- \(\frac{\mathrm{d}}{\mathrm{d}t}\bigl[\sin(u)\bigr] = \cos(u)\)
- \(\frac{\mathrm{d}}{\mathrm{d}t}\bigl[t^2+t\bigr] = 2t+1\)
- \(\dot{y} = 3v^2 \cdot \cos(u) \cdot (2t+1)\)
- \(\dot{y} = 3\sin^2(u) \cdot \cos(u) \cdot (2t+1) = 3(2t+1) \cdot \sin^2(t^2+t) \cdot \cos(t^2+t)\)
Logarithmic Differentiation
Logarithmic differentiation is a technique in differential calculus where functions are transformed into logarithmic form to calculate their derivatives. This can be useful when a function is expressed in exponential form and difficult to manipulate.
In logarithmic differentiation, the function \(y=f(t)\) is first logarithmized on both sides and then differentiated using the chain rule.
Logarithmic differentiation is applied to functions of the form \(y= \bigl[u(t)\bigr]^{v(t)}\) with \(u(t)>0\).
Example:
\(f(t) = y = t^{\cos(t)}\quad,t>0 \)
- Logarithmizing: \(\ln(y) = \ln\bigl(t^{\cos(t)}\bigr) = \cos(t) \cdot \ln(t)\)
- Differentiating: \(\frac{\mathrm{d}}{\mathrm{d}t}\bigl[\ln(y)\bigr] = \frac{\mathrm{d}}{\mathrm{d}t}\bigl[\cos(t) \cdot \ln(t)\bigr]\)
- \(\frac{1}{y} \cdot \dot{y} = \frac{\mathrm{d}}{\mathrm{d}t}\bigl[\cos(t)\bigr] \cdot \ln(t) + \cos(t) \cdot \frac{\mathrm{d}}{\mathrm{d}t}\bigl[\ln(t)\bigr]\)
- \(\frac{1}{y} \cdot \dot{y} = - \sin(t) \cdot \ln(t) + \cos(t) \cdot \frac{1}{t}\)
- \(\dot{y} = y \cdot \Bigl(- \sin(t) \cdot \ln(t) + \frac{\cos(t)}{t}\Bigr)\)
- \(\dot{y} = t^{\cos(t)} \cdot \Bigl(- \sin(t) \cdot \ln(t) + \frac{\cos(t)}{t}\Bigr)\)