Y1, C9 - Vectors Flashcards

1
Q

What is the vector equation r of a straight line

A

r = a +λb

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

How do you find the unit vector of a vector (5i, 3j, 2k)

A

Divide the vector by its magnitude e.g. 1/root(38) * (5i, 3, 2k)

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

What is the cartesian form of a vector

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

Convert x-3 / 5 = y+2 / 3 = 4 - z / 1 to vector form

A

Multiply the z-4 / 1 by -1
(3i, -2j, 4k) + λ(5, 3, -1)

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

How to convert between vector and Cartesian form of a line

A

r = a + λb
r = (a1+λb1, a2+λb2, a3+λb3)
(x, y, z) = (a1+λb1, a2+λb2, a3+λb3)
x = a1 + λb1
y = a2 + λb2
z = a3 + λb3
Therefore (x-a1)/b1 = (y-a2)/b2 = (z-a3)/b3 = λ

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

Convert r = (2, 5, 0) + λ(1, 3, -2) to Cartesian form

A

(x-2)/1 = (y-5)/3 = (z)/-2 = λ

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

Convert (x-2)/3 = (y+5)/1 = z/4 to vector from

A

r = (2, -5, 0) + λ(3, 1, 4)

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

What is the parametric vector form for a plane

A

Π = a + λb + μc

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

What is the Cartesian equation for a plane

A

Π: n1x + n2y + n3z = c

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

The plane P is perpendicular to the normal n = 3i - 2j + k and passes through the point with position vector 8i + 4j - 7k, find the cartesian equation of the plane P

A

3x - 2y + z = c
(8, 4, -7) = x, y, z
sub in
c = 9
Therefore:
3x - 2y + z = 9

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

Formula for the scalar dot product a.b

A

a.b = lal * lbl * cosx

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

What is the dot product of vectors at a right angle (perpendicular)

A

0

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

What is the dot product of two vectors with an angle of 0 degrees

A

lal * lbl

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

How to find the dot product of two vectors multiplied together

A

Find the separate dot product of the i, j, and k components and add them

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

What is the formula for the angle between two vectors

A

cosx = (a.b) / lallbl

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

How do you always get an acute angle from the vector angle formula

A

cosx = modulus of ((a.b) / lallbl)

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

If I know the points A, B, and C, what vectors do I need to know to find the angle ABC

A

BA and BC (vectors must come from the angle they are trying to find)

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

If two vectors are perpendicular what is their dot product

A

a.b = 0

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

How would you find a vector which is perpendicular to two points

A

Multiply both points by (x, y, z) to create simultaneous equations
Set z to 1
Solve for x and y and then multiply out any fractions

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

If a is a position vector of a point on a plane and so is r, what is (r - a) parallel and perpendicular to

A

(r - a) is a vector parallel to the plane
(r - a) is perpendicular to n (normal)

21
Q

What is (r - a) . n

A

0

22
Q

What is r.n equal to

A

r.n = a.n
r.n = p

23
Q

r.n = p
(x, y, z) . (n1, n2, n3) = p
Therefore what is the Cartesian form of a plane

A

n1x + n2y + n3z = p

24
Q

What is the scalar product form for a plane

A

r.(x, y, z) = p

25
Q

What are the 3 equations for a plane

A

r.n = a.n
r.n = p
n1x + n2y + n3z = p
Where n is the normal to the plane, p is a constant, r is the position vector of some point on the plane
n and a are fixed

26
Q

A point with position vector 2i + 3j - 5k lies on the plane and the vector 3i + j - k is perpendicular, find (a) the Scalar product form, (b) the Cartesian form

A

a) r.(3, 1, -1) = 14
b) 3x + y - z = 14

27
Q

How do you find the angle between two lines

A

Find the angle between their direction vectors

28
Q

What is the formula for finding the angle between a line and a plane

A

sinx = modulus((n.b) / lnllbl)

29
Q

What is the formula for finding the angle between two planes

A

cosx = modulus((n1.n2) / ln1lln2l)

30
Q

How can you find if 4 points are coplanar

A

Find an equation for a plane containing 3 of the 4 points and then investigate if the 4th point is on the plane

31
Q

What does it mean if two straight lines are skew

A

They do not intersect and are not parallel

32
Q

How top check if two lines are parallel

A

Check if their direction vectors are multiples of each other

