Vector Basics Flashcards

1
Q

Vector definition

A

A direction in space with a magnitude

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

What does it mean for a vector to be bound?

A

A vector with a specific starting or finish or point on it.

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

Representation of vectors

A

V = u1i + u2j + u3k
or drawn on top of one another

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

Magnitude of a vector

A

Pythagoras of coefficients:
|v|=(v1^2 + v2^2 +v3^2)^1/2

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

Unit vector

A

Unit vector doesn’t have a magnitude so is just a direction:
Unit v = v/|v|

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

Adding vectors

A

a±b =( a1±b1)i +( a2±b2)j +( a3±b3)k

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

Multiplication of vectors by a scalar

A

We multiply each coefficient by the scalar

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

Creating a vector between two points

A

Take away one point from the other each coord e.g.
v = (x1-x0)i + (y1-y0)j +(z1-z0)k

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

Cross product

A

a x b = Do matrix determinant equation with +I -J +K and cancel lines

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

Dot product

A

a.b = (a1b1)j+ (a2b2)k+(a3b3)k

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

Angle between 2 vectors with cos(theta)

A

a.b = |a||b| cos(theta), where theta is the angle between a and b

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

Orthogonal definition

A

Vector is perpendicular to the other vector

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

Sin equation with cross product

A

a x b = |a||b| ñ sin(theta)
Theta is the angle between a and b and n is the unit vector of a x b

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

uA x hB =

A

uh(A xB)

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

A x (B+C) =

A

A x B + A x C

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

Equation of a line

A

r = ro +hv
where r is a generic point, ro is a given point and v is the vector for that equation and h is scalar multiplying v.
We can split into each axis e.g. x, y and z

16
Q

What do we need for equation of a line

A

2 points or a point and a vector

17
Q

Equation of a plane

A

r =ro +hu +gv
Where r is a point on the plane, ro is a given point, h and g are scalrs and u and v are vectors of the plane.
or Ax+By+Cz =d

18
Q

What do we need for equation of a plane

A

point and a vector, 3 points or 2 points and a vector

19
Q

If a point lies on a plane, vector between it and ro will be…

A

perpendicular