Vector Functions of 1 Variable Flashcards

General summary of vector rules and methods used to work with them.

1
Q

What are the 2 sets of symbols used to desgnate unit vectors?

A

e1, e2, e3 OR i, j, k.

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

What is the trajectory of an object r(t) as it moves?

A

The trajectory is path traced as r(t) moves through vector space.

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

Define the position vector for an object (r(t)) whose position relative to time (t) is (x(t), y(t), z(t)).

A

r(t) = x(t)i + y(t)j + z(t)k
(r is in bold)

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

What is the relationship between velocity and speed of an object of position r(t)?

A

v(t) = r’(t), s(t) = |r’(t)|

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

what is the relationship between velocity and acceleration of an object of position r(t)?

A

v(t) = r’(t)
a(t) = v’(t) = r’‘(t)

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

How do you differentiate and integrate a vector function of a scalar variable?

A

By components, i.e dr/dt = (dx/dt, dy/dt, dz/dt) and equivalent.

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

Name two rules applicable where u and w are differentiable vector functions, and where f is a differentiable scalar function.

A
  • u + w, λu, u · w, u × w are differentiable
  • (u + w)′ = u′ + w′
  • (fu)′ = f′u + fu′
  • (u · w)′ = u′· w + u · w′
  • (u × w)′ = u′ × w + u × w′.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How do you calculate vector product (dot product) of vectors a & b where θ is the angle between them?

A

|a| x |b| x cos(θ)

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

How do you calculate vector product (cross product) of vectors a & b where θ is the angle between them?

A

|a| x |b| x sin(θ) x n, where n is the unit vector orthogonal to a and b.

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

How do you calculate the vector product of a(t) and b(t) using matrices?

A

find the determinant of the matrix
[ i j k ]
[ a1 a2 a3 ]
[ b1 b2 b3 ]

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

Why can it be important to parameterise a curve, and what is the parameter of
r(t) = x(t), y(t), z(t)?

A

In order to find more information from a graph, i.e w.r.t time.

The parameter of r(t) is t.

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

Consider r(t) = (x(t), y(t), z(t)), , t ∈ [a, b].

What does it mean for r(t) to be differentiable, smooth, closed, and simple?

A

r(t) is differentiable if x(t), y(t) and z(t) are all differentiable.

r(t) is smooth if it can be differentiated as many times as we wish.

r(t) is closed if r(a) = r(b).

r(t) is simple if it has no further self-intersections (it doesn’t cross itsself other than at r(a) and r(b)).

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

What is the formula for the arc-length of the smooth curve r : [a, b] -> R3?

A

s = integral between a & b of v(τ)dτ, where the scalar speed v(τ ) = ∥r˙(τ )∥.

(Must know that V(t) refers to speed, not velocity)

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

What is the velocity of curve C which has been parameterised by arc length?

A

1.

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

What is the unit tangent vector at t of r(t)?

A

T(t) = |v(t)|/v(t), where |V(t)| != 0.

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