SOLID STATE PRESS
← Back to catalog
The Dot Product cover
Buy on Amazon
US list price $2.99
Mathematics

The Dot Product

Projections, Angles Between Vectors, and the Geometry of Work — A TLDR Primer

The dot product shows up on tests, in physics class, and again in calculus — and most students learn the formula without ever understanding what it actually means. If you can multiply components but can't explain why the dot product tells you the angle between vectors, or when it equals zero, this guide fills that gap fast.

**The Dot Product: Projections, Angles Between Vectors, and the Geometry of Work** is a concise, no-filler primer built for high school and early college students. It covers everything you need: the two equivalent definitions of the dot product (component formula and magnitude-cosine formula), why they agree, how to extract the angle between vectors, and the perpendicularity test that shows up constantly in geometry and physics. From there it moves into scalar and vector projections — one of the most useful and most skipped ideas in a first linear algebra or precalculus course — and closes with real applications including physical work, distance from a point to a line, and a preview of how the dot product scales into machine learning and computer graphics.

Every term is defined in plain language the first time it appears. Worked examples show the calculation step by step. Common mistakes — like confusing the dot product with multiplication, or misreading what a negative dot product means — are named and corrected inline. This is a dot product study guide built for students who want to understand the idea, not just survive the problem set.

If your exam is close and you need to get oriented quickly, pick this up and start reading.

What you'll learn
  • Compute the dot product of vectors in 2D and 3D using both the component and magnitude-angle formulas
  • Use the dot product to find the angle between two vectors and test for perpendicularity
  • Decompose a vector into components parallel and perpendicular to another vector via projection
  • Recognize the dot product in physics contexts like work and in geometry problems involving distance and angle
  • Avoid common errors confusing the dot product with the cross product or scalar multiplication
What's inside
  1. 1. What the Dot Product Is
    Introduces vectors, defines the dot product two equivalent ways, and shows the result is a scalar, not a vector.
  2. 2. Computing It: The Two Formulas and Why They Agree
    Walks through the component formula and the magnitude-cosine formula, shows they give the same answer, and proves the equivalence using the law of cosines.
  3. 3. The Angle Between Vectors and the Perpendicularity Test
    Uses the dot product to extract the angle between two vectors and to test whether vectors are perpendicular, parallel, or somewhere in between.
  4. 4. Projections: Splitting a Vector Along Another
    Defines the scalar and vector projection of one vector onto another, derives the formulas, and shows how to decompose a vector into parallel and perpendicular pieces.
  5. 5. Where the Dot Product Shows Up: Work, Geometry, and Beyond
    Applies the dot product to physical work, distance from a point to a line, and previews its role in higher-dimensional math like machine learning and computer graphics.
Published by Solid State Press · June 2026
The Dot Product cover
TLDR STUDY GUIDES

The Dot Product

Projections, Angles Between Vectors, and the Geometry of Work — A TLDR Primer
Solid State Press

Contents

  1. 1 What the Dot Product Is
  2. 2 Computing It: The Two Formulas and Why They Agree
  3. 3 The Angle Between Vectors and the Perpendicularity Test
  4. 4 Projections: Splitting a Vector Along Another
  5. 5 Where the Dot Product Shows Up: Work, Geometry, and Beyond
Chapter 1

What the Dot Product Is

A vector is a quantity that carries both a magnitude (size) and a direction. You can picture it as an arrow. In two dimensions a vector $\mathbf{v}$ is written as an ordered pair of numbers, called its components:

$\mathbf{v} = \langle v_1, v_2 \rangle$

The first component tells you how far the arrow reaches in the $x$-direction; the second tells you how far it reaches in the $y$-direction. In three dimensions you just add a third component: $\mathbf{v} = \langle v_1, v_2, v_3 \rangle$. Throughout this book, vectors are bold letters or letters with arrows over them; plain letters are ordinary numbers.

An ordinary number — one with magnitude but no direction — is called a scalar. The number $7$ is a scalar. The temperature $-3°C$ is a scalar. The speed $60$ mph is a scalar (speed, not velocity). Scalars and vectors are different kinds of objects, and keeping that distinction clear is the whole point of this opening section.

Two objects, one operation

You already know how to add vectors (add component-by-component) and how to multiply a vector by a scalar (scale each component). The dot product — also called the inner product — is a third operation: you feed it two vectors and it hands back a single scalar. Not another vector. A number.

There are two equivalent ways to define it, and you need both. The first is computational; the second is geometric. Section 2 will show they always agree — for now, learn them as two faces of the same coin.

Definition 1 — Component formula. Given two vectors in $\mathbb{R}^n$, multiply their corresponding components and add the results:

$\mathbf{u} \cdot \mathbf{v} = u_1 v_1 + u_2 v_2 + \cdots + u_n v_n$

In two dimensions: $\mathbf{u} \cdot \mathbf{v} = u_1 v_1 + u_2 v_2$. In three dimensions: $\mathbf{u} \cdot \mathbf{v} = u_1 v_1 + u_2 v_2 + u_3 v_3$.

Definition 2 — Magnitude-angle formula. If $\theta$ is the angle between the two vectors (with $0° \le \theta \le 180°$), and $|\mathbf{u}|$, $|\mathbf{v}|$ are their magnitudes (lengths), then:

$\mathbf{u} \cdot \mathbf{v} = |\mathbf{u}||\mathbf{v}|\cos\theta$

About This Book

If you need the dot product explained for high school students — clearly, quickly, without a textbook's worth of detours — this guide is for you. It's written for students in Precalculus, AP Physics, or a first-semester college course touching on linear algebra intro for beginners who want the core ideas without fighting through dense notation.

This is a focused vector dot product study guide covering how to compute the dot product from coordinates, the angle between vectors formula explained with worked numbers, the dot product perpendicular vectors test, and scalar and vector projection math laid out step by step. It also walks through the dot product physics work formula so you can see the concept land in a real context. Concise by design, with no filler.

Read straight through from the beginning — each section builds on the last. Work through every Example/Solution block before moving on, then use the problem set at the end to check what you've actually retained.

Keep reading

You've read the first half of Chapter 1. The complete book covers 5 chapters in roughly fifteen pages — readable in one sitting.

Continue reading on Amazon