MHT-CET Maths · Vectors

Magnitude, Components, and Unit Vectors

How to write a vector in î ĵ k̂ component form, measure its length, build a unit vector pointing in any direction, and — the MHT-CET workhorse — find the magnitude of a sum of vectors from given angles or perpendicularity conditions.

Why this matters

This is the on-ramp to the whole Vectors chapter: every later technique (dot product, cross product, scalar triple product) starts by writing vectors in component form and reading off a magnitude. Across the 9 PYQs here, ONE shape dominates — finding the length of a combination like a + b + c by expanding |a + b + c|² = Σ|·|² + 2Σ(a·b) and using the angle or perpendicularity data to evaluate the dot-product cross terms. Master that single identity (plus the unit-vector-along-a-diagonal construction) and you have the entire subtopic; the difficulty mix is MODERATE-to-HARD, but it's the same expansion every time.

Concept 1 of 6

Vectors and component form

Intuition

Every vector in 3-D space can be built from three standard perpendicular unit vectors i^,j^,k^\hat{i}, \hat{j}, \hat{k} (pointing along the x,y,zx, y, z axes). Writing a vector as a1i^+a2j^+a3k^a_1\hat{i} + a_2\hat{j} + a_3\hat{k} is just saying "go a1a_1 steps along xx, a2a_2 along yy, a3a_3 along zz."

Definition

A vector a\vec{a} is written in component form as a=a1i^+a2j^+a3k^\vec{a} = a_1\hat{i} + a_2\hat{j} + a_3\hat{k}, where:

  • a1,a2,a3a_1, a_2, a_3 are its components (also called scalar components) along the axes,
  • i^,j^,k^\hat{i}, \hat{j}, \hat{k} are the standard basis — mutually perpendicular unit vectors of length 1.

A null (zero) vector 0\vec{0} has all components zero and no direction; a unit vector has magnitude 1; collinear (parallel) vectors are scalar multiples of each other.

Component form

a=a1i^+a2j^+a3k^\vec{a} = a_1\hat{i} + a_2\hat{j} + a_3\hat{k}
  • a1,a2,a3a_1, a_2, a_3components along i^,j^,k^\hat{i}, \hat{j}, \hat{k}
  • i^,j^,k^\hat{i}, \hat{j}, \hat{k}standard perpendicular unit vectors

Diagram · component form (drag to rotate)

xyzv

Step along x (2.4 î), then y ( 1.6 ĵ), then z ( 2.0 k̂) to reach the tip: v = 2.4 î + 1.6 ĵ + 2.0 k̂. Any vector is the sum of its axis components, and |v| = √(x² + y² + z²).

Worked example

Write the vector from the origin to the point P(1,5,2)P(-1, 5, 2) in component form, and state its components.
  1. The position vector of PP goes 1-1 along xx, 55 along yy, 22 along zz.
  2. In component form: OP=i^+5j^+2k^\overrightarrow{OP} = -\hat{i} + 5\hat{j} + 2\hat{k}.
  3. Components: a1=1a_1 = -1, a2=5a_2 = 5, a3=2a_3 = 2.
Answer:OP=i^+5j^+2k^\overrightarrow{OP} = -\hat{i} + 5\hat{j} + 2\hat{k}
Practice this concept4 quick reps

Practice — Level 1 (4 reps)

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

  1. 1.
    Component form of the vector to P(3,0,4)P(3, 0, -4)?
  2. 2.
    What is the magnitude of each of i^,j^,k^\hat{i}, \hat{j}, \hat{k}?
  3. 3.
    Are 2i^+4j^2\hat{i} + 4\hat{j} and i^+2j^\hat{i} + 2\hat{j} parallel?
  4. 4.
    Components of j^k^\hat{j} - \hat{k}?

A missing axis means a zero component, not a 2-D vector

3i^4k^3\hat{i} - 4\hat{k} lives in 3-D with a2=0a_2 = 0. When you square components for a magnitude, the missing term contributes 02=00^2 = 0 — don't drop the slot or miscount the axes.