33
Q

Find the intersection of the line l and the plane pi where:
l: r = -i + j -5k + λ(i + j + 2k)
pi: r . (i + 2j + 3k) = 4

A

(-1 + λ, 1 + λ, -5 + 2λ) . (1, 2, 3) = 4
Solve for λ = 2
Plug in to find point r = (1, 3, -1)

34
Q

When finding the intersection between a line and a plane you usually find λ = a (where a is a constant), what does it mean if your λ’s cancel and you get:
a) a = a
b) b = a

A

a) All points of the line lie on the plane, the line is on the plane
b) No points lie on the plane, therefore the line and plane are parallel, LHS not equal to RHS

35
Q

How can you find the intersection of two planes line

A

Find 2 common points on both planes, find the vector through them (direction vector) and then form the line equation

36
Q

When 2 planes intersect, what is the normal to the normals of both planes equal to

A

The direction of the line

37
Q

How would you find the vector equation of the line of intersection of the planes r.(2i - 3j + 4k) = 8, and r.(4i + j - 7k) = 0

A

Solve simultaneously and find two points on the plane then find the vector between them
4x + 7y - 7z = 0
2x - 3y + 4z = 8
Let z = 1, 2 to find 2 points

38
Q

What is the dot product of the shortest distance between two planes / points / lines

A

0 (they are perpendicular)

39
Q

Steps for finding the shortest distance between two lines

A

1) Find general point on l1
2) Find general point on l2
3) Find vector between them
4) Ensure that this vector is perpendicular to l1 (and l2), by finding the dot product between the direction of the lines and the direction vector between both lines

40
Q

When finding the shortest distance between two parallel lines, what do we do when we find multiples of mu - lambda

A

We set mu - lambda to a new variable t

41
Q

What are the steps to find the shortest distance between a point and a line

A

1) Find general point on l1
2) Find vector between point and general point (AB = b - a)
3) Ensure the vector is perp to l1 (dot product = 0)

42
Q

How do you find the shortest distance between a point and a plane

A

Use the formula in booklet

43
Q

How do you find the shortest distance between two parallel planes

A

Find any point on one of the planes
Use the formula for shortest distance between a point and a plane

44
Q

How would you find any point on the plane 2x - 6y + 3z = 9

A

Sub in any values which make the equation true e.g. x = 0, y = 0, z = 3

45
Q

How do you convert between parametric and cartesian form for a plane

A

Find a vector which is perpendicular to both direction vectors
Let n = (x, y, z) and solve simultaneously to find the normal (n)
r.n = a.n
r.n = (point on the plane) . n
Rearrange to find r
Hence cartesian form found

46
Q

Convert r = (3i + 4j + k) + λ(4i + k) + μ(8i + 3j + 3k) from parametric form into cartesian form

A

Let n = (x, y, z)
(8, 3, 3) . (x, y, z) = 0 and
(4, 0, 1) . (x, y, z) = 0
8x + 3y + 3z = 0 and
4x + z = 0
Let z = -4
x = 1, y = 4/3
n = (1, 4/3, -4) = (3, 4, -12)
r.n = a.n so
r.(3, 4, -12) = (3, 4, 1) . (3, 4, -12) = 9 + 16 - 12 = 13
Hence plane is 3x + 4y - 12z = 13
ans = 3x + 4y - 12z - 13 = 0

47
Q

The plane pi has equation r.(i + 2j + 2k = 5, the point P has coordinates (1, 3, -2), what are my n1, n2, n3, alpha, beta, gamma, -d values for the shortest distance formula?

A

1 = n1
2 = n2
2 = n3
-5 = d
1 = alpha
3 = beta
-2 = gamma

48
Q

he plane pi has equation r.(i + 2j + 2k = 5, the point P has coordinates (1, 3, -2), find a) the shortest distance and b) the point of reflection P in pi

A

a) Use formula to find ans = 2/3
b) Turn the reflection into the intersection of a line and a plane
Find the intersection of the line and the plane:
(1+λ, 3+2λ, -2+2λ) . (1, 2, 2) = 5
λ = 2/9
Double λ and sub in to find reflected point
ans = (13/9, 35/9, -10/9)

49
Q

How do you reflect a line in a plane

A

Find the intersection
Reflect a point l1 to l2
Find the equation between 2 points