2 - vectors Flashcards

1
Q

vector eq of a straight line

A

r = a + λ b
a is the position vector of a point on a line
b is the direction vector parallel to the line

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

cartesian form of a vector straight line

A

use (x, y, z) = (a1,a2,a3) + λ (b1, b2, b3)
and simplify to find x y z
x = a1 + λb1
y = a2 + λb2
z = a3 + λb3
rearrange each to have λ as the subject
make λ = λ = λ

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

if r = a + λb the cartesian form is

A

x - a1 /b1 = y - a2 /b2 = z - a3 /b3

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

scalar product/ dot product

A

a . b = sum of(aibi) = a1b1 + a2b2 + a3b3
the dot product is the sum of the products of the components

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

angle between 2 vectors

A

a.b / |a||b| = cos(angle)
vectors have to be pointed away from the angle - if wrong way use other side of the angle

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

if 2 vectors are perpendicular

A

a . b = 0

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

shortest distance from a line to a point

A

find the distance between the point and the point perpendicular to it on the line

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

vector / cross product

A

a x b
five the vector perpendicular to the two other vectors
- put into a 3x3 matrix and find the determinant of each 2x2 when you cover the top row

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

right hand rule

A

thumb is the cross product
first finger is a
second finger is b
when you go from a to b it turns left so it screws in so it’s going down

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

cross product of ijk

A

ijkijkijkijk…
if you cross along from left to right eg i x j = k the product is positive
if you do it from right to left eg k x j = -i the product is negative

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

application of cross product

A

can use to inverse a matrix
(c2 x c3
c3 x c1
c1 x c2)
then divide by det(A)

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

direction vector

A

A->B = B - A

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

hwo to find the vector eq from a cartesian equation

A

x - a /k = y - b /m = z - c /n
r = (a, b, c) + λ(k, m, n)

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

intersection of two vector lines

A

make both equations into one vector with λ and µ in
equate each line
and solve for λ and µ simulaneously
sub back in to find x y z

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

skew lines

A

in a plane two lines can not be parallel but also not intersect
- it is not possible to make r1 = r2 and find lambda or mew

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

in 2d whats the dircetion vector of a line with grad p/q

A

(q
p)

17
Q

direction vectors of coordinate axis

A

x = (1,0, 0)
y = (0, 1, 0)
z = (0, 0, 1)