Differentiation
Differentiation is the process of finding the derivative of a function using rules and formulas.
Formula
\frac{d}{dx}[f(x)]
Definition
Differentiation is the step-by-step process of finding a derivative, using a toolkit of rules so you do not have to use the long limit definition every time. As an operation, $d/dx$ applied to a function produces its derivative, and it is a linear operator on the space of differentiable functions: it satisfies linearity ($d/dx[af + bg] = af' + bg'$) and the Leibniz product rule. Key rules include the power rule, product rule, quotient rule, and chain rule, which together handle all elementary function types; in abstract algebra, this operator defines a derivation on a ring.
Example
To differentiate $y = x^4$, the power rule brings down the exponent and reduces it by $1$, giving $dy/dx = 4x^3$. For a product like $f(x) = 3x^2 \sin(x)$, the product rule gives $f'(x) = 6x \sin(x) + 3x^2 \cos(x)$. Implicit differentiation extends the idea to equations that mix variables: if $x^2 + y^2 = 25$, then $2x + 2y(dy/dx) = 0$, so $dy/dx = -x/y$, without ever solving for $y$ explicitly.
Key Insight
Learning differentiation rules is like learning arithmetic shortcuts: instead of counting on your fingers, you use tools that are faster and always correct. The notation $dy/dx$ (Leibniz) and $f'(x)$ (Lagrange) both represent the same operation, and Leibniz notation is especially useful because it behaves algebraically in the chain rule. Differentiation even extends to distributions (generalized functions), allowing "derivatives" of step functions and Dirac deltas, essential in signal processing and quantum mechanics.