Modelling 2 Flashcards

1
Q

When is a function Vector Valued?

A

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 …

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

When is a curve Smooth?

A

Each component function can be differentiated infinitely many times

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a Simple Curve?

A

A curve that does not intersect itself is said to be a simple curve.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When is a curve Closed?

A

A curve parametrised by r(t) where t ∈ [a, b] is said to be closed if r(a) = r(b).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a Regular Parametrisation and when is a curve regular?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the Differentiation Rules for Vectors?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How are a vector and its derivative related if the vector’s length is constant?

A

Let r(t) be a vector-valued function such that |r(t)| = constant. Then r(t) and r’(t) are orthogonal.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the Arc Length of a curve?

A

The arc length of the curve parametrised by r(t) between t = t0 and t = t1 is given by
∫t0,t1 |r’(t)| dt.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the Arc Length Function?

A

The arc-length function is defined as
s(t) = ∫t0,t |r’(u)| du for some constant t0.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the Arc Length Parametrisation?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How do we calculate regular derivatives of multi-variable functions?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the Gradient of a function?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What types of values does ∇f take?

A

The grad operator ∇ takes a scalar and returns a vector.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the Directional Derivative?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How are the directional derivative and gradient related?

A

Duf(x) = ∇f · u

see notes for proof

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the Linear Approximation for a function with one or two variables around a point?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is the linear approximation for a multi-variable function?

A

The linear approximation of a function f : Rn ! R defined by f(x) near x0 is given by
f(x) ≈ f(x0) + [∂f/∂x1, ∂f/∂x2, ……, ∂f/∂xn]|x0 · (x-x0)

18
Q

What is the normal to 2 and 3 variable functions?

A

Consider the functions F : R2 -> R and G : R3 -> R.
a) The vector ∇F = (Fx, Fy) is normal to the curve F = constant.
b) The vector ∇G = (Gx, Gy, Gz) is normal to the surface G = constant.

19
Q

What is a critical point?

A

A point (a, b) is said to be a critical point of f : R2 -> R if:
∂f/∂x|(a,b) = ∂f/∂y|(a,b) = 0

20
Q

What is the Theorem for critical points?

A

Suppose f(x, y) has a critical point at (a, b). Let D = det H where
H =
(fxx fxy)
(fyx fyy),
Det(H) = fxxfyy-fxy^2
then
(a) If D>0 and fxx>0 at (a, b), then (a, b) is a local minimum point.
(b) If D>0 and fxx<0 at (a, b), then (a, b) is a local maximum point.
(c) If D < 0 at (a, b), then (a, b) is a saddle point.
(d) If D = 0 then the test is inconclusive.

21
Q

What is the direction of steepest descent?

A

The direction of steepest descent for a function f(x) is -∇f.

22
Q

What is the formula for centre of mass?

A

Consider a solid occupying a region Ω ⊂ R3 with density ρ(x, y, z) and total mass M. The coordinates of its centre of mass (also called centroid), (x~, y~, z~), are
x~ = 1/M * ∫∫∫ρx dV
similarly for y~ and z~, just substitute them in for x in the integrand.

We calculate M = ∫∫∫ρ(x,y,z) dxdydz for the mass

23
Q

How do we integrate in polar coordinates?

A

We use the formula, ∫∫rdrdθ, with rdrdθ instead of dxdy.
this can be simplified to ∫r^2/2 dθ.

24
Q

What are cylindrical coordinates?

A

x = rcosθ, y = rsinθ, z = z
Volume element: dV = rdrdθdz

I.e. cylindrical coordinates are polar + z axis.

We can use this set of coordinates when the object is cylindrical, that is x^2 + y^2 appears in the equation, we can the sub in r^2 for this.

