MHT-CET Maths · Vectors

Linear Combinations, Collinearity, and Coplanarity

Building one vector out of others as m·a + n·b, and the structural conditions hiding inside that idea — collinear vectors need ONE scalar, coplanar vectors need TWO, and a dependent set is exactly a coplanar one.

Why this matters

This is the most-tested cluster in MHT-CET Vectors — 13 PYQs sit here, spread evenly across EASY, MODERATE and HARD. Two recurring shapes dominate: the collinearity / coplanarity conditions (one-scalar vs two-scalar, and the 'no two collinear' chain systems), and the linear-system shapes — express a vector as m·b + n·c, find components against a transformed basis, or test linear dependence by a determinant. Get the counting right (collinear ⇒ 1 scalar, coplanar / dependent ⇒ 2 scalars) and almost every question here reduces to a small system you can solve by equating components.

Concept 1 of 10

Linear combination of vectors

Intuition

A linear combination is just \"scale each vector by a number, then add them up.\" If you have vectors a\vec{a} and b\vec{b}, then ma+nbm\vec{a} + n\vec{b} — for any real numbers m,nm, n — is a linear combination of them. Every expression you'll meet in this subtopic (2ab+3c2\vec{a} - \vec{b} + 3\vec{c}, 3a+b2c3\vec{a} + \vec{b} - 2\vec{c}, …) is one of these. The whole topic is about what happens when ONE vector turns out to BE a linear combination of others.

Definition

A vector r\vec{r} is a linear combination of vectors a1,a2,,ak\vec{a}_1, \vec{a}_2, \dots, \vec{a}_k if there exist scalars c1,c2,,ckc_1, c_2, \dots, c_k such that r=c1a1+c2a2++ckak\vec{r} = c_1\vec{a}_1 + c_2\vec{a}_2 + \dots + c_k\vec{a}_k. In the standard basis you build a combination componentwise: ma+nbm\vec{a} + n\vec{b} has i^\hat{i}-component ma1+nb1ma_1 + nb_1, j^\hat{j}-component ma2+nb2ma_2 + nb_2, and so on. The scalars are called the coefficients of the combination.

Linear combination

r=ma+nb+pcri=mai+nbi+pci\vec{r} = m\vec{a} + n\vec{b} + p\vec{c} \qquad r_i = ma_i + nb_i + pc_i
  • m,n,pm, n, preal scalar coefficients (any sign, including zero)
  • r\vec{r}the combined vector — built componentwise

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

For a=i^+k^\vec{a} = \hat{i} + \hat{k}, b=2i^j^\vec{b} = 2\hat{i} - \hat{j} and c=j^+3k^\vec{c} = \hat{j} + 3\hat{k}, compute the linear combination 2ab+c2\vec{a} - \vec{b} + \vec{c} in component form.
  1. Scale each: 2a=2i^+2k^2\vec{a} = 2\hat{i} + 2\hat{k}; b=2i^+j^-\vec{b} = -2\hat{i} + \hat{j}; c=j^+3k^\vec{c} = \hat{j} + 3\hat{k}.
  2. Add the i^\hat{i}-parts: 22+0=02 - 2 + 0 = 0. The j^\hat{j}-parts: 0+1+1=20 + 1 + 1 = 2. The k^\hat{k}-parts: 2+0+3=52 + 0 + 3 = 5.
  3. So the combination is 0i^+2j^+5k^=2j^+5k^0\hat{i} + 2\hat{j} + 5\hat{k} = 2\hat{j} + 5\hat{k}.
Answer:2ab+c=2j^+5k^2\vec{a} - \vec{b} + \vec{c} = 2\hat{j} + 5\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.
    a=i^+j^\vec{a} = \hat{i} + \hat{j}, b=i^j^\vec{b} = \hat{i} - \hat{j}. Find 3a+b3\vec{a} + \vec{b}.
  2. 2.
    a=2i^\vec{a} = 2\hat{i}, b=j^\vec{b} = \hat{j}, c=k^\vec{c} = \hat{k}. Find a2b+3c\vec{a} - 2\vec{b} + 3\vec{c}.
  3. 3.
    What is the i^\hat{i}-component of ma+nbm\vec{a} + n\vec{b}?
  4. 4.
    Is 0\vec{0} a linear combination of any a,b\vec{a}, \vec{b}?

A linear combination is built componentwise — three sums, not one

When you form ma+nb+pcm\vec{a} + n\vec{b} + p\vec{c} in 3-D you are doing three independent scalar sums: one for i^\hat{i}, one for j^\hat{j}, one for k^\hat{k}. Combine the wrong components and the answer is silently wrong — keep the three columns separated.

Concept 2 of 10

Collinear vectors and collinear points (one scalar)

Intuition

Two vectors are collinear (parallel) when they point along the SAME line of direction — same way or exactly opposite. That happens exactly when one is a scalar multiple of the other: a=kb\vec{a} = k\vec{b}. ONE scalar settles it. For three POINTS, collinearity is the point-version: A,B,CA, B, C lie on one line when the displacement AC\vec{AC} is a scalar multiple of AB\vec{AB}.

Definition

  • Collinear vectors: a\vec{a} and b\vec{b} (b0\vec{b} \neq \vec{0}) are collinear iff a=kb\vec{a} = k\vec{b} for some scalar kk. In components, this means the components are proportional: a1b1=a2b2=a3b3\dfrac{a_1}{b_1} = \dfrac{a_2}{b_2} = \dfrac{a_3}{b_3}.
  • Collinear points: A,B,CA, B, C (position vectors a,b,c\vec{a}, \vec{b}, \vec{c}) are collinear iff ABAC\vec{AB} \parallel \vec{AC}, i.e. ba=k(ca)\vec{b} - \vec{a} = k(\vec{c} - \vec{a}) for some scalar kk.
  • \"is collinear with\": the phrase u\vec{u} is collinear with v\vec{v} means u=tv\vec{u} = t\vec{v} — introduce ONE unknown scalar and solve.

Collinearity (one scalar)