Concept 2 of 6

Magnitude of a vector and distance between two points

Intuition

The magnitude of a vector is its length — extended Pythagoras on its components. The displacement from AA to BB is AB=ba\overrightarrow{AB} = \vec{b} - \vec{a} (head minus tail), and the distance ABAB is the magnitude of that displacement.

Definition

For a=a1i^+a2j^+a3k^\vec{a} = a_1\hat{i} + a_2\hat{j} + a_3\hat{k}, the magnitude is a=a12+a22+a32|\vec{a}| = \sqrt{a_1^2 + a_2^2 + a_3^2}. For points A,BA, B with position vectors a,b\vec{a}, \vec{b}: the displacement is AB=ba\overrightarrow{AB} = \vec{b} - \vec{a} and the distance is AB=baAB = |\vec{b} - \vec{a}|.

Magnitude and distance

a=a12+a22+a32AB=ba|\vec{a}| = \sqrt{a_1^2 + a_2^2 + a_3^2} \qquad AB = |\vec{b} - \vec{a}|
  • a1,a2,a3a_1, a_2, a_3components of a\vec{a}
  • a,b\vec{a}, \vec{b}position vectors of AA and BB

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

Points AA and BB have position vectors a=i^+2j^+2k^\vec{a} = \hat{i} + 2\hat{j} + 2\hat{k} and b=5i^+5j^+14k^\vec{b} = 5\hat{i} + 5\hat{j} + 14\hat{k}. Find the distance ABAB.
  1. Displacement: AB=ba=4i^+3j^+12k^\overrightarrow{AB} = \vec{b} - \vec{a} = 4\hat{i} + 3\hat{j} + 12\hat{k}.
  2. Square the components: 42+32+122=16+9+144=1694^2 + 3^2 + 12^2 = 16 + 9 + 144 = 169.
  3. Distance: AB=169=13AB = \sqrt{169} = 13.
Answer:AB=13AB = 13 units
Practice this conceptself-check · 4 quick reps

Try it yourself

Find the magnitude of v=6i^2j^+3k^\vec{v} = 6\hat{i} - 2\hat{j} + 3\hat{k}.

Practice — Level 1 (4 reps)

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

  1. 1.
    v|\vec{v}| for v=3i^+4j^\vec{v} = 3\hat{i} + 4\hat{j}?
  2. 2.
    v|\vec{v}| for v=i^2j^+2k^\vec{v} = \hat{i} - 2\hat{j} + 2\hat{k}?
  3. 3.
    Distance ABAB for A(0,0,0)A(0,0,0), B(2,3,6)B(2,3,6)?
  4. 4.
    v|\vec{v}| for v=5i^+12j^\vec{v} = 5\hat{i} + 12\hat{j}?

AB=ba\overrightarrow{AB} = \vec{b} - \vec{a} — head minus tail

Reversing it gives BA\overrightarrow{BA}. The distance (magnitude) is the same either way, but the direction flips — and direction matters the moment the result feeds a dot product or an angle.

Magnitude needs every component squared

For 3i^+4j^3\hat{i} + 4\hat{j}, the answer is 9+16=5\sqrt{9 + 16} = 5, not 3+4=73 + 4 = 7. Add the SQUARES, then take ONE square root at the end.

Concept 3 of 6

Unit vector along a given direction

Intuition

To keep a vector's direction but throw away its length, divide it by its own magnitude — the result is a unit vector (length 1). To go the other way, multiply a unit vector by whatever magnitude you want.

Definition

For any non-zero a\vec{a}, the unit vector along it is a^=aa\hat{a} = \dfrac{\vec{a}}{|\vec{a}|}. A vector of magnitude rr in the same direction as a\vec{a} is ra^=raar\,\hat{a} = \dfrac{r}{|\vec{a}|}\,\vec{a}. Every unit vector's components square-sum to 1.

Unit vector

