Vectors

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/141

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

142 Terms

1
New cards

What is a vector?

A directed line segment characterised by two ordered points, P and Q, PQ

P is the initial point and Q is the terminal point

2
New cards

The length of PQ is…

… the distance between P and Q, denoted ||PQ||.

It is also called the norm of PQ

3
New cards

If P and Q coincide so P=Q then the vector PQ is called…

… the zero vector/segment, denoted 0.

4
New cards

PQ = 0 iff…

… ||PQ|| = 0

5
New cards

Two directed line segments PQ and RS are said to be parallel (or collinear) if…

… they lie on parallel straight lines

6
New cards

The zero segment is parallel to…

… any vector

7
New cards

PQ and RS are equivalent/equal if…

… they are collinear, have the same magnitude and point in the same direction

8
New cards

If a = PQ and b = QR, then PR = c = ?

a + b

9
New cards

For any real number, λ, the scalar multiplication of a by λ produces the vector b = λa such that…

(three things)

  • b is collinear to a

  • ||b|| = |λ|||a||

  • b and a have different directions if 0>λ and the same if λ>0

10
New cards

Given a non-zero vector a≠0, the unit vector is…

… hat(a) = a/||a|| in the direction of a.

11
New cards

What is a position vector?

A position vector is a way of identifying a point as a vector from the origin point, O.

12
New cards

Define linear independence

Let a and b be non-zero, non-parallel vectors and let λ, µ be real numbers.

Then λa + µb = 0 => λ=0 or µ=0.

13
New cards

If a = (a₁, a₂, a₃), then a₁, a₂, a₃ are known as…

… the components of a and are unique.

14
New cards

Write a in terms of the unit vectors

a = a₁i + a₂j + a₃k

15
New cards

If a = (a₁, a₂, a₃), then ||a|| = ?

√(a₁² + a₂² + a₃²)

16
New cards

If a = (a₁, a₂, a₃) and b = (b₁, b₂, b₃) then a + b = ?

(a₁+b₁, a₂+b₂, a₃+b₃)

17
New cards

If a = (a₁, a₂, a₃), then λa = ?

(λa₁ + λa₂ + λa₃)

18
New cards

Given two vectors a and b, their dot or scalar product is given by…

aob = ||a||||b||cosθ where θ is the angle between a and b, 0≤θ≤π

19
New cards

a and b are orthogonal/perpendicular if…

aob = 0

20
New cards

Component form of the dot/scalar product

aob = a₁b₁ + a₂b₂ + a₃b₃

21
New cards

The dot/scalar product is…

… associative and commutative

22
New cards

Define ||a|| in terms of the dot product

||a|| = √(aoa)

23
New cards

If xoc = 0 ∀x, then…

c = 0

24
New cards

If xoa = xobx, then…

a = b

25
New cards

If xoa = xob for some x, then…

x is orthogonal to a - b

26
New cards

What is orthogonal projection?

We can construct b// and b such that:

  • b// + b = b

  • b// is parallel to a

  • b is perpendicular to a

27
New cards

b// = ?

(boa)a/||a||²

28
New cards

b = ?

b - (boa)a/||a||²

29
New cards

Given two vectors a and b, which are at an angle θ to each other, their cross product c, denoted c = axb is a vector which fulfills:

(three things)

  • c is orthogonal to a and b

  • ||c|| = ||a||||b||sinθ (0≤θ≤π)

  • If a//b then axb = 0 (otherwise form a right angle system)

30
New cards

The cross product is…

… anticommutative and associative

31
New cards

a x a = ?

0

32
New cards

i x j = ?

k

33
New cards

j x k = ?

i

34
New cards

k x i = ?

j

35
New cards

Component form of the cross product

a x b = (a₂b₃-a₃b₂)i + (a₃b₁-a₁b₃)j + (a₁b₂-a₂b₁)k

(i.e. the determinant of the matrix [ijk,a,b])

36
New cards

Given three vectors a, b, c, their scalar triple product is the scalar…

… [a, b, c] = a o (b x c)

37
New cards

