vault backup: 2025-01-26 17:32:19

This commit is contained in:
arc 2025-01-26 17:32:19 -07:00
parent f0f52ceacd
commit 032efeb055

View File

@ -0,0 +1,9 @@
A derivative can be used to describe the rate of change for a single point.
The formula used to calculate the average rate of change looks like this:
$$ \dfrac{f(b) - f(a)}{b - a} $$
Interpreting it, this can be described as the change in $y$ over the change in $x$.
- Speed is always positive
- Velocity is directional
-