a^=aara^=raa\hat{a} = \dfrac{\vec{a}}{|\vec{a}|} \qquad r\,\hat{a} = \dfrac{r}{|\vec{a}|}\,\vec{a}
  • a^\hat{a}unit vector along a\vec{a}
  • a|\vec{a}|magnitude of a\vec{a}
  • rrdesired magnitude of the scaled vector

Visualization · slide k, scale the vector

vk·v
k·v = (4.0, 2.0)|k·v| = |k|·|v| = 4.47

Multiplying by k scales the length by |k| and keeps the same line. k > 1 stretches, 0 < k < 1 shrinks, k < 0 flips to the opposite direction, and k = 0 collapses it to the zero vector.

Worked example

Find a vector of magnitude 10 in the direction of a=4i^3j^\vec{a} = 4\hat{i} - 3\hat{j}.
  1. Magnitude: a=42+(3)2=25=5|\vec{a}| = \sqrt{4^2 + (-3)^2} = \sqrt{25} = 5.
  2. Unit vector: a^=15(4i^3j^)\hat{a} = \dfrac{1}{5}(4\hat{i} - 3\hat{j}).
  3. Scale to magnitude 10: 10a^=2(4i^3j^)=8i^6j^10\,\hat{a} = 2(4\hat{i} - 3\hat{j}) = 8\hat{i} - 6\hat{j}.
Answer:8i^6j^8\hat{i} - 6\hat{j}
Practice this conceptself-check · 4 quick reps

Try it yourself

Find the unit vector along v=2i^j^+2k^\vec{v} = 2\hat{i} - \hat{j} + 2\hat{k}.

Practice — Level 1 (4 reps)

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

  1. 1.
    Unit vector along v=i^+j^+k^\vec{v} = \hat{i} + \hat{j} + \hat{k}?
  2. 2.
    Vector of magnitude 1515 along 3i^+4j^3\hat{i} + 4\hat{j}?
  3. 3.
    Unit vector along 6k^6\hat{k}?
  4. 4.
    What does the sum of squares of a unit vector's components equal?

Divide by the magnitude, don't subtract it

The unit vector is a/a\vec{a}/|\vec{a}| — scale every component by the same 1/a1/|\vec{a}|. A common slip is normalising only one component or dividing by the wrong length.

Concept 4 of 6

Magnitude of a sum from angles or perpendicularity

Intuition

To find the length of a combination like a+b+c\vec{a} + \vec{b} + \vec{c}, never compute components — instead SQUARE the magnitude. The square expands into the sum of each vector's squared length plus twice every pairwise dot product. Here we treat ab=abcosθ\vec{a}\cdot\vec{b} = |\vec{a}||\vec{b}|\cos\theta as a recalled Std-11 fact (the dot product gets its full treatment on a later page); all you need is that perpendicular vectors have dot product 0, and that a given angle fixes each cross term.

Definition

Expand the square of the magnitude:

a+b+c2=a2+b2+c2+2(ab+bc+ca)|\vec{a} + \vec{b} + \vec{c}|^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})
Each cross term is ab=abcosθ\vec{a}\cdot\vec{b} = |\vec{a}||\vec{b}|\cos\theta. Two ways the cross terms get pinned down:

  • Given an angle θ\theta between each pair → each dot product is cosθ|\cdot||\cdot|\cos\theta.
  • Perpendicularity conditions like a(b+c)\vec{a}\perp(\vec{b}+\vec{c}), b(c+a)\vec{b}\perp(\vec{c}+\vec{a}), c(a+b)\vec{c}\perp(\vec{a}+\vec{b}) → adding the three gives 2(ab+bc+ca)=02(\vec{a}\cdot\vec{b} + \vec{b}\cdot\vec{c} + \vec{c}\cdot\vec{a}) = 0, so ALL cross terms vanish together and a+b+c2=a2+b2+c2|\vec{a}+\vec{b}+\vec{c}|^2 = |\vec{a}|^2 + |\vec{b}|^2 + |\vec{c}|^2.

Magnitude of a sum (squared)