25
What are spherical coordinates?
x = rsinφcosθ y = rsinφsinθ z = rcosφ Volume element: dV = r^2 sinφ drdθdφ We can use this set of coordinates when the object is spherical, that is x^2 + y^2 + z^2 appears in the equation, we can the sub in r^2 for this.
26
How does the Area Element change under a coordinate transformation?
Let F : U ⊆ R2 -> R2 defined by F(u, v)=(x, y) be a bijection which represents a coordinate transformation x = x(u, v) and y = y(u, v). Then, the integral of f : R ⊆ R2 -> R can be expressed as ∫∫R f(x, y) dx dy = ∫∫S f(u, v) |det DF(u, v)| du dv. where S = F^-1(R) is the corresponding region in the (u, v) plane. In this above equation, the matrix DF(u, v), called the Jacobian Matrix, is defined by DF = (Xu Xv) (Yu Yv)
27
What are the area and volume elements under coordinate transformations?
dA = dx dy =|det DF(u, v)| du dv dV = dx dy dz =|det DF(u, v, w)| du dv dw
28
What is a Vector Field?
Functions of the form F : U ⊆ R2 -> R2. Such a function is called a Vector Field. It assigns a vector in Rn to every point in Rn.
29
What is Divergence?
Let F : U ⊆ R3 -> R3. The divergence of F is, denoted ∇ · F or div F is defined by div F = (∂/∂x) (F1) (∂/∂y) · (F2) (∂/∂z) (F3) = ∂F1/∂x + ∂F2/∂y + ∂F3/∂z
30
What is Curl?
Let F : U ⊆ R3 -> R3. The of F is, denoted ∇ x F or curl F is defined by curl F = |i j k| |∂/∂x ∂/∂y ∂/∂z| |F1 F2 F3|
31
What is a line Integral?
A line integral is of the form ∫C F · dr, where F : Rn -> Rn is a vector field and C is a curve parametrised by r(t) with t ∈ [a, b]. In practice, we evaluate the line integral by writing it as ∫a,b F · dr/dt dt.
32
What is Green's Theorem?
Our first theorem reduces an area integral to a line integral. This theorem works in R2. A curve C in R2 is said to be positively oriented if it is traversed anti-clockwise. Green’s Theorem: Let C be a positively oriented, simple closed curve and D the region bounded by C. For any two-variable functions P, Q that have continuous partial derivatives on D, we have: ∫∫D (∂Q/∂x - ∂P/∂y) dxdy = ∮C (P dx + Q dy) The weird notation on the RHS is simply ∫ F· dr where F = (P,Q) and r = (x, y).
33
What is pointwise circulation?
∇ x F · n^
34
What is Net Circulation?
It is natural to find the net circulation by summing the pointwise circulation over the entire surface S, i.e. Net circulation = ∫∫S ∇ x F · n^ dS
35
What is Stokes' Theorem?
Let F(x, y, z) be a vector field. Let S be a surface with unit normal n^ and boundary curve C oriented positively. Then, ∫∫S ∇ x F · n^ dS = ∫C F · dr.
36
What is the formula for a unit normal of a parametrisation of a surface?
Let r(u, v) be the parametrisation of a surface S. The unit normal at the point P on S is given by n^ = ± (ru x rv)/|ru x rv| evaluated at the point P.
37
What is the formula for surface area?
Surface area = ∫∫Ω |ru x rv| dudv
38
What are the known results about a sphere?
Sphere radius a: Cartesian equation: x^2 + y^2 + z^2 = a^2 Parametrisation of points within the volume (spherical coords): r(r, θ, φ) = (rcosθsinφ) (rcosθsinφ) (rcosφ) dV = r^2sinφ drdθdφ Volume = 4/3 π a^2 Parametrisation of points on the surface (r=a): r(θ, φ) = (acosθsinφ) (acosθsinφ) (acosφ) dS = a^2sinφ dθdφ Surface area = 4 π a^2
39
What is the Divergence Theorem?
Let F : R3 -> R3 be a differentiable vector field. Let V be a finite volume in R3 and S its (closed) surface. Then ∫∫∫V ∇ · F dV = ∫∫S F · n^ dS where n^ is the outward-pointing unit normal to the surface S.
40
When is a vector field conservative?
A vector field F which can be expressed as ∇f is called a conservative field ie F = ∇f.