Differential Calculus of multivariable functions Flashcards
Real function of a single variable
y = f(x)
where x e D, y e C.
(D is the domain of f and C is the range of f)
y depends on the single real variable x.
Function of several real variables
Function that depends on more than one real variable.
A function f of n real variables is a rule that assigns a unique real number f( x1, x2, … , xn) to each point (x1, …, xn)
where the domain of f is a subset of |R^n and the range of f is a subset of |R.
Vertical sections in x-z plane
For a function z = f(x , y), a vertical section z= f(x , c) is the intersection of the vertical plane y=c and the surface z=f(x , y), where c is a constant.
This will produce a graph in the x-z plane
Vertical sections in y-z plane
For a function z = f(x , y), a vertical section z = f(c, y) is the intersection of the vertical plane x=c and the surface z = f(x , y), where c is a constant.
This will produce a graph in the y-z plane.
Level curves
For a function z=f(x , y) a level curve c= f(x,y) is the intersection between the horizontal plane z=c and the surface z= f(x, y), where c is a constant
This will produce a graph in the x-y plane.
Partial derivative
A function f : |R^3 -> |R is said to have a partial derivative with respect to x at the point (x0, y0, zo) if the following limits exists
lim (h->0)[ f(xo + h, yo, zo) - f(xo, yo, zo) ] / h.
This limit is the partial derivative of f w.r.t x at (xo, yo, z0)
To calculate this treat all other variables as constants.
Partial derivatives w.r.t x and y are calculated in the same way.
Sufficiently smooth (informal)
A function is said to be sufficiently smooth if the function and as many partial derivatives as required are continuous where they need to be.
The chain rule for functions of a single variable
Suppose that y = y(x) and x = x(u). We denote y = y(x(u)).
Then
dy/du = dy/dx * dx/du
Chain rule for functions with two variables
Consider f(x , y). Where x = x(u, v) and y = y(u, v).
df/du = df/dx * dx/du + df/dy * dy/du df/dv = df/dx * dx/dv + df/dy * dy/dv
Key points of the chain rule
1) Write fs = fxxs+fyys + … + fz*zs
2) Calculate derivatives required
3) Sub the values back in and simplify
A vector
A vector is a quantity that involves both magnitude and direction
Magnitude of a vector
The magnitude of a vector v is the length of the arrow, denoted |v|.
Unit vector
Magnitude of 1
Dot product of two vectors
Consider two vectors
a= a1i + a2j + a3k and b = b1i + b2j + b3k.
The dot product of the two vectors is
a.b = |a||b|cos& = a1b1 +a2b2 + a3b3
Cross product two vectors
a x b = |a| |b| sin&n = (a2b3 - a3b2)i + (a3b1 - a1b3) j + (a1b2 - a2b1) k.
where n is the unit normal to both a and b such that (a, b, n) forms a right handed system.