If |a|=2, |b|=3 and a·b=4, find |a×b| and angle between vectors

easy CBSE JEE-MAIN NCERT Class 12 2 min read

Question

If a=2|\vec{a}| = 2, b=3|\vec{b}| = 3, and ab=4\vec{a} \cdot \vec{b} = 4, find a×b|\vec{a} \times \vec{b}| and the angle between a\vec{a} and b\vec{b}.

(NCERT Class 12 — Vectors)


Solution — Step by Step

ab=abcosθ\vec{a} \cdot \vec{b} = |\vec{a}||\vec{b}|\cos\theta 4=2×3×cosθ=6cosθ4 = 2 \times 3 \times \cos\theta = 6\cos\theta cosθ=23\cos\theta = \frac{2}{3} θ=cos1(23)48.19°\theta = \cos^{-1}\left(\frac{2}{3}\right) \approx 48.19° sin2θ=1cos2θ=149=59\sin^2\theta = 1 - \cos^2\theta = 1 - \frac{4}{9} = \frac{5}{9} sinθ=53(positive since 0<θ<π)\sin\theta = \frac{\sqrt{5}}{3} \quad (\text{positive since } 0 < \theta < \pi) a×b=absinθ=2×3×53=25|\vec{a} \times \vec{b}| = |\vec{a}||\vec{b}|\sin\theta = 2 \times 3 \times \frac{\sqrt{5}}{3} = \mathbf{2\sqrt{5}}

Why This Works

The dot product and cross product capture different geometric information about two vectors:

  • ab=abcosθ\vec{a} \cdot \vec{b} = |\vec{a}||\vec{b}|\cos\theta measures the “alignment” (projection of one onto the other)
  • a×b=absinθ|\vec{a} \times \vec{b}| = |\vec{a}||\vec{b}|\sin\theta measures the “area” of the parallelogram formed by the two vectors

Together, they are connected by the identity:

ab2+a×b2=a2b2|\vec{a} \cdot \vec{b}|^2 + |\vec{a} \times \vec{b}|^2 = |\vec{a}|^2 |\vec{b}|^2

Check: 42+(25)2=16+20=36=(2×3)24^2 + (2\sqrt{5})^2 = 16 + 20 = 36 = (2 \times 3)^2. Verified.


Alternative Method

Use the Lagrange identity directly:

a×b2=a2b2(ab)2|\vec{a} \times \vec{b}|^2 = |\vec{a}|^2|\vec{b}|^2 - (\vec{a} \cdot \vec{b})^2 =4×916=3616=20= 4 \times 9 - 16 = 36 - 16 = 20 a×b=20=25|\vec{a} \times \vec{b}| = \sqrt{20} = 2\sqrt{5}

This skips the angle calculation entirely and goes straight to the answer.

The Lagrange identity a×b2+(ab)2=a2b2|\vec{a} \times \vec{b}|^2 + (\vec{a} \cdot \vec{b})^2 = |\vec{a}|^2|\vec{b}|^2 is the single most useful formula for problems that give dot product information and ask for cross product (or vice versa). Memorise it — it saves a step every time.


Common Mistake

Students often write a×b=abcosθ|\vec{a} \times \vec{b}| = |\vec{a}||\vec{b}|\cos\theta instead of sinθ\sin\theta. Remember: dot = cos, cross = sin. A mnemonic: “cross” and “sin” both have the letter “s” (sort of) — or just remember that the cross product is zero when vectors are parallel (θ=0\theta = 0), and sin0=0\sin 0 = 0 confirms this.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next