a=kba1b1=a2b2=a3b3\vec{a} = k\vec{b} \qquad \dfrac{a_1}{b_1} = \dfrac{a_2}{b_2} = \dfrac{a_3}{b_3}
  • kkthe single scalar; k>0k > 0 same direction, k<0k < 0 opposite

Worked example

Are a=2i^3j^+4k^\vec{a} = 2\hat{i} - 3\hat{j} + 4\hat{k} and b=4i^+6j^8k^\vec{b} = -4\hat{i} + 6\hat{j} - 8\hat{k} collinear? If so, find kk with b=ka\vec{b} = k\vec{a}.
  1. Look for one scalar kk with b=ka\vec{b} = k\vec{a}. From i^\hat{i}: 4=2kk=2-4 = 2k \Rightarrow k = -2.
  2. Check the other components with k=2k = -2: j^\hat{j}: 2(3)=6-2(-3) = 6 \checkmark; k^\hat{k}: 2(4)=8-2(4) = -8 \checkmark.
  3. All three components agree on the SAME kk, so the vectors are collinear (anti-parallel, k<0k < 0).
Answer:Collinear; b=2a\vec{b} = -2\vec{a}, so k=2k = -2.
Practice this conceptself-check · 4 quick reps

Try it yourself

For what value of λ\lambda is a=λi^+2j^\vec{a} = \lambda\hat{i} + 2\hat{j} collinear with b=3i^+6j^\vec{b} = 3\hat{i} + 6\hat{j}?

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 3i^+3j^3\hat{i} + 3\hat{j} collinear?
  2. 2.
    How many scalars settle whether two vectors are collinear?
  3. 3.
    Find kk if 6i^9j^=k(2i^3j^)6\hat{i} - 9\hat{j} = k(2\hat{i} - 3\hat{j}).
  4. 4.
    Points A,B,CA, B, C collinear means AB\vec{AB} is a ___ of AC\vec{AC}.

Collinear needs ONE scalar; coplanar needs TWO — keep the count straight

Whenever a question says \"collinear / parallel,\" introduce ONE unknown scalar (u=tv\vec{u} = t\vec{v}). If it says \"coplanar / lies in the plane of,\" introduce TWO (u=mv+nw\vec{u} = m\vec{v} + n\vec{w}). Mixing up the count is the single biggest source of wrong setups in this subtopic.

Parallel VECTORS vs collinear POINTS

Vectors are parallel when they share a direction; points are collinear when they share a LINE. Test points by displacements: A,B,CA, B, C collinear iff ABAC\vec{AB} \parallel \vec{AC} (they share point AA), not merely \"some pair of vectors is parallel.\"

Concept 3 of 10

Coplanar vectors (two scalars)

Intuition

Three vectors are coplanar when you can draw all three flat in one plane. If b\vec{b} and c\vec{c} are not collinear, they span a plane; a third vector a\vec{a} lies in that plane exactly when it's a linear combination of them: a=mb+nc\vec{a} = m\vec{b} + n\vec{c}. TWO scalars, because the plane is 2-dimensional. A vector that lies in / bisects / is perpendicular within the plane of b,c\vec{b}, \vec{c} is always of this form.

Definition

Three vectors a,b,c\vec{a}, \vec{b}, \vec{c} are coplanar iff one is a linear combination of the other two: a=mb+nc\vec{a} = m\vec{b} + n\vec{c} for some scalars m,nm, n (assuming b,c\vec{b}, \vec{c} non-collinear). Equivalently, their scalar triple product vanishes: [a b c]=0[\vec{a}\ \vec{b}\ \vec{c}] = 0, i.e. the determinant of their components is zero. \"Lies in the plane of b\vec{b} and c\vec{c}\" is the phrase that signals this: write the unknown vector as mb+ncm\vec{b} + n\vec{c} and solve for m,nm, n.

Coplanarity (two scalars)

a=mb+nc[a b c]=a1a2a3b1b2b3c1c2c3=0\vec{a} = m\vec{b} + n\vec{c} \qquad [\vec{a}\ \vec{b}\ \vec{c}] = \begin{vmatrix} a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \end{vmatrix} = 0
  • m,nm, nthe two scalars — one per spanning vector
  • [a b c][\vec{a}\ \vec{b}\ \vec{c}]scalar triple product; zero ⟺ coplanar

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

Show that a=3i^+j^\vec{a} = 3\hat{i} + \hat{j} is coplanar with b=i^+j^\vec{b} = \hat{i} + \hat{j} and c=i^j^\vec{c} = \hat{i} - \hat{j} by writing a=mb+nc\vec{a} = m\vec{b} + n\vec{c}.
  1. Set 3i^+j^=m(i^+j^)+n(i^j^)3\hat{i} + \hat{j} = m(\hat{i} + \hat{j}) + n(\hat{i} - \hat{j}) and equate components.
  2. i^\hat{i}: m+n=3m + n = 3. j^\hat{j}: mn=1m - n = 1.
  3. Add: 2m=4m=22m = 4 \Rightarrow m = 2; then n=1n = 1. A solution exists, so a\vec{a} is coplanar with b,c\vec{b}, \vec{c}.
Answer:a=2b+c\vec{a} = 2\vec{b} + \vec{c} (so m=2, n=1m = 2,\ n = 1); the three are coplanar.
Practice this concept4 quick reps

Practice — Level 1 (4 reps)

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

  1. 1.
    How many scalars express a vector in the plane of two others?
  2. 2.
    Coplanar ⟺ scalar triple product equals ___.
  3. 3.
    Write 2i^2\hat{i} as m(i^+j^)+n(i^j^)m(\hat{i}+\hat{j}) + n(\hat{i}-\hat{j}). Find m,nm, n.
  4. 4.
    If [a b c]0[\vec{a}\ \vec{b}\ \vec{c}] \neq 0, are they coplanar?

Coplanar / dependent ⇒ TWO scalars and a vanishing determinant

