Vectors Flashcards

0
Q

Modules of xi+yj+zk:

- - -

A

_______________

| x^2 + y^2 + z^2

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

The distance between (x1, y1, z1) and (x2, y2, z2):

A

______________________________

|(x1-x2)^2 + (y1-y2)^2 + (z1-z1)^2

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

The distance from the origin to the point (x1, y1, z1):

A

_______________

| x^2 + y^2 + z^2

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

Column matrix xi + yj + zk =

- - -

A

(X)
(Y)
(Z)

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

Scalar product a.b =

- -

A

= |a| |b| cosA

Where a and b are the lengths of vector a ans vector b

In coordinate form:
= a1b1 + a2b2 + a3b3

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

The non-zero vectors a and b are perpendicular if: - -

A

a. b = 0

- -

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

If a and b are parallel:

- -

A

a. b = |a| |b|
- - - -

a. a = |a|(^2)
- - -

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

Rearranged to find the angle cosAOB:

A

cosAOB = a.b
——-
|a| |b|

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

Equation of a straight line passing through point A with position vector a and parallel to vector b is:

A

r = a + tb
- - -

In a diagram, tb is line 1. Essentially, this equation is vector a and something times vector b where vector b is parallel to line 1. To find b, we can also do -r+a.

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

Equation of a straight line passing through points C and D with position vector c and parallel to vector CD is:

A

r = c + t(d - c)

- - - -

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

Acute angle between straight lines is given by:

A

a.b |
| —— |
| |a| |b| |

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

How to determine whether two straight lines intersect:

A
  • Equate x components
  • Equate y components
  • Solve simultaneously to find t and s
  • If the lines intersect, z components must also be equal so sub in t and s and see if they come out with the same answer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Example modulus/magnitude:

It is basically pythagoras

A

If a = (6)
– (8)

|a| = |(6)^2+(8)^2 = 10

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

Relationship between column vector and position:

A

(x) = xi+yz+zk
(y)
(z)

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

If a vector has a column matrix (a b) then |vector| = |a^2 + b^2…

A

If the angle between it and the positive x axis, measured anti-clockwise, is A then

TanA = b / a

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

a = (a1) b = (b1)

- - (a2) – (b2
a3) (b3)

A

Relationship because vector and points

16
Q

When having the lines
r=(ai+bj+ck)+t(di+ej+fk) [r=a+tb]
and r=(ai+bj+ck)+s(di+ej+fk) [r=a+sb] and working the acute angle…

A

You look at the direction vector, b so a.b would be (d) (d)

e) •(e
(f) (f)

17
Q

A unit vector is a vector with length (modulus) 1. How do we find a unit vector?

A

Find the length of the given vector then to make 1, we divide the vector by it.

E.g. Find a unit vector in the direction -12i+5j
Length is |12^2 + 5^2 = 13 so the required unit vector is 1/13 * 12i + 5j