Vectors Flashcards

1
Q

||v||

A

Norm of v = ((v1)^2 + … + (vn)^2)^1/2

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

Dot product of v • w

A

v1w1 + v2w2 + … + vnwn

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

How to find cosØ in R2 and R3

A

(v • w)/((||v||)(||w||))

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

cross product of v x w

A
  1. Method where you write the vectors below
  2. (v2w3 - v3w2)
    (v3w1 - v1w3)
    (v1w2 - v2w1)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Is the cross product associative

A

No, u x (v x w) ≠ (u x v) x w

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

How to find the direction of the cross product

A

Right hand rule

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

Triple product

A

u • (v x w) = w • (u x v) = v • (w x u), invariance under cyclic permeations

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

u, v and w are coplanar if and only if…

A

u • (v x w) = 0

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

Vector triple product

A

u x (v x w) = (u • w)v - (u • v)w

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

Lines vector equation form

A

x = x0 + tv
t is real, line is parallel to v through x0

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

Planes vector equation form

A

x = x0 + t1v1 + t2v2
t1,t2 are real

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

Distance p from line L where L: x = x0 +tv

A

D = ||(p - x0) x v||/(||v||)

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

Distance p from plane P where
P: n • (x - x0) = 0

A

D = |(p - x0) • n|/(||n||)

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

Projection theory where
v = w1 + w2
w1 is orthogonal to w2
w1 is parallel to a

A

w1 = proja(v) = ((a • v)/(||a||^2))a

w2 = v - w1

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