a+b+c2=a2+2(ab),ab=abcosθ|\vec{a} + \vec{b} + \vec{c}|^2 = \sum|\vec{a}|^2 + 2\sum(\vec{a}\cdot\vec{b}), \qquad \vec{a}\cdot\vec{b} = |\vec{a}||\vec{b}|\cos\theta
  • a2\sum|\vec{a}|^2a2+b2+c2|\vec{a}|^2 + |\vec{b}|^2 + |\vec{c}|^2
  • (ab)\sum(\vec{a}\cdot\vec{b})all three pairwise dot products
  • θ\thetaangle between the pair of vectors in a dot product

Visualization · add two vectors tip-to-tail

aba+b
a + b = (5, 4)|a + b| = 6.40|a| + |b| = 7.29

The dashed amber arrow is b moved to the head of a — the resultant (indigo) runs from the shared tail to that head, which is also the diagonal of the parallelogram. Notice |a + b| equals |a| + |b| only when a and b point the same way.

Worked example

If a=1|\vec{a}| = 1, b=2|\vec{b}| = 2, c=2|\vec{c}| = 2 and each angle between pairs is 6060^\circ, find a+b+c|\vec{a} + \vec{b} + \vec{c}|.
  1. Squared-length terms: a2+b2+c2=1+4+4=9|\vec{a}|^2 + |\vec{b}|^2 + |\vec{c}|^2 = 1 + 4 + 4 = 9.
  2. Each cross term uses cos60=12\cos 60^\circ = \tfrac{1}{2}: ab=1212=1\vec{a}\cdot\vec{b} = 1\cdot 2\cdot\tfrac{1}{2} = 1, bc=2212=2\vec{b}\cdot\vec{c} = 2\cdot 2\cdot\tfrac{1}{2} = 2, ca=2112=1\vec{c}\cdot\vec{a} = 2\cdot 1\cdot\tfrac{1}{2} = 1.
  3. So 2(ab+bc+ca)=2(1+2+1)=82(\vec{a}\cdot\vec{b} + \vec{b}\cdot\vec{c} + \vec{c}\cdot\vec{a}) = 2(1 + 2 + 1) = 8.
  4. a+b+c2=9+8=17|\vec{a}+\vec{b}+\vec{c}|^2 = 9 + 8 = 17, so a+b+c=17|\vec{a}+\vec{b}+\vec{c}| = \sqrt{17}.
Answer:a+b+c=17|\vec{a} + \vec{b} + \vec{c}| = \sqrt{17}
Practice this conceptself-check · 4 quick reps

Try it yourself

Vectors a,b,c\vec{a}, \vec{b}, \vec{c} have magnitudes 1, 2, 3. Given a(b+c)\vec{a}\perp(\vec{b}+\vec{c}), b(c+a)\vec{b}\perp(\vec{c}+\vec{a}), c(a+b)\vec{c}\perp(\vec{a}+\vec{b}), find a+b+c|\vec{a}+\vec{b}+\vec{c}|.

Practice — Level 1 (4 reps)

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

  1. 1.
    If all three pairwise dot products are 0, a+b+c2=?|\vec{a}+\vec{b}+\vec{c}|^2 = ?
  2. 2.
    a=1,b=2,c=2|\vec{a}|=1, |\vec{b}|=2, |\vec{c}|=2, all cross terms zero. a+b+c=?|\vec{a}+\vec{b}+\vec{c}|=?
  3. 3.
    What does ab\vec{a}\perp\vec{b} make ab\vec{a}\cdot\vec{b} equal?
  4. 4.
    cos60=?\cos 60^\circ = ? (used in every angle version)

From the bank · past-year question

Example 4VectorsMODERATE
a=2,b=3,c=5|\vec{a}| = 2, |\vec{b}| = 3, |\vec{c}| = 5 and each angle between pairs is 60°60°, then the value of a+b+c|\vec{a} + \vec{b} + \vec{c}| is

[Q104 · 14th May Shift 2 · 2024]

Add the cross terms with the factor of 2

The expansion is 2+2(ab)\sum|\cdot|^2 + 2\sum(\vec{a}\cdot\vec{b}). Forgetting the 22 halves every cross term — a frequent wrong answer when the angle version has non-zero dot products.