Component form of the scalar triple product

[a, b, c] = a₁(b₂c₃-b₃c₂) + a₂(b₃c₁-b₁c₃) + a₃(b₁c₂-b₂c₁)

(i.e. the determinant of the matrix [a,b,c])

This also calculates the volume of a parallelopiped

38
New cards

Three vectors are coplanar if…

… there exists scalars λ, µ, v, s.t. λa + µb + vc = 0

Then a, b, c are linearly dependent and lie in the same plane

39
New cards

a, b, c are coplanar is equivalent to…

… [a, b, c] = 0

40
New cards

[a, b, c] is equivalent to its…

… cyclic permutations

41
New cards

[a, b, c+d] = ?

[a, b, c] + [a, b, d]

42
New cards

λ[a, b, c] = ?

a, b, c]

43
New cards

For a, b, c the vector triple product is…

a x (b x c) = (coa)b - (boa)c

44
New cards

a x (b x c) + b x (c x a) + c x (a x b) = ?

0

45
New cards

A point, P, with position vector r lies on a line L, with position vector l if…

l is parallel to r-a where a is the position vector of another point on the line.

46
New cards

What is the parametric equation of a straight line?

r = a + λl

47
New cards

What is another equation for a straight line?

(r-a) x l = 0

48
New cards

Two non-parallel lines r = a + λl and r = bm intersect iff…

… [a, l, m] = [b, l, m]

49
New cards

How do you find the shortest distance between two straight lines?

Find the formula for c and d on lines L₁ and L₂ such that ||c-d|| is the shortest distance between the two lines.

If c = b + µm and d = a + λl,
µ = [a-b, l, n] / [m, l, n] and λ = [b-a, m, n] / [l, m, n]

50
New cards

What is the parametric equation of a plane?

r = a + λl + µm where a is a position vector and l and m are non-parallel vectors in the plane

51
New cards

What is the equation of the plane relating to the normal?

r o n = d, or in component form: ax + by + cz = d

52
New cards

If n is the unit normal, d such that ron = d is…

… the perpendicular distance from the plane to the origin

53
New cards

How do you find the intersection of a line and a plane?

Substitute the equation of the line into the equation of the plane and solve for λ

54
New cards

How do you reflect a point in a plane?

Create a line using the point and the normal to the plane, substitute its equation into the equation for the plane and find λ

The reflected point is found by substituting 2λ into the created line equation

55
New cards

What’s the parametric equation for a circular helix?

r(t) = acos(t)i + asin(t)j + ctk, where a is the radius of the circle

56
New cards

r(t) → r⁰ as t → t₀ iff…

… ||r(t) - r⁰|| → 0 as t → t₀

