Y1, C9 - Vectors Flashcards
What is the vector equation r of a straight line
r = a +λb
How do you find the unit vector of a vector (5i, 3j, 2k)
Divide the vector by its magnitude e.g. 1/root(38) * (5i, 3, 2k)
What is the cartesian form of a vector
(x-a1)/b1 = (y-a2)/b2 = (z-a3)/b3 = λ
Convert x-3 / 5 = y+2 / 3 = 4 - z / 1 to vector form
Multiply the z-4 / 1 by -1
(3i, -2j, 4k) + λ(5, 3, -1)
How to convert between vector and Cartesian form of a line
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 = λ
Convert r = (2, 5, 0) + λ(1, 3, -2) to Cartesian form
(x-2)/1 = (y-5)/3 = (z)/-2 = λ
Convert (x-2)/3 = (y+5)/1 = z/4 to vector from
r = (2, -5, 0) + λ(3, 1, 4)
What is the parametric vector form for a plane
Π = a + λb + μc
What is the Cartesian equation for a plane
Π: n1x + n2y + n3z = c
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
3x - 2y + z = c
(8, 4, -7) = x, y, z
sub in
c = 9
Therefore:
3x - 2y + z = 9
Formula for the scalar dot product a.b
a.b = lal * lbl * cosx
What is the dot product of vectors at a right angle (perpendicular)
0
What is the dot product of two vectors with an angle of 0 degrees
lal * lbl
How to find the dot product of two vectors multiplied together
Find the separate dot product of the i, j, and k components and add them
What is the formula for the angle between two vectors
cosx = (a.b) / lallbl
How do you always get an acute angle from the vector angle formula
cosx = modulus of ((a.b) / lallbl)
If I know the points A, B, and C, what vectors do I need to know to find the angle ABC
BA and BC (vectors must come from the angle they are trying to find)
If two vectors are perpendicular what is their dot product
a.b = 0
How would you find a vector which is perpendicular to two points
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