vault backup: 2025-01-30 08:58:43

This commit is contained in:
arc 2025-01-30 08:58:43 -07:00
parent 5898de24cb
commit 7d7efe3d55

View File

@ -35,4 +35,8 @@ Given the equation $y = f(x)$, the following are all notations used to represent
- If the slope of the tangent line is vertical
# Higher Order Differentials
- Take the differential of a differential
- Take the differential of a differential
Using the definition of a derivative to determine the derivative of $f(x) = x^n$, where $n$ is any natural number.
$$ f'(x) = \lim_{h \to 0} \dfrac{(x + h)^n - x^n}{h} $$