vault backup: 2025-02-02 18:15:30

This commit is contained in:
arc 2025-02-02 18:15:30 -07:00
parent 4aec1d9883
commit ab2da117b9

View File

@ -18,7 +18,7 @@ The above formula can be used to find the *derivative*. This may also be referre
# Point Slope Formula (Review)
$$ y - y_1 = m(x-x_1) $$
Given that $m = f'(a)$ and that $(x_1, y_1) = (a, f(a))$, you get the equation:
$$ y - f(a) = f'(a)(x - a)
$$ y - f(a) = f'(a)(x - a) $$
# Line Types
## Secant Line