Perpendicularity conditions cancel ALL cross terms at once

The three conditions a(b+c)\vec{a}\perp(\vec{b}+\vec{c}) etc. don't say each individual dot product is zero — they say their SUM is zero. That's all you need: the whole 2(ab)2\sum(\vec{a}\cdot\vec{b}) term drops, leaving just 2\sqrt{\sum|\cdot|^2}.

Take the square root at the very end

You compute a+b+c2|\vec{a}+\vec{b}+\vec{c}|^2 first. For magnitudes 1,8,41, 8, 4 with zero cross terms it's 8181, and the answer is 81=9\sqrt{81} = 9 — NOT 8181. The distractor that leaves the squared value un-rooted is the classic trap.

Concept 5 of 6

Magnitude of a sum with projection-equality and a perpendicular pair

Intuition

A second flavour of the same expansion. Instead of stating angles directly, the question gives an indirect handle: "the projection of b\vec{b} along a\vec{a} equals the projection of c\vec{c} along a\vec{a}" forces (bc)a=0(\vec{b}-\vec{c})\cdot\vec{a} = 0, and "bc\vec{b}\perp\vec{c}" forces bc=0\vec{b}\cdot\vec{c} = 0. Feed both into the squared-magnitude expansion and the cross terms collapse.

Definition

Two facts unlock these:

  • **Equal projections along a\vec{a}:** projection of b\vec{b} on a\vec{a} is aba\dfrac{\vec{a}\cdot\vec{b}}{|\vec{a}|}; equating it to c\vec{c}'s projection gives ab=ac\vec{a}\cdot\vec{b} = \vec{a}\cdot\vec{c}, i.e. (bc)a=0(\vec{b}-\vec{c})\cdot\vec{a} = 0.
  • Perpendicular pair: bcbc=0\vec{b}\perp\vec{c}\Rightarrow\vec{b}\cdot\vec{c} = 0.

Then expand the target, grouping the difference: a+bc2=a2+bc2+2a(bc)|\vec{a}+\vec{b}-\vec{c}|^2 = |\vec{a}|^2 + |\vec{b}-\vec{c}|^2 + 2\vec{a}\cdot(\vec{b}-\vec{c}). The last term is 0 (equal projections), and bc2=b2+c2|\vec{b}-\vec{c}|^2 = |\vec{b}|^2 + |\vec{c}|^2 (perpendicular pair).

Grouped expansion with a perpendicular pair

a+bc2=a2+bc2+2a(bc)|\vec{a} + \vec{b} - \vec{c}|^2 = |\vec{a}|^2 + |\vec{b} - \vec{c}|^2 + 2\,\vec{a}\cdot(\vec{b} - \vec{c})
  • a(bc)=0\vec{a}\cdot(\vec{b}-\vec{c}) = 0from equal projections of b,c\vec{b}, \vec{c} along a\vec{a}
  • bc2=b2+c2|\vec{b}-\vec{c}|^2 = |\vec{b}|^2 + |\vec{c}|^2from bc\vec{b}\perp\vec{c}

Worked example

Let a=3|\vec{a}| = 3, b=6|\vec{b}| = 6, c=6|\vec{c}| = 6. If the projection of b\vec{b} on a\vec{a} equals the projection of c\vec{c} on a\vec{a}, and bc\vec{b}\perp\vec{c}, find a+bc|\vec{a} + \vec{b} - \vec{c}|.
  1. Equal projections: a(bc)=0\vec{a}\cdot(\vec{b} - \vec{c}) = 0, so the cross term with a\vec{a} drops.
  2. bc\vec{b}\perp\vec{c}: bc2=b2+c2=36+36=72|\vec{b} - \vec{c}|^2 = |\vec{b}|^2 + |\vec{c}|^2 = 36 + 36 = 72.
  3. Combine: a+bc2=a2+bc2=9+72=81|\vec{a}+\vec{b}-\vec{c}|^2 = |\vec{a}|^2 + |\vec{b}-\vec{c}|^2 = 9 + 72 = 81.
  4. a+bc=81=9|\vec{a}+\vec{b}-\vec{c}| = \sqrt{81} = 9.
