Vector Functions Etc 2 Flashcards
What is the definition of principal normal vector
Definition of principal normal vector is:
N hat = T hat’ / norm(T hat’)
What is the curvature and its radius
Curvature is k where k = norm(dT hat/ds) and 1/k is radius of curvature (largest circle that fits locally into curve)
What does k equal
K equals norm(T hat’(t))/ norm(r’(t)) comes from the fact k = norm(d^2r/ds^2) then chain rule
What is the definition of a line integral I
Definition of a line integral I is:
I = integral b down to a F(r(t)) .r’(t) dt where F(r(t)) = F(x(t),…,z(t))
What is the definition of a scalar line integral p(r)
Definition of a scalar line integral of scalar function p(r) is:
I = integral p(r) ds = integral b down to a p(r(t)) * norm(r’(t)) dt
What is the definition of a level curve and how can we define a function g on this curve
Definition of a level curve is:
Level curve at c is defined by all points that satisfy f(x,y) = c
In 3D points ( x,y,z) define contour of f at level c
We can define a function g on this curve by :
G(t) = f(x(t),y(t))
What is the definition of directional derivative of a function f along a curve C
Definition of directional derivative of a function f along a curve C is:
Dg/dt = Pdf/Pdx *dx/dt + Pdf/Pdy * dy/dt = fx dx/dt + fy dy/dt
What is the directional derivative of a function f(x,y) at a point (a,b) and in direction of vector u is given by
Directional derivative of a function f(x,y) at a point (a,b) and in direction of vector u = (u,v) is given by:
Duf = ufx + vfy
What is the vector delta/grad f(x,y)
Vector delta/grad f(x,y) is: Delta f(x,y) = fx(x,y) i + fy(x,y) j
What is the grad symbol
The grad symbol is a vector differential operator t which acts on a scalar function and is given by:
Grad = i Pd/Pdx + j Pd/Pdy
What is Duf equivalent to (f(x,y) indirection of u)
Duf is equivalent to vector u.grad(f)