vault backup: 2025-02-16 19:32:21
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user