Vectors Flashcards

MATH1050

1
Q

True or false?

Two vectors in different points of space, both having the same magnitude and direction are considered the same vector

A

True

These vectors are the same as they both have same direction and magnitude

Even though they are of different points in space. They retain the same properties

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

What is the arrow of a vector called?

A

The head

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

Where is the tail of a vector?

A

The starting point

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

True or false?

Vector addition is communitive

A

True.

Meaning order does not matter. Essentially, 2+3 and 3+2 are the same, the order does not matter.

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

What is meant by vector addition being associative?

A

u+(v+w)=(u+v)+w. It doesn’t matter if you bracket it, it will give the same answer.

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

How would you write “2 dimension” symbolically?

A
Always double line on the main stroke
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How would you write “3 dimension” symbolically?

A
Always double line on the main stroke
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does PQ with an arrow above it (left to right) represent

A

A vector from point P to point Q

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

What are the two ways of writing a vector in matrix form?

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

How would you write the matrix of a vector in the 3rd dimension?

A
Each row represents x, y and z.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Draw the following vectors:

u=(3, 4) , v=(-2,3) , w=(-1, -2)

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

True or false?

When representing vectors in vector addition, the tail of one vector must line up with the head of another.

A

True

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

Given two vectors of the form v=(v1, v2) and w=(w1, w2)

How would you add these two vectors?

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

Given that u=(2, 3) and v=(-4, 2)

determine the vector sum and draw it.

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

What is a zero vector?

A

It is a vector with zero magnitude and undefined direction.

It can be represented geometrically as a point

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

Given t is a scaler and v is a vector. Is tv considered scaler multiplication of the vector?

A

Yes

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

How would you represent tv in matrix form

(given t is a scaler and v is a vector)

A
Note that it is the same procedure in 3 dimensions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

True or false?

Vector subtraction is a combination of vector addition and scaler multiplication

A

True

v - w = v + (-w)

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

Given u=(-4, 2)

Determine the following scaler multiple: 2u

A

(-8, 4)

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

Given u=(2, -1) and v=(-3, -4)

Determine the resultant vector of u-v

A

u-v=(5, 3)

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

Given u=(2, -1) and v=(-3, -4)

Determine the resultant vector of v-2u

A

v-2u=(-7, -2)

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

What is a position vector?

A

A vector that starts at the origin. (tail at the origin)

O is the origin
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What is the norm of a vector?

A

The shortest distance between the starting point and ending point.

It is also called the magnitude and is represented as ||v||

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

How would you calculate the norm of a vector in the 2nd dimension?

A

The norm/magnitude of a vector (2 dimension) is calculated as the image shows.

