vault backup: 2025-01-30 09:38:44

This commit is contained in:
arc 2025-01-30 09:38:44 -07:00
parent 1bf9047fff
commit cd2a396d3a

View File

@ -66,4 +66,9 @@ $$ \lim_{h \to 0} nx^{n-1} + P_{n3} x^{n-2}*0 \cdots v * 0 $$
The zeros leave us with: The zeros leave us with:
$$ f(x) = n, \space $f'(x) = nx^{n-1} $$ $$ f(x) = n, \space f'(x) = nx^{n-1} $$
# Addition/Subtraction Derivative Rule
You can add and subtract derivatives to find what the derivative of the whole derivative would be.
# Factor Derivative Rule
$$ \dfrac{d}{dx} (f(x) * g(x)) = \lim_{h \to 0} \dfrac{f(x +h) * g(x + h) - f(x)g(x)}{h} $$