Vectors Flashcards

(46 cards)

1
Q

What is a \dot a
What is a x b
When is a \dot b=0, a × b=0
What is |a × b| when a and b are perpendicular
Find cos theta
What is the area of a parallelogram

A

|a|²
|a||b|sintheta
perpendicular, parallel
|a||b|

norm|a||b|
|a x b|

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

Find the length of the foot of a perpendicular, and length of projection

A

cross
dot

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

centroid of a triangle

A

1/3 (a+b+c)

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

Find component of a in n

A

norm(a dot n)

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

Equation of line in vector, parametric and cartesian form

A

OA + s AB
(r-a)x(b-a) = 0
x-a1 / b1 = x-a2 / b2 = x-a3 / b3

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

What if b1 = 0 or if b1=b2=0

A

x = a1

z can be anything

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

How to find intersection between two lines

A

equate equations

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

Find distance between two lines in one formula

A

|(b-a)(t x u) | / |t x u|

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

Find foot of a perpendicular
Find length of perpendicular without finding the point (2)

A

(OF - OC) b = 0
|AC x b| / |b|

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

How to determine the relationship of two lines

Find angle between two lines

A

parallel, cross, skew

|b1 x b2| / |b1| |b2|

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

Find mirror image of l1 in l2

A

l2’ : 2(l2 l1) l1 - l2
OA + s AB’

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

Find line where l1 mirrors l1’

A

s(|b|a - |a|b) + c

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

Find vector, scalar, cartesian, cos plane equations

A

a + s b + t c
r n = d, d = a n, n = b x c

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

When does a point pass through a plane

A

dot against n, = d

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

Find perpendicular distance from a point to a plane

A

(q - a) * n

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

Distance from O to plane

A

d / n

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

Distance between two planes

A

d2 - d1 / n

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

Find foot of a perpendicular from a point to the plane

A

r = OA + s n
(OA + s n) n = d ==> find s

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

How to find relationships of line and a plane

Find angle between a line and a plane

A

b n = 0
a n = d

theta = cos-1(b n)

20
Q

Find point of intersection between line and plane

A

(a + sb) * n = d

21
Q

Find angle between two planes

Find relationship between two planes

A

cos-1(n1 * n2)

intersect / in a line

22
Q

Find the equation for the line of intersection between two planes (both methods)

A

a + s (n1 x n2)

let x y z = 0 to get a
in a line, sub for s

23
Q

Formulas for Sphere

A

|r-a| = R
R: radius, a: centre

24
Q

Formulas for Cylinder

A

|(r-a) - ((r-a)n)n| = R

25
Formulas for Cone
(r-q) n = |r-q|cos a q = centre a = angle from axis
26
Right hand vs left hand
a, b, axb a, b, bxa
27
Scalar triple product and its +/- When is scalar triple product 0
a * (b x c) cyclic -> positive if any 2 are parallel
28
Parallelepiped height and volume
h = a * (b x c / |b x c|) V = a * b x c
29
Vector triple product simplification
ax(bxc) = (a*c)b - (a*b)c
30
For a, b, c that span the space r = 𝛼 a + 𝛽 b + 𝜒 c, what is 𝛼, 𝛽, 𝜒
𝛼 = r * bxc / [a, b, c] 𝛽 - c x a 𝜒 - a x b
31
Define span the space
not zero length / collinear / coplanar
32
Define reciprocal basis What are the common results What is [a, b, c]2
A = b x c / [a, b, c] a A = 1, a B = 0, A r = 𝛼 [bxc, cxa, axb]
33
(reciprocal basis) When are they identical
right handed
34
Test linear independence
p a + q b + r c = 0 ==> see if p=q=r=0 is the only solution
35
Define orthogonal, orthonormal in N dimensions, orthogonal
orthogonal: basis vectors mutually perpendicular orthonormal: basis vectors unit length a*b = summation to n of ai bi
36
Convert to and from cylindrical polar coordinates (list all representations r 𝜃 x y z er e𝜃 ez )
x = r cos𝜃 y = r sin𝜃 z = z er = cos𝜃 i + sin𝜃 j e𝜃 = - sin𝜃 i + cos𝜃 j ez = r
37
Draw a diagram for cylindrical polar
e𝜃 perpendicular er from O
38
What are the ranges of each variable for cylindrical polar
r ≥ 0, 0 ≤ 𝜃 ≤ 2π, -π < 𝜃 ≤ π
39
How does their dot product look like for cylindrical polar
between -1 and 1
40
Convert to plane polar coordinates with a diagram
rcos𝜃 i + rsin𝜃 j = r er
41
Convert to and from spherical coordinates
𝜃 = cos-1 (z / r) φ = tan-1 (y / x) er = sin𝜃 (cosφ i + sinφ j) + cos𝜃 k e𝜃 = cos𝜃(cosφ i + sinφ j) - sin𝜃 k eφ = - sinφ i + cosφ j = er x e𝜃 x = r sin𝜃 cosφ y = r sin𝜃 sinφ
42
Draw a diagram (spherical coordinates)
𝜃 between z and OP φ between x axis to QP
43
Ranges of each variable (spherical coordinates)
r ≥ 0, 0 ≤ 𝜃 ≤ π, -π < φ ≤ π or 0 to 2π
44
Find lengths between two points (spherical coordinates) Find distance from O (spherical coordinates)
PQ = r sin 𝜃 OP = r = r er
45
Find area projection
vector area * n
46
Method to find area projection onto xy plane
A*n = (sx, sy, sz) shoelace - anti consider only plane relevant coordinates