Please enable JavaScript.
Coggle requires JavaScript to display documents.
Derivative (Derivatives Rules (Inverse (inverse function exists, whenever…
Derivative
-
Derivative Overview
-
-
DNE
when: abs |x|, discontinuity, round(x)
Calculating
- Derivative function - by using limit definition with replacing a with x or derivative rule
- At a point - by limit definition (quotient law)
-
-
Approximation
-
-
Newton's method
Formula

finding the roots of the objective function, f(x) = 0, for optimization problem (find minima & maxima)
Fail to converge
- slope of (tangle line) is too small
- first guess too far from result
-
-
-
Tayler Series
Taylor series (n-order Taylor Series Approximation)
- Linear Approximation (first-order Taylor Series Approximation)
- Quadratic Approximation (second-order Taylor Series Approximation)
-
Critical points
-
definition:
f' = 0 or f' = DNE (corner)other names:
- stable points
- stationary points
classify local min, local max, neither
first derivative test
second derivative
-
Indeterminate Limits: 0/0, inf/inf , inf-inf, inf*inf
-
-
Limit
-
Continuity
f+g, f-g, f*g is continuous everywhere if f,G is continuous
f/g: countinous if g not 0 and f,g is continuous
-
-