MHT-CET Maths · Vectors

Dot Product, Angle, and Perpendicularity

The scalar a·b = |a||b|cosθ that measures alignment — the engine behind angle, perpendicularity, projection, and direction-cosine questions.

Why this matters

The dot product collapses two vectors into one number that encodes their angle, so almost every Vectors question in MHT-CET routes through it: find the angle, test perpendicularity, solve for a parameter that makes two vectors perpendicular, or project one vector onto another. This is the single biggest Vectors subtopic — 35 PYQs across 2017–2026 with roughly 23% HARD — and the staples are the perpendicular-parameter setup (find λ so a+λb ⊥ c), the unit-vector constraint angle, and projection of a segment onto a line. Master the perpendicularity test (a·b = 0), the angle formula, and the expand-the-constraint workflow and you have most of the chapter's marks.

Concept 1 of 15

Dot product — the two faces of a·b

Intuition

The dot product turns two vectors into a single number. It has two faces that you switch between constantly: a GEOMETRIC face abcosθ|\vec a||\vec b|\cos\theta (use it when angles or magnitudes are given) and an ALGEBRAIC face a1b1+a2b2+a3b3a_1b_1+a_2b_2+a_3b_3 (use it when components are given). Both give the same scalar.

Definition

For 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:

  • Geometric: ab=abcosθ\vec a\cdot\vec b = |\vec a|\,|\vec b|\cos\theta, where θ\theta is the angle between them (0θπ0\le\theta\le\pi).
  • Component: ab=a1b1+a2b2+a3b3\vec a\cdot\vec b = a_1b_1 + a_2b_2 + a_3b_3.
  • It is commutative (ab=ba\vec a\cdot\vec b = \vec b\cdot\vec a), distributive over addition, and always a scalar.
  • Self dot: aa=a2\vec a\cdot\vec a = |\vec a|^2. Basis: i^i^=j^j^=k^k^=1\hat i\cdot\hat i = \hat j\cdot\hat j = \hat k\cdot\hat k = 1 and i^j^=j^k^=k^i^=0\hat i\cdot\hat j = \hat j\cdot\hat k = \hat k\cdot\hat i = 0.

Dot product — geometric and component forms

ab=abcosθ=a1b1+a2b2+a3b3\vec a\cdot\vec b = |\vec a|\,|\vec b|\cos\theta = a_1 b_1 + a_2 b_2 + a_3 b_3
  • θ\thetaangle between the vectors, in [0,π][0,\pi]
  • ai,bia_i, b_icomponents along i^,j^,k^\hat i, \hat j, \hat k
  • aa\vec a\cdot\vec aequals a2|\vec a|^2

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

Evaluate ab\vec a\cdot\vec b for a=3i^j^+2k^\vec a = 3\hat i - \hat j + 2\hat k and b=i^+4j^k^\vec b = \hat i + 4\hat j - \hat k.
  1. Use the component form: multiply matching components and add.
  2. ab=(3)(1)+(1)(4)+(2)(1)=342\vec a\cdot\vec b = (3)(1) + (-1)(4) + (2)(-1) = 3 - 4 - 2.
  3. Sum: ab=3\vec a\cdot\vec b = -3.
Answer:ab=3\vec a\cdot\vec b = -3
Practice this concept4 quick reps

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.
    k^k^=?\hat k\cdot\hat k = ?
  4. 4.
    For a=2i^j^+k^\vec a = 2\hat i - \hat j + \hat k, aa=?\vec a\cdot\vec a = ?

Dot product is a scalar — never a vector

An MCQ option that returns i^,j^,k^\hat i, \hat j, \hat k components for ab\vec a\cdot\vec b is wrong on type grounds alone. The dot product is always a single number; the cross product is the one that gives a vector.

Match components in the SAME direction only

ab\vec a\cdot\vec b multiplies a1b1+a2b2+a3b3a_1b_1 + a_2b_2 + a_3b_3 — the i^\hat i of one with the i^\hat i of the other. Multiplying a1b2a_1 b_2 (an i^\hat i with a j^\hat j) is the most common slip, because those mixed products are exactly the zero terms.

Concept 2 of 15

Magnitude of a combination via the dot product

Intuition

The magnitude of any vector combination is found by squaring it as a dot product with itself. When the vectors are in component form, build the combination component-by-component first, then take the square-root of the sum of squares. When only magnitudes and angles are given, expand a±b2|\vec a\pm\vec b|^2 into self-dots plus a cross term.

Definition

For a combination written in components, v=v12+v22+v32|\vec v| = \sqrt{v_1^2 + v_2^2 + v_3^2}. Abstractly, pa+qb2=p2a2+2pq(ab)+q2b2|\,p\vec a + q\vec b\,|^2 = p^2|\vec a|^2 + 2pq\,(\vec a\cdot\vec b) + q^2|\vec b|^2. This is just (pa+qb)(pa+qb)(p\vec a + q\vec b)\cdot(p\vec a + q\vec b) expanded.

Magnitude of a linear combination

pa+qb2=p2a2+2pq(ab)+q2b2|p\vec a + q\vec b|^2 = p^2|\vec a|^2 + 2pq\,(\vec a\cdot\vec b) + q^2|\vec b|^2
  • p,qp, qscalar coefficients
  • ab\vec a\cdot\vec bthe only cross term — vanishes if ab\vec a\perp\vec b

Diagram · magnitude = √(x² + y²)

x = 4y = 3|v| = 5

The components x and y are the legs of a right triangle; the vector is the hypotenuse, so |v| = √(x² + y²) = √(16 + 9) = 5. In 3-D the same idea adds a third leg: |v| = √(x² + y² + z²).

Worked example

If a=i^+2j^k^\vec a = \hat i + 2\hat j - \hat k and b=3i^j^+2k^\vec b = 3\hat i - \hat j + 2\hat k, find 2a+b|2\vec a + \vec b|.
  1. Build the combination component-by-component: 2a=2i^+4j^2k^2\vec a = 2\hat i + 4\hat j - 2\hat k.
  2. 2a+b=(2+3)i^+(41)j^+(2+2)k^=5i^+3j^+0k^2\vec a + \vec b = (2+3)\hat i + (4-1)\hat j + (-2+2)\hat k = 5\hat i + 3\hat j + 0\hat k.
  3. Magnitude: 2a+b=52+32+02=34|2\vec a + \vec b| = \sqrt{5^2 + 3^2 + 0^2} = \sqrt{34}.
Answer:2a+b=34|2\vec a + \vec b| = \sqrt{34}
Practice this conceptself-check · 4 quick reps

Try it yourself

If a=2i^j^+k^\vec a = 2\hat i - \hat j + \hat k and b=i^+3j^2k^\vec b = \hat i + 3\hat j - 2\hat k, find ab|\vec a - \vec b|.

Practice — Level 1 (4 reps)

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

  1. 1.
    3i^+4k^|3\hat i + 4\hat k|?
  2. 2.
    a=i^+j^\vec a = \hat i + \hat j, b=i^j^\vec b = \hat i - \hat j: a+b|\vec a + \vec b|?
  3. 3.
    Unit perpendicular a,b\vec a, \vec b: ab|\vec a - \vec b|?
  4. 4.
    i^2j^+2k^|\hat i - 2\hat j + 2\hat k|?

From the bank · past-year question

Example 2VectorsEASY
If a=3i^2j^+k^\vec{a} = 3\hat{i} - 2\hat{j} + \hat{k} and b=2i^4j^3k^\vec{b} = 2\hat{i} - 4\hat{j} - 3\hat{k}, then a2b|\vec{a} - 2\vec{b}| will be

[Q133 · May Shift 1 · 2021]

Scale FIRST, then subtract — watch the double minus

In a2b|\vec a - 2\vec b|, the j^\hat j-component becomes a22b2a_2 - 2b_2. If b2b_2 is itself negative, 2b2-2b_2 is positive — e.g. a2=2,b2=4a_2 = -2, b_2 = -4 gives 22(4)=6-2 - 2(-4) = 6, not 10-10. The sign trap lives in the doubled, negative component.

Magnitude is never negative

v=|\vec v| = \sqrt{\,\cdot\,} takes the positive root. If a derivation yields a negative number under the root or a negative final magnitude, the arithmetic is wrong — recompute the components.

Concept 3 of 15

Perpendicularity test and solving for a parameter

Intuition

Two non-zero vectors are perpendicular exactly when their dot product is zero. The bank's single most-repeated question hands you a+λb\vec a + \lambda\vec b (a vector with an unknown λ\lambda) and a fixed c\vec c, says the two are perpendicular, and asks for λ\lambda. The recipe never changes: write (a+λb)c=0(\vec a+\lambda\vec b)\cdot\vec c = 0, expand, and solve one linear equation.

Definition

