Chapter 9: Vectors Flashcards
What is the vector equation of a straight line?
r = a + λb, r being a general point on the line, a being a position vector, λ being a scalar and b being a direction vector.
What is a scalar?
A multiplier for the direction vector. It can be given as any Greek letter, most common are lambda (λ) and mu(μ).
What is the vector equation of a straight line going through points C and D?
r = c + λ(d-c)
What is the Cartesian form of the equation of a straight line if a = |a₁| and b = |b₁| |a₂|
| b₂| |a₃|
| b₃|?
(x-a₁)/b₁=(y-a₂)/b₂=(z-a₃)/b₃
What is the vector equation of a plane?
r = a + λb + μc, r being a general point on the line, a being a position vector, λ being a scalar and b and c being non-parallel direction vectors.
What is the Cartesian equation of a plane, with |a|
|b|
|c|?
ax + by + cz = d
What is the scalar product?
The scalar product, or the dot product, is used to determine the angle between 2 vectors.
What is the formula for the scalar product?
a.b = |a||b|cosθ
What is the dot product of a=|a₁| and b=|b₁|
|a₂| |b₂|
|a₃| |b₃|?
a.b = a₁b₁ + a₂b₂ + a₃b₃
What is the formula for the acute angle between 2 intersecting lines when a and b are direction vectors?
cosθ = |(a.b/|a||b|)|