Chapter 2B: Scalar and Vector Products

Learning Objectives

Understand and differentiate between Scalar Product (Dot Product) and Vector Product (Cross Product).

Scalar Product (Dot Product)

Definition:

The scalar product (or dot product) of two non-zero vectors a and b, denoted by a • b, is calculated using the formula:
a • b = |a| |b| cos(θ)
where θ is the angle between a and b.

Properties of Scalar Product:

  1. Result is a scalar value.

  2. Commutative property: a • b = b • a

  3. Distributive over addition: a • (b + c) = a • b + a • c

  4. Scalar multiplication: If λ is a scalar, then λ(a • b) = (λa) • b = a • (λb).

  5. a • a = |a|^2.

  6. If a • b = 0, then a and b are perpendicular (orthogonal).

  7. If θ = 0 degrees, then a • b = |a||b| (both vectors in the same direction).

  8. If θ = 90 degrees, then a • b = 0 (vectors are perpendicular).

Projection:

Length of projection of vector v onto vector d is given by:
For acute angles:
Length = |v| cos(θ).

For obtuse angles:
Length = -|v| cos(π - θ) = |v| cos(θ).

Vector Product (Cross Product)

Definition:

The vector product (or cross product) of two non-zero vectors a and b, denoted by a × b, is defined as:
a × b = |a||b| sin(θ) n
where n is a unit vector perpendicular to the plane formed by a and b.

Properties of Vector Product:

  1. Result is a vector.

  2. b = −a if a and b are in opposite directions.

  3. a × a = 0 (cross product of any vector with itself is zero).

  4. a × (b + c) = a × b + a × c (distributive property).

  5. Ordering matters: a × b = −(b × a).

  6. a × b = 0 signifies that a and b are parallel or one of them is the zero vector.

Uses of Scalar and Vector Products

Area Calculation Using Cross Product:

The area of a triangle with vertices at points A, B, and C can be calculated using the vector product:
Area of triangle ABC = (1/2) |AB × AC|.

For parallelograms:
Area of parallelogram OABC = |OA × OB|.

Finding Angles Between Vectors:

The angle between two non-zero vectors a and b can be computed:
cos(θ) = (a • b) / (|a||b|).

Applications:

  1. Determine if two vectors are perpendicular: a • b = 0 means they are orthogonal.

  2. Find the angle between vectors using the scalar product.

  3. Calculate projection lengths and projection vectors.

  4. Utilize the vector product to find orientations in 3D space.

  5. Solve problems involving areas of triangles/parallelograms in vector contexts.

Conclusion

Understanding both scalar and vector products is essential for interpreting geometrical and physical applications in vector algebra. These principles form the foundation for more advanced topics such as linear algebra and physics as they relate to vectors.