INDUMAT (Quiz 3) Flashcards
If |g’(x)| -> 1, convergence is _______.
Slow
If |g’(x)| < 1, _________________.
There will be convergence.
If |g’(x)| > 1, _________________.
There will be no convergence meaning divergence exists.
Derivative of ln (u)
u’ / u
Necessary and Sufficient Conditions for Local Minima (Theorem 1)
- Equate first derivative to zero
- Get the extreme points
- Plug in the extreme points to the second derivative
- If the value is greater than 0, it is a minima.
Necessary and Sufficient Conditions for Local Maxima (Theorem 2)
- Equate first derivative to zero
- Get the extreme points
- Plug in the extreme points to the second derivative
- If the value is less than 0, it is a maxima.
In Single Variable Unconstrained Optimization, suppose at a point x, the first derivative is zero, and the first non-zero higher-order derivative occurs at the nth derivative. If n is _____, then x is a point of inflection.
Odd
In Single Variable Unconstrained Optimization, suppose at a point x, the first derivative is zero, and the first non-zero higher-order derivative occurs at the nth derivative. If n is _____, then x is a local minima if the derivative is _________ .
Even; Positive
In Single Variable Unconstrained Optimization, suppose at a point x, the first derivative is zero, and the first non-zero higher-order derivative occurs at the nth derivative. If n is _____, then x is a local maxima if the derivative is _________ .
Even; Negative
Another term for an inflection point
Saddle Point
Another term for stationary point
Critical Point
Convex Graph
U
Concave Graph
∩
Both Concave and Convex
\ or / (Linear Line)
Steps for MOSS
- Isolate all possible x then make into g(x)
- Get the derivative and find which x would have the smallest value ( such that its < 1 ).
- Using the acquired x, initialize with x0 at k=0
- Substitute value and repeat process until error value is less than tolerable error.