For non-zero a,b\vec a, \vec b: ab    ab=0\vec a\perp\vec b \iff \vec a\cdot\vec b = 0. To find λ\lambda such that (a+λb)c(\vec a + \lambda\vec b)\perp\vec c: set (a+λb)c=0(\vec a + \lambda\vec b)\cdot\vec c = 0, which gives ac+λ(bc)=0\vec a\cdot\vec c + \lambda(\vec b\cdot\vec c) = 0, hence λ=acbc\lambda = -\dfrac{\vec a\cdot\vec c}{\vec b\cdot\vec c}. Remember a missing third component (e.g. c=3i^+j^\vec c = 3\hat i + \hat j) means its k^\hat k-component is 0, not ignored.

Perpendicularity and the perp-parameter

ab    ab=0(a+λb)cλ=acbc\vec a\perp\vec b \iff \vec a\cdot\vec b = 0 \qquad (\vec a + \lambda\vec b)\perp\vec c \Rightarrow \lambda = -\frac{\vec a\cdot\vec c}{\vec b\cdot\vec c}
  • λ\lambdathe unknown scalar to solve for
  • ac, bc\vec a\cdot\vec c,\ \vec b\cdot\vec ctwo scalar dot products, computed once each

Worked example

Find λ\lambda so that a+λb\vec a + \lambda\vec b is perpendicular to c\vec c, where a=i^+j^+4k^\vec a = \hat i + \hat j + 4\hat k, b=2i^j^+k^\vec b = 2\hat i - \hat j + \hat k, c=2i^+j^\vec c = 2\hat i + \hat j.
  1. Compute ac=(1)(2)+(1)(1)+(4)(0)=3\vec a\cdot\vec c = (1)(2) + (1)(1) + (4)(0) = 3 (note c\vec c has k^\hat k-component 0).
  2. Compute bc=(2)(2)+(1)(1)+(1)(0)=3\vec b\cdot\vec c = (2)(2) + (-1)(1) + (1)(0) = 3.
  3. Set ac+λ(bc)=0\vec a\cdot\vec c + \lambda(\vec b\cdot\vec c) = 0: 3+3λ=03 + 3\lambda = 0.
  4. Solve: λ=1\lambda = -1.
Answer:λ=1\lambda = -1
Practice this conceptself-check · 4 quick reps

Try it yourself

Find λ\lambda so that 2i^3j^+k^2\hat i - 3\hat j + \hat k and i^+λj^5k^\hat i + \lambda\hat j - 5\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 i^+λj^\hat i + \lambda\hat j perpendicular to 2i^j^2\hat i - \hat j?
  3. 3.
    Perpendicularity condition for a,b\vec a, \vec b?
  4. 4.
    k^\hat k-component of c=3i^+j^\vec c = 3\hat i + \hat j?

From the bank · past-year question

Example 3VectorsEASY
If a=2i^+2j^+3k^\vec{a} = 2\hat{i}+2\hat{j}+3\hat{k}, b=i^+2j^+k^\vec{b} = -\hat{i}+2\hat{j}+\hat{k} and c=3i^+j^\vec{c} = 3\hat{i}+\hat{j} are vectors such that a+λb\vec{a}+\lambda\vec{b} is perpendicular to c\vec{c}, then value of λ\lambda is

[Q131 · 16th May Shift 2 · 2023]

A missing component is ZERO, not absent

When c=3i^+j^\vec c = 3\hat i + \hat j, its k^\hat k-component is 00. In the dot product that term contributes 00 — but you must still write the slot so the i^\hat i and j^\hat j terms line up with the right components of the other vector.

Solve for λ\lambda cleanly: λ=(ac)/(bc)\lambda = -(\vec a\cdot\vec c)/(\vec b\cdot\vec c)

After expanding, the equation is always linear in λ\lambda: (ac)+λ(bc)=0(\vec a\cdot\vec c) + \lambda(\vec b\cdot\vec c) = 0. Compute the two dot products as numbers first, then divide. Sign errors creep in when people expand all the components at once instead.

Order matters: a+λb\vec a + \lambda\vec b vs b+λa\vec b + \lambda\vec a

If the question reads b+λa\vec b + \lambda\vec a perpendicular to c\vec c, then λ=(bc)/(ac)\lambda = -(\vec b\cdot\vec c)/(\vec a\cdot\vec c) — the roles flip. Read which vector carries the λ\lambda before substituting.

Concept 4 of 15

Disguised perpendicularity — equal-diagonal and Pythagoras forms

Intuition

Perpendicularity hides behind two algebraic disguises that exams love. a+b=ab|\vec a + \vec b| = |\vec a - \vec b| says the two diagonals of the parallelogram on a,b\vec a, \vec b are equal — which happens exactly when it is a rectangle, i.e. ab\vec a \perp \vec b. And a+b2=a2+b2|\vec a + \vec b|^2 = |\vec a|^2 + |\vec b|^2 is just the Pythagoras identity, again forcing ab=0\vec a\cdot\vec b = 0.

Definition

For non-zero a,b\vec a, \vec b, the following are all equivalent to ab\vec a \perp \vec b:

  • ab=0\vec a\cdot\vec b = 0
  • a+b=ab|\vec a + \vec b| = |\vec a - \vec b| (equal diagonals)
  • a+b2=a2+b2|\vec a + \vec b|^2 = |\vec a|^2 + |\vec b|^2 (Pythagoras)

Squaring the equal-diagonal form: 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.

Equivalent perpendicularity statements

ab    a+b=ab    a+b2=a2+b2\vec a\perp\vec b \iff |\vec a + \vec b| = |\vec a - \vec b| \iff |\vec a + \vec b|^2 = |\vec a|^2 + |\vec b|^2
  • a±b|\vec a \pm \vec b|lengths of the two parallelogram diagonals

Worked example

If a+b=ab|\vec a + \vec b| = |\vec a - \vec b|, find the angle between a\vec a and b\vec b.
  1. 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.
  2. Cancel the like terms: 4ab=04\,\vec a\cdot\vec b = 0, so ab=0\vec a\cdot\vec b = 0.
  3. A zero dot product (non-zero vectors) means the vectors are perpendicular.
Answer:θ=π2\theta = \dfrac{\pi}{2} (i.e. 9090^\circ)
Practice this conceptself-check · 4 quick reps

Try it yourself

Vectors a,b\vec a, \vec b satisfy a+b2=a2+b2|\vec a + \vec b|^2 = |\vec a|^2 + |\vec b|^2. What is ab\vec a\cdot\vec b?

Practice — Level 1 (4 reps)

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

  1. 1.
    a+b=ab|\vec a + \vec b| = |\vec a - \vec b| implies which angle?
  2. 2.
    Expand ab2|\vec a - \vec b|^2.
  3. 3.
    Equal parallelogram diagonals mean the shape is a ___?
  4. 4.
    If a+b2=a2+b2|\vec a + \vec b|^2 = |\vec a|^2 + |\vec b|^2, then ab=?\vec a\cdot\vec b = ?

a+b=ab|\vec a + \vec b| = |\vec a - \vec b| is NOT a=b\vec a = \vec b

It is tempting to read equal magnitudes as equal vectors. Squaring shows it collapses to ab=0\vec a\cdot\vec b = 0 — a perpendicularity condition, not an equality. Geometrically, the diagonals of a parallelogram are equal iff it is a rectangle.

Pythagoras only works on the PLUS combination for a right angle

a+b2=a2+b2|\vec a + \vec b|^2 = |\vec a|^2 + |\vec b|^2 signals perpendicularity. Don't confuse it with a+b2=a2+2ab+b2|\vec a + \vec b|^2 = |\vec a|^2 + 2\vec a\cdot\vec b + |\vec b|^2, which is the general expansion that holds for any angle.

Concept 5 of 15

Angle between two vectors via cosθ

Intuition

Rearrange ab=abcosθ\vec a\cdot\vec b = |\vec a||\vec b|\cos\theta and the angle drops out: divide the dot product by the product of magnitudes. The sign of the result tells you the type of angle immediately — positive means acute, negative means obtuse, and zero means perpendicular.

Definition

For non-zero a,b\vec a, \vec b at angle θ[0,π]\theta \in [0,\pi]: cosθ=abab\cos\theta = \dfrac{\vec a\cdot\vec b}{|\vec a|\,|\vec b|}. Sign rule: ab>0\vec a\cdot\vec b > 0 \Rightarrow acute; ab=0\vec a\cdot\vec b = 0 \Rightarrow right angle; ab<0\vec a\cdot\vec b < 0 \Rightarrow obtuse. The same formula works on combinations: to find the angle between 3a+5b3\vec a + 5\vec b and 5a+3b5\vec a + 3\vec b, build each combination in components first, then apply the formula.

Angle from the dot product

