NDA Maths · Vectors

Dot Product and Angle

The scalar that captures how aligned two vectors are — used to compute angles, test perpendicularity, and evaluate work done by a force.

Why this matters

The dot product turns two vectors into a single number — and that number contains everything you'd ever want to know about how the two vectors RELATE. Are they perpendicular? At what angle do they meet? How aligned are they with each other? The five concepts below build that toolkit: starting with the formula itself (and its physical meaning as work done by a force, W = F · d), through the perpendicularity test and the angle formula, ending with the most-tested setup — "given a constraint on two vectors a and b, find the angle between them." 32 PYQs across 2017–2026 — the second-biggest Vectors subtopic; almost every paper has one — with a difficulty mix of 12 EASY + 16 MODERATE + 4 HARD.

Concept 1 of 5

Dot product — components form and work done

Intuition

The dot product of two vectors is a single number that measures how much they overlap. Compute it by multiplying corresponding components and summing — no angles needed. Physically, when a constant force F\vec{F} displaces a particle by d\vec{d}, the work done is exactly Fd\vec{F}\cdot\vec{d}.

Definition

If a=a1i^+a2j^+a3k^\vec{a} = a_1\hat{i} + a_2\hat{j} + a_3\hat{k} and b=b1i^+b2j^+b3k^\vec{b} = b_1\hat{i} + b_2\hat{j} + b_3\hat{k}, then ab=a1b1+a2b2+a3b3\vec{a}\cdot\vec{b} = a_1b_1 + a_2b_2 + a_3b_3. It is commutative, distributive over addition, and a scalar (not a vector). Work done by a constant force is W=FdW = \vec{F}\cdot\vec{d} where d\vec{d} is the displacement.

Dot product (components form)

ab=a1b1+a2b2+a3b3W=Fd\vec{a}\cdot\vec{b} = a_1 b_1 + a_2 b_2 + a_3 b_3 \qquad W = \vec{F}\cdot\vec{d}
  • ai,bia_i, b_icomponents of a,b\vec{a}, \vec{b} along i^,j^,k^\hat{i}, \hat{j}, \hat{k}
  • WWwork done by a constant force F\vec{F} through displacement d\vec{d}

Diagram · work = F · d = |F||d| cos θ

θFdF cos θ

Only the part of the force along the displacement does work: W = F · d = |F||d| cos θ. A force perpendicular to the motion (θ = 90°) does zero work; one opposing it (θ > 90°) does negative work.

Worked example

A force F=2i^+j^k^\vec{F} = 2\hat{i} + \hat{j} - \hat{k} displaces a particle from A(1,0,2)A(1, 0, 2) to B(3,2,1)B(3, 2, 1). Find the work done.
  1. Compute the displacement: d=AB=(31)i^+(20)j^+(12)k^=2i^+2j^k^\vec{d} = \overrightarrow{AB} = (3-1)\hat{i} + (2-0)\hat{j} + (1-2)\hat{k} = 2\hat{i} + 2\hat{j} - \hat{k}.
  2. Apply W=Fd=22+12+(1)(1)=4+2+1W = \vec{F}\cdot\vec{d} = 2\cdot 2 + 1\cdot 2 + (-1)\cdot(-1) = 4 + 2 + 1.
  3. Sum: W=7W = 7.
Answer:W=7W = 7 units of work
Practice this conceptself-check · 4 quick reps

Try it yourself

Evaluate ab\vec{a}\cdot\vec{b} for a=2i^j^+3k^\vec{a} = 2\hat{i} - \hat{j} + 3\hat{k} and b=i^+2j^k^\vec{b} = \hat{i} + 2\hat{j} - \hat{k}.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    ab\vec{a}\cdot\vec{b} for a=i^+2j^\vec{a} = \hat{i} + 2\hat{j}, b=3i^+j^\vec{b} = 3\hat{i} + \hat{j}?
  2. 2.
    i^j^=?\hat{i}\cdot\hat{j} = ?
  3. 3.
    i^i^=?\hat{i}\cdot\hat{i} = ?
  4. 4.
    ab\vec{a}\cdot\vec{b} for a=2i^j^+k^\vec{a} = 2\hat{i} - \hat{j} + \hat{k}, b=i^+j^k^\vec{b} = \hat{i} + \hat{j} - \hat{k}?

