Study Guide820 words

Mastering the Dot Product: A Calculus III Guide

The Dot Product

Mastering the Dot Product

This study guide covers the fundamentals of the dot product, exploring its algebraic definition, geometric interpretation, and physical applications such as work.

Learning Objectives

After studying this chapter, you should be able to:

  • Calculate the dot product of two given vectors in R2\mathbb{R}^2 and R3\mathbb{R}^3.
  • Determine whether two given vectors are perpendicular (orthogonal).
  • Find the direction cosines of a given vector.
  • Explain and compute the vector projection of one vector onto another.
  • Calculate the work done by a constant force vector moving an object along a displacement vector.

Key Terms & Glossary

  • Dot Product (Scalar Product): An operation that takes two vectors and returns a single scalar value.
  • Orthogonal: A term used to describe vectors that are perpendicular to each other; their dot product is zero.
  • Direction Cosines: The cosines of the angles between a vector and the positive coordinate axes.
  • Vector Projection: The "shadow" of one vector cast onto another, representing the component of the first vector acting in the direction of the second.
  • Scalar Projection (Component): The signed magnitude of the vector projection.

The "Big Idea"

The dot product serves as a bridge between the algebraic components of vectors and the geometric reality of angles and lengths. While vector addition produces a new direction, the dot product collapses two vectors into a single number (a scalar) that describes how much one vector "aligns" with another. It is the essential tool for measuring orthogonality and calculating physical work.

Formula / Concept Box

ConceptFormula
Algebraic Definitionuv=u1v1+u2v2+u3v3\mathbf{u} \cdot \mathbf{v} = u_1 v_1 + u_2 v_2 + u_3 v_3
Geometric Definitionuv=uvcosθ\mathbf{u} \cdot \mathbf{v} = \|\mathbf{u}\| \|\mathbf{v}\| \cos \theta
Angle between Vectorscosθ=uvuv\cos \theta = \frac{\mathbf{u} \cdot \mathbf{v}}{\|\mathbf{u}\| \|\mathbf{v}\|}
Scalar Projection of u\mathbf{u} onto v\mathbf{v}compvu=uvv\text{comp}_{\mathbf{v}} \mathbf{u} = \frac{\mathbf{u} \cdot \mathbf{v}}{\|\mathbf{v}\|}
Vector Projection of u\mathbf{u} onto v\mathbf{v}projvu=(uvv2)v\text{proj}_{\mathbf{v}} \mathbf{u} = \left( \frac{\mathbf{u} \cdot \mathbf{v}}{\|\mathbf{v}\|^2} \right) \mathbf{v}
Work Done by ForceW=FdW = \mathbf{F} \cdot \mathbf{d}

Hierarchical Outline

  • I. Algebraic Properties
    • Commutativity: uv=vu\mathbf{u} \cdot \mathbf{v} = \mathbf{v} \cdot \mathbf{u}
    • Distributivity: u(v+w)=uv+uw\mathbf{u} \cdot (\mathbf{v} + \mathbf{w}) = \mathbf{u} \cdot \mathbf{v} + \mathbf{u} \cdot \mathbf{w}
    • Scalar Relation: (cu)v=c(uv)(c\mathbf{u}) \cdot \mathbf{v} = c(\mathbf{u} \cdot \mathbf{v})
    • Magnitude Relation: vv=v2\mathbf{v} \cdot \mathbf{v} = \|\mathbf{v}\|^2
  • II. Geometry & Orthogonality
    • Angle Detection: If uv>0\mathbf{u} \cdot \mathbf{v} > 0, θ\theta is acute; if <0< 0, θ\theta is obtuse.
    • Orthogonal Vectors: Two non-zero vectors are perpendicular if and only if uv=0\mathbf{u} \cdot \mathbf{v} = 0.
  • III. Projections
    • Scalar Component: The length of the projection.
    • Vector Component: The actual vector in the direction of the base vector.
  • IV. Physics Applications
    • Work: Calculating energy transfer when force and displacement are not parallel.