(this is true iff x(t) → x⁰, y(t) → y⁰, z(t) → z⁰ where r(t) = (x(t), y(t), z(t))

57
New cards

Curve r(t) is continuous if…

… ∀t₀, r(t) → r(t₀) as t → t₀

58
New cards

Given r(t), the derivative r'(t) is…

… dr/dt := limh→0 [r(t+h)-r(t)/h], provided this limit exists (and so does dx/dt, dy/dt and dz/dt)

59
New cards

Write r' in vector form

r' = idx/dt + jdy/dt + kdz/dt

60
New cards

Assuming r'(t) ≠0 is a tangent vector to the curve c, it…

… points in the direction of increasing t and is precisely the velocity

61
New cards

d/dt(r₁or₂) = ?

r₁'or₂ + r₁or₂'

62
New cards

d/dt(r₁xr₂) = ?

r₁'xr₂ + r₁xr₂'

63
New cards

dr/dt = ?

1/r(ror') where r = ||r||

64
New cards

If r is a vector of constant length r, …

ror' = 0, so radius and tangent vector are orthogonal

65
New cards

ba r(t) dt = ?

iba x(t) dt + jba y(t) dt + kba z(t) dt``

66
New cards

Arc length, s(t) = ?

tt₀ √[(dx/dτ)²+(dy/dτ)²+(dz/dτ)²] dτ

67
New cards

With r'(t) ≠0, hat(T)(t) = ?

r'(t)/||r'(t)|| = dr/ds

68
New cards

The normal vector is N = ?

d/dt(hat(T))

69
New cards

What is the principal unit normal?

hat(N) = hat(T')/||hat(T')||

70
New cards

Define curvature

K = ||dhat(T)/ds|| = ||d²r/ds²|| = ||dhat(T)/dt|| ÷ ||r'||

71
New cards

What is the radius of curvature?

a = 1/K

72
New cards

What is the binormal?

hat(B) = hat(T) x hat(N)

73
New cards

Suppose we have curve C given by r = (x(t), y(t), z(t)), b>t>a.

The vector line integral I of F(r) is given by…

… I = ∫ba For' dt = ∫t₁t₀ Fodr

(We can see I as the Work Done)

74
New cards

Let p(r) be a scalar function. The scalar line integral I of ρ(r) is given by…

… I = ∫c ρ(r) ds = ba ρ(r(t))||r'(t)|| dt

75
New cards

The path of a ball rolling down a mountain given by vector…

… [∂f/∂x, ∂f/∂y, 1]

76
New cards

At any point (x,y) where the partial derivatives exists, we define the vector f(x,y) (aka grad/del/nabla f(x,y)) by the expression…

(fx, fy) = (∂f/∂x, ∂f/∂y) = fx(x,y)i + fy(x,y)j

77
New cards

If c∈R, we define a level curve of points (x,y) for which f(c,y) = c. The contour lines are formed by the set…

… C = {(x,y): f(x,y) = c}, the points (x,y,c) form contour lines of points at height c

78
New cards

The directional derivative of the function f along the curve C is given by…

… dg/dt = r'o(fx, fy)

79
New cards

C is a straight line in the direction of u = (u,v) through (a,b).

The directional derivative for this case is Du = ?

ufx + vfy = uof

80
New cards

If (x,y) is differentiable at (a,b) and f(a,b)≠0 then f(a,b) is…

… a vector normal to the level curve (contour) of f(x,y) at (a,b)

i.e. Tof = 0

81
New cards

The vector f(a,b) is the direction of the…

… maximum increase / steepest ascent of f at the point (a,b).

(negative is steepest descent)

82
New cards

The velocity v(t) is…

… the rate of change of position (x(t)), x'(t)

It’s also tangential to C so defined as r'

83
New cards

Speed, v, is…

… the magnitude of v

i.e. v = ||v|| = ds/dt = s'

84
New cards

The acceleration vector, a, is…

… the rate of change of velocity, x''(t)

85
New cards

Jerk is…

… the rate of change of acceleration, x'''(t)

86
New cards

r² = ?

xox

87
New cards

rr' = ?

xox'

88
New cards

vov' = ?

vv'

89
New cards

x'' + ω²x = 0 has solution…

x(t) = Acos(ωt) + Bsin(ωt), a periodic function with period T = 2π/ω

90
New cards

If the initial velocity and position vectors are parallel…

… it is parallel motion, otherwise it will be circular

91
New cards

What equation links eθ and er?

eθ = a x er, where a is a vector for the axis of rotation

92
New cards

For circular motion, x' = ?

θ'a x x

93
New cards

What are the equations linking polar coordinates to cartesian coordinates?

x = rcosθ, y = rsinθ, r² = x² + y², tanθ = y/x

94
New cards

What are the equations for eθ and er in terms of i and j?

er = cosθi + sinθj, eθ = -sinθi + cosθj

95
New cards

What’s an equation for x in terms of er?

x = rer

96
New cards

d/dθ(er) = ?

θ'eθ

97
New cards

d/dθ(eθ) = ?

-θ'er

98
New cards

What is the polar equation for velocity?

x' = r'er + rθ'eθ

(so ||x'|| = √(r'² + r²θ'²))

99
New cards

What is the polar equation for acceleration?

x'' = (r'' - rθ'²)er + (rθ'' + 2r'θ')eθ

100
New cards

Centripetal acceleration

-rθ'²er