BackSection 2.3 - The Dot Product
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Section 2.3 - The Dot Product
Introduction to the Dot Product
The dot product (also known as the inner product or scalar product) is a fundamental operation in vector algebra, commonly used in Calculus and Physics. It provides a way to multiply two vectors to obtain a scalar quantity, which has important geometric and analytic interpretations.
Definition of the Dot Product
If u = (u1, u2, u3) and v = (v1, v2, v3), then the dot product of u and v is given by:
The result of the dot product is a scalar (a real number), not a vector.
Properties of the Dot Product
Commutativity:
Distributivity over addition:
Scalar multiplication:
Dot product with itself:
Zero vector:
Geometric Interpretation
The dot product can also be defined in terms of the angle between two vectors u and v:
If (vectors point in the same direction), and the dot product is maximized.
If (vectors are perpendicular), and the dot product is zero.
If (vectors point in opposite directions), and the dot product is minimized (negative).
Examples
Example 1: Find the inner product of and and . Additional info: This example involves both the computation of the dot product and the use of vector operations (scalar multiplication and addition/subtraction).
Example 3: Find the angle between the vectors and . Additional info: Use the formula to find the angle.
Example 4: Find the angle between the vectors and and draw these two vectors on a Cartesian system. Additional info: Drawing vectors helps visualize their relative orientation and the angle between them.
Example 6: Find the scalar projection of onto . Additional info: The scalar projection (also called the component) of onto is given by .
Scalar Projection (Component of a Vector)
The scalar projection (or component) of vector u onto vector v is the length of the shadow of u in the direction of v. It is given by:
This formula is useful for finding how much of one vector lies in the direction of another.
Summary Table: Properties of the Dot Product
Property | Equation | Description |
|---|---|---|
Commutativity | Order does not matter | |
Distributivity | Distributes over vector addition | |
Scalar Multiplication | Scalars can be factored out | |
Self Dot Product | Gives the square of the vector's magnitude | |
Zero Vector | Dot product with zero vector is zero |
Applications of the Dot Product
Determining the angle between two vectors
Testing for orthogonality (perpendicularity): If , then u and v are perpendicular.
Finding projections and components of vectors
Calculating work done by a force: , where F is force and d is displacement.