Multiplying Vectors by Vectors: Day 3 Flashcards
What are the 2 types of multiplication?
1) dot product
2) cross product
* produce very different results)
What is the dot product formula?
a . b=|a||b|cos θ
-angle between vectors is tail to tail
What are the properties of the dot product?
- result is SCALAR
- answer=0 when angle=90 (vectors are PERPENDICULAR)
What is the dot product from the cartesian equation?
a . b= axbx+ayby
-produces a single number
What are some applications of the dot product?
1) finding the angle between 2 vectors
2) finding the value of k when vectors are perpendicular
- set the dot product as =0 and solve for k
What is the equation for work?
w=|f||s|cos θ
w-work (J)
f- force applied (N)
s- displacement (m)
What is a projection and what is the equation for it?
can be thought of as “shadows”
-projection (a onto b)= |a|cos θ (1/|b|) (b)
or
-proj (a onto b)=a . b/ b. b (b)
What is a 3D vector?
uses x,y and z components [1,2,3] on an x,y,z grid (z-vertical x-diagonal to the left y-diagonal to the right)
How do you plot 3D vectors?
ex. [4,1,-3] move 4 on x, 1 on y and -3 on z
How do you find the AB vector when dealing with 3D vectors?
find how far in x,y,z components to go from A to B (subtract A points from B points)
What is the equation of magntiude for 3D vectors?
|b|=square root of x^2+y^2+z^2