vault backup: 2025-02-16 19:32:21

This commit is contained in:
arc
2025-02-16 19:32:21 -07:00
parent c21c741225
commit d2ffd42b20
2 changed files with 28 additions and 1 deletions

View File

@ -28,7 +28,7 @@ The above formula can be used to find the *derivative*. This may also be referre
$$ 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) $$
As a more practical example, given an equation with a slope of $6$,
# Line Types
## Secant Line
A **Secant Line** connects two points on a graph.