Vectors Flashcards
3D vector equation
( a ) ( a1 )
r = ( b ) + λ ( b1 )
( c ) ( c1 )
r = position vector of a point of a line + λ(direction)
Simplifying a 3D vector
( a + λa1 )
r = ( b + λb1 )
( c + λc1 )
Vector equation of a line that passes through A and B
—->
AB = B - A
—->
r = A + λ(AB)
Show a vector can be rewritten in a different way
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
Finding the points on a line a distance from a point
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
Vector in Cartesian form
Rearrange each In terms of λ
x - a1 y-a2. z-a3
——— = ——— = ———
b1. b2. c2
Cartesian to vector
Set each part of the Cartesian form equal to λ and rearranged for x,y, z
Write back into Cartesian form
Equation of a plane
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
Cartesian equation of a plane
n1x + n2y + n3z = p
Scalar/dot product
a.b
Multiply the x coefficients together, repeat with y and z then sum
Angle between two vectors
a.b
cos θ = ———–
|a||b|
Take the mod of the whole thing if you want an acute angle
How to see if two vectors are perpendicular
a.b = 0
Finding a possible vector
Set z = 1, solve for x and y then scale
Angle between two lines
a.b
cos θ = ———–
|a||b|
Where a and b are the direction vectors of two lines
Equation of a plane
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