🏗️ ΘρϵηΠατπ🚧 (under construction)

directional derivative
Let f:n and let a,vn, then the directional derivative of f at a along v is defined as
vf(a):=limh0f(a+hv)f(a)h
Partial Derivative
Let f:nR then the partial derivative with respect to xi is the directional derivative of f at a along ei
xif(a):=eif(a)
Frozen Function
Suppose that f:n and an then we can define a new function fi,a: by fi,a(h):=f(a+hei).

The frozen function get's it's name because it can be thought of by taking the sample point a and then freezing in all directions except for along the i-th component of the input for f

Partial Derivative becomes frozen function derivative
fxi(a)=ddh[fi,a(h)]
Todo
Consider the function f(x,y,z)=x2+y2+z2, and the point (a1,a2,a3)3 then show that fy,a(h) equals the function g(x)=a12+(x)2+a32
Todo
compute the partial derivative with resepct to y of f(x,y,z)=x2+y2+z2
Gradient
The gradient of a function f:nR at the point p is defined as f(p):=(f(x1)(p),f(x2)(p),,f(xn)(p))
Todo
Suppose we have the fnction f(x,y)=sin(x), and (p1,p2)2 show that f(p)=(cos(p1),0)
differentaibility
a function f:Am with An is differentiable at the point an if there exists a linear transformation T:nm such that
limxaf(x)(f(a)+T(xa))xa=0
continuous partials implies differentiability
If all the partial derivatives of a function exist in a neighborhood of a point x0 and are continuous at the point x0, then the function is differentiable at that point x0