How This Bank Works

Note: These are original practice questions written in the CBSE/State Board pattern — matched to the style, difficulty and mark-distribution of recent board papers, not copied from any specific year's paper. Attempt each question on paper before reading the solution.

Vector Algebra questions on the board paper are short and formula-driven — the chapter typically contributes one or two 2-mark questions, a 3-mark computation, and occasionally shares a 5-mark slot with Three Dimensional Geometry. The five askable skills: unit vectors and direction cosines, collinearity and the section formula, dot product (angles, projections, perpendicularity conditions), cross product (perpendicular vectors, areas), and short vector proofs (rhombus diagonals, angle in a semicircle, algebraic identities).

Presentation rules that earn marks:

  1. State the formula before substituting. "Projection of a⃗\vec{a} on b⃗\vec{b} =a⃗⋅b⃗∣b⃗∣= \dfrac{\vec{a}\cdot\vec{b}}{|\vec{b}|}" written first earns its mark even if arithmetic later slips.
  2. Show the determinant for every cross product — examiners look for the 3×33 \times 3 array with i^,j^,k^\hat{i}, \hat{j}, \hat{k} in the top row.
  3. Keep vectors and scalars visually distinct: arrows on vectors, none on magnitudes. Writing a⃗=3\vec{a} = 3 costs presentation marks; ∣a⃗∣=3|\vec{a}| = 3 does not.
  4. In proofs, end with the statement proved — "hence the diagonals are perpendicular" — mirroring the question's wording.

2-Mark Questions

Q1. Find the unit vector in the direction of a⃗=2i^−3j^+6k^\vec{a} = 2\hat{i} - 3\hat{j} + 6\hat{k}.

Solution:

  1. Magnitude: ∣a⃗∣=4+9+36=7|\vec{a}| = \sqrt{4 + 9 + 36} = 7.
  2. Divide: a^=17(2i^−3j^+6k^)\hat{a} = \dfrac{1}{7}\left(2\hat{i} - 3\hat{j} + 6\hat{k}\right).

Answer: 27i^−37j^+67k^\dfrac{2}{7}\hat{i} - \dfrac{3}{7}\hat{j} + \dfrac{6}{7}\hat{k}.


Q2. Find λ\lambda if 2i^+λj^+k^2\hat{i} + \lambda\hat{j} + \hat{k} is perpendicular to i^−2j^+3k^\hat{i} - 2\hat{j} + 3\hat{k}.

Solution:

  1. Perpendicular means zero dot: 2−2λ+3=02 - 2\lambda + 3 = 0.
  2. Solve: λ=52\lambda = \dfrac{5}{2}.

Answer: λ=52\lambda = \dfrac{5}{2}.


Q3. If ∣a⃗∣=10|\vec{a}| = 10, ∣b⃗∣=2|\vec{b}| = 2 and a⃗⋅b⃗=12\vec{a}\cdot\vec{b} = 12, find ∣a⃗×b⃗∣\left|\vec{a} \times \vec{b}\right|.

Solution:

  1. Lagrange's identity: ∣a⃗×b⃗∣2=∣a⃗∣2∣b⃗∣2−(a⃗⋅b⃗)2=400−144=256\left|\vec{a}\times\vec{b}\right|^2 = |\vec{a}|^2|\vec{b}|^2 - \left(\vec{a}\cdot\vec{b}\right)^2 = 400 - 144 = 256.

Answer: ∣a⃗×b⃗∣=16\left|\vec{a}\times\vec{b}\right| = 16.


Q4. Write the direction cosines of the vector −2i^+j^−5k^-2\hat{i} + \hat{j} - 5\hat{k}.

Solution:

  1. Magnitude: 4+1+25=30\sqrt{4 + 1 + 25} = \sqrt{30}.
  2. Divide each component: (−230,130,−530)\left(-\dfrac{2}{\sqrt{30}}, \dfrac{1}{\sqrt{30}}, -\dfrac{5}{\sqrt{30}}\right).

Answer: l=−230l = -\dfrac{2}{\sqrt{30}}, m=130m = \dfrac{1}{\sqrt{30}}, n=−530n = -\dfrac{5}{\sqrt{30}} — signs stay with their components.

3-Mark Questions

Q5. Find the vector c⃗\vec{c} such that a⃗×c⃗=b⃗\vec{a} \times \vec{c} = \vec{b} and a⃗⋅c⃗=3\vec{a}\cdot\vec{c} = 3, where a⃗=i^+j^+k^\vec{a} = \hat{i} + \hat{j} + \hat{k} and b⃗=j^−k^\vec{b} = \hat{j} - \hat{k}.

Solution:

  1. Set c⃗=xi^+yj^+zk^\vec{c} = x\hat{i} + y\hat{j} + z\hat{k} and expand the cross: a⃗×c⃗=(z−y)i^+(x−z)j^+(y−x)k^=0i^+j^−k^\vec{a}\times\vec{c} = (z - y)\hat{i} + (x - z)\hat{j} + (y - x)\hat{k} = 0\hat{i} + \hat{j} - \hat{k}.
  2. Match components: z=yz = y, x−z=1x - z = 1, y−x=−1y - x = -1 — consistent, giving x=z+1x = z + 1, y=zy = z.
  3. Use the dot condition: x+y+z=3⇒(z+1)+z+z=3⇒z=23x + y + z = 3 \Rightarrow (z + 1) + z + z = 3 \Rightarrow z = \dfrac{2}{3}.

