Unit Vector in Physics – Definition, Formula, Derivation and Examples

Jagdeep Singh
Published: 10 Dec, 2025

Unit Vector

Hello students! Today we are going to learn about Unit vector. Don’t worry if it looks hard, we will make it very simple.

See, vectors are essential in Physics because they tell us both how much (magnitude) and in which way (direction) something is happening. The Unit Vector is very special because it only cares about the direction. It is a mathematical tool we use to specify a direction clearly, without confusing it with the actual size or magnitude of the physical quantity.

Why do we study this? (Real Life Examples)

Now, why is this topic important for us? You must always ask: Where do I see this in real life? The study of the Unit vector is fundamental because direction matters in everything we do.

  1. Satellite Dish Positioning: Have you seen the small dish antenna on your roof? It must be pointed exactly towards the satellite in space. The magnitude (the size of the dish) is fixed, but if the direction changes by even a tiny bit, you lose the signal. The exact pointing direction is defined using a unit vector.
  2. The Ceiling Fan: When the fan is rotating, the axis of rotation is defined by a vector. We might ask, “Is the fan rotating clockwise or counter-clockwise?” To specify this rotation’s direction (using the right-hand rule), we use a unit vector along the axis. The actual speed (magnitude) is separate from the axis direction.
  3. GPS Navigation: When you use Google Maps, it tells you to move 5 kilometers, but more importantly, it says “move East” or “move North-East.” The direction part—East, West, etc.—is essentially a unit vector telling you the precise bearing you need to take.

Simplest Definition

Definition: A Unit vector is a vector that has a magnitude (or length) of exactly one (unity) and is used solely to indicate the direction of a given vector.

The Unit vector of any vector A is denoted by A^ (read as ‘A-cap’ or ‘A-hat’).

Diagram

`

unnamed 10

Figure: A line segment representing the vector A (A) starting from the origin. The total length is marked as |A|. A small segment of length 1, pointing in the same direction as A, is marked as the unit vector A^. The axes X, Y, Z should be labeled, and the corresponding standard unit vectors i^,j^,k^ should be shown pointing along the respective axes.

`

Key Formula Box

This formula is very important. You must remember this for numerical problems.

Main Formula A^=A|A|

Here, A^ is the Unit vector, A is the original vector, and |A| is the magnitude of the original vector.

Detailed Derivation (Step-by-Step for Exams)

Step-by-Step Derivation

This derivation is often asked in 5-mark questions. Pay attention to every step.

Step 1: Defining the General Vector

See, the logic is very simple. Any vector, let’s call it A, can always be written as a product of two things:

  1. Its actual length or size (Magnitude).
  2. The direction in which it points (Unit vector).

So, mathematically, we write this fundamental relationship:

A=(Magnitude of A)×(Unit Vector in the direction of A)

We use the standard symbols: A=|A|A^— (1)

Step 2: Isolating the Unit Vector

Our goal is to find the expression for the Unit vector A^. We need to rearrange Equation (1).

We want to keep A^ on one side (usually the RHS). So, we must move the magnitude term, |A|, to the other side (LHS).

Since |A| is multiplying A^ on the RHS, when we move it to the LHS, it goes into the denominator (it divides the term already present there).

A^=A|A|— (2)

This is the main formula for the Unit Vector.

Step 3: Expression in Cartesian Coordinates

Now, let us make this more practical for calculations. Suppose our vector A is given in the standard Cartesian system (x,y,z). We know that the unit vectors along the axes are i^, j^, and k^ respectively.

The vector A can be written using its components (Ax,Ay,Az):

A=Axi^+Ayj^+Azk^— (3)

Step 4: Calculating the Magnitude

To use Equation (2), we need the magnitude |A|. By using the Pythagorean theorem in three dimensions, the magnitude is given by:

|A|=Ax2+Ay2+Az2— (4)

Step 5: Final Comprehensive Expression