Where v1 is the horizontal magnitude and v2 is the vertical magnitude.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
How would you calculate the norm of a vector in the 3rd dimension?
The norm/magnitude of a vector (3 dimension) is calculated as the image shows.
26
# True or false? ||v+w|| = ||v|| + ||w||
False. ## Footnote Meaning the magnitude of the resultant vector cannot be calculated by adding them
27
What is a unit vector?
A vector with a norm/magnitude of 1
28
How would you represent a unit vector?
A hat above the letter:
29
What are the two important unit vectors in the 2nd dimension?
i and j
30
How would you calculate the unit vector of a given vector v?
31
32
What are the three important unit vectors in the 3rd dimension?
i, j and k
33
How would you write v=(a,b, c) in component form?
34
# Draw the following component vectors in geometric form v=2i, 3j and w=-4i+3j
35
The vector `v` in R2 has magnitude 4 and direction 2π/3. Write `v` in component form and in matrix form.
Use the formula **v=||v||cosθi + ||v||sinθj**
36
# Given that u=(3,4) Determine û
û=(3/5, 4/5)
37
# Given v=(2, -1, 4) Determine v̂
v̂=(2/sqrt21, -1/sqrt21, 4/sqrt21)
38
Determine the matrix form of each of the vectors drawn below:
ṵ=(3,2) v=(-5, -2) w=(-3, 4)
39
What is the scalar product also known as?
The dot product or inner product
40
# True or false? The scalar product returns a scalar as an output
True. | It returns a scalar when two vectors are multiplied
41
What is the formula for dot product when the magnitude of the vectors are given?
42
What is the formula for dot product when the matrix form of the vectors are given? (in R2)
`v`⋅`w`=`v`*x*`w`*x* + `v`*y*`w`*y*
43
# True or false? *Scalar multiplication* and *The scalar product* are the same thing
False. ## Footnote In *scalar multiplication*, a scalar is multiplied to a vector to **produce a vector**. While in the *scalar product*, two vectors are multiplied together to **produce a scalar**
44
In the scalar product formula, what angle is used?
The angle between the two vectors that is no more than 180° **(0≤θ≤π)**
45
The vector `ṵ` has a norm of 5 and direction 5π/4 radians. The vector `v` has a norm of 3 and direction 7π/12 radians. Calculate `ṵ`⋅`v`
-15/2
46
# The vector `v` = (-3,2) lies in the 2nd quadrant. Find a vector in the 3rd quadrant that is perpendicular to `v`
(-2, -3) ## Footnote Since they are perpendicular, u⋅v=0. Then once we get to the -3u1 + 2u2=0 part, we just test values (trial and error) that equal to 0. Or alternatively, you could use gradients, finding the original gradient then finding the gradient to the normal
47
# True or false? Dot product is commutative
True, meaning the order of how the vectors are written does not matter
48
# In scalar product, what expression is produced by the following? `v`⋅`v`
||`v`||2
49
What does orthogonal mean?
When something is right angled *(or even perpendicular)*
50
# In scalar multiplication If the angle is between 0 and 90°, is u⋅v below or above 0?
Above 0
51
# In scalar multiplication If the angle is between 90° and 180°, is u⋅v below or above 0?
Below 0
52
# In scalar multiplication If the angle is 90°, is u⋅v below or above 0?
It is 0
53
Calculate the angle (*in both radians and degrees*) between vectors `u`=(4,3,1) and `v`=(2,-3,-2)
54
# True or false? For vectors v, u and w: `(u + v) ⋅ w = u⋅w + v⋅w`
True | Meaning that scalar product has a distrubutive property
55
# True or false? For vectors v and w and any scalar t: `(tv) ⋅ w = t(v⋅w)`
True
56
What is the formula used in vector product?
57
# True or false? Given vectors v, w and the vector product v⋅w=u u must be perpendicular to v and w
True
58
What is another name for vector product?
Cross product
59
# In vector product How would you find the direction of the resultant vector?
Use right hand rule. 1. Put your hand along the first vector in the formula v⋅w 2. Point all your fingers towards the direction of that vector 3. Then, point your thumb in a way where your right hand can curl towards the second vector 4. The direction your thumb points in the end is the direction of the resultant vector ## Footnote You could also use the screw rule
60
Just screw rule revision (not a question)
61
# Consider the unit vectors i, j and k in 3-space Compute the nine vector products to fill the following table | In vector product
You can use the i j k circle. *Basically put i, j, k in a circular patern and order them counter clockwise. An example, i⋅j: You start from i then move to j counter clockwise and you are only left with k. Note that if you move clockwise, it will become negative as indicated by the red drawing*
62
# True or false? For non-zero vectors, "||`u` ⋅ `v`|| = 0 if `u` and `v` are parallel or antiparallel". | (In vector product)
False. The statement is for non-zero vectors, "||`u` ⋅ `v`|| = 0 _if and only if_ `u` and `v` are parallel or antiparallel."
63
# True or false? In vector product, `u` ⋅ `v` = -`v` ⋅ `u`
True ## Footnote Meaning reversing sign of the second vector while reversing the order will produce the same vector as the original calculation
64
# True or false? Vector product is commutative
False. Meaning the order **does** matter. ## Footnote `v` ⋅ `u` is not equivalent to `u` ⋅ `v`
65
Is vector product associative or not?
It is not associative meaning where you bracket will matter
66
# True or false? Given vectors u and v and any scalar, t: t(u⋅v) = (tu) ⋅ v = u ⋅ (tv) | In vector product
True. | Also note the order
67
# True or false? In vector product, u ⋅ (v+w) = u ⋅ v + u ⋅ w
True but also note that when it is (u + v) ⋅ w = u ⋅ w + v ⋅ w | Just remember that order matters
68
69
Prove that for non-zero vectors,||`u` ⋅ `v`|| = 0 _if and only if_ `u` and `v` are parallel or antiparallel.
Fix this
70