Vectors Flashcards

1
Q

3D vector equation

A

( a ) ( a1 )
r = ( b ) + λ ( b1 )
( c ) ( c1 )
r = position vector of a point of a line + λ(direction)

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

Simplifying a 3D vector

A

( a + λa1 )
r = ( b + λb1 )
( c + λc1 )

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

Vector equation of a line that passes through A and B

A

—->
AB = B - A
—->
r = A + λ(AB)

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

Show a vector can be rewritten in a different way

A

Show one of the directions is another multiplied by a scalar (parallel)
Let λ = 0 and find the μ value that gives the same point to find a common point

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

Finding the points on a line a distance from a point

A

Simplify the vector in terms of a + λa1…
Use pythagoras on the x,y and z and square
Make a quadratic in terms of λ
Solve for λ and substitute into the original vector equation

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

Vector in Cartesian form

A

Rearrange each In terms of λ
x - a1 y-a2. z-a3
——— = ——— = ———
b1. b2. c2

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

Cartesian to vector

A

Set each part of the Cartesian form equal to λ and rearranged for x,y, z
Write back into Cartesian form

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

Equation of a plane

A

r = a + λb + μc

Where A is a point on the plane and b is the direction vector from A to B and c the direction vector from A to C

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

Cartesian equation of a plane

A

n1x + n2y + n3z = p

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

Scalar/dot product

A

a.b

Multiply the x coefficients together, repeat with y and z then sum

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

Angle between two vectors

A

a.b
cos θ = ———–
|a||b|
Take the mod of the whole thing if you want an acute angle

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

How to see if two vectors are perpendicular

A

a.b = 0

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

Finding a possible vector

A

Set z = 1, solve for x and y then scale

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

Angle between two lines

A

a.b
cos θ = ———–
|a||b|
Where a and b are the direction vectors of two lines

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

Equation of a plane

A

r.n = p
Where p = a.n
r is the position vector of a point on a plane and n is a normal to the plane
Write n as a vector and p as a scalar

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

Cartesian equation of a plane

A

Set r = (x,y,z) and rearrange to equal 0

anx + bny + cnz - p = 0

17
Q

Angle between a line and a plane

A

Find the angle between the line and the normal and do 90 - θ

18
Q

Angle between two planes

A

Find the angle between the two normals and subtract from 180, take whichever acute answer you get

19
Q

Skew Lines

A

Two lines which do not meet

20
Q

Find the point where two lines intersect

A

Write as column vectors, solve the first two equations simultaneously for μ and λ then substitute into the third to check

21
Q

Intersection of a line and a plane

A

Write the line as a column vector and substitute as r in the plane, solve for λ using the dot product then substitute back in

22
Q

Shortest distance between two lines

A

1) Group together for A and B
2) Carry out B-A for AB
3) Take the dot product with each direction and set to 0
4) Solve simultaneously for μ and λ
5) Substitute into AB and take the modulus

23
Q

Shortest distance between a point and a line

A

1) Group together each component of the line’s vector
2) Subtract the point from the line
3) Set the dot product of that and the line’s direction to 0
4) Use that to find λ
5) Substitute and take the modulus

24
Q

Shortest distance between point x and plane r.n = d

A

|n|

25
Q

Reflections of points in planes

A

1) Write a line as r = point + λ(direction of normal)
2) Substitute that as r in the plane equation
3) Solve for λ
4) Substitute 2λ in place of λ in r = point + λ(direction of normal)

26
Q

Reflecting lines in planes

A

1) Write the vector equation of the line
2) Substitute as r in the plane equation and find the point of intersection
3) Reflect the point where λ=0 in the plane
4) Find the line which passes through those two points - don’t use λ

27
Q

Finding a plane that contains a line and a point

A

Let λ=0 and then -1 to find another 2 points
Write as simultaneous equations equalling 1 and solve
Scale so x,y,z are integers
Write in the correct form

28
Q

Plane vector to Cartesian

A

Use x,y,z = a + bλ + cμ
Use the y,z equations to find μ and λ in terms of y and z
Substitute into the x equation