Finally, we substitute the expressions for A (from Eq 3) and |A| (from Eq 4) back into our main formula for the unit vector (Eq 2).

A^=A|A|

A^=Axi^+Ayj^+Azk^Ax2+Ay2+Az2

This complete expression is the one you will use for all exam calculations. You must write this final step clearly.

Important Table

FeatureStandard Vector (A)Unit Vector (A^)
PurposeDefines both magnitude and direction.Defines only direction.
MagnitudeCan be any positive number.Always 1 (unity).
NotationArrow above (A).Cap/Hat above (A^).
FormulaAxi^+Ayj^+Azk^A|A|

Standard Unit Vectors in Cartesian Coordinates:

AxisVectorComponents
X-axisi^(1,0,0)
Y-axisj^(0,1,0)
Z-axisk^(0,0,1)
Magnitude Check|i^|=12+02+02=1|j^|=1, |k^|=1

Solved Numericals (Exam Style)

You must practice these types of problems. They usually come for 3 marks.

Q1: Find the unit vector in the direction of P=3i^+4j^.

Ans: Given: Vector P=3i^+4j^ To Find: Unit vector P^. Formula: P^=P|P|

Calculation: Step 1: Calculate the magnitude |P|. |P|=Px2+Py2 |P|=(3)2+(4)2 |P|=9+16 |P|=25 |P|=5

Step 2: Substitute magnitude and vector into the formula. P^=3i^+4j^5

Step 3: Simplify (This is good practice for the final answer). P^=35i^+45j^

Final Answer with units: The unit vector is P^=0.6i^+0.8j^. (Unit vectors are dimensionless.)


Q2: A vector Q has a magnitude of 10 units and is directed parallel to the vector A=6i^8j^. Determine the expression for vector Q.

Ans: Given: Magnitude of Q, |Q|=10. Q is parallel to A=6i^8j^. To Find: Vector Q. Formula: Q=|Q|A^ (Since Q is parallel to A, the direction of Q is the unit vector A^.)

Calculation: Step 1: Find the unit vector A^ first. First, calculate the magnitude of A: |A|=(6)2+(8)2 |A|=36+64 |A|=100 |A|=10

Now, find the unit vector A^: A^=A|A|=6i^8j^10 A^=0.6i^0.8j^

Step 2: Calculate the vector Q. Q=|Q|A^ Q=10(0.6i^0.8j^) Q=(10×0.6)i^(10×0.8)j^ Q=6i^8j^

Final Answer with units: The vector is Q=6i^8j^ units.


Q3: Given two vectors A=i^2j^+3k^ and B=2i^+j^k^. Find the unit vector parallel to the resultant vector R=A+B.

Ans: Given: A=i^2j^+3k^ and B=2i^+j^k^. To Find: Unit vector R^. Formula: R^=R|R|

Calculation: Step 1: Calculate the resultant vector R. R=A+B R=(i^2j^+3k^)+(2i^+j^k^) Now, combine the components (i with i, j with j, k with k): R=(1+2)i^+(2+1)j^+(31)k^ R=3i^1j^+2k^

Step 2: Calculate the magnitude of the resultant |R|. |R|=(3)2+(1)2+(2)2 |R|=9+1+4 |R|=14

Step 3: Find the unit vector R^. R^=R|R| R^=3i^j^+2k^14

Final Answer with units: The unit vector parallel to the resultant is R^=114(3i^j^+2k^).

Exam Corner: Questions & Answers

Short Answer Questions (2 Marks Each)

Q: State two main properties of a Unit Vector.

Ans:

  1. Magnitude is Unity: The magnitude (or modulus) of any unit vector is always exactly equal to one (|A^|=1).
  2. Direction Specification: Its sole purpose is to indicate the precise direction of the original vector in space. It is a dimensionless quantity, meaning it does not carry units.

Q: What is the significance of the expression A^B^=0?

