← Back to Home
MATH1011 - Lecture 5
Skeleton Slides
Test of Differentiability
- If ∂x∂f and ∂y∂f exist on an open disc centred at (a,b) and are continuous at (a,b) then f is differentiable at (a,b)
- And vice versa: if f is differentiable at (a,b), f is continuous at (a,b)
- Not every continuous function is differentiable!
The Jacobian Matrix
- Matrix containing all the partial derivatives of a multivariable function
- Good luck, jk not that hard, look at slides
The Jacobian
- The Jacobian is the determinant of the Jacobian matrix when m=n
- m=n → equal rows and columns in the Jacobian matrix
- Read Matrices for more info on determinant (ad−bc)
The Gradient
- The gradient vector of f at (a,b) is the vector:
∇f(a,b)=grad f(a,b)=(fx(a,b),fy(a,b))
Chain Rule for Multivariable Functions
dtdf(x(t),y(t))=∂x∂fdtdx+∂y∂fdtdy
- This theorem applies for functions of any number of variables
- e.g. dtdf(x1(t),x2(t),...,xn(t))=∂x1∂fdtdx1+∂x2∂fdtdx2 + ... +∂xn∂fdtdxn
General Chain Rule
Directional Derivative
- The directional derivative of f at c in direction v is defined by Dvf(c)=limh→0hf(c+hv^)−f(c)=∇f(c)⋅v^
- v^=∣v∣v
- Full definition on slides
- The initial function must be differentiable
MATH1011 - Lecture 7
Annotated Slides