Answer:a+bc=9|\vec{a} + \vec{b} - \vec{c}| = 9
Practice this conceptself-check · 4 quick reps

Try it yourself

Vectors u,v,w\vec{u}, \vec{v}, \vec{w} have magnitudes 1, 2, 3. The projection of v\vec{v} along u\vec{u} equals that of w\vec{w} along u\vec{u}, and vw\vec{v}\perp\vec{w}. Find uv+w|\vec{u} - \vec{v} + \vec{w}|.

Practice — Level 1 (4 reps)

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

  1. 1.
    Equal projections of b,c\vec{b}, \vec{c} along a\vec{a} give which dot-product equation?
  2. 2.
    If bc\vec{b}\perp\vec{c}, then bc2=?|\vec{b}-\vec{c}|^2 = ?
  3. 3.
    a=2,b=4,c=4|\vec{a}|=2, |\vec{b}|=4, |\vec{c}|=4, all relevant cross terms zero. a+bc2=?|\vec{a}+\vec{b}-\vec{c}|^2 = ?
  4. 4.
    a+bc2=36|\vec{a}+\vec{b}-\vec{c}|^2 = 36 gives a+bc=?|\vec{a}+\vec{b}-\vec{c}| = ?

From the bank · past-year question

Example 5VectorsHARD
Let the vectors a,b,c\vec{a},\vec{b},\vec{c} be such that a=2,b=4|\vec{a}|=2, |\vec{b}|=4 and c=4|\vec{c}|=4. If the projection of b\vec{b} on a\vec{a} is equal to the projection of c\vec{c} on a\vec{a} and b\vec{b} is perpendicular to c\vec{c}, then the value of a+bc|\vec{a}+\vec{b}-\vec{c}| is

[Q107 · 16th May Shift 1 · 2023]

"Equal projections along a\vec{a}" means (bc)a=0(\vec{b}-\vec{c})\cdot\vec{a} = 0, not b=c\vec{b} = \vec{c}

The projections being equal only forces ab=ac\vec{a}\cdot\vec{b} = \vec{a}\cdot\vec{c}b\vec{b} and c\vec{c} can still differ wildly. Use it to kill exactly the a\vec{a}-cross term, nothing more.

Watch the sign on the vector you subtract

In a+bc|\vec{a}+\vec{b}-\vec{c}|, the c\vec{c} term is subtracted, but bc2|\vec{b}-\vec{c}|^2 still ADDS the squared lengths when bc\vec{b}\perp\vec{c} (the cross term 2bc-2\vec{b}\cdot\vec{c} is zero). The minus sign only matters through the dot product, which vanishes here.

Concept 6 of 6

Unit vector parallel to a parallelogram's diagonal

Intuition

If two adjacent sides of a parallelogram are a\vec{a} and b\vec{b}, one diagonal runs from the shared vertex to the opposite corner — and by the triangle/parallelogram law that diagonal IS a+b\vec{a} + \vec{b}. To get a unit vector along it, add the sides, then divide by the resulting magnitude.

Definition

For a parallelogram with adjacent sides a\vec{a} and b\vec{b} from a common vertex:

  • The diagonal through that vertex is d=a+b\vec{d} = \vec{a} + \vec{b}.
  • The other diagonal is ab\vec{a} - \vec{b} (or ba\vec{b} - \vec{a}).

The unit vector parallel to the diagonal is d^=a+ba+b\hat{d} = \dfrac{\vec{a} + \vec{b}}{|\vec{a} + \vec{b}|}.

Unit vector along a diagonal

d^=a+ba+b\hat{d} = \dfrac{\vec{a} + \vec{b}}{|\vec{a} + \vec{b}|}
  • a,b\vec{a}, \vec{b}adjacent sides from the shared vertex
  • a+b\vec{a} + \vec{b}the diagonal through that vertex

Visualization · add two vectors tip-to-tail

