Please enable JavaScript.
Coggle requires JavaScript to display documents.
MCV4U Unit 7, Vector Projection, Dot Product, Cross Product - Coggle…
-
Vector Projection
Taking 1 vector and projecting it onto another, depicted as a' (a prime)
-
-
-
-
Cross Product
When 2 vectors are multiplied together, a third PERPENDICULAR vector is present, this is calculated using the cross product
|a x b| = |a| |b|sinx
The cross product is like the resulting perpendicular force we learnt about in physics, it uses the same right hand rule
Fingers = pointing in the direction of 1 vector
Thumb = pointing in the direction of the other vector.
Palm = direction of resulting perpendicular vector
-
-
(a1, a2, a3) x (b1, b2, b3)
= (a2b3 - a3b2, a3b1 - a1b3, a1b2 - a1b1)