Answer: c⃗=13(5i^+2j^+2k^)\vec{c} = \dfrac{1}{3}\left(5\hat{i} + 2\hat{j} + 2\hat{k}\right). Check: a⃗⋅c⃗=5+2+23=3\vec{a}\cdot\vec{c} = \dfrac{5+2+2}{3} = 3. ✓


Q6. Find the area of the parallelogram whose diagonals are d⃗1=3i^+j^−2k^\vec{d}_1 = 3\hat{i} + \hat{j} - 2\hat{k} and d⃗2=i^−3j^+4k^\vec{d}_2 = \hat{i} - 3\hat{j} + 4\hat{k}.

Solution:

  1. Diagonal formula: area =12∣d⃗1×d⃗2∣= \dfrac{1}{2}\left|\vec{d}_1 \times \vec{d}_2\right| (from Example 20 of the Solved Examples: the side-parallelogram has half the area of the diagonal-parallelogram).
  2. Cross: ∣i^j^k^31−21−34∣=(4−6)i^−(12+2)j^+(−9−1)k^=−2i^−14j^−10k^\begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 3 & 1 & -2 \\ 1 & -3 & 4 \end{vmatrix} = (4 - 6)\hat{i} - (12 + 2)\hat{j} + (-9 - 1)\hat{k} = -2\hat{i} - 14\hat{j} - 10\hat{k}.
  3. Halve the magnitude: 124+196+100=12300=53\dfrac{1}{2}\sqrt{4 + 196 + 100} = \dfrac{1}{2}\sqrt{300} = 5\sqrt{3}.

Answer: 535\sqrt{3} square units.


Q7. If a^\hat{a} and b^\hat{b} are unit vectors and θ\theta is the angle between them, show that sin⁡θ2=12∣a^−b^∣\sin\dfrac{\theta}{2} = \dfrac{1}{2}\left|\hat{a} - \hat{b}\right|.

Solution:

  1. Square the difference: ∣a^−b^∣2=1+1−2cos⁡θ=2(1−cos⁡θ)\left|\hat{a}-\hat{b}\right|^2 = 1 + 1 - 2\cos\theta = 2\left(1 - \cos\theta\right).
  2. Half-angle: 1−cos⁡θ=2sin⁡2θ21 - \cos\theta = 2\sin^2\dfrac{\theta}{2}, so ∣a^−b^∣2=4sin⁡2θ2\left|\hat{a}-\hat{b}\right|^2 = 4\sin^2\dfrac{\theta}{2}.
  3. Take roots: ∣a^−b^∣=2sin⁡θ2\left|\hat{a}-\hat{b}\right| = 2\sin\dfrac{\theta}{2} (both sides non-negative for 0≤θ≤π0 \leq \theta \leq \pi).

Answer: sin⁡θ2=12∣a^−b^∣\sin\dfrac{\theta}{2} = \dfrac{1}{2}\left|\hat{a}-\hat{b}\right|, as required.


Q8. Find the projection of b⃗+c⃗\vec{b} + \vec{c} on a⃗\vec{a}, where a⃗=2i^−2j^+k^\vec{a} = 2\hat{i} - 2\hat{j} + \hat{k}, b⃗=i^+2j^−2k^\vec{b} = \hat{i} + 2\hat{j} - 2\hat{k} and c⃗=2i^−j^+4k^\vec{c} = 2\hat{i} - \hat{j} + 4\hat{k}.

Solution:

  1. Sum first: b⃗+c⃗=3i^+j^+2k^\vec{b} + \vec{c} = 3\hat{i} + \hat{j} + 2\hat{k}.
  2. Dot and divide: (b⃗+c⃗)⋅a⃗=6−2+2=6\left(\vec{b}+\vec{c}\right)\cdot\vec{a} = 6 - 2 + 2 = 6; ∣a⃗∣=4+4+1=3|\vec{a}| = \sqrt{4+4+1} = 3.

Answer: projection =63=2= \dfrac{6}{3} = 2.

5-Mark Questions

Q9. Find the vector d⃗\vec{d} perpendicular to both a⃗=4i^+5j^−k^\vec{a} = 4\hat{i} + 5\hat{j} - \hat{k} and b⃗=i^−4j^+5k^\vec{b} = \hat{i} - 4\hat{j} + 5\hat{k}, satisfying d⃗⋅c⃗=21\vec{d}\cdot\vec{c} = 21 where c⃗=3i^+j^−k^\vec{c} = 3\hat{i} + \hat{j} - \hat{k}.