For coplanarity you have two equivalent tests: express the vector as mb+ncm\vec{b} + n\vec{c} (good when you need m,nm, n), or set the 3×33\times 3 determinant of the components to zero (good for a yes/no or for finding an unknown component). Pick the test that matches what the question asks for.

Concept 4 of 10

Forming a combination, then normalising / measuring it

Intuition

The most common EASY-to-MODERATE shape: you're handed a,b,c\vec{a}, \vec{b}, \vec{c} and asked about a combination like 2ab+3c2\vec{a} - \vec{b} + 3\vec{c} — find a unit vector along it, a parallel vector of given magnitude, or the angle it makes with another combination. The skill is the same every time: BUILD the combination componentwise first, then apply magnitude / unit-vector / angle as a second step.

Definition

Once a linear combination r=ma+nb+pc\vec{r} = m\vec{a} + n\vec{b} + p\vec{c} is built componentwise, the follow-up is routine:

  • **Unit vector along r\vec{r}:** r^=r/r\hat{r} = \vec{r}/|\vec{r}|.
  • **Vector of magnitude MM parallel to r\vec{r}:** Mr^=MrrM\,\hat{r} = \dfrac{M}{|\vec{r}|}\vec{r}.
  • **Angle between two combinations u,v\vec{u}, \vec{v}:** cosθ=uvuv\cos\theta = \dfrac{\vec{u}\cdot\vec{v}}{|\vec{u}|\,|\vec{v}|}.

Scale a combination to a target magnitude

Mr^=Mrrr^=rrM\,\hat{r} = \dfrac{M}{|\vec{r}|}\,\vec{r} \qquad \hat{r} = \dfrac{\vec{r}}{|\vec{r}|}
  • r\vec{r}the linear combination, built first
  • MMthe required magnitude of the parallel vector

Worked example

Given a=i^+2j^\vec{a} = \hat{i} + 2\hat{j}, b=3i^j^\vec{b} = 3\hat{i} - \hat{j}, find a vector of magnitude 1010 parallel to a+b\vec{a} + \vec{b}.
  1. Build the combination: r=a+b=(1+3)i^+(21)j^=4i^+3j^\vec{r} = \vec{a} + \vec{b} = (1+3)\hat{i} + (2-1)\hat{j} = 4\hat{i} + 3\hat{j}.
  2. Magnitude: r=42+32=25=5|\vec{r}| = \sqrt{4^2 + 3^2} = \sqrt{25} = 5.
  3. Scale to magnitude 1010: 105r=2(4i^+3j^)=8i^+6j^\dfrac{10}{5}\vec{r} = 2(4\hat{i} + 3\hat{j}) = 8\hat{i} + 6\hat{j}.
Answer:8i^+6j^8\hat{i} + 6\hat{j} (the negative 8i^6j^-8\hat{i} - 6\hat{j} is also parallel).
Practice this concept4 quick reps

Practice — Level 1 (4 reps)

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

  1. 1.
    r=3i^+4j^\vec{r} = 3\hat{i} + 4\hat{j}. Find the unit vector along r\vec{r}.
  2. 2.
    A vector of magnitude 66 parallel to r=i^2j^+2k^\vec{r} = \hat{i} - 2\hat{j} + 2\hat{k}?
  3. 3.
    First step before normalising 2ab2\vec{a} - \vec{b}?
  4. 4.
    cosθ\cos\theta between u,v\vec{u}, \vec{v}?

From the bank · past-year question

Example 4VectorsEASY
Given a=i^+j^+k^\vec{a} = \hat{i}+\hat{j}+\hat{k}, b=4i^2j^+3k^\vec{b} = 4\hat{i}-2\hat{j}+3\hat{k}, c=i^2j^+k^\vec{c} = \hat{i}-2\hat{j}+\hat{k}, then a vector of magnitude 6 units, which is parallel to the vector 2ab+3c2\vec{a}-\vec{b}+3\vec{c}, is

[Q124 · 10th May Shift 2 · 2023]

Build the combination BEFORE you normalise — don't normalise the parts

To find a unit vector along 3a+b2c3\vec{a} + \vec{b} - 2\vec{c} you must combine first, get one vector, THEN divide by its magnitude. Normalising a,b,c\vec{a}, \vec{b}, \vec{c} separately and combining the unit vectors gives a different (wrong) direction.

\"Parallel of magnitude MM\" has TWO answers — ±Mr^\pm M\hat{r}

A vector parallel to r\vec{r} can point the same way OR the opposite way, so both +Mr^+M\hat{r} and Mr^-M\hat{r} qualify. MCQs usually list only one; if your computed direction isn't an option, check its negative before assuming an error.

Concept 5 of 10

Collinearity of three points (and who lies between)

Intuition

Three points P,Q,RP, Q, R are collinear when the segments between them lie on one straight line. Test it by displacements: compute PQ\vec{PQ} and QR\vec{QR} (or PR\vec{PR}); if one is a scalar multiple of the other AND they share a common point, the points are collinear. The sign and size of the multiplier even tells you the ORDER — who sits between whom.

Definition

Points P,Q,RP, Q, R with position vectors p,q,r\vec{p}, \vec{q}, \vec{r} are collinear iff QR=kPQ\vec{QR} = k\,\vec{PQ} (or any two displacements are proportional), where PQ=qp\vec{PQ} = \vec{q} - \vec{p}, QR=rq\vec{QR} = \vec{r} - \vec{q}. Reading the multiplier: if QR=kPQ\vec{QR} = k\,\vec{PQ} with k>0k > 0, the line goes PQRP \to Q \to R so **QQ lies between PP and RR**; a negative kk means RR doubles back, putting a different point in the middle.

Three-point collinearity

QR=kPQwherePQ=qp,  QR=rq\vec{QR} = k\,\vec{PQ} \quad\text{where}\quad \vec{PQ} = \vec{q} - \vec{p},\ \ \vec{QR} = \vec{r} - \vec{q}
  • kkthe scalar; its sign/size fixes the order of the points

Worked example

