Taylore Series of several variables Flashcards
Taylor series for a function of one variable
f(x) = f(a) + ∑(from k=1 to inf) f^(k)(a)/k! (x-a)^k
It can also be written as
f(x) = f(a) + ∑(from k=1 to inf) 1/k! (u ∂/∂x)^k f(a)
Taylor series for two variables
The taylor series for a two variable function f(x,y)=f(au, b+v), u=x-a, v=y-b is
f(a+u, b+v) = f(a,b) + ∑(from k=1, to inf) 1/k! (u ∂/∂x + v ∂/∂y) ^k f(a,b)
Taylor series for a three variables
The taylor series for a three variable function f(x,y,z) = f(a+u, b+v, c+w) = f(a,b,c) + ∑(k=1 to inf) 1/k! [ u ∂/∂x + v ∂/∂y + w ∂/∂z)^k f(a,b,c)
Tips for Taylor Series
Use known expansions where ever possible
Local maximum (of a one variable function)
Let f: D C |R^n -> |R. The point a e D is said to be a local maximum if f(x) =< f(c) for all x sufficiently close to a
Local minimum (of a one variable function)
Let f: D C |R^n -> |R. The point a e D is said to be a local minimum if f(x)>=f(c) for all x e D sufficiently close to a
Global maximum (of a one variable function)
Let f: D C |R^n -> |R. The point a e D is said to be a local maximum if f(x) =< f(c) for all x e D
Global minimum (of a one variable function
Let f: D C |R^n -> |R. The point a e D is said to be a local minimum if f(x)>=f(c) for all x e D
Local extremum
If it is a local minimum or maximum
Global extremum
If it a global minimum or maximum
Stationary or critical point
Let f: D C |R^n -> |R. The point a e D is a stationary or critical point if ▽f(a) =0
A singular point
Let f: D C |R^n -> |R. The point a e D is a singular point if ▽f does not exist at a.
Necessary conditions for extremum
Let D C |R^n -> |R. If f has a local extremum at the point a e D, then a must be either
(1) a stationary point of f or
(2) a singular point of f or
(3) a boundary point of D
Saddle point
A critical point a which is neither a local maximum nor a local minimum is called a saddle point
Hessian matrix (of 2 variables)
If f is a real function of two variables, and all the second order partial derivatives of f exist at the point (a,b) then the Hessian matrix of f at (a,b) is defined as
H= (fxx fxy)
(fyx fyy)