#Calc-2#Math#Vectors Given 2 vectors, and the dot product is
Dot Product is an operation on 2 vectors that results in a scalar, a single number.
Let Then
Geometric Meaning
THEOREM: If and are nonzero vectors, then Where
We can use this to calculate the angle between and
Perpendicular Vectors
- If the dot product of two vectors is 0, then those two vectors are perpendicular (not parallel)
Orthogonal Projection
Two vectors are Orthogonal if and only if Notation: Note: In 2D and 3D, two non zero orthogonal vectors are perpendicular to each other Orthogonal and Perpendicular are basically the same
The Orthogonal projection of onto , denoted as where is represents the scalar length, and is the unit vector giving the direction
We can also use the formula This formula is useful because we don’t need to calculate . It works because if you convert the dot products to the previous definition, things cancel out leaving the original formula.
The scalar component of a vector in the direction of is
Applications of Dot Product
Dot Product can be used to find Work
Let a constant force be applied to an object, producing a displacement . If the angle between and is , then the Work done by the force is The Force is in Newtons and the resulting scalar (Work) is in Joules