Vector Operations, Dot and Cross Products, and Lines
Classified in Mathematics
Written on in English with a size of 10.69 KB
Vector Determination by Length and Angle
V = <||V|| Cosθ, ||V|| Sinθ> ---> ||V||Cosθi + ||V||Sinθj
Example:
a) Find the vector of length 2 that makes an angle of π/4 with the positive x-axis.
b) Find the angle that the vector V = -3 i + j makes with the positive x-axis.
a) <||V||Cosθ , ||V||Sinθ> = <2cos45, 2sin45> ---> <2,
2>
b) Normalize... ||V|| = (-3)2 + 12 =
4 = 2 -----> V/||V|| = <-
3/2 , 1/2> = <cosθ, sinθ> ----> cosθ = -
3/2, sinθ = 1/2 ---> θ = 5π/6
Dot Product
If U = <U1, U2> and V = <V1, V2>, then the dot product is U•V = U1V1 + U2V2.
Example:
a) U = <3, 5>, V = <-1, 2> -----> U•V = (3)(-1) + (5)(2) ---> U•V = -3 + 10 --> U•V = 7
b) U = &... Continue reading "Vector Operations, Dot and Cross Products, and Lines" »