Y2, C12 - Vectors Flashcards

1
Q

How do you find the distance from the origin to a 3D point

A

root(x^2 + y^2 + z^2)

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

How do you find the distance between two 3D points

A

root(∆x^2 + ∆y^2 + ∆z^2)

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

For position vectors a and b, what is the formula for AB

A

AB = OB - OA
AB = b - a

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

What is the formula for unit vector (e.g. unit vector of (2i, -j, 4k)

A

Unit vector = vector / magnitude of vector
= (2i, -j, 4k) * 1 / root(16 + 4 + 1)
= (2i, -j, 4k) / root(21)

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

What does it mean if vectors are parallel

A

They are factors of each other

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

What is the formula for the angle between a = (x, y, z) and the x-axis, y-axis, and z-axis

A

cos(thetax) = x / lal
cos(thetay) = y / lal
cos(thetaz) = z / lal

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

Find the angle a = 2i - 3j - k makes with the y-axis

A

cos(x) = y / lal
cos(x) = -3 / root(14)
x = 143.3 degrees

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

Given position vectors A and B, how would you show that OAB is isosceles

A

Find magnitude of AB and see if it is equal to magnitude of OA or magnitude of OB

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

What does collinear mean

A

The points line on the same straight line

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

If you know the points Q, P, R, how would you find the point S to form a parallelogram PQRS

A

Draw it out (S must be between P and R)
QP = RS
Find QP
RS = s - r = QP
s = QP + r
Sub in values to find s

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

How do you prove that 2 diagonals bisect at a point

A

Find 2 different routes to the point using mu’s and lambda’s and compare coefficients of the ways the routes got there (e.g. coefficients of a’s and b’s)

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

What is the scalar of the vector force (3i, 4j, -k)

A

root(26) N

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

What is the scalar of the displacement (12i, 3j, 4k)

A

13 m

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

How do you find the scalar of a vector quantity

A

Find the magnitude

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

How would you find the resultant force acting on a particle if it is being acted on by 3 forces

A

Add the forces

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

What does it mean if a letter (such as a) is underlined

A

It is a vector