9: Vectors Flashcards
What is the vector form of a line?
r=a+λb
What is the other vector form of a line?
r+c+λ(d-c)
What is the Cartesian form of a 3D line?
x-a1/b1 = y-a2/b2 = z-a3/b3
What is the vector equation of a plane?
And what does each letter represent?
r=a+λb+μc
a is the position vector of a point.
b and c are vectors in the plane.
λ and μ are scalars.
Cartesian equation of a plane in 3 dimensions?
ax+by+cz=d
Remember vector(abc) is the normal vector to the plane!!!
Scalar product of two vectors formula (a,b)?
a.b = |a||b|cosθ
What 2 things should you know about dot products?
- The non-zero vectors a and b are perp. if and only if a.b=0
- If a and b are parallel, a.b = |a||b|
In particular a.a = |a|^2
How do you get the dot product from 2 cartesian form vectors?
If a=a1i + a2j + a3k and b-…
then a.b = vec(a1 a2 a3).vec(b1 b2 b3) = a1b1 + a2b2 + a3b3
Formula for finding the acute angle between 2 intersecting line?
cosθ = |a.b/|a||b||
What is the scalar product form of the equation of a plane?
r.n=k where k=a.n for any point in the plane with position vector a.
Formula for finding the actue angle between line r=a+λb and plane r.n=k?
sinθ = | b.n/|b||n| |
Formula for finding the actue angle between plane r.n1=k1 and plane r.n2=k2?
cosθ = |n1.n2/|n1||n2||