From the bank · past-year question

Example 1VectorsEASY
A force F=i^+3j^+2k^\vec{F} = \hat{i}+3\hat{j}+2\hat{k} acts on a particle to displace it from the point A(i^+2j^3k^)A(\hat{i}+2\hat{j}-3\hat{k}) to the point B(3i^j^+5k^)B(3\hat{i}-\hat{j}+5\hat{k}). The work done by the force will be

[Q47 · Sep · 2017]

Dot product gives a scalar; cross product gives a vector

An MCQ option that returns a vector for ab\vec{a}\cdot\vec{b}, or a scalar for a×b\vec{a}\times\vec{b}, can be eliminated on type grounds alone. This dimension-check rejects ~25% of trap options.

Work done is signed — negative work is fine

If the force has any component opposite to the displacement, the dot product (and the work) can come out negative. Don't reach for absolute value automatically; the sign tells you whether the force is helping or hindering.

Concept 2 of 5

Perpendicularity Test

Intuition

Two non-zero vectors are perpendicular precisely when their dot product is zero. This single test has three equivalent disguises that PYQs love to switch between: ab=0\vec{a}\cdot\vec{b}=0 directly; a+b=ab|\vec{a}+\vec{b}| = |\vec{a}-\vec{b}| (the diagonals of a parallelogram are equal iff it's a rectangle); and (a+b)(a+b)=a2+b2(\vec{a}+\vec{b})\cdot(\vec{a}+\vec{b}) = |\vec{a}|^2 + |\vec{b}|^2 (the Pythagoras identity).

Definition

For non-zero a,b\vec{a}, \vec{b}, all three of the following are equivalent: ab=0\vec{a}\cdot\vec{b} = 0; a+b=ab|\vec{a}+\vec{b}| = |\vec{a}-\vec{b}|; (a+b)(a+b)=a2+b2(\vec{a}+\vec{b})\cdot(\vec{a}+\vec{b}) = |\vec{a}|^2 + |\vec{b}|^2. Each says ab\vec{a} \perp \vec{b}.

Equivalent perpendicularity statements

ab    ab=0    a+b=ab\vec{a}\perp\vec{b} \;\Longleftrightarrow\; \vec{a}\cdot\vec{b} = 0 \;\Longleftrightarrow\; |\vec{a}+\vec{b}| = |\vec{a}-\vec{b}|
  • ab\vec{a}\cdot\vec{b}scalar dot product
  • a±b|\vec{a}\pm\vec{b}|magnitudes of the diagonals of the parallelogram on a,b\vec{a}, \vec{b}

Worked example

Find the value of λ\lambda so that a=2i^3j^+k^\vec{a} = 2\hat{i} - 3\hat{j} + \hat{k} and b=i^+λj^5k^\vec{b} = \hat{i} + \lambda\hat{j} - 5\hat{k} are perpendicular.
  1. Apply the perpendicularity test ab=0\vec{a}\cdot\vec{b} = 0.
  2. Compute the dot: 21+(3)λ+1(5)=23λ5=33λ2\cdot 1 + (-3)\cdot\lambda + 1\cdot(-5) = 2 - 3\lambda - 5 = -3 - 3\lambda.
  3. Set equal to zero: 33λ=0    λ=1-3 - 3\lambda = 0 \;\Rightarrow\; \lambda = -1.
Answer:λ=1\lambda = -1
Practice this conceptself-check · 4 quick reps

Try it yourself

Find λ\lambda so that a=3i^+2j^+λk^\vec{a} = 3\hat{i} + 2\hat{j} + \lambda\hat{k} and b=i^4j^+2k^\vec{b} = \hat{i} - 4\hat{j} + 2\hat{k} are perpendicular.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Are i^+j^\hat{i} + \hat{j} and i^j^\hat{i} - \hat{j} perpendicular?
  2. 2.
    λ\lambda for a=i^+λj^\vec{a} = \hat{i} + \lambda\hat{j}, b=2i^j^\vec{b} = 2\hat{i} - \hat{j} perpendicular?
  3. 3.
    Perpendicularity condition for a,b\vec{a}, \vec{b}?
  4. 4.
    Are 2i^+3j^2\hat{i} + 3\hat{j} and 3i^2j^3\hat{i} - 2\hat{j} perpendicular?

From the bank · past-year question

Example 2VectorsEASY
What is the value of λ\lambda for which the vectors 3i^+4j^k^3\hat{i}+4\hat{j}-\hat{k} and 2i^+λj^+10k^-2\hat{i}+\lambda\hat{j}+10\hat{k} are perpendicular?

[Q70 · Apr · 2019]

a+b=ab|\vec{a}+\vec{b}| = |\vec{a}-\vec{b}| means ab\vec{a}\perp\vec{b}, not a=b\vec{a}=\vec{b}

Square both sides: a2+2ab+b2=a22ab+b2|\vec{a}|^2 + 2\vec{a}\cdot\vec{b} + |\vec{b}|^2 = |\vec{a}|^2 - 2\vec{a}\cdot\vec{b} + |\vec{b}|^2 collapses to 4ab=04\vec{a}\cdot\vec{b} = 0. Geometrically: the two diagonals of a parallelogram have equal length iff the parallelogram is a rectangle.

Zero dot product needs both vectors non-zero

Technically 0a=0\vec{0}\cdot\vec{a} = 0 for any a\vec{a}, but 0\vec{0} has no direction, so we don't call it perpendicular. PYQs assume non-zero vectors implicitly; double-check the hypothesis if a question opens with \"if non-zero...\".

Concept 3 of 5

Angle between two vectors via the dot-product formula

Intuition

The dot product is the magnitude of one vector times the magnitude of the other times the cosine of the angle between them. Rearrange and the angle drops out: divide the dot product by the product of magnitudes. Sign of the result tells you acute (>0>0) versus obtuse (<0<0); =0=0 is perpendicular, the special case above.

Definition

For non-zero a,b\vec{a}, \vec{b} at angle θ\theta (0θπ0 \leq \theta \leq \pi): ab=abcosθ\vec{a}\cdot\vec{b} = |\vec{a}|\,|\vec{b}|\cos\theta, hence cosθ=abab\cos\theta = \dfrac{\vec{a}\cdot\vec{b}}{|\vec{a}|\,|\vec{b}|}. Useful corollary: sin2(θ/2)=1cosθ2=ab24ab\sin^2(\theta/2) = \dfrac{1-\cos\theta}{2} = \dfrac{|\vec{a}-\vec{b}|^2}{4|\vec{a}||\vec{b}|} when a,b\vec{a}, \vec{b} are unit vectors.

Angle from dot product

cosθ=abab\cos\theta = \dfrac{\vec{a}\cdot\vec{b}}{|\vec{a}|\,|\vec{b}|}
  • θ\thetaangle between a\vec{a} and b\vec{b}, measured in [0,π][0, \pi]
  • ab\vec{a}\cdot\vec{b}dot product (scalar)
  • a,b|\vec{a}|, |\vec{b}|magnitudes (always positive)

Visualization · project a onto b

ab
a·b = 18proj = (a·b)/|b| = 3.00θ ≈ 53°

The green band is how far a reaches along b — its signed length is the scalar projection (a·b)/|b|. Push the angle past 90° and the dot product, and the projection, turn negative.

Worked example

Find the angle between a=i^+j^\vec{a} = \hat{i} + \hat{j} and b=i^\vec{b} = \hat{i}.
  1. Dot product: ab=11+10=1\vec{a}\cdot\vec{b} = 1\cdot 1 + 1\cdot 0 = 1.
  2. Magnitudes: a=1+1=2|\vec{a}| = \sqrt{1+1} = \sqrt{2}; b=1|\vec{b}| = 1.
  3. Apply the formula: cosθ=121=12\cos\theta = \dfrac{1}{\sqrt{2}\cdot 1} = \dfrac{1}{\sqrt{2}}.
  4. Hence θ=π4=45\theta = \dfrac{\pi}{4} = 45^\circ.
Answer:θ=π4\theta = \dfrac{\pi}{4} (i.e. 4545^\circ)
Practice this conceptself-check · 4 quick reps

Try it yourself

Find the angle between a=i^+j^\vec{a} = \hat{i} + \hat{j} and b=i^j^\vec{b} = \hat{i} - \hat{j}.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Angle between i^\hat{i} and j^\hat{j}?
  2. 2.
    cosθ\cos\theta for ab=6\vec{a}\cdot\vec{b} = 6, a=3|\vec{a}| = 3, b=4|\vec{b}| = 4?
  3. 3.
    Angle between a\vec{a} and a\vec{a}?
  4. 4.
    If cosθ<0\cos\theta < 0, the angle is?

From the bank · past-year question

Example 3VectorsMODERATE
Consider vectors a=(0,1,1)\vec{a}=(0,1,1) and b=(1,0,1)\vec{b}=(1,0,1). (1) Number of unit vectors perpendicular to both is only one. (2) Angle between them is π/3\pi/3. Which is/are correct?

[Q95 · Sep · 2023]

Obtuse angle iff ab<0\vec{a}\cdot\vec{b} < 0

Quadratic-in-xx PYQs frequently ask for values of a parameter that make the angle obtuse. Set up the inequality ab<0\vec{a}\cdot\vec{b} < 0, solve as a quadratic, then exclude the boundary case ab=0\vec{a}\cdot\vec{b} = 0 (which is perpendicular, not obtuse) AND values that make the vectors antiparallel (then θ=π\theta = \pi, the obtuse extreme).

Direction matters when comparing two angles

The angle between a\vec{a} and a-\vec{a} is π\pi, not 0. If a problem asks for the angle between a\vec{a} and ab\vec{a} - \vec{b}, don't carelessly subtract magnitudes — use the formula end-to-end.

Concept 4 of 5

Solving for an angle from a perpendicularity / magnitude constraint

Intuition

Many MODERATE PYQs hand you a constraint like (a+2b)(5a4b)(\vec{a}+2\vec{b}) \perp (5\vec{a}-4\vec{b}) or a+b=ab=k|\vec{a}+\vec{b}|=|\vec{a}-\vec{b}|=k and ask for the angle between a\vec{a} and b\vec{b}. The workflow is always the same: expand the constraint as a dot product, collect terms in a2,b2|\vec{a}|^2, |\vec{b}|^2 and ab\vec{a}\cdot\vec{b}, substitute the given magnitudes (often both 1 for unit vectors), and solve a single linear equation for cosθ\cos\theta.

Definition

Given a perpendicularity constraint (αa+βb)(γa+δb)=0(\alpha\vec{a}+\beta\vec{b})\cdot(\gamma\vec{a}+\delta\vec{b}) = 0, expand using distributivity: αγa2+(αδ+βγ)ab+βδb2=0\alpha\gamma|\vec{a}|^2 + (\alpha\delta + \beta\gamma)\,\vec{a}\cdot\vec{b} + \beta\delta|\vec{b}|^2 = 0. Substitute known magnitudes and isolate ab\vec{a}\cdot\vec{b}, then plug into the angle formula.

Expansion template

(αa+βb)(γa+δb)=αγa2+(αδ+βγ)ab+βδb2(\alpha\vec{a}+\beta\vec{b})\cdot(\gamma\vec{a}+\delta\vec{b}) = \alpha\gamma|\vec{a}|^2 + (\alpha\delta+\beta\gamma)\,\vec{a}\cdot\vec{b} + \beta\delta|\vec{b}|^2
  • α,β,γ,δ\alpha, \beta, \gamma, \deltagiven scalar coefficients
  • a,b|\vec{a}|, |\vec{b}|given (often =1=1 for unit vectors)
  • ab\vec{a}\cdot\vec{b}unknown — solve for it, then read off θ\theta

Worked example

Let a,b\vec{a}, \vec{b} be unit vectors such that (2a+b)(a2b)(2\vec{a}+\vec{b}) \perp (\vec{a}-2\vec{b}). Find the angle between a\vec{a} and b\vec{b}.
  1. Set (2a+b)(a2b)=0(2\vec{a}+\vec{b})\cdot(\vec{a}-2\vec{b}) = 0.
  2. Expand: 2a2+(4+1)ab2b2=23ab22|\vec{a}|^2 + (-4 + 1)\,\vec{a}\cdot\vec{b} - 2|\vec{b}|^2 = 2 - 3\vec{a}\cdot\vec{b} - 2 (using a=b=1|\vec{a}|=|\vec{b}|=1).
  3. Set equal to zero: 3ab=0    ab=0-3\vec{a}\cdot\vec{b} = 0 \;\Rightarrow\; \vec{a}\cdot\vec{b} = 0.
  4. Unit vectors with ab=0\vec{a}\cdot\vec{b} = 0: cosθ=0\cos\theta = 0, so θ=π2\theta = \dfrac{\pi}{2}.
Answer:θ=π2\theta = \dfrac{\pi}{2} (i.e. 9090^\circ)
Practice this conceptself-check · 4 quick reps

Try it yourself

a\vec{a} and b\vec{b} are unit vectors with ab=1|\vec{a} - \vec{b}| = 1. Find the angle between them.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Expand (a+b)(a+b)(\vec{a} + \vec{b})\cdot(\vec{a} + \vec{b}).
  2. 2.
    Unit a,b\vec{a}, \vec{b}: write ab2|\vec{a} - \vec{b}|^2 in terms of ab\vec{a}\cdot\vec{b}.
  3. 3.
    Unit a,b\vec{a}, \vec{b} with a+b2=3|\vec{a} + \vec{b}|^2 = 3. Find ab\vec{a}\cdot\vec{b}.
  4. 4.
    For a unit vector, aa=?\vec{a}\cdot\vec{a} = ?

From the bank · past-year question

Example 4VectorsMODERATE
Let a\vec{a} and b\vec{b} are two unit vectors such that a+2b\vec{a}+2\vec{b} and 5a4b5\vec{a}-4\vec{b} are perpendicular. What is the angle between a\vec{a} and b\vec{b}?

[Q67 · Sep · 2022]

Don't forget the cross terms when expanding

(a+2b)(5a4b)(\vec{a}+2\vec{b})\cdot(5\vec{a}-4\vec{b}) has four products, not two — there are two ab\vec{a}\cdot\vec{b} terms that combine into the coefficient αδ+βγ\alpha\delta + \beta\gamma. A factor-of-2 distractor often results from dropping one of them.

Unit vectors mean a2=1|\vec{a}|^2 = 1, not a=1\vec{a} = 1

When the magnitudes are stated as 1, the a2|\vec{a}|^2 and b2|\vec{b}|^2 terms simplify to 1, NOT zero. Some students drop them by analogy with aa\vec{a}\cdot\vec{a} when a\vec{a} is the zero vector — wrong.

Concept 5 of 5

Unit vectors, orthogonal triples, and decomposition

Intuition

Three mutually-perpendicular unit vectors form an orthonormal basis — pairwise dot products are zero, self dot products are one. Whenever a problem says a,b,c\vec{a}, \vec{b}, \vec{c} are unit and mutually perpendicular, you can compute any linear combination's magnitude or dot in two lines. Decomposing a vector along three given directions reduces to a small linear system once you take dot products with each direction.

Definition

Vectors a,b,c\vec{a}, \vec{b}, \vec{c} form an orthonormal triple if aa=bb=cc=1\vec{a}\cdot\vec{a} = \vec{b}\cdot\vec{b} = \vec{c}\cdot\vec{c} = 1 and ab=bc=ca=0\vec{a}\cdot\vec{b} = \vec{b}\cdot\vec{c} = \vec{c}\cdot\vec{a} = 0. If c=pa+qb+r(a×b)\vec{c} = p\vec{a} + q\vec{b} + r(\vec{a}\times\vec{b}) with {a,b,a×b}\{\vec{a},\vec{b},\vec{a}\times\vec{b}\} orthonormal, the coefficients drop out as p=cap = \vec{c}\cdot\vec{a}, q=cbq = \vec{c}\cdot\vec{b}, r2=c2p2q2r^2 = |\vec{c}|^2 - p^2 - q^2.

Orthonormal-triple identities

aa=1,ab=0    (if ab)for an orthonormal triple\vec{a}\cdot\vec{a} = 1, \quad \vec{a}\cdot\vec{b} = 0 \;\;(\text{if } \vec{a}\neq\vec{b}) \quad \text{for an orthonormal triple}
  • a,b,c\vec{a}, \vec{b}, \vec{c}three mutually-perpendicular unit vectors
  • p,q,rp, q, rdecomposition coefficients along a,b,a×b\vec{a}, \vec{b}, \vec{a}\times\vec{b}

Diagram · orthonormal triple î, ĵ, k̂ (drag to rotate)

îĵ

î, ĵ, k̂ are mutually perpendicular unit vectors: each pair has dot product 0 (î·ĵ = ĵ·k̂ = k̂·î = 0) and each has length 1. They form the standard basis — any vector is a unique combination x î + y ĵ + z k̂.

Worked example

Let a,b,c\vec{a}, \vec{b}, \vec{c} be three mutually perpendicular unit vectors. Find 2ab+2c|2\vec{a} - \vec{b} + 2\vec{c}|.
  1. Expand the square: 2ab+2c2=4a2+b2+4c2+(cross terms)|2\vec{a} - \vec{b} + 2\vec{c}|^2 = 4|\vec{a}|^2 + |\vec{b}|^2 + 4|\vec{c}|^2 + \text{(cross terms)}.
  2. Self-dots: 4(1)+1(1)+4(1)=94(1) + 1(1) + 4(1) = 9. All pairwise products vanish by mutual perpendicularity.
  3. So 2ab+2c2=9|2\vec{a} - \vec{b} + 2\vec{c}|^2 = 9, giving 2ab+2c=3|2\vec{a} - \vec{b} + 2\vec{c}| = 3.
Answer:2ab+2c=3|2\vec{a} - \vec{b} + 2\vec{c}| = 3
Practice this conceptself-check · 4 quick reps

Try it yourself

a\vec{a} and b\vec{b} are perpendicular unit vectors. Find 3a4b|3\vec{a} - 4\vec{b}|.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    a,b,c\vec{a}, \vec{b}, \vec{c} mutually perpendicular unit vectors. a+b+c|\vec{a} + \vec{b} + \vec{c}|?
  2. 2.
    Perpendicular unit a,b\vec{a}, \vec{b}: a+b|\vec{a} + \vec{b}|?
  3. 3.
    Orthonormal triple: ab=?\vec{a}\cdot\vec{b} = ?
  4. 4.
    Perpendicular unit a,b\vec{a}, \vec{b}: 3a+4b|3\vec{a} + 4\vec{b}|?

From the bank · past-year question

Example 5VectorsEASY
Let a,b\vec{a}, \vec{b} and c\vec{c} be three mutually perpendicular vectors each of unit magnitude. If A=a+b+c\vec{A}=\vec{a}+\vec{b}+\vec{c}, B=ab+c\vec{B}=\vec{a}-\vec{b}+\vec{c} and C=abc\vec{C}=\vec{a}-\vec{b}-\vec{c}, then which one of the following is correct?

[Q67 · Sep · 2018]

Three unit vectors at equal pairwise angles need not be orthonormal

If ab=bc=ca=k\vec{a}\cdot\vec{b} = \vec{b}\cdot\vec{c} = \vec{c}\cdot\vec{a} = k, the triple is symmetric but only orthonormal when k=0k = 0. For other kk values (e.g. k=1/2k = -1/2 — three coplanar vectors at 120120^\circ) the magnitudes of linear combinations look quite different.

{a,b,a×b}\{\vec{a}, \vec{b}, \vec{a}\times\vec{b}\} is orthonormal iff ab\vec{a}\perp\vec{b} and both unit

If a,b\vec{a}, \vec{b} are unit and perpendicular, then a×b=sin90=1|\vec{a}\times\vec{b}| = \sin 90^\circ = 1 — so the triple is orthonormal. If ab0\vec{a}\cdot\vec{b} \neq 0, the cross product still produces a perpendicular vector, but it's not a unit vector and the basis isn't orthonormal.

Summary — formulas & gotchas at a glance

A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.

Formulas (5)

  • Dot product — components form and work done

    Dot product (components form)

    ab=a1b1+a2b2+a3b3W=Fd\vec{a}\cdot\vec{b} = a_1 b_1 + a_2 b_2 + a_3 b_3 \qquad W = \vec{F}\cdot\vec{d}
  • Perpendicularity Test

    Equivalent perpendicularity statements

    ab    ab=0    a+b=ab\vec{a}\perp\vec{b} \;\Longleftrightarrow\; \vec{a}\cdot\vec{b} = 0 \;\Longleftrightarrow\; |\vec{a}+\vec{b}| = |\vec{a}-\vec{b}|
  • Angle between two vectors via the dot-product formula

    Angle from dot product

    cosθ=abab\cos\theta = \dfrac{\vec{a}\cdot\vec{b}}{|\vec{a}|\,|\vec{b}|}
  • Solving for an angle from a perpendicularity / magnitude constraint

    Expansion template

    (αa+βb)(γa+δb)=αγa2+(αδ+βγ)ab+βδb2(\alpha\vec{a}+\beta\vec{b})\cdot(\gamma\vec{a}+\delta\vec{b}) = \alpha\gamma|\vec{a}|^2 + (\alpha\delta+\beta\gamma)\,\vec{a}\cdot\vec{b} + \beta\delta|\vec{b}|^2
  • Unit vectors, orthogonal triples, and decomposition

    Orthonormal-triple identities

    aa=1,ab=0    (if ab)for an orthonormal triple\vec{a}\cdot\vec{a} = 1, \quad \vec{a}\cdot\vec{b} = 0 \;\;(\text{if } \vec{a}\neq\vec{b}) \quad \text{for an orthonormal triple}

Watch out for (10)

Mastery check — 5 interleaved questions

Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.

Example 1VectorsEASY
If r=xi^+yj^+zk^\vec{r}=x\hat{i}+y\hat{j}+z\hat{k}, then what is r(i^+j^+k^)\vec{r}\cdot(\hat{i}+\hat{j}+\hat{k}) equal to?

[Q64 · Sep · 2018]

Example 2VectorsEASY
If a=2i^+3j^+4k^\vec{a}=2\hat{i}+3\hat{j}+4\hat{k} and b=3i^+2j^λk^\vec{b}=3\hat{i}+2\hat{j}-\lambda\hat{k} are perpendicular, then what is the value of λ\lambda?

[Q70 · Apr · 2017]

Example 3VectorsMODERATE
For what value of the angle between the vectors a\vec{a} and b\vec{b} is the quantity a×b+3ab|\vec{a}\times\vec{b}|+\sqrt{3}|\vec{a}\cdot\vec{b}| maximum?

[Q52 · Sep · 2024]

Example 4VectorsMODERATE
Let θ\theta be the angle between two unit vectors a\vec{a} and b\vec{b}. If a+2b\vec{a}+2\vec{b} is perpendicular to 5a4b5\vec{a}-4\vec{b}, then what is cosθ+cos2θ\cos\theta+\cos2\theta equal to?

[Q53 · Sep · 2024]

Example 5VectorsMODERATE
for the items that follow: Let a\vec{a}, b\vec{b}, c\vec{c} be unit vectors. Further, a\vec{a} is perpendicular to b\vec{b}; c\vec{c} makes angle π3\frac{\pi}{3} with both a\vec{a} and b\vec{b}; and c=pa+qb+r(a×b)\vec{c}=p\vec{a}+q\vec{b}+r(\vec{a}\times\vec{b}).
What is the value of (p+q)(p+q)?

[Q69 · Apr · 2026]

Drill every past-year question on this subtopic

32 questions from the bank — paginated, with cart and Word-export support.

Related notes