Are P(i^+j^)P(\hat{i} + \hat{j}), Q(3i^+3j^)Q(3\hat{i} + 3\hat{j}), R(6i^+6j^)R(6\hat{i} + 6\hat{j}) collinear? Who lies between?
  1. Displacements: PQ=qp=2i^+2j^\vec{PQ} = \vec{q} - \vec{p} = 2\hat{i} + 2\hat{j}; QR=rq=3i^+3j^\vec{QR} = \vec{r} - \vec{q} = 3\hat{i} + 3\hat{j}.
  2. Test proportionality: QR=32PQ\vec{QR} = \tfrac{3}{2}\vec{PQ} — yes, a scalar multiple, and they share point QQ. So collinear.
  3. The multiplier 32>0\tfrac{3}{2} > 0, so the order along the line is PQRP \to Q \to R: QQ lies between PP and RR.
Answer:Collinear; QQ lies between PP and RR.
Practice this concept4 quick reps

Practice — Level 1 (4 reps)

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

  1. 1.
    PQ=i^+j^\vec{PQ} = \hat{i} + \hat{j}, QR=2i^+2j^\vec{QR} = 2\hat{i} + 2\hat{j}. Collinear?
  2. 2.
    Displacement PQ\vec{PQ} for P(2i^)P(2\hat{i}), Q(5i^)Q(5\hat{i})?
  3. 3.
    If QR=3PQ\vec{QR} = 3\vec{PQ}, who is between PP and RR?
  4. 4.
    Are PQ\vec{PQ} and QR\vec{QR} non-proportional ⇒ points are?

From the bank · past-year question

Example 5VectorsMODERATE
If the points P,QP, Q and RR are with the position vectors i^2j^+3k^,2i^+3j^+2k^\hat{i}-2\hat{j}+3\hat{k},\,-2\hat{i}+3\hat{j}+2\hat{k} and 8i^+13j^-8\hat{i}+13\hat{j} respectively, then these points are

[Q125 · 15th May Shift 2 · 2023]

Use displacements that SHARE a point

To conclude collinearity from QR=kPQ\vec{QR} = k\vec{PQ} the two displacements must share a common point (here QQ). Two parallel displacements that don't share a point only say the segments are parallel — not that all the points lie on ONE line.

Concept 6 of 10

Express a vector as a combination of two others

Intuition

Given a=mb+nc\vec{a} = m\vec{b} + n\vec{c}, the question hands you a,b,c\vec{a}, \vec{b}, \vec{c} and asks for the scalars m,nm, n. Equate components and you get a small linear system — usually two equations from two of the three components are enough; the third is a free consistency check. Solve, then read off whatever the question wants (often m+nm + n or mnmn).

Definition

To write a=mb+nc\vec{a} = m\vec{b} + n\vec{c}: equate each component to get the system a1=mb1+nc1a_1 = mb_1 + nc_1, a2=mb2+nc2a_2 = mb_2 + nc_2, a3=mb3+nc3a_3 = mb_3 + nc_3. Pick the two simplest equations, solve for mm and nn, then verify with the remaining one. If the third equation also holds, the representation is valid (the three vectors are coplanar); if it fails, no such m,nm, n exist.

Two-equation linear system

