diff --git a/education/math/MATH1210 (calc 1)/Derivatives.md b/education/math/MATH1210 (calc 1)/Derivatives.md index 680b0b4..47bf05e 100644 --- a/education/math/MATH1210 (calc 1)/Derivatives.md +++ b/education/math/MATH1210 (calc 1)/Derivatives.md @@ -39,6 +39,10 @@ Given the equation $y = f(x)$, the following are all notations used to represent # Constant Rule The derivative of a constant is always zero. +$$ \dfrac{d}{dx}[c] = 0$$ +For example, the derivative of the equation $f(x) = 3$ is $0$. +# Derivative of $x$ +The derivative of $x$ is one. # Exponential Derivative Formula Using the definition of a derivative to determine the derivative of $f(x) = x^n$, where $n$ is any natural number.