Vectors and Matrices Flashcards
How can vectors be written?
xi + yj or xi + yj + zk (x) or (x) (y) (y) (z) AB
How to calculate the magnitude of a vector
sqrt(x^2 + y^2) or sqrt(x^2 + y^2 + z^2)
How to work out a unit vector
(x/magnitude)
(y/magnitude)
(z/magnitude)
Magnitude notation
|(x)| or |xi + yj + zk|
|(y)|
|(z)|
|AB|
How can equation of lines be written?
Position Vector + constant(Direction Vector)
x) (3) (1
(y) = (2) + λ (3)
(z) (4) (4)
How can you write the equation of a line in cartesian form given the vector form?
Form equations for each co-ordinate and re-arrange for λ or the constant. Then equate the equations.
How to find the equation of a line given 2 points?
Points a and b.
Direction = b - a, position = a.
So a + λ(b - a).
How to find if two lines are the same, intersect or parallel (2D)
If direction vectors are multiples of each other then parallel or same.
If they share a point (use a position vector) then same,
If intersect, equate the equations for x and y in both.
Solve simultaneous equations for λ and constant, plug values in for co-ordinates.
How to find if two lines are the same, intersect, skew or parallel (3D)
Same as 2D for parallel or same.
Solve simultaneous equations for λ and other constant, then put into z equation.
If z equation works, then there’s an intersection, so plug values back in.
If it doesn’t work, lines are skew.
Name the 2 dot product formulae for lines with direction vectors (a) (x)
(b) and (y) (c) (z)
Calculating the dot product: ax + by + cz
cos(θ) = a . b/(|a||b|)
θ = angle between 2 vectors where both tips are touching, or both tails are touching of the vectors.
What are 2 lines in relation to each other if their dot product is 0?
Perpendicular.
How do you find the shortest distance between a point and a line?
Any point on line can be written using equation of line, so can write co-ordinates of point as (a + λd, b + λe, c + λf)
Find equation of line between that and point, take the direction vector.
Equation of line between that and position vector = direction vector.
Their dot product = 0, so solve for λ, then substitute to find point, then solve for magnitude.
How to find the shortest distance between 2 points
Points (a, b, c) and (x, y, z)
sqrt((x - a)^2 + (y - b)^2 + (z - c)^2).
What should you always use in a vector question?
Diagram drawn as 2D (even if 3D).
How can you do dot product calculations on a calculator?
Optn Mat/Vct F2 F6 x 2 DotP( F2 Exit x 2 Math (F4) Mat/Vct F1 Put vector 1 in and comma in the middle, then vector 2