Solution:

  1. Perpendicular to both: d⃗=λ(a⃗×b⃗)\vec{d} = \lambda\left(\vec{a}\times\vec{b}\right).
  2. Cross: ∣i^j^k^45−11−45∣=(25−4)i^−(20+1)j^+(−16−5)k^=21i^−21j^−21k^\begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 4 & 5 & -1 \\ 1 & -4 & 5 \end{vmatrix} = (25 - 4)\hat{i} - (20 + 1)\hat{j} + (-16 - 5)\hat{k} = 21\hat{i} - 21\hat{j} - 21\hat{k}.
  3. Dot condition: c⃗⋅(a⃗×b⃗)=63−21+21=63\vec{c}\cdot\left(\vec{a}\times\vec{b}\right) = 63 - 21 + 21 = 63, so 63λ=2163\lambda = 21, λ=13\lambda = \dfrac{1}{3}.

Answer: d⃗=7i^−7j^−7k^\vec{d} = 7\hat{i} - 7\hat{j} - 7\hat{k}.


Q10. Find the area of the triangle with vertices A(1,−1,2)A(1, -1, 2), B(2,1,−1)B(2, 1, -1) and C(3,−1,1)C(3, -1, 1).

Solution:

  1. Side vectors from AA: AB→=i^+2j^−3k^\overrightarrow{AB} = \hat{i} + 2\hat{j} - 3\hat{k}, AC→=2i^−k^\overrightarrow{AC} = 2\hat{i} - \hat{k}.
  2. Cross: ∣i^j^k^12−320−1∣=(−2−0)i^−(−1+6)j^+(0−4)k^=−2i^−5j^−4k^\begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & 2 & -3 \\ 2 & 0 & -1 \end{vmatrix} = (-2 - 0)\hat{i} - (-1 + 6)\hat{j} + (0 - 4)\hat{k} = -2\hat{i} - 5\hat{j} - 4\hat{k}.
  3. Halve the magnitude: ∣AB→×AC→∣=4+25+16=45=35\left|\overrightarrow{AB}\times\overrightarrow{AC}\right| = \sqrt{4 + 25 + 16} = \sqrt{45} = 3\sqrt{5}.

Answer: area =352= \dfrac{3\sqrt{5}}{2} square units.


Q11. For any two nonzero vectors a⃗\vec{a} and b⃗\vec{b}, prove that ∣a⃗∣b⃗+∣b⃗∣a⃗|\vec{a}|\vec{b} + |\vec{b}|\vec{a} is perpendicular to ∣a⃗∣b⃗−∣b⃗∣a⃗|\vec{a}|\vec{b} - |\vec{b}|\vec{a}.

Solution:

  1. Dot the two combinations: (∣a⃗∣b⃗+∣b⃗∣a⃗)⋅(∣a⃗∣b⃗−∣b⃗∣a⃗)\left(|\vec{a}|\vec{b} + |\vec{b}|\vec{a}\right)\cdot\left(|\vec{a}|\vec{b} - |\vec{b}|\vec{a}\right).
  2. Expand (difference of squares): ∣a⃗∣2(b⃗⋅b⃗)−∣b⃗∣2(a⃗⋅a⃗)=∣a⃗∣2∣b⃗∣2−∣b⃗∣2∣a⃗∣2=0|\vec{a}|^2\left(\vec{b}\cdot\vec{b}\right) - |\vec{b}|^2\left(\vec{a}\cdot\vec{a}\right) = |\vec{a}|^2|\vec{b}|^2 - |\vec{b}|^2|\vec{a}|^2 = 0 (the middle terms ∓∣a⃗∣∣b⃗∣ a⃗⋅b⃗\mp|\vec{a}||\vec{b}|\,\vec{a}\cdot\vec{b} cancel by commutativity).

Answer: the dot product vanishes, hence the vectors are perpendicular — geometrically, these are the diagonals of a rhombus built on ∣a⃗∣b⃗|\vec{a}|\vec{b} and ∣b⃗∣a⃗|\vec{b}|\vec{a}, two vectors of equal length ∣a⃗∣∣b⃗∣|\vec{a}||\vec{b}|.


Q12. Using vectors, prove that the angle inscribed in a semicircle is a right angle.

Solution:

  1. Set up: let the circle have centre OO and radius rr, with diameter endpoints AA and BB having position vectors a⃗\vec{a} and −a⃗-\vec{a} (so ∣a⃗∣=r|\vec{a}| = r). Let PP be any point on the circle, position vector p⃗\vec{p} with ∣p⃗∣=r|\vec{p}| = r.
  2. The two chord vectors: PA→=a⃗−p⃗\overrightarrow{PA} = \vec{a} - \vec{p} and PB→=−a⃗−p⃗\overrightarrow{PB} = -\vec{a} - \vec{p}.
  3. Dot them: (a⃗−p⃗)⋅(−a⃗−p⃗)=−∣a⃗∣2+p⃗⋅p⃗=∣p⃗∣2−∣a⃗∣2=r2−r2=0\left(\vec{a} - \vec{p}\right)\cdot\left(-\vec{a} - \vec{p}\right) = -|\vec{a}|^2 + \vec{p}\cdot\vec{p} = |\vec{p}|^2 - |\vec{a}|^2 = r^2 - r^2 = 0.

Answer: PA→⊥PB→\overrightarrow{PA} \perp \overrightarrow{PB} for every position of PP on the circle — the angle in a semicircle is right, proved in three lines with one dot product.