Ans: The expression A^B^=0 is the dot product of two unit vectors. We know the dot product formula is ABcosθ. Since A^ and B^ are unit vectors, their magnitudes A and B are both 1. So, 11cosθ=0. This means cosθ=0. Therefore, the angle θ between the two unit vectors must be 90 (π/2 radians). This signifies that the two unit vectors A^ and B^ are perpendicular (orthogonal) to each other.

Q: Express the direction cosines of a vector A using its unit vector A^.

Ans: Let the vector be A=Axi^+Ayj^+Azk^. The unit vector is: A^=Ax|A|i^+Ay|A|j^+Az|A|k^ The direction cosines (l,m,n) are defined as the cosine of the angles the vector makes with the x, y, and z axes, respectively. l=cosα=Ax|A| m=cosβ=Ay|A| n=cosγ=Az|A| Thus, the unit vector is simply: A^=li^+mj^+nk^

Long Answer Questions (5 Marks Each)

Q: Define Unit Vector. Derive the complete expression for the unit vector A^ in terms of its components Ax,Ay,Az. (The derivation must be complete.)

Ans: Definition: A Unit vector is a vector whose magnitude is one (unity) and which is used purely to indicate the direction of a vector quantity. It is denoted by a cap (A^).

Complete Derivation:

Step 1: Basic Vector Relationship A vector A can always be written as the product of its magnitude and its unit vector: A=|A|A^(1)

Step 2: Unit Vector Formula Rearranging Eq (1) to isolate the unit vector: A^=A|A|(2)

Step 3: Component Representation of Vector A If A is expressed in terms of its components along the Cartesian axes (i^,j^,k^): A=Axi^+Ayj^+Azk^(3)

Step 4: Calculation of Magnitude |A| The magnitude of A is calculated using the distance formula (Pythagorean theorem in 3D): |A|=Ax2+Ay2+Az2(4)

Step 5: Final Unit Vector Expression Substitute the full expressions for A (Eq 3) and |A| (Eq 4) back into the main unit vector formula (Eq 2).

A^=Axi^+Ayj^+Azk^Ax2+Ay2+Az2

This expression successfully defines the unit vector purely in terms of the components of the original vector.

Multiple Choice Questions (MCQs)

Q1: The magnitude of any unit vector is always: A) Dependent on the coordinate system B) Zero C) Infinity D) One

Ans: D) – The definition of a unit vector is that its magnitude is unity (one).

Q2: If B=12i^5k^, what is the magnitude of the unit vector B^? A) 13 B) 1 C) 169 D) 17

Ans: B) – The magnitude of any unit vector, regardless of the components of the original vector, is always 1.

Q3: The unit vector along the negative z-axis is represented by: A) k^ B) k^ C) j^ D) i^

Ans: B) – The standard unit vector along the positive z-axis is k^. The opposite direction is therefore k^.

Q4: A vector P is such that P=5P^. What is the magnitude of P? A) 1 B) 5 C) 0 D) Cannot be determined

Ans: B) – Since P^ is the unit vector (magnitude 1), the equation P=5×(1) means the magnitude of P is 5.

Q5: If A^=0.5i^+0.5j^+nk^ is a unit vector, the value of n must be: A) 1 B) 12 C) 0.5 D) 2

Ans: C) – For A^ to be a unit vector, |A^|2=1. (0.5)2+(0.5)2+n2=1 0.25+0.25+n2=1 0.50+n2=1 n2=10.5=0.5 n=0.5

Summary

So, students, I hope this concept of the Unit vector is clear now. Remember, the Unit vector is like the compass that tells us where to go, separate from how far we have to travel. Its single most important property is that its magnitude is always one. Practice the derivation twice, and make sure you show all steps when calculating the magnitude for numerical problems. This topic is fundamental for understanding mechanics and electromagnetism later on! All the best!

For more notes visit on universityscope.com .. Notes are complete for college exam and according to university

Leave a Comment