Visual Anchors

Relationship of Dot Product Concepts

Loading Diagram...
Figure 1 — Mermaid diagram

Geometric Projection Visualization

Compiling TikZ diagram…
Running TeX engine…
This may take a few seconds
Figure 2 — TikZ diagram

Definition-Example Pairs

  • Orthogonal Vectors

    • Definition: Two vectors whose dot product is exactly zero, forming a 9090^\circ angle.
    • Example: u=1,0\mathbf{u} = \langle 1, 0 \rangle and v=0,1\mathbf{v} = \langle 0, 1 \rangle. uv=(1)(0)+(0)(1)=0\mathbf{u} \cdot \mathbf{v} = (1)(0) + (0)(1) = 0.
  • Work

    • Definition: The energy transferred when a force acts on an object over a distance.
    • Example: Pulling a wagon at an angle. If you pull with force F\mathbf{F} at 3030^\circ to the ground for distance dd, only the horizontal component of your pull does work.

Worked Examples

Example 1: Finding the Angle Between Vectors

Problem: Find the angle θ\theta between u=3,4,0\mathbf{u} = \langle 3, -4, 0 \rangle and v=5,2,1\mathbf{v} = \langle 5, 2, 1 \rangle.

  1. Calculate uv\mathbf{u} \cdot \mathbf{v}: (3)(5) + (-4)(2) + (0)(1) = 15 - 8 + 0 = 7.
  2. Calculate Magnitudes:
    • u=32+(4)2+02=25=5\|\mathbf{u}\| = \sqrt{3^2 + (-4)^2 + 0^2} = \sqrt{25} = 5.
    • v=52+22+12=30\|\mathbf{v}\| = \sqrt{5^2 + 2^2 + 1^2} = \sqrt{30}.
  3. Use Cosine Formula: cosθ=7530\cos \theta = \frac{7}{5\sqrt{30}}.
  4. Solve for θ\theta: θ=cos1(7530)75.1\theta = \cos^{-1}\left(\frac{7}{5\sqrt{30}}\right) \approx 75.1^\circ.

Example 2: Calculating Work

Problem: A force F=2,5,2\mathbf{F} = \langle 2, 5, 2 \rangle Newtons moves a particle from (0,0,0)(0,0,0) to (3,1,0)(3,1,0) meters. Find the work done.

  1. Find Displacement Vector d\mathbf{d}: d=30,10,00=3,1,0\mathbf{d} = \langle 3-0, 1-0, 0-0 \rangle = \langle 3, 1, 0 \rangle.
  2. Apply Work Formula: W=FdW = \mathbf{F} \cdot \mathbf{d}.
  3. Calculate: W = (2)(3) + (5)(1) + (2)(0) = 6 + 5 + 0 = 11 Joules.

Checkpoint Questions

  1. If the dot product of two non-zero vectors is negative, is the angle between them acute or obtuse?
  2. What is the relationship between aa\mathbf{a} \cdot \mathbf{a} and the magnitude of a\mathbf{a}?
  3. Calculate the scalar projection of u=2,3\mathbf{u} = \langle 2, 3 \rangle onto v=4,0\mathbf{v} = \langle 4, 0 \rangle.
  4. True or False: The dot product of two vectors results in a vector.

[!TIP] Remember that projvu\text{proj}_{\mathbf{v}} \mathbf{u} is a vector (it has direction), while compvu\text{comp}_{\mathbf{v}} \mathbf{u} is a scalar (it is just a number).

Click to expand: Answers to Checkpoints
  1. Obtuse (>90> 90^\circ).
  2. aa=a2\mathbf{a} \cdot \mathbf{a} = \|\mathbf{a}\|^2.
  3. compvu=(2)(4)+(3)(0)4=84=2\text{comp}_{\mathbf{v}} \mathbf{u} = \frac{(2)(4) + (3)(0)}{4} = \frac{8}{4} = 2.
  4. False. The result is always a scalar.

Ready to study Calculus III: Multivariable Calculus?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free