Linearity of the Derivative
The derivative is a linear operator. This means it follows two simple rules:
- Constant Multiple Rule: \(\frac{d}{dx}[c \cdot f(x)] = c \cdot f'(x)\). (Constants "wait outside" while you differentiate).
- Sum/Difference Rule: \(\frac{d}{dx}[f(x) \pm g(x)] = f'(x) \pm g'(x)\). (You can differentiate term by term).
Worked Examples
Example 1: Constant Multiple
Find the derivative of \(f(x) = 10x^3\).
- Leave the 10 alone.
- Differentiate \(x^3 \to 3x^2\).
- Multiply: \(10 \times 3x^2 = 30x^2\).
- Result: \(f'(x) = 30x^2\).
Example 2: Polynomial Sum
Find the derivative of \(f(x) = 4x^2 - 5x + 7\).
- Term 1: \(4x^2 \to 8x\).
- Term 2: \(-5x \to -5\).
- Term 3: \(7 \to 0\).
- Result: \(f'(x) = 8x - 5\).
Example 3: Complex Polynomial
Find the derivative of \(f(x) = \frac{x^4}{2} + \frac{1}{x}\).
- Term 1: \(\frac{1}{2}x^4 \to \frac{4}{2}x^3 = 2x^3\).
- Term 2: \(x^{-1} \to -x^{-2} = -\frac{1}{x^2}\).
- Result: \(f'(x) = 2x^3 - \frac{1}{x^2}\).
The Bridge to Quantum Mechanics
The fact that the derivative is linear is the reason we have the Superposition Principle. If \(\psi_1\) and \(\psi_2\) are possible states of a system, then \(a\psi_1 + b\psi_2\) is also a possible state. Because the Schrödinger Equation is built on derivatives, and derivatives are linear, we can add quantum states together to create new ones. This is what allows for quantum entanglement and interference.