# Derivative
**A derivative is the rate of change of a [[Function (in Algebra)|function]] at a particular point**, or better yet the best constant approximation of the function's rate of change at a particular point. A derivative of a line is its slope and is constant for all points. However, for curves, the rate of change changes for each point, meaning the derivative is specific to a particular point. In this case, **the derivative can be thought of as the slope of a function's tangent at a particular point.**
**A derivative of $f(x)$ at $a$ is denoted as $f'(a)$, and is determined by evaluating the slope of a line connecting two points of $f(x)$ as the distance between them approaches 0.**
$
f'(a) = \lim_{x \to a} \frac {f(x) - f(a)}{x-a} = \lim_{h \to 0} \frac {f(a+h) - f(a)} h
$
^zzz13y
The process of differentiation is the process of finding a function's derivative. If you already have a derivative and want to reverse differentiation, you need to apply the process of [[Antiderivative|Antidifferentiation]]. Note that because differentiation ignores constant terms, antidifferentiation is not an inverse of differentiation.
**The process of finding a function's maximum or minimum is essentially finding a point at which its derivative equals 0.** That represents the practical use of derivatives and why they are often described as one of most potent tools in all of calculus. To determine if a point is a maximum or a minimum you can use [[The Second Derivative Test]]. See [[The Extreme Value Theorem]] for more.
**Derivatives and [[Integral|integrals]] are linked together by the [[The Fundamental Theorem of Calculus]]**, which is why many call them ‘two sides of the same coin’.
A function is constantly rising across its whole domain if its first derivative is always positive.
## Derivative Notation
$f'(a)$ is a derivative of $f(x)$, but it can also be written as
$
f'(a) = \frac d {dx} \bigg[ f(x) \bigg]
$
$\frac d {dx}$ can be read as 'take a derivative of whatever is inside the brackets with respect to $x