Find Magnitude of Vector 3î + 4ĵ

easy CBSE JEE-MAIN NCERT Class 12 3 min read

Question

Find the magnitude of the vector a=3i^+4j^\vec{a} = 3\hat{i} + 4\hat{j}.

Also find the unit vector in the direction of a\vec{a}.


Solution — Step by Step

For any vector a=xi^+yj^+zk^\vec{a} = x\hat{i} + y\hat{j} + z\hat{k}, the magnitude is:

a=x2+y2+z2|\vec{a}| = \sqrt{x^2 + y^2 + z^2}

This comes from the 3D extension of the Pythagorean theorem — the magnitude is just the length of the vector treated as a hypotenuse.

Here, a=3i^+4j^\vec{a} = 3\hat{i} + 4\hat{j}, so x=3x = 3, y=4y = 4, and z=0z = 0 (no k^\hat{k} component, meaning the vector lies in the XY-plane).

a=32+42=9+16=25=5|\vec{a}| = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = \mathbf{5}

The 3-4-5 Pythagorean triplet makes this a clean answer — and that’s exactly why NCERT chose it.

A unit vector has magnitude 1. We get it by dividing a\vec{a} by its magnitude:

a^=aa=3i^+4j^5=35i^+45j^\hat{a} = \frac{\vec{a}}{|\vec{a}|} = \frac{3\hat{i} + 4\hat{j}}{5} = \frac{3}{5}\hat{i} + \frac{4}{5}\hat{j}

We can verify: (35)2+(45)2=925+1625=1\left(\frac{3}{5}\right)^2 + \left(\frac{4}{5}\right)^2 = \frac{9}{25} + \frac{16}{25} = 1


Why This Works

The magnitude formula works because i^\hat{i}, j^\hat{j}, k^\hat{k} are mutually perpendicular unit vectors. When you write 3i^+4j^3\hat{i} + 4\hat{j}, you’re moving 3 units along the x-axis and 4 units along the y-axis — two perpendicular directions.

The resultant length, by Pythagoras, is 32+42\sqrt{3^2 + 4^2}. This is the same geometry you used in Class 10 for right triangles — vectors just generalize it to three dimensions.

The unit vector a^\hat{a} preserves the direction of a\vec{a} but scales the length to exactly 1. This is useful whenever you need “direction only” — for instance, in force problems where you want direction separate from magnitude.


Alternative Method — Geometrical Interpretation

Draw a=3i^+4j^\vec{a} = 3\hat{i} + 4\hat{j} on a coordinate plane. Starting from the origin, go 3 units along the x-axis and 4 units along the y-axis. The vector is the straight line from the origin to that point (3,4)(3, 4).

The magnitude is simply the distance from (0,0)(0, 0) to (3,4)(3, 4):

d=(30)2+(40)2=9+16=5d = \sqrt{(3-0)^2 + (4-0)^2} = \sqrt{9 + 16} = 5

Same answer, but now you see why the formula works — it’s literally the distance formula from coordinate geometry. The two approaches are identical in structure.


Common Mistake

Forgetting to square root — or squaring incorrectly.

Many students write a=32+42=25|\vec{a}| = 3^2 + 4^2 = 25 and stop there, skipping the square root. The magnitude is 25=5\sqrt{25} = 5, not 25.

A subtler error: writing 3i^+4j^=3+4=7|3\hat{i} + 4\hat{j}| = 3 + 4 = 7. You cannot add the components directly. Magnitudes do NOT add linearly — only their squares do, and only when the components are perpendicular.

Memorize common Pythagorean triplets: (3, 4, 5), (5, 12, 13), (8, 15, 17). When you spot these as vector components in an exam, the magnitude is instantly the third number — no calculation needed. This saves 30 seconds per question in JEE Main.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next