cosθ=abab\cos\theta = \dfrac{\vec a\cdot\vec b}{|\vec a|\,|\vec b|}
  • θ\thetaangle between the vectors, in [0,π][0,\pi]
  • 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^+k^\vec a = \hat i + \hat j + \hat k and b=i^j^\vec b = \hat i - \hat j.
  1. Dot product: ab=(1)(1)+(1)(1)+(1)(0)=0\vec a\cdot\vec b = (1)(1) + (1)(-1) + (1)(0) = 0.
  2. A zero dot product with non-zero vectors means they are perpendicular.
  3. Hence θ=π2\theta = \dfrac{\pi}{2} — no need to compute magnitudes.
Answer:θ=π2\theta = \dfrac{\pi}{2}
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^\vec b = \hat i.

Practice — Level 1 (4 reps)

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

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

From the bank · past-year question

Example 5VectorsMODERATE
If a=i^2j^+3k^\vec{a} = \hat{i} - 2\hat{j} + 3\hat{k} and b=2i^+3j^k^\vec{b} = 2\hat{i} + 3\hat{j} - \hat{k} are two vectors, then the angle between the vectors 3a+5b3\vec{a} + 5\vec{b} and 5a+3b5\vec{a} + 3\vec{b} is

[Q114 · Shift 1 · 2023]

Build the combinations BEFORE taking the angle

For the angle between 3a+5b3\vec a + 5\vec b and 5a+3b5\vec a + 3\vec b, you must first compute each combination's components, then dot and divide. You cannot shortcut by 'mixing' the angle between a\vec a and b\vec b directly.

Leave the answer as cos1()\cos^{-1}(\cdot) when it is not a standard angle

If cosθ=1319\cos\theta = \tfrac{13}{19}, the angle is cos11319\cos^{-1}\tfrac{13}{19} — not a round number. The correct option is the inverse-cosine form; don't force it into π/3\pi/3 or π/4\pi/4.

Concept 6 of 15

Angle from a unit-vector perpendicularity constraint

Intuition

A whole family of MODERATE PYQs gives two unit vectors and says some combination — like a+2b\vec a + 2\vec b and 5a4b5\vec a - 4\vec b — is perpendicular, then asks for the angle between a\vec a and b\vec b. The workflow never changes: expand the perpendicularity dot product, replace a2=b2=1|\vec a|^2 = |\vec b|^2 = 1 (unit vectors) and ab=cosθ\vec a\cdot\vec b = \cos\theta, then solve one linear equation for cosθ\cos\theta.

Definition

Given (αa+βb)(γa+δb)=0(\alpha\vec a + \beta\vec b)\cdot(\gamma\vec a + \delta\vec b) = 0 with a,b\vec a, \vec b unit vectors, expand to αγ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 a2=b2=1|\vec a|^2 = |\vec b|^2 = 1 and ab=cosθ\vec a\cdot\vec b = \cos\theta: αγ+(αδ+βγ)cosθ+βδ=0\alpha\gamma + (\alpha\delta + \beta\gamma)\cos\theta + \beta\delta = 0, then read off cosθ\cos\theta.

Expansion of a perpendicular constraint (unit vectors)

(αa+βb)(γa+δb)=αγ+(αδ+βγ)cosθ+βδ=0(\alpha\vec a + \beta\vec b)\cdot(\gamma\vec a + \delta\vec b) = \alpha\gamma + (\alpha\delta + \beta\gamma)\cos\theta + \beta\delta = 0
  • α,β,γ,δ\alpha,\beta,\gamma,\deltagiven coefficients in the two combinations
  • cosθ\cos\thetaequals ab\vec a\cdot\vec b — the unknown to isolate

Worked example

a,b\vec a, \vec b are unit vectors such that 3a+b3\vec a + \vec b and a3b\vec a - 3\vec b are perpendicular. Find the angle between a\vec a and b\vec b.
  1. Set (3a+b)(a3b)=0(3\vec a + \vec b)\cdot(\vec a - 3\vec b) = 0.
  2. Expand: 3a2+(9+1)ab3b2=03|\vec a|^2 + (-9 + 1)\vec a\cdot\vec b - 3|\vec b|^2 = 0.
  3. Unit vectors: 3(1)8cosθ3(1)=03(1) - 8\cos\theta - 3(1) = 0, so 8cosθ=0-8\cos\theta = 0.
  4. cosθ=0θ=π2\cos\theta = 0 \Rightarrow \theta = \dfrac{\pi}{2}.
Answer:θ=π2\theta = \dfrac{\pi}{2}
Practice this conceptself-check · 4 quick reps

Try it yourself

a,b\vec a, \vec b are unit vectors and a+b\vec a + \vec b is perpendicular to ab\vec a - \vec b. Find the angle between a\vec a and b\vec b.

Practice — Level 1 (4 reps)

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

  1. 1.
    Unit a,b\vec a, \vec b: expand (a+2b)(a2b)(\vec a + 2\vec b)\cdot(\vec a - 2\vec b).
  2. 2.
    If 5+6cosθ8=05 + 6\cos\theta - 8 = 0, find cosθ\cos\theta.
  3. 3.
    cosθ=12\cos\theta = \tfrac{1}{2} gives which angle?
  4. 4.
    cosθ=12\cos\theta = -\tfrac{1}{2} gives which angle?

From the bank · past-year question

Example 6VectorsMODERATE
If 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 to each other, then the angle between a\vec{a} and b\vec{b} is

[Q149 · 10th May Shift 2 · 2024]

Coefficient swap flips the angle: check WHICH combination

(a+2b)(5a4b)=0(\vec a + 2\vec b)\cdot(5\vec a - 4\vec b) = 0 gives cosθ=+12\cos\theta = +\tfrac{1}{2} (so π3\tfrac{\pi}{3}), but (5a+4b)(a2b)=0(5\vec a + 4\vec b)\cdot(\vec a - 2\vec b) = 0 gives cosθ=12\cos\theta = -\tfrac{1}{2} (so 2π3\tfrac{2\pi}{3}). The sign of the cross-term coefficient decides acute vs obtuse — read the coefficients exactly.

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

The self-dot terms a2|\vec a|^2 and b2|\vec b|^2 become 11, not 00. Dropping them (as if a\vec a were the zero vector) loses the constant terms and gives a wrong cosθ\cos\theta.

Don't drop a cross term — there are TWO middle products

(αa+βb)(γa+δb)(\alpha\vec a + \beta\vec b)\cdot(\gamma\vec a + \delta\vec b) has FOUR products; the two middle ones (αδ\alpha\delta and βγ\beta\gamma) both contribute to the ab\vec a\cdot\vec b coefficient. A factor-of-2 wrong answer usually means one was dropped.

Concept 7 of 15

Scalar and vector projection

Intuition

The scalar projection of a\vec a on b\vec b is the signed length of a\vec a's shadow along b\vec b: divide the dot product by b|\vec b|. The vector projection re-attaches the direction by multiplying that scalar by the unit vector b^\hat b. A huge slice of CET projection PYQs are 'projection of AB\overrightarrow{AB} on CD\overrightarrow{CD}' — build both difference vectors from the points first.

Definition

