Modelling 2 Flashcards
When is a function Vector Valued?
A function r is said to be vector-valued if it maps a number
t ∈ R to a vector r(t) ∈ Rn, where n = 2, 3, 4 …
When is a curve Smooth?
Each component function can be differentiated infinitely many times
What is a Simple Curve?
A curve that does not intersect itself is said to be a simple curve.
When is a curve Closed?
A curve parametrised by r(t) where t ∈ [a, b] is said to be closed if r(a) = r(b).
What is a Regular Parametrisation and when is a curve regular?
Consider a curve C parametrised by r(t) where t ∈ I. r is said to be a regular parametrisation if r’(t) /= 0 at all points on the curve.
A curve is said to be regular if it has a regular parametrisation.
Curves defined in segments can also be described as piecewise regular.
What are the Differentiation Rules for Vectors?
I. For all λ ∈ R, d/dt [u(t) + λv(t)] = u’(t) + λv’(t)
II. Let f(t) be a differentiable real-valued function, then
d/dt [f(t)u(t)] = f(t)u’(t) + f’(t)u(t)
III. d/dt [u(t) · v(t)] = u(t) · v’(t) + u’(t) · v(t)
IV. d/dt [u(t) X v(t)] = u(t) X v’(t) + u’(t) X v(t)
V. d/dt [u (f(t))] = f’(t)u’(f(t))
To prove these properties just write out the vectors in component form and work that way.
How are a vector and its derivative related if the vector’s length is constant?
Let r(t) be a vector-valued function such that |r(t)| = constant. Then r(t) and r’(t) are orthogonal.
What is the Arc Length of a curve?
The arc length of the curve parametrised by r(t) between t = t0 and t = t1 is given by
∫t0,t1 |r’(t)| dt.
What is the Arc Length Function?
The arc-length function is defined as
s(t) = ∫t0,t |r’(u)| du for some constant t0.
What is the Arc Length Parametrisation?
The arc-length parametrisation of r(t) is denoted r(s), where s is the arc-length function.
To find it, find s(t) using the formula and solve for t, then substitute this into r(t).
How do we calculate regular derivatives of multi-variable functions?
Consider the function f(x, y), then:
df/dt = ∂f/∂x df/dt + ∂f/∂y dy/dt
Draw a diagram from f to the independent variable and evaluate all paths to that variable.
What is the Gradient of a function?
Let f : U ⊂ Rn -> R. The gradient of f, denoted ∇f or grad f
is defined as the vector
∇f = (∂f/∂x1, ∂f/∂x2, ….. , ∂f/∂xn)
In other words ∇f (read “grad f”) is a vector containing all the information about the rates of change of f along all the coordinate directions.
What types of values does ∇f take?
The grad operator ∇ takes a scalar and returns a vector.
What is the Directional Derivative?
Define f : U ⊂ R3 -> R. and let u be a unit vector. The directional derivative of f in the direction of u, denoted Duf, is defined as
Duf = limh->0 [f(x+hu) -f(x)/h]
How are the directional derivative and gradient related?
Duf(x) = ∇f · u
see notes for proof
What is the Linear Approximation for a function with one or two variables around a point?
For f(x) around x=a,
f(x) ≈ f(a) + f’(a)(x-a)
for f(x,y) around (a,b),
f(x) ≈ f(a,b) + ∂f/∂x (a,b) * (x-a) + ∂f/∂y (a,b) * (y-b)
it works similarly for a 3 variable function.