1.1.10Measurement, Vectors & Kinematics

Unit vectors — î, ĵ, k̂; constructing unit vector

1,861 words8 min readdifficulty · medium6 backlinks

WHAT is a unit vector?

WHY do we need them? Because they let us write any vector as a simple bag of numbers: A=Axi^+Ayj^+Azk^\vec{A} = A_x\,\hat{i} + A_y\,\hat{j} + A_z\,\hat{k} Here Ax,Ay,AzA_x, A_y, A_z are the components — how far the vector reaches along each axis. The hats carry the direction; the numbers carry the amount.

Figure — Unit vectors — î, ĵ, k̂; constructing unit vector

HOW to find the magnitude (derive it from scratch)

Derivation (2D first): In the xyxy-plane AxA_x and AyA_y are two perpendicular sides of a right triangle with hypotenuse A\vec A. So A2=Ax2+Ay2.|\vec A|^2 = A_x^2 + A_y^2.

Extend to 3D: Treat the diagonal in the base plane, r=Ax2+Ay2r=\sqrt{A_x^2+A_y^2}, as one side, and AzA_z (perpendicular to the whole base) as the other. Pythagoras again: A2=r2+Az2=Ax2+Ay2+Az2.|\vec A|^2 = r^2 + A_z^2 = A_x^2 + A_y^2 + A_z^2.


HOW to construct a unit vector

Derivation: Let A\vec A have magnitude A|\vec A|. Define A^=AA.\hat A = \frac{\vec A}{|\vec A|}. Its magnitude is A^=AA=1.|\hat A| = \frac{|\vec A|}{|\vec A|} = 1. \checkmark Multiplying a vector by the positive scalar 1/A1/|\vec A| does not rotate it, so direction is preserved. Done.


Worked Examples


Common Mistakes (Steel-manned)


Recall Feynman: explain to a 12-year-old

Imagine an arrow that is always exactly 1 cm long. It's a tiny "pointing stick" — it can't tell you how far, only which way. That's a unit vector. Now if you want a real arrow that is 5 cm long pointing the same way, you just take the 1 cm pointer and stretch it 5 times. To make a pointer from any big arrow, measure the arrow's length and shrink the whole arrow by that length — now it's exactly 1 long but still aimed the same way!


Flashcards

What is the defining property of a unit vector?
Its magnitude is exactly 1 (it carries only direction).
How do you construct a unit vector from A\vec A?
A^=A/A\hat A = \vec A / |\vec A| — divide the vector by its own magnitude.
Write the magnitude of A=Axi^+Ayj^+Azk^\vec A = A_x\hat i+A_y\hat j+A_z\hat k.
A=Ax2+Ay2+Az2|\vec A|=\sqrt{A_x^2+A_y^2+A_z^2}.
Why use Pythagoras (not addition) for magnitude?
Because i^,j^,k^\hat i,\hat j,\hat k are mutually perpendicular, so components are sides of a right-angled box.
What does "orthonormal" mean for i^,j^,k^\hat i,\hat j,\hat k?
Mutually perpendicular (ortho) AND each of unit length (normal).
Unit vector of 3i^+4j^3\hat i+4\hat j?
0.6i^+0.8j^0.6\hat i+0.8\hat j (since magnitude is 5).
How do you rebuild a vector from its magnitude and direction?
A=AA^\vec A = |\vec A|\,\hat A (magnitude × unit vector).
Does a unit vector have physical units?
No — it is dimensionless; the units live in the magnitude you multiply by.
A 10 N force along 3i^+4j^3\hat i+4\hat j: what is F\vec F?
F=10(0.6i^+0.8j^)=6i^+8j^\vec F=10(0.6\hat i+0.8\hat j)=6\hat i+8\hat j N.

Connections

Concept Map

only encodes

special cases

perpendicular and unit

combine to form

split into

hats give direction

derive via

gives

divide by magnitude

used in

produces

reverse gives

magnitude times direction

Unit vector length 1

Pure direction pointer

Standard basis i j k

Orthonormal set

Any vector A

Components Ax Ay Az

Magnitude sqrt sum of squares

Pythagoras twice

A hat equals A over mag A

Rebuild A equals mag times A hat

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, ek vector do cheezein batata hai: kitna (magnitude) aur kis taraf (direction). Unit vector ka kaam sirf ek hai — direction batana. Iski length hamesha exactly 11 hoti hai, isliye ise "pointer" samajho. i^,j^,k^\hat i, \hat j, \hat k ye teen special unit vectors hain jo respectively xx, yy, zz axis ke along point karte hain, aur teeno ek dusre ke perpendicular hote hain.

Kisi bhi vector ko hum likh sakte hain A=Axi^+Ayj^+Azk^\vec A = A_x\hat i + A_y\hat j + A_z\hat k. Yahan numbers (components) batate hain "kitna", aur hats batate hain "kis taraf". Magnitude nikalne ke liye Pythagoras lagao: A=Ax2+Ay2+Az2|\vec A| = \sqrt{A_x^2 + A_y^2 + A_z^2}. Yaad rakhna — components ko seedha jod nahi sakte, kyunki wo perpendicular hote hain, isliye square karke jodo.

Unit vector banane ka formula bilkul simple hai: A^=A/A\hat A = \vec A / |\vec A|. Matlab vector ko uski apni length se divide kar do — direction same rahega, par length 11 ho jayegi. Jaise 3i^+4j^3\hat i + 4\hat j ki length 55 hai, to unit vector =0.6i^+0.8j^= 0.6\hat i + 0.8\hat j. Aur reverse mein, agar direction A^\hat A pata hai aur magnitude 1010 N chahiye, to bas F=10A^\vec F = 10\,\hat A kar do.

Ye concept bahut important hai kyunki aage forces, velocity, electric field — sabki direction unit vector se hi specify hoti hai. Ek galti se bachna: "unit" ka matlab dimensionless hai, lekin minus sign mat bhoolna — wo direction batata hai. Master kar lo, baaki vector chapter aasaan lagega.

Go deeper — visual, from zero

Test yourself — Measurement, Vectors & Kinematics

Connections