{a1=mb1+nc1a2=mb2+nc2  m, n\begin{cases} a_1 = mb_1 + nc_1 \\ a_2 = mb_2 + nc_2 \end{cases}\ \Rightarrow\ m,\ n
  • m,nm, ncoefficients to solve for; the 3rd component is the check

Worked example

Write a=5i^+j^\vec{a} = 5\hat{i} + \hat{j} as mb+ncm\vec{b} + n\vec{c} with b=i^+j^\vec{b} = \hat{i} + \hat{j}, c=i^j^\vec{c} = \hat{i} - \hat{j}. Find m+nm + n.
  1. Equate components: i^\hat{i}: m+n=5m + n = 5; j^\hat{j}: mn=1m - n = 1.
  2. Add: 2m=6m=32m = 6 \Rightarrow m = 3; subtract: 2n=4n=22n = 4 \Rightarrow n = 2.
  3. So m+n=3+2=5m + n = 3 + 2 = 5. (Check: 3b+2c=3i^+3j^+2i^2j^=5i^+j^3\vec{b} + 2\vec{c} = 3\hat{i}+3\hat{j} + 2\hat{i}-2\hat{j} = 5\hat{i} + \hat{j} \checkmark.)
Answer:m=3, n=2m = 3,\ n = 2, so m+n=5m + n = 5.
Practice this concept4 quick reps

Practice — Level 1 (4 reps)

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

  1. 1.
    2i^=m(i^+j^)+n(i^j^)2\hat{i} = m(\hat{i}+\hat{j}) + n(\hat{i}-\hat{j}). Find m,nm, n.
  2. 2.
    How many equations does equating components in 3-D give?
  3. 3.
    What does the third component equation provide?
  4. 4.
    If the check fails, the representation ___.

From the bank · past-year question

Example 6VectorsMODERATE
If a=mb+nc\vec{a}=m\vec{b}+n\vec{c}, where a=4i^+13j^18k^\vec{a}=4\hat{i}+13\hat{j}-18\hat{k}, b=i^2j^+3k^\vec{b}=\hat{i}-2\hat{j}+3\hat{k}, c=2i^+3j^4k^\vec{c}=2\hat{i}+3\hat{j}-4\hat{k}, then m+n=m+n=

[Q136 · 10th May Shift 2 · 2024]

Solve from two equations, but ALWAYS verify with the third

Two component-equations pin down m,nm, n — but in 3-D there's a third equation. If it doesn't hold, no valid m,nm, n exist (the vectors aren't coplanar). Skipping the check can hand you scalars that don't actually reproduce a\vec{a}.

Concept 7 of 10

Linear dependence vs independence (the determinant test)

Intuition

A set of vectors is dependent when one of them is \"redundant\" — expressible from the others, so they don't truly fill the space. In 3-D, three vectors are dependent exactly when they're coplanar (one lies in the plane of the other two), and that shows up as a ZERO determinant. Three vectors are independent when only the all-zero combination gives the zero vector — nothing is redundant.

Definition

Vectors a,b,c\vec{a}, \vec{b}, \vec{c} are linearly dependent if there exist scalars x,y,zx, y, z, not all zero, with xa+yb+zc=0x\vec{a} + y\vec{b} + z\vec{c} = \vec{0}. They are independent if xa+yb+zc=0x\vec{a} + y\vec{b} + z\vec{c} = \vec{0} forces x=y=z=0x = y = z = 0. Test in 3-D: dependent ⟺ coplanar ⟺ the determinant of their components is zero:

  • [a b c]=0[\vec{a}\ \vec{b}\ \vec{c}] = 0 ⇒ dependent / coplanar.
  • [a b c]0[\vec{a}\ \vec{b}\ \vec{c}] \neq 0 ⇒ independent / non-coplanar (they form a basis).

Dependence ⟺ vanishing determinant

xa+yb+zc=0 (not all 0)    a1a2a3b1b2b3c1c2c3=0x\vec{a} + y\vec{b} + z\vec{c} = \vec{0}\ (\text{not all }0) \iff \begin{vmatrix} a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \end{vmatrix} = 0
  • x,y,zx, y, zscalars; a non-trivial solution means dependent

Worked example

For what value of λ\lambda are a=i^+j^+k^\vec{a} = \hat{i} + \hat{j} + \hat{k}, b=2i^+3j^+4k^\vec{b} = 2\hat{i} + 3\hat{j} + 4\hat{k}, c=i^+j^+λk^\vec{c} = \hat{i} + \hat{j} + \lambda\hat{k} linearly dependent?
  1. Dependent ⟺ determinant zero. Write the components as rows: 11123411λ=0\begin{vmatrix} 1 & 1 & 1 \\ 2 & 3 & 4 \\ 1 & 1 & \lambda \end{vmatrix} = 0.
  2. Rows 1 and 3 differ only in the last entry, so expand: 1(3λ4)1(2λ4)+1(23)=01(3\lambda - 4) - 1(2\lambda - 4) + 1(2 - 3) = 0.
  3. Simplify: (3λ4)(2λ4)1=λ1=0λ=1(3\lambda - 4) - (2\lambda - 4) - 1 = \lambda - 1 = 0 \Rightarrow \lambda = 1.
Answer:λ=1\lambda = 1 (then c=a\vec{c} = \vec{a}, trivially dependent).
Practice this concept4 quick reps

Practice — Level 1 (4 reps)

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

  1. 1.
    Three coplanar vectors are linearly ___.
  2. 2.
    [a b c]=0[\vec{a}\ \vec{b}\ \vec{c}] = 0 means the vectors are?
  3. 3.
    If xa+yb+zc=0x\vec{a}+y\vec{b}+z\vec{c}=\vec{0} only when x=y=z=0x=y=z=0, they are?
  4. 4.
    Three independent 3-D vectors form a ___.

From the bank · past-year question

Example 7VectorsMODERATE
If a=i^+j^+k^\vec{a} = \hat{i}+\hat{j}+\hat{k}, b=4i^+3j^+4k^\vec{b} = 4\hat{i}+3\hat{j}+4\hat{k} and c=i^+αj^+βk^\vec{c} = \hat{i}+\alpha\hat{j}+\beta\hat{k} are linearly dependent vectors and c=3|\vec{c}|=\sqrt{3}, then the value of α\alpha and β\beta are respectively.

[Q114 · 11th May Shift 2 · 2024]

Linearly dependent = coplanar = zero determinant — three names, one idea

In 3-D these are the SAME condition. A question may phrase it as \"linearly dependent,\" \"coplanar,\" or \"scalar triple product is zero\" — all three send you to the same 3×33\times 3 determinant set to zero.

A second condition (like c=3|\vec{c}| = \sqrt{3}) is part of the same problem

Dependence often fixes only ONE unknown (e.g. β=1\beta = 1). A magnitude condition supplies the OTHER (e.g. 1+α2+1=3α=±11 + \alpha^2 + 1 = 3 \Rightarrow \alpha = \pm 1). Use both givens — don't stop after the determinant.

Concept 8 of 10

Chained-collinearity systems (\"no two collinear\")

Intuition

The signature HARD shape: a,b,c\vec{a}, \vec{b}, \vec{c} are three vectors, no two collinear, and you're told two collinearity facts — \"a+2b\vec{a} + 2\vec{b} is collinear with c\vec{c}\" and \"b+3c\vec{b} + 3\vec{c} is collinear with a\vec{a}.\" Each fact gives ONE scalar equation; equate coefficients of the (independent) a,b,c\vec{a}, \vec{b}, \vec{c} on both sides, solve the little system, and the result is forced.

Definition

Turn each \"collinear with\" into a scalar multiple, then use independence to match coefficients:

  • a+2b=tc\vec{a} + 2\vec{b} = t\vec{c} (one scalar tt).
  • b+3c=λa\vec{b} + 3\vec{c} = \lambda\vec{a} (one scalar λ\lambda).

Substitute one into the other and compare coefficients of the linearly-independent a,b,c\vec{a}, \vec{b}, \vec{c} (each side's coefficient of a given basis vector must match). This pins down t,λt, \lambda — typically t=6, λ=12t = -6,\ \lambda = -\tfrac{1}{2} — and yields the target, e.g. a+2b=6c\vec{a} + 2\vec{b} = -6\vec{c}, so a+2b+6c=0\vec{a} + 2\vec{b} + 6\vec{c} = \vec{0}.

Chained collinearity

a+2b=tc,b+3c=λa    t=6, λ=12\vec{a} + 2\vec{b} = t\vec{c}, \quad \vec{b} + 3\vec{c} = \lambda\vec{a} \;\Rightarrow\; t = -6,\ \lambda = -\tfrac{1}{2}
  • t,λt, \lambdaone scalar per collinearity fact; matched via coefficient comparison

Worked example

a,b,c\vec{a}, \vec{b}, \vec{c}: no two collinear. a+2b\vec{a} + 2\vec{b} is collinear with c\vec{c}, and b+3c\vec{b} + 3\vec{c} is collinear with a\vec{a}. Find a+2b\vec{a} + 2\vec{b} in terms of c\vec{c}.
  1. Write the two facts: a+2b=tc\vec{a} + 2\vec{b} = t\vec{c} and b+3c=λa\vec{b} + 3\vec{c} = \lambda\vec{a}.
  2. From the first, a=tc2b\vec{a} = t\vec{c} - 2\vec{b}. Substitute into the second: b+3c=λ(tc2b)=2λb+λtc\vec{b} + 3\vec{c} = \lambda(t\vec{c} - 2\vec{b}) = -2\lambda\vec{b} + \lambda t\,\vec{c}.
  3. Match coefficients (b,c\vec{b}, \vec{c} independent): b\vec{b}: 1=2λλ=121 = -2\lambda \Rightarrow \lambda = -\tfrac{1}{2}. c\vec{c}: 3=λt=12tt=63 = \lambda t = -\tfrac{1}{2}t \Rightarrow t = -6.
  4. So a+2b=tc=6c\vec{a} + 2\vec{b} = t\vec{c} = -6\vec{c}.
Answer:a+2b=6c\vec{a} + 2\vec{b} = -6\vec{c} (equivalently a+2b+6c=0\vec{a} + 2\vec{b} + 6\vec{c} = \vec{0}).
Practice this concept4 quick reps

Practice — Level 1 (4 reps)

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

  1. 1.
    \"u\vec{u} is collinear with v\vec{v}\" becomes which equation?
  2. 2.
    From a+2b=6c\vec{a}+2\vec{b} = -6\vec{c}, find a+2b+6c\vec{a}+2\vec{b}+6\vec{c}.
  3. 3.
    How many unknown scalars do two collinearity facts give?
  4. 4.
    Why can you match coefficients of a,b,c\vec{a}, \vec{b}, \vec{c}?

From the bank · past-year question

Example 8VectorsMODERATE
If a,b,c\vec{a}, \vec{b}, \vec{c} are three non-zero vectors, no two of them are collinear, a+2b\vec{a}+2\vec{b} is collinear with c\vec{c}, b+3c\vec{b}+3\vec{c} is collinear with a\vec{a}, then a+2b\vec{a}+2\vec{b} is

[Q144 · 12th May Shift 2 · 2024]

Match coefficients only because the vectors are independent

\"No two collinear\" (in fact, all three independent) is the hypothesis that LETS you equate coefficients of a,b,c\vec{a}, \vec{b}, \vec{c} on both sides. Without independence you couldn't conclude that equal vector-expressions force equal coefficients.

Read the target carefully: a+2b\vec{a}+2\vec{b} vs a+2b+6c\vec{a}+2\vec{b}+6\vec{c}

The same setup answers two different MCQ targets. If a+2b=6c\vec{a}+2\vec{b} = -6\vec{c}, then the value of a+2b\vec{a}+2\vec{b} is 6c-6\vec{c}, but the value of a+2b+6c\vec{a}+2\vec{b}+6\vec{c} is 0\vec{0}. Answer the one actually asked.

Concept 9 of 10

A vector lying in the plane of two others

Intuition

When a question says a vector \"lies in the plane of b\vec{b} and c\vec{c}\" (or is coplanar with them), write it as v=b+λc\vec{v} = \vec{b} + \lambda\vec{c} (or mb+ncm\vec{b} + n\vec{c}) — TWO scalars. Then a SECOND condition (it bisects the angle, is perpendicular to one of them, has a given projection or magnitude) pins down the scalar(s). Coplanarity supplies the FORM; the extra condition supplies the NUMBERS.

Definition

A vector v\vec{v} coplanar with non-collinear b,c\vec{b}, \vec{c} has the form v=mb+nc\vec{v} = m\vec{b} + n\vec{c}. Common second conditions and how to use them:

  • **Bisects the angle between b,c\vec{b}, \vec{c}:** v\vec{v} is parallel to b^+c^\hat{b} + \hat{c} (sum of the UNIT vectors).
  • **Perpendicular to q\vec{q}:** impose vq=0\vec{v}\cdot\vec{q} = 0.
  • **Projection on c\vec{c} equals kk:** impose vcc=k\dfrac{\vec{v}\cdot\vec{c}}{|\vec{c}|} = k.
  • **Magnitude MM:** scale the resulting direction to length MM.

Coplanar form + a second condition

v=mb+ncwithvq=0  or  vcc=k\vec{v} = m\vec{b} + n\vec{c} \quad\text{with}\quad \vec{v}\cdot\vec{q} = 0 \ \text{ or }\ \dfrac{\vec{v}\cdot\vec{c}}{|\vec{c}|} = k
  • m,nm, ntwo scalars from coplanarity
  • second conditionbisector / perpendicular / projection / magnitude — fixes the scalars

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

Find a vector v\vec{v} in the plane of b=i^+j^\vec{b} = \hat{i} + \hat{j} and c=j^+k^\vec{c} = \hat{j} + \hat{k} that is perpendicular to c\vec{c}.
  1. Coplanar form: v=b+λc=i^+(1+λ)j^+λk^\vec{v} = \vec{b} + \lambda\vec{c} = \hat{i} + (1+\lambda)\hat{j} + \lambda\hat{k}.
  2. Perpendicular to c\vec{c}: vc=0\vec{v}\cdot\vec{c} = 0. Here vc=(1+λ)1+λ1=1+2λ\vec{v}\cdot\vec{c} = (1+\lambda)\cdot 1 + \lambda\cdot 1 = 1 + 2\lambda.
  3. Set 1+2λ=0λ=121 + 2\lambda = 0 \Rightarrow \lambda = -\tfrac{1}{2}. Then v=i^+12j^12k^\vec{v} = \hat{i} + \tfrac{1}{2}\hat{j} - \tfrac{1}{2}\hat{k}, or scaling by 2, 2i^+j^k^2\hat{i} + \hat{j} - \hat{k}.
Answer:v=2i^+j^k^\vec{v} = 2\hat{i} + \hat{j} - \hat{k} (any non-zero multiple works).
Practice this conceptself-check · 4 quick reps

Try it yourself

Find a vector in the plane of b=i^+j^\vec{b} = \hat{i} + \hat{j} and c=i^j^\vec{c} = \hat{i} - \hat{j} perpendicular to b\vec{b}.

Practice — Level 1 (4 reps)

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

  1. 1.
    Form of a vector coplanar with b,c\vec{b}, \vec{c}?
  2. 2.
    Angle-bisector of b,c\vec{b}, \vec{c} is parallel to?
  3. 3.
    \"Perpendicular to q\vec{q}\" gives which equation?
  4. 4.
    Coplanarity fixes the ___; the second condition fixes the ___.

From the bank · past-year question

Example 9VectorsHARD
The vector a=αi^+2j^+βk^\vec{a} = \alpha\hat{i} + 2\hat{j} + \beta\hat{k} lies in the plane of the vectors b=i^+j^\vec{b} = \hat{i}+\hat{j} and c=j^+k^\vec{c} = \hat{j}+\hat{k} and bisects the angle between b\vec{b} and c\vec{c}. Then which one of the following gives possible values of α\alpha and β\beta?

[Q111 · 9th May Shift 2 · 2023]

Angle bisector uses UNIT vectors, not the raw vectors

The internal bisector of b\vec{b} and c\vec{c} is along b^+c^=bb+cc\hat{b} + \hat{c} = \dfrac{\vec{b}}{|\vec{b}|} + \dfrac{\vec{c}}{|\vec{c}|}. Adding b+c\vec{b} + \vec{c} directly only bisects when b=c|\vec{b}| = |\vec{c}| — otherwise you get the wrong direction.

Coplanar form first, condition second

Always WRITE the coplanar form mb+ncm\vec{b} + n\vec{c} before imposing the perpendicular / projection / magnitude condition. Trying to satisfy the condition without restricting to the plane gives a vector that doesn't actually lie where the question requires.

Concept 10 of 10

Components of a vector against a transformed basis

Intuition

Three non-coplanar vectors form a basis, so any vector s\vec{s} has UNIQUE components along them. The HARD twist: you're given s\vec{s}'s components along p,q,r\vec{p}, \vec{q}, \vec{r}, and asked for its components along COMBINATIONS of them (like p+q+r-\vec{p}+\vec{q}+\vec{r}). Write s\vec{s} the new way, substitute, and match coefficients of p,q,r\vec{p}, \vec{q}, \vec{r} — a clean linear system.

Definition

If p,q,r\vec{p}, \vec{q}, \vec{r} are non-coplanar and s=4p+3q+5r\vec{s} = 4\vec{p} + 3\vec{q} + 5\vec{r} (the given components), then writing s=x(p+q+r)+y(pq+r)+z(pq+r)\vec{s} = x(-\vec{p}+\vec{q}+\vec{r}) + y(\vec{p}-\vec{q}+\vec{r}) + z(-\vec{p}-\vec{q}+\vec{r}) and collecting like terms gives a system: the coefficient of p\vec{p} must equal 44, of q\vec{q} equal 33, of r\vec{r} equal 55. Solve the 3×33\times 3 system for x,y,zx, y, z; independence of p,q,r\vec{p}, \vec{q}, \vec{r} is what makes the coefficient-matching valid.

Match coefficients of a basis

{x+yz=4  xyz=3  x+y+z=5\begin{cases} -x + y - z = 4 \\ \ \ x - y - z = 3 \\ \ \ x + y + z = 5 \end{cases}
  • rowscoefficients of p,q,r\vec{p}, \vec{q}, \vec{r} equated to the given components

Worked example

p,q,r\vec{p}, \vec{q}, \vec{r} non-coplanar; s=4p+3q+5r\vec{s} = 4\vec{p} + 3\vec{q} + 5\vec{r}. Find x,y,zx, y, z so s=x(p+q+r)+y(pq+r)+z(pq+r)\vec{s} = x(-\vec{p}+\vec{q}+\vec{r}) + y(\vec{p}-\vec{q}+\vec{r}) + z(-\vec{p}-\vec{q}+\vec{r}), and evaluate 2x+y+z2x + y + z.
  1. Collect coefficients. p\vec{p}: x+yz=4-x + y - z = 4. q\vec{q}: xyz=3x - y - z = 3. r\vec{r}: x+y+z=5x + y + z = 5.
  2. Add the q\vec{q}- and r\vec{r}-equations: (xyz)+(x+y+z)=3+52x=8x=4(x-y-z) + (x+y+z) = 3 + 5 \Rightarrow 2x = 8 \Rightarrow x = 4.
  3. Add the p\vec{p}- and r\vec{r}-equations: (x+yz)+(x+y+z)=4+52y=9y=92(-x+y-z) + (x+y+z) = 4 + 5 \Rightarrow 2y = 9 \Rightarrow y = \tfrac{9}{2}.
  4. Add the p\vec{p}- and q\vec{q}-equations: (x+yz)+(xyz)=4+32z=7z=72(-x+y-z) + (x-y-z) = 4 + 3 \Rightarrow -2z = 7 \Rightarrow z = -\tfrac{7}{2}.
  5. Now 2x+y+z=8+9272=8+1=92x + y + z = 8 + \tfrac{9}{2} - \tfrac{7}{2} = 8 + 1 = 9.
Answer:x=4, y=92, z=72x = 4,\ y = \tfrac{9}{2},\ z = -\tfrac{7}{2}; 2x+y+z=92x + y + z = 9.
Practice this concept4 quick reps

Practice — Level 1 (4 reps)

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

  1. 1.
    Three non-coplanar vectors form a ___.
  2. 2.
    Are the components of s\vec{s} along a basis unique?
  3. 3.
    Why may we equate coefficients of p,q,r\vec{p}, \vec{q}, \vec{r}?
  4. 4.
    Solve xyz=3, x+y+z=5x - y - z = 3,\ x + y + z = 5 for xx.

From the bank · past-year question

Example 10VectorsHARD
Suppose that p\vec{p}, q\vec{q} and r\vec{r} are three non-coplanar vectors in R3\mathbb{R}^3. Let the components of a vector s\vec{s} along p\vec{p}, q\vec{q} and r\vec{r} be 4, 3 and 5 respectively. If the components of this vector s\vec{s} along (p+q+r)(-\vec{p}+\vec{q}+\vec{r}), (pq+r)(\vec{p}-\vec{q}+\vec{r}) and (pq+r)(-\vec{p}-\vec{q}+\vec{r}) are xx, yy and zz respectively, then the value of 2x+y+z2x+y+z is

[Q130 · 9th May Shift 1 · 2023]

Equating components needs an INDEPENDENT basis

Matching coefficients of p,q,r\vec{p}, \vec{q}, \vec{r} on both sides is valid ONLY because they are non-coplanar (independent), giving a unique representation. If they were coplanar the components wouldn't be unique and the method collapses.

Answer the asked combination, not the raw x,y,zx, y, z

Many of these end by asking for a combination like 2x+y+z2x + y + z, not the individual scalars. Solve the system fully, then plug into the requested expression — a fraction in yy and zz often cancels cleanly there.

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

  • Linear combination of vectors

    Linear combination

    r=ma+nb+pcri=mai+nbi+pci\vec{r} = m\vec{a} + n\vec{b} + p\vec{c} \qquad r_i = ma_i + nb_i + pc_i
  • Collinear vectors and collinear points (one scalar)

    Collinearity (one scalar)

    a=kba1b1=a2b2=a3b3\vec{a} = k\vec{b} \qquad \dfrac{a_1}{b_1} = \dfrac{a_2}{b_2} = \dfrac{a_3}{b_3}
  • Coplanar vectors (two scalars)

    Coplanarity (two scalars)

    a=mb+nc[a b c]=a1a2a3b1b2b3c1c2c3=0\vec{a} = m\vec{b} + n\vec{c} \qquad [\vec{a}\ \vec{b}\ \vec{c}] = \begin{vmatrix} a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \end{vmatrix} = 0
  • Forming a combination, then normalising / measuring it

    Scale a combination to a target magnitude

    Mr^=Mrrr^=rrM\,\hat{r} = \dfrac{M}{|\vec{r}|}\,\vec{r} \qquad \hat{r} = \dfrac{\vec{r}}{|\vec{r}|}
  • Collinearity of three points (and who lies between)

    Three-point collinearity

    QR=kPQwherePQ=qp,  QR=rq\vec{QR} = k\,\vec{PQ} \quad\text{where}\quad \vec{PQ} = \vec{q} - \vec{p},\ \ \vec{QR} = \vec{r} - \vec{q}
  • Express a vector as a combination of two others

    Two-equation linear system

    {a1=mb1+nc1a2=mb2+nc2  m, n\begin{cases} a_1 = mb_1 + nc_1 \\ a_2 = mb_2 + nc_2 \end{cases}\ \Rightarrow\ m,\ n
  • Linear dependence vs independence (the determinant test)

    Dependence ⟺ vanishing determinant

    xa+yb+zc=0 (not all 0)    a1a2a3b1b2b3c1c2c3=0x\vec{a} + y\vec{b} + z\vec{c} = \vec{0}\ (\text{not all }0) \iff \begin{vmatrix} a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \end{vmatrix} = 0
  • Chained-collinearity systems (\"no two collinear\")

    Chained collinearity

    a+2b=tc,b+3c=λa    t=6, λ=12\vec{a} + 2\vec{b} = t\vec{c}, \quad \vec{b} + 3\vec{c} = \lambda\vec{a} \;\Rightarrow\; t = -6,\ \lambda = -\tfrac{1}{2}
  • A vector lying in the plane of two others

    Coplanar form + a second condition

    v=mb+ncwithvq=0  or  vcc=k\vec{v} = m\vec{b} + n\vec{c} \quad\text{with}\quad \vec{v}\cdot\vec{q} = 0 \ \text{ or }\ \dfrac{\vec{v}\cdot\vec{c}}{|\vec{c}|} = k
  • Components of a vector against a transformed basis

    Match coefficients of a basis

    {x+yz=4  xyz=3  x+y+z=5\begin{cases} -x + y - z = 4 \\ \ \ x - y - z = 3 \\ \ \ x + y + z = 5 \end{cases}

Watch out for (16)

Mastery check — 5 interleaved questions

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

Example 1VectorsMODERATE
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}, then the angle between the vectors (2a+b)(2\vec{a}+\vec{b}) and (a+2b)(\vec{a}+2\vec{b}) is

[Q103 · 4th May Shift 2 · 2023]

Example 2VectorsHARD
Let a,b\vec{a},\vec{b}, and c\vec{c} be three non-zero vectors such that no two of these are collinear. If the vector a+2b\vec{a}+2\vec{b} is collinear with c\vec{c} and b+3c\vec{b}+3\vec{c} is collinear with a\vec{a}, then a+2b+6c\vec{a}+2\vec{b}+6\vec{c} equals

[Q120 · 11th May Shift 2 · 2023]

Example 3VectorsHARD
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}, c=i^+j^k^\vec{c}=\hat{i}+\hat{j}-\hat{k}. Vector in plane of a\vec{a} and b\vec{b}, projection on c\vec{c} is 13\frac{1}{\sqrt{3}}

[Q135 · 10th May Shift 1 · 2024]

Example 4VectorsMODERATE
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 · 16th May Shift 2 · 2023]

Example 5VectorsHARD
If a,b,c\vec{a},\vec{b},\vec{c} are three non-zero vectors, no two of them are collinear, a+2b\vec{a}+2\vec{b} is collinear with c\vec{c}, b+3c\vec{b}+3\vec{c} is collinear with a\vec{a}, then a+2b+6c\vec{a}+2\vec{b}+6\vec{c} is

[Q144 · 13th May Shift 1 · 2024]

Drill every past-year question on this subtopic

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

Related notes