aba+b
a + b = (5, 4)|a + b| = 6.40|a| + |b| = 7.29

The dashed amber arrow is b moved to the head of a — the resultant (indigo) runs from the shared tail to that head, which is also the diagonal of the parallelogram. Notice |a + b| equals |a| + |b| only when a and b point the same way.

Worked example

Two adjacent sides of a parallelogram are a=i^+2j^+2k^\vec{a} = \hat{i} + 2\hat{j} + 2\hat{k} and b=3i^+2j^6k^\vec{b} = 3\hat{i} + 2\hat{j} - 6\hat{k}. Find the unit vector parallel to the diagonal a+b\vec{a} + \vec{b}.
  1. Add the sides: a+b=4i^+4j^4k^\vec{a} + \vec{b} = 4\hat{i} + 4\hat{j} - 4\hat{k}.
  2. Magnitude: a+b=16+16+16=48=43|\vec{a} + \vec{b}| = \sqrt{16 + 16 + 16} = \sqrt{48} = 4\sqrt{3}.
  3. Unit vector: 4i^+4j^4k^43=13(i^+j^k^)\dfrac{4\hat{i} + 4\hat{j} - 4\hat{k}}{4\sqrt{3}} = \dfrac{1}{\sqrt{3}}(\hat{i} + \hat{j} - \hat{k}).
Answer:13(i^+j^k^)\dfrac{1}{\sqrt{3}}(\hat{i} + \hat{j} - \hat{k})
Practice this conceptself-check · 4 quick reps

Try it yourself

Adjacent sides of a parallelogram are i^+j^\hat{i} + \hat{j} and 2i^+j^+2k^2\hat{i} + \hat{j} + 2\hat{k}. Find the unit vector along the diagonal a+b\vec{a} + \vec{b}.

Practice — Level 1 (4 reps)

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

  1. 1.
    Sides a,b\vec{a}, \vec{b}: which diagonal is a+b\vec{a} + \vec{b}?
  2. 2.
    Sides 2i^2\hat{i} and 2j^2\hat{j}: diagonal a+b\vec{a}+\vec{b} and its magnitude?
  3. 3.
    The OTHER diagonal of a parallelogram with sides a,b\vec{a}, \vec{b}?
  4. 4.
    Unit vector along 6i^+8j^6\hat{i} + 8\hat{j}?

From the bank · past-year question

Example 6VectorsMODERATE
Two adjacent sides of a parallelogram are 2i^4j^+5k^2\hat{i}-4\hat{j}+5\hat{k} and i^2j^3k^\hat{i}-2\hat{j}-3\hat{k}, then the unit vector parallel to its diagonal is

[Q134 · 9th May Shift 2 · 2024]

Diagonal a+b\vec{a}+\vec{b}, not ab\vec{a}-\vec{b}

A parallelogram has two diagonals: a+b\vec{a} + \vec{b} (through the shared vertex) and ab\vec{a} - \vec{b} (the other one). The question usually wants the SUM; reading it as the difference gives a different unit vector entirely.

Normalise the diagonal's own magnitude, not a stray 77\sqrt{77}