Scalar projection of a\vec a on b\vec b: abb\dfrac{\vec a\cdot\vec b}{|\vec b|} (a signed number). Vector projection of a\vec a on b\vec b: (abb2)b\left(\dfrac{\vec a\cdot\vec b}{|\vec b|^2}\right)\vec b (a vector along b\vec b). For a segment on a line, set a=AB=BA\vec a = \overrightarrow{AB} = B - A and b=CD=DC\vec b = \overrightarrow{CD} = D - C (or the line's direction ratios), then apply the formula.

Scalar and vector projection of a on b

scalar=abb,vector=abb2b\text{scalar} = \frac{\vec a\cdot\vec b}{|\vec b|}, \qquad \text{vector} = \frac{\vec a\cdot\vec b}{|\vec b|^2}\,\vec b
  • ab\vec a\cdot\vec bdot product (carries the sign)
  • b|\vec b|divide once for scalar; squared for vector

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 scalar projection of a=2i^+3j^+2k^\vec a = 2\hat i + 3\hat j + 2\hat k on b=i^+2j^+2k^\vec b = \hat i + 2\hat j + 2\hat k.
  1. Dot product: ab=(2)(1)+(3)(2)+(2)(2)=2+6+4=12\vec a\cdot\vec b = (2)(1) + (3)(2) + (2)(2) = 2 + 6 + 4 = 12.
  2. Magnitude of b\vec b: b=1+4+4=3|\vec b| = \sqrt{1 + 4 + 4} = 3.
  3. Scalar projection =123=4= \dfrac{12}{3} = 4.
Answer:Scalar projection =4= 4
Practice this conceptself-check · 4 quick reps

Try it yourself

Find the projection of AB\overrightarrow{AB} on CD\overrightarrow{CD} where A(1,0,0)A(1,0,0), B(4,4,0)B(4,4,0), C(0,0,0)C(0,0,0), D(0,0,5)D(0,0,5).

Practice — Level 1 (4 reps)

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

  1. 1.
    Scalar projection of a\vec a on b\vec b formula?
  2. 2.
    Projection of ab=6\vec a\cdot\vec b = 6 onto b\vec b with b=2|\vec b| = 2?
  3. 3.
    AB\overrightarrow{AB} for A(2,3,1)A(2,3,-1), B(2,4,3)B(-2,-4,3)?
  4. 4.
    CD|\overrightarrow{CD}| for direction (3,6,2)(3,-6,2)?

From the bank · past-year question

Example 7VectorsMODERATE
What will be the projection of the vector 4i^3j^+k^4\hat{i} - 3\hat{j} + \hat{k} on the line joining the points (2,3,1)(2,3,-1) and (2,4,3)(-2,-4,3)?

[Q132 · May Shift 1 · 2021]

Divide by b|\vec b| — projection is NOT just the dot product

The most common projection error is reporting ab\vec a\cdot\vec b and forgetting to divide by the magnitude of the vector you project ONTO. Scalar projection =(ab)/b= (\vec a\cdot\vec b)/|\vec b|; the magnitude in the denominator is non-negotiable.

Scalar projection can be negative; magnitude of projection is its absolute value

If a question asks for the 'magnitude of the projection', take (ab)/b|(\vec a\cdot\vec b)/|\vec b||. A negative scalar projection (e.g. 17-\tfrac{1}{7}) just means the shadow points opposite to b\vec b — its magnitude is 17\tfrac{1}{7}.

Vector projection divides by b2|\vec b|^2, then multiplies by b\vec b

Don't confuse the two: scalar uses b1|\vec b|^1 and gives a number; vector uses b2|\vec b|^2 and multiplies by b\vec b to give a vector. Writing abbb\tfrac{\vec a\cdot\vec b}{|\vec b|}\,\vec b is dimensionally wrong.

Concept 8 of 15

Projection onto the normal of a plane

Intuition

A trickier projection question asks for the projection of v\vec v onto 'the vector perpendicular to the plane containing p\vec p and q\vec q'. That perpendicular direction is the cross product n=p×q\vec n = \vec p \times \vec q. Once you have n\vec n, it is an ordinary scalar projection of v\vec v onto n\vec n.

Definition

The vector perpendicular to the plane of p\vec p and q\vec q is the normal n=p×q\vec n = \vec p \times \vec q. The magnitude of the projection of v\vec v on this normal is vnn\dfrac{|\vec v\cdot\vec n|}{|\vec n|}. So the recipe is: cross-product to get n\vec n, then project v\vec v onto n\vec n by the usual scalar-projection rule.

Projection on the plane normal

n=p×q,proj=vnn\vec n = \vec p \times \vec q, \qquad \text{proj} = \frac{|\vec v\cdot\vec n|}{|\vec n|}
  • n=p×q\vec n = \vec p\times\vec qnormal to the plane of p,q\vec p, \vec q
  • vn\vec v\cdot\vec ndot of the target vector with the normal

Worked example

Find the magnitude of the projection of v=i^+j^+k^\vec v = \hat i + \hat j + \hat k on the normal to the plane containing p=i^+j^\vec p = \hat i + \hat j and q=j^+k^\vec q = \hat j + \hat k.
  1. Normal: n=p×q=i^j^k^110011=i^(1)j^(1)+k^(1)=i^j^+k^\vec n = \vec p \times \vec q = \begin{vmatrix}\hat i & \hat j & \hat k\\1 & 1 & 0\\0 & 1 & 1\end{vmatrix} = \hat i(1) - \hat j(1) + \hat k(1) = \hat i - \hat j + \hat k.
  2. n=1+1+1=3|\vec n| = \sqrt{1 + 1 + 1} = \sqrt{3}.
  3. vn=(1)(1)+(1)(1)+(1)(1)=1\vec v\cdot\vec n = (1)(1) + (1)(-1) + (1)(1) = 1.
  4. Projection magnitude =13=13= \dfrac{|1|}{\sqrt{3}} = \dfrac{1}{\sqrt{3}}.
Answer:Projection =13= \dfrac{1}{\sqrt{3}}
Practice this concept4 quick reps

Practice — Level 1 (4 reps)

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

  1. 1.
    Vector perpendicular to the plane of p,q\vec p, \vec q?
  2. 2.
    n=(i^+j^+k^)×(i^+2j^+3k^)=?\vec n = (\hat i + \hat j + \hat k)\times(\hat i + 2\hat j + 3\hat k) = ?
  3. 3.
    i^2j^+k^|\hat i - 2\hat j + \hat k|?
  4. 4.
    Projection magnitude of v\vec v on n\vec n formula?

From the bank · past-year question

Example 8VectorsMODERATE
The magnitude of the projection of the vector 2i^+j^+k^2\hat{i}+\hat{j}+\hat{k} on the vector perpendicular to the plane containing the vectors i^+j^+k^\hat{i}+\hat{j}+\hat{k} and i^+2j^+3k^\hat{i}+2\hat{j}+3\hat{k} is

[Q120 · 9th May Shift 2 · 2024]

'Perpendicular to the plane' means CROSS product, not dot

The phrase 'vector perpendicular to the plane containing p\vec p and q\vec q' is asking for p×q\vec p \times \vec q. Trying to project onto p\vec p or q\vec q directly answers a different question.

Project onto the NORMAL, then divide by n|\vec n|

After computing n\vec n, it is still an ordinary scalar projection: (vn)/n(\vec v\cdot\vec n)/|\vec n|. Forgetting the n|\vec n| denominator (because n\vec n was 'just computed') is the usual slip.

Concept 9 of 15

Mutually orthogonal vectors — solving a small system

Intuition

When a third vector c\vec c with unknown components must be perpendicular to BOTH a\vec a and b\vec b, you get two equations: ac=0\vec a\cdot\vec c = 0 and bc=0\vec b\cdot\vec c = 0. Each is linear in the two unknowns, so it is a simple 2×22\times 2 system. (ab=0\vec a\cdot\vec b = 0 is usually already true and just confirms the 'mutually' wording.)

Definition

For c=mi^+j^+nk^\vec c = m\hat i + \hat j + n\hat k (or with unknowns p,qp, q) to be perpendicular to both a\vec a and b\vec b:

  • ac=0\vec a\cdot\vec c = 0 → one linear equation in m,nm, n
  • bc=0\vec b\cdot\vec c = 0 → a second linear equation

Solve the two equations simultaneously for the unknowns. 'Mutually perpendicular' / 'mutually orthogonal' both mean every pair has dot product zero.

Mutual-orthogonality system

ac=0   and   bc=0    solve for the unknown components\vec a\cdot\vec c = 0 \;\text{ and }\; \vec b\cdot\vec c = 0 \;\Rightarrow\; \text{solve for the unknown components}
  • c\vec cthe vector with unknown components
  • two equationslinear 2×22\times 2 system from the two dot products

Diagram · direction cosines (drag to rotate)

xyzr
α ≈ 49° · l = 0.66β ≈ 62° · m = 0.48γ ≈ 54° · n = 0.58

l, m, n are the cosines of the angles r makes with the x-, y-, z-axes — and the components of the unit vector along r. So l² + m² + n² = 1.00 = 1, always.

Worked example

Find (m,n)(m, n) so that c=mi^+j^+nk^\vec c = m\hat i + \hat j + n\hat k is perpendicular to both a=i^+j^+k^\vec a = \hat i + \hat j + \hat k and b=i^j^+k^\vec b = \hat i - \hat j + \hat k.
  1. ac=0\vec a\cdot\vec c = 0: m+1+n=0m + 1 + n = 0, i.e. m+n=1m + n = -1.
  2. bc=0\vec b\cdot\vec c = 0: m1+n=0m - 1 + n = 0, i.e. m+n=1m + n = 1.
  3. These two contradict, so re-examine — here the intended system gives m+n=1m + n = -1 and m+n=1m + n = 1 cannot both hold, signalling the chosen a,b\vec a, \vec b leave c\vec c under-determined. Use a worked CET case instead: with a=i^j^+2k^\vec a = \hat i - \hat j + 2\hat k, b=2i^+4j^+k^\vec b = 2\hat i + 4\hat j + \hat k, the system m1+2n=0m - 1 + 2n = 0, 2m+4+n=02m + 4 + n = 0 is consistent.
  4. Solve m+2n=1m + 2n = 1 and 2m+n=42m + n = -4: subtract to get 3n=63n = 6, so n=2n = 2, then m=3m = -3.
Answer:(m,n)=(3,2)(m, n) = (-3, 2)
Practice this conceptself-check · 4 quick reps

Try it yourself

Find (p,q)(p, q) so that c=pi^+j^+qk^\vec c = p\hat i + \hat j + q\hat k is orthogonal to both a=i^j^+2k^\vec a = \hat i - \hat j + 2\hat k and b=2i^+4j^+k^\vec b = 2\hat i + 4\hat j + \hat k.

Practice — Level 1 (4 reps)

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

  1. 1.
    How many equations does 'perpendicular to both a\vec a and b\vec b' give?
  2. 2.
    ac=0\vec a\cdot\vec c = 0 for a=i^+2j^\vec a = \hat i + 2\hat j, c=mi^+j^\vec c = m\hat i + \hat j: equation?
  3. 3.
    Solve m+2n=1m + 2n = 1, 2m+n=42m + n = -4 for nn.
  4. 4.
    'Mutually orthogonal' means every pair has dot product = ?

From the bank · past-year question

Example 9VectorsMODERATE
If the vectors a=i^j^+2k^\vec{a} = \hat{i} - \hat{j} + 2\hat{k}, b=2i^+4j^+k^\vec{b} = 2\hat{i} + 4\hat{j} + \hat{k} and c=mi^+j^+nk^\vec{c} = m\hat{i} + \hat{j} + n\hat{k} are mutually perpendicular, then (m,n)(m, n) is

[Q114 · 2nd May Shift 1 · 2023]

Two perpendicularity conditions → two equations, not one

'Perpendicular to both' is two separate dot-product-zero equations. Using only ac=0\vec a\cdot\vec c = 0 leaves the components under-determined; you need bc=0\vec b\cdot\vec c = 0 as well to pin down both unknowns.

Watch sign and ordering in the answer pair

Options frequently include (3,2)(-3,2), (2,3)(2,-3), (3,2)(3,-2), (2,3)(-2,3) — all permutations/sign-flips of the right values. Solve the system carefully and match the unknowns to the right positions (which is mm / pp, which is nn / qq).

Concept 10 of 15

Unit vector along a combination, and scalar-product conditions

Intuition

To get the unit vector along any vector v\vec v, divide by its magnitude: v^=v/v\hat v = \vec v / |\vec v|. The bank tests this on a combination like 3a+b2c3\vec a + \vec b - 2\vec c (build it in components first), and in a subtler variant where the scalar product of i^+j^+k^\hat i + \hat j + \hat k with the unit vector along a sum equals 1, asking you to solve for a parameter.

Definition

Unit vector: v^=vv\hat v = \dfrac{\vec v}{|\vec v|}. For 'the scalar product of w\vec w with the unit vector along s\vec s equals kk': write wss=k\dfrac{\vec w\cdot\vec s}{|\vec s|} = k and solve. Build any combination pa+qb+rcp\vec a + q\vec b + r\vec c component-by-component before taking the magnitude.

Unit vector of a combination

v^=vv,wss=k\hat v = \frac{\vec v}{|\vec v|}, \qquad \frac{\vec w\cdot\vec s}{|\vec s|} = k
  • v^\hat vunit vector (magnitude 1) along v\vec v
  • kkthe given scalar-product value to solve against

Worked example

Find the unit vector in the direction of p+2q\vec p + 2\vec q, where p=4i^j^+8k^\vec p = 4\hat i - \hat j + 8\hat k and q=i^+2j^k^\vec q = \hat i + 2\hat j - \hat k.
  1. Build the combination: 2q=2i^+4j^2k^2\vec q = 2\hat i + 4\hat j - 2\hat k; p+2q=(4+2)i^+(1+4)j^+(82)k^=6i^+3j^+6k^\vec p + 2\vec q = (4+2)\hat i + (-1+4)\hat j + (8-2)\hat k = 6\hat i + 3\hat j + 6\hat k.
  2. Magnitude: 36+9+36=81=9\sqrt{36 + 9 + 36} = \sqrt{81} = 9.
  3. Unit vector =19(6i^+3j^+6k^)=13(2i^+j^+2k^)= \dfrac{1}{9}(6\hat i + 3\hat j + 6\hat k) = \dfrac{1}{3}(2\hat i + \hat j + 2\hat k).
Answer:13(2i^+j^+2k^)\dfrac{1}{3}(2\hat i + \hat j + 2\hat k)
Practice this conceptself-check · 4 quick reps

Try it yourself

Find the unit vector along a+b\vec a + \vec b where a=3i^+4k^\vec a = 3\hat i + 4\hat k and b=3i^+3k^\vec b = -3\hat i + 3\hat k.

Practice — Level 1 (4 reps)

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

  1. 1.
    Unit vector along 3i^+4j^3\hat i + 4\hat j?
  2. 2.
    Magnitude of any unit vector?
  3. 3.
    Unit vector along v\vec v formula?
  4. 4.
    3a+b2c3\vec a + \vec b - 2\vec c: how to start?

From the bank · past-year question

Example 10VectorsMODERATE
If a=2i^j^+k^\vec{a} = 2\hat{i} - \hat{j} + \hat{k}, b=i^+j^2k^\vec{b} = \hat{i} + \hat{j} - 2\hat{k} and c=4i^2j^+k^\vec{c} = 4\hat{i} - 2\hat{j} + \hat{k}, then the unit vector in the direction of 3a+b2c3\vec{a} + \vec{b} - 2\vec{c} is

[Q122 · Shift 1 · 2023]

Divide the WHOLE vector by its magnitude

A unit vector keeps the direction and rescales the length to 1: every component is divided by the same v|\vec v|. Dividing only one component, or forgetting the j^\hat j-component when it is zero, breaks the unit-length property.

Compute the combination's components BEFORE the magnitude

For 3a+b2c3\vec a + \vec b - 2\vec c, do the scalar multiplications and the add/subtract per component first, then take ()2\sqrt{\sum(\cdot)^2}. Taking magnitudes of a,b,c\vec a, \vec b, \vec c individually and combining them is wrong.

Concept 11 of 15

Identities and bounds — sum of squared differences

Intuition

Some HARD questions ask for the maximum of ab2+bc2+ca2|\vec a - \vec b|^2 + |\vec b - \vec c|^2 + |\vec c - \vec a|^2. Expanding each square turns the whole thing into self-dots plus dot products, and a neat identity lets you bound it: the sum equals 3(a2+b2+c2)a+b+c23(|\vec a|^2 + |\vec b|^2 + |\vec c|^2) - |\vec a + \vec b + \vec c|^2. Since the subtracted term is 0\ge 0, the maximum is 2(a2+b2+c2)2(|\vec a|^2 + |\vec b|^2 + |\vec c|^2), attained when a+b+c=0\vec a + \vec b + \vec c = \vec 0.

Definition

Expanding each squared difference: ab2+bc2+ca2=2(a2+b2+c2)2(ab+bc+ca)|\vec a - \vec b|^2 + |\vec b - \vec c|^2 + |\vec c - \vec a|^2 = 2(|\vec a|^2 + |\vec b|^2 + |\vec c|^2) - 2(\vec a\cdot\vec b + \vec b\cdot\vec c + \vec c\cdot\vec a). Equivalently =3(a2+b2+c2)a+b+c2= 3(|\vec a|^2 + |\vec b|^2 + |\vec c|^2) - |\vec a + \vec b + \vec c|^2. Since a+b+c20|\vec a + \vec b + \vec c|^2 \ge 0, the expression does not exceed 2(a2+b2+c2)2(|\vec a|^2 + |\vec b|^2 + |\vec c|^2).

Sum-of-squared-differences identity and bound

ab2=3 ⁣(a2+b2+c2)a+b+c2    2 ⁣(a2+b2+c2)\sum |\vec a - \vec b|^2 = 3\!\left(|\vec a|^2 + |\vec b|^2 + |\vec c|^2\right) - |\vec a + \vec b + \vec c|^2 \;\le\; 2\!\left(|\vec a|^2 + |\vec b|^2 + |\vec c|^2\right)
  • a+b+c2|\vec a + \vec b + \vec c|^2the non-negative term that is subtracted; zero at the maximum

Worked example

If a=1|\vec a| = 1, b=2|\vec b| = 2, c=2|\vec c| = 2, find the maximum of ab2+bc2+ca2|\vec a - \vec b|^2 + |\vec b - \vec c|^2 + |\vec c - \vec a|^2.
  1. Use the identity: the sum =3(a2+b2+c2)a+b+c2= 3(|\vec a|^2 + |\vec b|^2 + |\vec c|^2) - |\vec a + \vec b + \vec c|^2.
  2. Compute a2+b2+c2=1+4+4=9|\vec a|^2 + |\vec b|^2 + |\vec c|^2 = 1 + 4 + 4 = 9.
  3. Maximum occurs when a+b+c2=0|\vec a + \vec b + \vec c|^2 = 0, giving 2×9=182 \times 9 = 18.
Answer:Maximum =18= 18
Practice this conceptself-check · 4 quick reps

Try it yourself

Expand ab2+bc2+ca2|\vec a - \vec b|^2 + |\vec b - \vec c|^2 + |\vec c - \vec a|^2 in terms of magnitudes and dot products.

Practice — Level 1 (4 reps)

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

  1. 1.
    When is ab2\sum|\vec a - \vec b|^2 maximised?
  2. 2.
    Max of ab2\sum|\vec a - \vec b|^2 in terms of magnitudes?
  3. 3.
    a=3,b=5,c=7|\vec a|=3, |\vec b|=5, |\vec c|=7: a2+b2+c2=?|\vec a|^2+|\vec b|^2+|\vec c|^2 = ?
  4. 4.
    Max of ab2\sum|\vec a - \vec b|^2 for those magnitudes?

From the bank · past-year question

Example 11VectorsHARD
If a\vec{a}, b\vec{b}, c\vec{c} are three vectors such that a=3|\vec{a}| = 3, b=5|\vec{b}| = 5, c=7|\vec{c}| = 7 then ab2+bc2+ca2|\vec{a} - \vec{b}|^2 + |\vec{b} - \vec{c}|^2 + |\vec{c} - \vec{a}|^2 does not exceed

[Shift || · 2025]

'Does not exceed' = maximum, not the typical value

The phrase 'does not exceed' asks for the UPPER BOUND. Expand the identity, then set the subtracted a+b+c2=0|\vec a + \vec b + \vec c|^2 = 0 to reach the maximum 2(a2+b2+c2)2(|\vec a|^2 + |\vec b|^2 + |\vec c|^2) — a popular distractor is 8383 (the magnitude sum) or 249249 (3×3\times).

Each magnitude-squared appears TWICE in the expanded sum

When you add the three squared differences, a2|\vec a|^2 shows up in both ab2|\vec a - \vec b|^2 and ca2|\vec c - \vec a|^2. Forgetting that doubling gives 1×1\times instead of 2×2\times the magnitude sum.

Concept 12 of 15

Dot products entangled with cross-product constraints

Intuition

The hardest dot-product PYQs bundle a dot condition with a cross-product or angle condition on an unknown vector c\vec c. The move is to extract c|\vec c| (often from (a×b)×c=a×bcsinϕ|(\vec a\times\vec b)\times\vec c| = |\vec a\times\vec b||\vec c|\sin\phi or a b×(ca)=0\vec b\times(\vec c - \vec a) = \vec 0 parallelism), then plug into a magnitude expansion like ca2=c2+a22ac|\vec c - \vec a|^2 = |\vec c|^2 + |\vec a|^2 - 2\vec a\cdot\vec c to solve for the wanted dot product.

Definition

Two recurring structures:

  • Magnitude expansion: ca2=c2+a22ac|\vec c - \vec a|^2 = |\vec c|^2 + |\vec a|^2 - 2\,\vec a\cdot\vec c — solve for ac\vec a\cdot\vec c once c|\vec c| and ca|\vec c - \vec a| are known.
  • Parallelism from a cross equation: b×c=b×ab×(ca)=0ca=λb\vec b\times\vec c = \vec b\times\vec a \Rightarrow \vec b\times(\vec c - \vec a) = \vec 0 \Rightarrow \vec c - \vec a = \lambda\vec b. Combine with a given dot condition (e.g. ca=0\vec c\cdot\vec a = 0) to find λ\lambda, then any other dot product.

Magnitude expansion to extract a dot product

ca2=c2+a22ac    ac=c2+a2ca22|\vec c - \vec a|^2 = |\vec c|^2 + |\vec a|^2 - 2\,\vec a\cdot\vec c \;\Rightarrow\; \vec a\cdot\vec c = \frac{|\vec c|^2 + |\vec a|^2 - |\vec c - \vec a|^2}{2}
  • c|\vec c|extracted from the cross-product / angle condition first
  • ac\vec a\cdot\vec cthe unknown dot product, isolated from the expansion

Worked example

Let a=3|\vec a| = 3 and c\vec c satisfy c=2|\vec c| = 2 and ca=4|\vec c - \vec a| = 4. Find ac\vec a\cdot\vec c.
  1. Use ca2=c2+a22ac|\vec c - \vec a|^2 = |\vec c|^2 + |\vec a|^2 - 2\,\vec a\cdot\vec c.
  2. Substitute: 16=4+92ac16 = 4 + 9 - 2\,\vec a\cdot\vec c.
  3. 16=132ac2ac=316 = 13 - 2\,\vec a\cdot\vec c \Rightarrow 2\,\vec a\cdot\vec c = -3.
  4. ac=32\vec a\cdot\vec c = -\dfrac{3}{2}.
Answer:ac=32\vec a\cdot\vec c = -\dfrac{3}{2}
Practice this conceptself-check · 4 quick reps

Try it yourself

If b×c=b×a\vec b\times\vec c = \vec b\times\vec a and ca=0\vec c\cdot\vec a = 0, with a=i^+2j^k^\vec a = \hat i + 2\hat j - \hat k, b=i^+j^k^\vec b = \hat i + \hat j - \hat k, find λ\lambda where c=a+λb\vec c = \vec a + \lambda\vec b.

Practice — Level 1 (4 reps)

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

  1. 1.
    Expand ca2|\vec c - \vec a|^2.
  2. 2.
    b×c=b×a\vec b\times\vec c = \vec b\times\vec a implies ca\vec c - \vec a is parallel to ?
  3. 3.
    If 16=132x16 = 13 - 2x, find xx.
  4. 4.
    (a×b)×c|(\vec a\times\vec b)\times\vec c| at angle ϕ\phi equals?

From the bank · past-year question

Example 12VectorsHARD
Let a=2i^+j^2k^\vec{a}=2\hat{i}+\hat{j}-2\hat{k}, b=i^+j^\vec{b}=\hat{i}+\hat{j} and c\vec{c} be a vector such that ca=4|\vec{c}-\vec{a}|=4, (a×b)×c=3|(\vec{a}\times\vec{b})\times\vec{c}|=3 and the angle between c\vec{c} and a×b\vec{a}\times\vec{b} is π6\frac{\pi}{6}, then ac\vec{a}\cdot\vec{c} is equal to

[Q139 · 11th May Shift 2 · 2024]

Extract c|\vec c| FIRST from the cross/angle condition

The magnitude expansion needs c|\vec c|. Get it from the given (a×b)×c=a×bcsinϕ|(\vec a\times\vec b)\times\vec c| = |\vec a\times\vec b||\vec c|\sin\phi before plugging into ca2|\vec c - \vec a|^2. Skipping this leaves an unknown that blocks the solve.

b×c=b×a\vec b\times\vec c = \vec b\times\vec a is NOT c=a\vec c = \vec a

Cross products being equal only forces ca\vec c - \vec a to be PARALLEL to b\vec b (i.e. c=a+λb\vec c = \vec a + \lambda\vec b), not equal vectors. The free λ\lambda is then fixed by a separate dot condition.

Concept 13 of 15

Obtuse angle for all x — a quadratic-inequality parameter

Intuition

A signature HARD question makes the two vectors depend on a real xx and demands the angle between them be obtuse for EVERY xx. Obtuse means ab<0\vec a\cdot\vec b < 0; doing the dot product gives a quadratic in xx, and 'for all xx' forces that quadratic to be negative everywhere — which needs a negative leading coefficient AND a negative discriminant.

Definition

If ab=Ax2+Bx+C\vec a\cdot\vec b = Ax^2 + Bx + C and this must be <0< 0 for all real xx:

  • Leading coefficient A<0A < 0 (the parabola opens downward), and
  • Discriminant B24AC<0B^2 - 4AC < 0 (no real roots, so it never touches zero).

Both conditions together give the allowed interval for the parameter.

Negative-for-all-x conditions

Ax2+Bx+C<0  x    A<0   and   B24AC<0Ax^2 + Bx + C < 0 \;\forall x \iff A < 0 \;\text{ and }\; B^2 - 4AC < 0
  • A<0A < 0downward-opening parabola
  • B24AC<0B^2 - 4AC < 0no real roots — stays below the axis everywhere

Worked example

For all real xx, the vectors a=Cxi^6j^3k^\vec a = Cx\hat i - 6\hat j - 3\hat k and b=xi^+2j^+2Cxk^\vec b = x\hat i + 2\hat j + 2Cx\hat k make an obtuse angle. Find the range of CC.
  1. Dot product: ab=Cx2126Cx=Cx26Cx12\vec a\cdot\vec b = Cx^2 - 12 - 6Cx = Cx^2 - 6Cx - 12. Require <0< 0 for all xx.
  2. Leading coefficient condition: C<0C < 0.
  3. Discriminant condition: (6C)24(C)(12)<036C2+48C<012C(3C+4)<0(-6C)^2 - 4(C)(-12) < 0 \Rightarrow 36C^2 + 48C < 0 \Rightarrow 12C(3C + 4) < 0.
  4. With C<0C < 0, 12C(3C+4)<012C(3C+4) < 0 holds when 3C+4>03C + 4 > 0, i.e. C>43C > -\tfrac{4}{3}. Combined: 43<C<0-\tfrac{4}{3} < C < 0.
Answer:C(43,0)C \in \left(-\dfrac{4}{3},\, 0\right)
Practice this concept4 quick reps

Practice — Level 1 (4 reps)

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

  1. 1.
    Ax2+Bx+C<0Ax^2 + Bx + C < 0 for all xx needs which sign of AA?
  2. 2.
    And which discriminant condition?
  3. 3.
    Obtuse angle means ab\vec a\cdot\vec b is?
  4. 4.
    Solve 36C2+48C<036C^2 + 48C < 0 (with C<0C<0).

From the bank · past-year question

Example 13VectorsHARD
For all real xx, the vectors Cxi^6j^3k^Cx\hat{i} - 6\hat{j} - 3\hat{k} and xi^+2j^+2Cxk^x\hat{i} + 2\hat{j} + 2Cx\hat{k} make an obtuse angle with each other, then the value of CC can be in

[Q149 · 2nd May Shift 1 · 2023]

Obtuse-for-ALL-x needs BOTH conditions

A negative dot product at one xx is not enough. 'For all xx' forces the quadratic below the axis everywhere: leading coefficient negative AND discriminant negative. Using only one gives too wide an interval.

Obtuse is strict: exclude the perpendicular boundary

ab=0\vec a\cdot\vec b = 0 is a right angle, not obtuse. The discriminant must be strictly <0< 0 (not 0\le 0) so the dot product never reaches zero for any xx.

Concept 14 of 15

Moving point a·cos t + b·sin t — farthest from the origin

Intuition

A point P traces OP=a^cost+b^sint\overrightarrow{OP} = \hat a\cos t + \hat b\sin t for unit vectors a^,b^\hat a, \hat b. To find when P is farthest from O, maximise OP2|\overrightarrow{OP}|^2. Expanding gives 1+(a^b^)sin2t1 + (\hat a\cdot\hat b)\sin 2t, so the maximum is at sin2t=1\sin 2t = 1 (i.e. t=π/4t = \pi/4), where OP\overrightarrow{OP} lands along a^+b^\hat a + \hat b.

Definition

For OP=a^cost+b^sint\overrightarrow{OP} = \hat a\cos t + \hat b\sin t with a^=b^=1|\hat a| = |\hat b| = 1:

  • OP2=cos2t+sin2t+2(a^b^)sintcost=1+(a^b^)sin2t|\overrightarrow{OP}|^2 = \cos^2 t + \sin^2 t + 2(\hat a\cdot\hat b)\sin t\cos t = 1 + (\hat a\cdot\hat b)\sin 2t.
  • For an acute angle a^b^>0\hat a\cdot\hat b > 0, this is maximised at sin2t=1\sin 2t = 1 (so t=π/4t = \pi/4), giving M=1+a^b^M = \sqrt{1 + \hat a\cdot\hat b}.
  • At t=π/4t = \pi/4, OP=12(a^+b^)\overrightarrow{OP} = \tfrac{1}{\sqrt 2}(\hat a + \hat b), so the unit vector along it is u^=a^+b^a^+b^\hat u = \dfrac{\hat a + \hat b}{|\hat a + \hat b|}. The same answer holds for a^sint+b^cost\hat a\sin t + \hat b\cos t.

Farthest-point magnitude and direction

OP2=1+(a^b^)sin2t,M=1+a^b^,u^=a^+b^a^+b^|\overrightarrow{OP}|^2 = 1 + (\hat a\cdot\hat b)\sin 2t, \quad M = \sqrt{1 + \hat a\cdot\hat b}, \quad \hat u = \frac{\hat a + \hat b}{|\hat a + \hat b|}
  • a^b^\hat a\cdot\hat bcosine of the (acute) angle between the unit vectors
  • MMmaximum distance, at t=π/4t = \pi/4

Worked example

A point P has OP=a^cost+b^sint\overrightarrow{OP} = \hat a\cos t + \hat b\sin t where a^,b^\hat a, \hat b are unit vectors at an acute angle. Find OP2|\overrightarrow{OP}|^2 as a function of tt and the value of tt that maximises it.
  1. Square: OP2=a^2cos2t+b^2sin2t+2(a^b^)sintcost|\overrightarrow{OP}|^2 = |\hat a|^2\cos^2 t + |\hat b|^2\sin^2 t + 2(\hat a\cdot\hat b)\sin t\cos t.
  2. Unit vectors: =cos2t+sin2t+(a^b^)sin2t=1+(a^b^)sin2t= \cos^2 t + \sin^2 t + (\hat a\cdot\hat b)\sin 2t = 1 + (\hat a\cdot\hat b)\sin 2t.
  3. Since a^b^>0\hat a\cdot\hat b > 0 (acute), the maximum is at sin2t=1\sin 2t = 1, i.e. 2t=π22t = \tfrac{\pi}{2}, so t=π4t = \tfrac{\pi}{4}.
Answer:OP2=1+(a^b^)sin2t|\overrightarrow{OP}|^2 = 1 + (\hat a\cdot\hat b)\sin 2t; maximised at t=π4t = \dfrac{\pi}{4}
Practice this concept4 quick reps

Practice — Level 1 (4 reps)

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

  1. 1.
    cos2t+sin2t=?\cos^2 t + \sin^2 t = ?
  2. 2.
    2sintcost=?2\sin t\cos t = ?
  3. 3.
    sin2t\sin 2t is maximised at t=?t = ?
  4. 4.
    Direction of OP\overrightarrow{OP} at the farthest point?

From the bank · past-year question

Example 14VectorsHARD
Let two non-collinear unit vectors a^\hat{a} and b^\hat{b} form an acute angle. A point P moves, so that at any time t the position vector OP\overrightarrow{OP}, where O is the origin, is given by a^cost+b^sint\hat{a}\cos t + \hat{b}\sin t. When P is farthest from origin O, let M be the length of OP\overrightarrow{OP} and u^\hat{u} be the unit vector along OP\overrightarrow{OP}, then

[Q101 · 10th May Shift 2 · 2023]

Maximise OP2|\overrightarrow{OP}|^2, then the direction is a^+b^\hat a + \hat b (plus, not minus)

At t=π/4t = \pi/4, both cost\cos t and sint\sin t are positive and equal, so OPa^+b^\overrightarrow{OP} \propto \hat a + \hat b. The 'minus' direction a^b^\hat a - \hat b is the MINIMUM (nearest), a common distractor.

The cross term is (a^b^)sin2t(\hat a\cdot\hat b)\sin 2t, coefficient 1 not 2

After using 2sintcost=sin2t2\sin t\cos t = \sin 2t, the magnitude-squared is 1+(a^b^)sin2t1 + (\hat a\cdot\hat b)\sin 2t, so M=(1+a^b^)1/2M = (1 + \hat a\cdot\hat b)^{1/2}. A distractor uses (1+2a^b^)1/2(1 + 2\,\hat a\cdot\hat b)^{1/2} — that keeps the stray factor of 2.

Concept 15 of 15

Reading perpendicularity geometrically — the orthocentre

Intuition

When position vectors satisfy dot conditions like (ad)(bc)=0(\vec a - \vec d)\cdot(\vec b - \vec c) = 0, translate each as 'this segment is perpendicular to that segment'. Here DABC\overrightarrow{DA}\perp\overrightarrow{BC} and DBCA\overrightarrow{DB}\perp\overrightarrow{CA} say D lies on two altitudes of triangle ABC — so D is the orthocentre. The skill is converting a dot-product equation into a perpendicular line and recognising the triangle centre it defines.

Definition

A dot-product-zero condition on differences of position vectors is a perpendicularity statement between the corresponding segments:

  • (ad)(bc)=0(\vec a - \vec d)\cdot(\vec b - \vec c) = 0 means DABC\overrightarrow{DA}\perp\overrightarrow{BC} (D on the altitude from A).
  • A second such condition puts D on a second altitude.

Two altitudes meet at the orthocentre, so D is the orthocentre of ABC\triangle ABC. (Contrast: equal-distance conditions give the circumcentre; equal-ratio/median conditions give the centroid.)

Dot-zero on differences = perpendicular segments

(ad)(bc)=0    DABC(\vec a - \vec d)\cdot(\vec b - \vec c) = 0 \iff \overrightarrow{DA}\perp\overrightarrow{BC}
  • DA\overrightarrow{DA}the segment ad\vec a - \vec d
  • altitudestwo perpendicularity conditions → their intersection is the orthocentre

Worked example

Points A, B, C, D have position vectors a,b,c,d\vec a, \vec b, \vec c, \vec d with (ad)(bc)=0(\vec a - \vec d)\cdot(\vec b - \vec c) = 0 and (bd)(ca)=0(\vec b - \vec d)\cdot(\vec c - \vec a) = 0. What is D for ABC\triangle ABC?
  1. Read the first condition: DABC\overrightarrow{DA}\perp\overrightarrow{BC}, so D lies on the altitude from A (perpendicular to BC).
  2. Read the second: DBCA\overrightarrow{DB}\perp\overrightarrow{CA}, so D lies on the altitude from B.
  3. D is on two altitudes; their intersection is the orthocentre.
Answer:D is the orthocentre of ABC\triangle ABC
Practice this concept4 quick reps

Practice — Level 1 (4 reps)

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

  1. 1.
    (ad)(bc)=0(\vec a - \vec d)\cdot(\vec b - \vec c) = 0 means which segments are perpendicular?
  2. 2.
    Intersection of two altitudes of a triangle is the?
  3. 3.
    Equal-distance-from-vertices condition gives which centre?
  4. 4.
    A perpendicular from a vertex to the opposite side is called an?

From the bank · past-year question

Example 15VectorsMODERATE
A, B, C, D are four points in a plane with position vectors a,b,c,d\vec{a}, \vec{b}, \vec{c}, \vec{d} respectively such that (ad)(bc)=(bd)(ca)=0(\vec{a}-\vec{d})\cdot(\vec{b}-\vec{c}) = (\vec{b}-\vec{d})\cdot(\vec{c}-\vec{a}) = 0. The point D, then is the ___ of ABC\triangle ABC.

[Q121 · 12th May Shift 2 · 2024]

Altitudes → orthocentre, not circumcentre

Perpendicularity of DA\overrightarrow{DA} to BC\overrightarrow{BC} defines an ALTITUDE, and altitudes meet at the orthocentre. The circumcentre comes from equal DISTANCES (da=db|\vec d - \vec a| = |\vec d - \vec b|); don't swap the two centres.

Translate each dot-zero into the correct perpendicular pair

(ad)(\vec a - \vec d) is DA\overrightarrow{DA} and (bc)(\vec b - \vec c) is CB\overrightarrow{CB}. Get the segment endpoints right before naming the altitude, or you may attach D to the wrong vertex's altitude.

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 (15)

  • Dot product — the two faces of a·b

    Dot product — geometric and component forms

    ab=abcosθ=a1b1+a2b2+a3b3\vec a\cdot\vec b = |\vec a|\,|\vec b|\cos\theta = a_1 b_1 + a_2 b_2 + a_3 b_3
  • Magnitude of a combination via the dot product

    Magnitude of a linear combination

    pa+qb2=p2a2+2pq(ab)+q2b2|p\vec a + q\vec b|^2 = p^2|\vec a|^2 + 2pq\,(\vec a\cdot\vec b) + q^2|\vec b|^2
  • Perpendicularity test and solving for a parameter

    Perpendicularity and the perp-parameter

    ab    ab=0(a+λb)cλ=acbc\vec a\perp\vec b \iff \vec a\cdot\vec b = 0 \qquad (\vec a + \lambda\vec b)\perp\vec c \Rightarrow \lambda = -\frac{\vec a\cdot\vec c}{\vec b\cdot\vec c}
  • Disguised perpendicularity — equal-diagonal and Pythagoras forms

    Equivalent perpendicularity statements

    ab    a+b=ab    a+b2=a2+b2\vec a\perp\vec b \iff |\vec a + \vec b| = |\vec a - \vec b| \iff |\vec a + \vec b|^2 = |\vec a|^2 + |\vec b|^2
  • Angle between two vectors via cosθ

    Angle from the dot product

    cosθ=abab\cos\theta = \dfrac{\vec a\cdot\vec b}{|\vec a|\,|\vec b|}
  • Angle from a unit-vector perpendicularity constraint

    Expansion of a perpendicular constraint (unit vectors)

    (αa+βb)(γa+δb)=αγ+(αδ+βγ)cosθ+βδ=0(\alpha\vec a + \beta\vec b)\cdot(\gamma\vec a + \delta\vec b) = \alpha\gamma + (\alpha\delta + \beta\gamma)\cos\theta + \beta\delta = 0
  • Scalar and vector projection

    Scalar and vector projection of a on b

    scalar=abb,vector=abb2b\text{scalar} = \frac{\vec a\cdot\vec b}{|\vec b|}, \qquad \text{vector} = \frac{\vec a\cdot\vec b}{|\vec b|^2}\,\vec b
  • Projection onto the normal of a plane

    Projection on the plane normal

    n=p×q,proj=vnn\vec n = \vec p \times \vec q, \qquad \text{proj} = \frac{|\vec v\cdot\vec n|}{|\vec n|}
  • Mutually orthogonal vectors — solving a small system

    Mutual-orthogonality system

    ac=0   and   bc=0    solve for the unknown components\vec a\cdot\vec c = 0 \;\text{ and }\; \vec b\cdot\vec c = 0 \;\Rightarrow\; \text{solve for the unknown components}
  • Unit vector along a combination, and scalar-product conditions

    Unit vector of a combination

    v^=vv,wss=k\hat v = \frac{\vec v}{|\vec v|}, \qquad \frac{\vec w\cdot\vec s}{|\vec s|} = k
  • Identities and bounds — sum of squared differences

    Sum-of-squared-differences identity and bound

    ab2=3 ⁣(a2+b2+c2)a+b+c2    2 ⁣(a2+b2+c2)\sum |\vec a - \vec b|^2 = 3\!\left(|\vec a|^2 + |\vec b|^2 + |\vec c|^2\right) - |\vec a + \vec b + \vec c|^2 \;\le\; 2\!\left(|\vec a|^2 + |\vec b|^2 + |\vec c|^2\right)
  • Dot products entangled with cross-product constraints

    Magnitude expansion to extract a dot product

    ca2=c2+a22ac    ac=c2+a2ca22|\vec c - \vec a|^2 = |\vec c|^2 + |\vec a|^2 - 2\,\vec a\cdot\vec c \;\Rightarrow\; \vec a\cdot\vec c = \frac{|\vec c|^2 + |\vec a|^2 - |\vec c - \vec a|^2}{2}
  • Obtuse angle for all x — a quadratic-inequality parameter

    Negative-for-all-x conditions

    Ax2+Bx+C<0  x    A<0   and   B24AC<0Ax^2 + Bx + C < 0 \;\forall x \iff A < 0 \;\text{ and }\; B^2 - 4AC < 0
  • Moving point a·cos t + b·sin t — farthest from the origin

    Farthest-point magnitude and direction

    OP2=1+(a^b^)sin2t,M=1+a^b^,u^=a^+b^a^+b^|\overrightarrow{OP}|^2 = 1 + (\hat a\cdot\hat b)\sin 2t, \quad M = \sqrt{1 + \hat a\cdot\hat b}, \quad \hat u = \frac{\hat a + \hat b}{|\hat a + \hat b|}
  • Reading perpendicularity geometrically — the orthocentre

    Dot-zero on differences = perpendicular segments

    (ad)(bc)=0    DABC(\vec a - \vec d)\cdot(\vec b - \vec c) = 0 \iff \overrightarrow{DA}\perp\overrightarrow{BC}

Watch out for (33)

Mastery check — 5 interleaved questions

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

Example 1VectorsHARD
Let u\vec{u}, v\vec{v}, w\vec{w} be the vectors such that u=1|\vec{u}| = 1, v=2|\vec{v}| = 2, w=3|\vec{w}| = 3. If the projection v\vec{v} along u\vec{u} is equal to that of w\vec{w} along u\vec{u} and the vectors v\vec{v}, w\vec{w} are perpendicular to each other then uv+w|\vec{u} - \vec{v} + \vec{w}| equals

[Shift || · 2025]

Example 2VectorsEASY
If a=(2i^+2j^+3k^)\vec{a} = (2\hat{i} + 2\hat{j} + 3\hat{k}), b=(i^+2j^+k^)\vec{b} = (-\hat{i} + 2\hat{j} + \hat{k}) and c=(3i^+j^)\vec{c} = (3\hat{i} + \hat{j}) such that (a+λb)(\vec{a} + \lambda\vec{b}) is perpendicular to c\vec{c}, then the value of λ\lambda is

[Q124 · 2nd May Shift 1 · 2023]

Example 3VectorsHARD
Two adjacent sides of a parallelogram ABCD are given by AB=2i^+10j^+11k^\overrightarrow{AB}=2\hat{i}+10\hat{j}+11\hat{k} and AD=i^+2j^+2k^\overrightarrow{AD}=-\hat{i}+2\hat{j}+2\hat{k}. The side AD is rotated by an acute angle α\alpha in the plane of the parallelogram so that AD becomes AD'. If AD' makes a right angle with side AB, then the cosine of the angle α\alpha is given by

[Q103 · 12th May Shift 1 · 2024]

Example 4VectorsMODERATE
If 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 to each other, then the angle between a\vec{a} and b\vec{b} is

[Q136 · 16th May Shift 1 · 2023]

Example 5VectorsMODERATE
Vector projection of AB\overrightarrow{AB} on CD\overrightarrow{CD}, A(2,-3,0), B(1,-4,-2), C(4,6,8), D(7,0,10)

[Q142 · 10th May Shift 1 · 2024]

Drill every past-year question on this subtopic

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

Related notes