Chapter 12 Vectors (Year 2) Flashcards
1
Q
What is the formula for the distance from the origin to the point (x, y, z)?
A
Sqrt(x^2 + y^2 + z^2)
2
Q
What is the formula for the distance from the point (x1, y1, z1) to the point (x2, y2, z2)?
A
Sqrt((x1 - x2)^2 + (y1 - y2)^2 + (z1 - z2)^2)
3
Q
What is pi + qj + rk equivalent to?
A
Unit vector: (p q r)
4
Q
If the vector a (xi + yj + zk) makes an angle theta_x with the positive x-axis what is cos theta_x?
A
Cos theta_x = x/|a|
5
Q
If pi + qj + rk = ui + vj + wk what does p, q and r equal?
A
- p = u
- q = v
- r = w