Compute a+b|\vec{a}+\vec{b}| AFTER adding — for 3i^6j^+2k^3\hat{i}-6\hat{j}+2\hat{k} that is 9+36+4=7\sqrt{9+36+4} = 7. Distractors often divide by an unrelated magnitude (like 77\sqrt{77} from 49+28\sqrt{49 + 28}); always re-square the summed components.

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

  • Vectors and component form

    Component form

    a=a1i^+a2j^+a3k^\vec{a} = a_1\hat{i} + a_2\hat{j} + a_3\hat{k}
  • Magnitude of a vector and distance between two points

    Magnitude and distance

    a=a12+a22+a32AB=ba|\vec{a}| = \sqrt{a_1^2 + a_2^2 + a_3^2} \qquad AB = |\vec{b} - \vec{a}|
  • Unit vector along a given direction

    Unit vector

    a^=aara^=raa\hat{a} = \dfrac{\vec{a}}{|\vec{a}|} \qquad r\,\hat{a} = \dfrac{r}{|\vec{a}|}\,\vec{a}
  • Magnitude of a sum from angles or perpendicularity

    Magnitude of a sum (squared)

    a+b+c2=a2+2(ab),ab=abcosθ|\vec{a} + \vec{b} + \vec{c}|^2 = \sum|\vec{a}|^2 + 2\sum(\vec{a}\cdot\vec{b}), \qquad \vec{a}\cdot\vec{b} = |\vec{a}||\vec{b}|\cos\theta
  • Magnitude of a sum with projection-equality and a perpendicular pair

    Grouped expansion with a perpendicular pair

    a+bc2=a2+bc2+2a(bc)|\vec{a} + \vec{b} - \vec{c}|^2 = |\vec{a}|^2 + |\vec{b} - \vec{c}|^2 + 2\,\vec{a}\cdot(\vec{b} - \vec{c})
  • Unit vector parallel to a parallelogram's diagonal

    Unit vector along a diagonal

    d^=a+ba+b\hat{d} = \dfrac{\vec{a} + \vec{b}}{|\vec{a} + \vec{b}|}

Watch out for (11)

Mastery check — 5 interleaved questions

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

Example 1VectorsMODERATE
Let a,b\vec{a}, \vec{b} and c\vec{c} be vectors of magnitude 2, 3 and 4 respectively. If a\vec{a} is perpendicular to (b+c)(\vec{b}+\vec{c}), b\vec{b} is perpendicular to (c+a)(\vec{c}+\vec{a}) and c\vec{c} is perpendicular to (a+b)(\vec{a}+\vec{b}), then the magnitude of a+b+c\vec{a}+\vec{b}+\vec{c} is equal to

[Q108 · 9th May Shift 2 · 2023]

Example 2VectorsHARD
Let the vectors a,b,c\vec{a},\vec{b},\vec{c} be such that a=2,b=4,c=4|\vec{a}|=2,|\vec{b}|=4,|\vec{c}|=4. If the projection of b\vec{b} on a\vec{a} equals the projection of c\vec{c} on a\vec{a} and b\vec{b} is perpendicular to c\vec{c}, then the value of a+bc|\vec{a}+\vec{b}-\vec{c}| is equal to

[Q139 · 3rd May 2nd Shift · 2023]

Example 3VectorsMODERATE
Let A,B,C\vec{A},\vec{B},\vec{C} be vectors of lengths 3 units, 4 units, 5 units respectively. Let A(B+C)\vec{A}\perp(\vec{B}+\vec{C}), B(C+A)\vec{B}\perp(\vec{C}+\vec{A}) and C(A+B)\vec{C}\perp(\vec{A}+\vec{B}), then the length of vector A+B+C\vec{A}+\vec{B}+\vec{C} is

[Q139 · 10th May Shift 1 · 2023]

Example 4VectorsHARD
Let u,v,w\vec{u}, \vec{v}, \vec{w} be vectors with u=1,v=2,w=3|\vec{u}|=1, |\vec{v}|=2, |\vec{w}|=3. Projection of v\vec{v} along u\vec{u} equals projection of w\vec{w} along u\vec{u}, and vw\vec{v} \perp \vec{w}. Then uv+w|\vec{u} - \vec{v} + \vec{w}| equals

[Q110 · 14th May Shift 2 · 2024]

Example 5VectorsMODERATE
If a,b,c\vec{a}, \vec{b}, \vec{c} are three vectors such that a(b+c)+b(c+a)+c(a+b)=0\vec{a}\cdot(\vec{b}+\vec{c}) + \vec{b}\cdot(\vec{c}+\vec{a}) + \vec{c}\cdot(\vec{a}+\vec{b}) = 0 and a=1|\vec{a}|=1, b=8|\vec{b}|=8 and c=4|\vec{c}|=4, then a+b+c|\vec{a}+\vec{b}+\vec{c}| has the value

[Q124 · 11th May Shift 1 · 2024]

Drill every past-year question on this subtopic

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

Related notes