Vectors in Physics — Intuition and Operations

Vectors in Physics — Intuition and Operations

9 min read

Vectors are the language of physics from Class 11 onwards. Once you’re fluent with addition, components, dot product, and cross product, almost every chapter — from kinematics to electromagnetism — becomes much easier. This guide is the practical handbook we wish someone had given us before mechanics started.

This is foundation material for JEE Main, JEE Advanced, and NEET. CBSE Class 11 boards usually pick a 3-mark numerical from this chapter. Drilling vectors well saves you ten chapters of confusion later.


What Vectors Are (and Are Not)

A scalar has only magnitude: temperature (30°30°C), mass (55 kg), time (1010 s). You add scalars by ordinary arithmetic.

A vector has both magnitude and direction: velocity (3030 m/s, north), force (1010 N, downward), displacement (55 km, east). You cannot add two vectors by simply adding their magnitudes — direction matters.

The everyday test: ask “does direction change the answer?” If yes, it’s a vector. If you walk 33 m east then 44 m west, total distance (scalar) is 77 m but displacement (vector) is 11 m east. Both numbers are valid; they answer different questions.

Common Class 11 confusion: current is not a vector even though it has direction. Why? Because two currents in a wire don’t add by parallelogram law — they add algebraically, since they’re confined to a 1D path. The full criterion for being a vector includes obeying the parallelogram law of addition.


Representing Vectors

Three notations show up in JEE and NEET — get comfortable with all three.

Arrow notation: A\vec{A} or A\overrightarrow{A} — used in writing.

Bold notation: A\mathbf{A} — common in textbooks.

Component form: A=Axi^+Ayj^+Azk^\vec{A} = A_x \hat{i} + A_y \hat{j} + A_z \hat{k} — the workhorse for calculation.

The unit vectors i^,j^,k^\hat{i}, \hat{j}, \hat{k} point along the xx, yy, zz axes respectively. Each has magnitude 11 and acts like a “direction tag” for the components.

For 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}

Vector Addition — Two Methods

Method 1: Triangle / Parallelogram Law

Place the tail of B\vec{B} at the head of A\vec{A}. The resultant R=A+B\vec{R} = \vec{A} + \vec{B} is the arrow from the tail of A\vec{A} to the head of B\vec{B}.

If the angle between A\vec{A} and B\vec{B} (when placed tail-to-tail) is θ\theta, then:

R=A2+B2+2ABcosθ|\vec{R}| = \sqrt{A^2 + B^2 + 2AB\cos\theta}

The angle α\alpha that R\vec{R} makes with A\vec{A}:

tanα=BsinθA+Bcosθ\tan\alpha = \frac{B\sin\theta}{A + B\cos\theta}

Method 2: Component Addition

Resolve each vector into components, add componentwise, then reconstruct:

A+B=(Ax+Bx)i^+(Ay+By)j^+(Az+Bz)k^\vec{A} + \vec{B} = (A_x + B_x)\hat{i} + (A_y + B_y)\hat{j} + (A_z + B_z)\hat{k}

This is almost always faster for numerical problems. Use the parallelogram law only when the question asks for an explicit angle expression.

Quick check on the resultant magnitude: it lies between AB|A - B| (when θ=180°\theta = 180°, vectors opposite) and A+BA + B (when θ=0°\theta = 0°, vectors parallel). If your computed R|\vec{R}| falls outside this range, you have an arithmetic error.


Vector Subtraction

AB=A+(B)\vec{A} - \vec{B} = \vec{A} + (-\vec{B}). Reverse B\vec{B}, then add. The angle between A\vec{A} and B-\vec{B} is 180°θ180° - \theta.

AB=A2+B22ABcosθ|\vec{A} - \vec{B}| = \sqrt{A^2 + B^2 - 2AB\cos\theta}

This formula appears in relative-velocity questions (subtract velocities) and in the difference of two displacements.


Resolution Into Components

Any vector A\vec{A} in 2D making angle θ\theta with the xx-axis decomposes as:

Ax=Acosθ,Ay=AsinθA_x = A\cos\theta, \quad A_y = A\sin\theta

Resolution is the most useful tool in mechanics. Block on incline? Resolve gravity along and perpendicular to the incline. Projectile? Resolve initial velocity into horizontal (constant) and vertical (decelerating) components. Tension at angles? Resolve.

CBSE 3-mark question pattern: “Find the angle between A=2i^+3j^\vec{A} = 2\hat{i} + 3\hat{j} and B=i^4j^\vec{B} = \hat{i} - 4\hat{j}.” Use the dot-product formula. Don’t try to draw it on paper — go straight to algebra.


Dot Product (Scalar Product)

The dot product takes two vectors and returns a scalar.

AB=ABcosθ=AxBx+AyBy+AzBz\vec{A} \cdot \vec{B} = AB\cos\theta = A_x B_x + A_y B_y + A_z B_z

Two definitions, same answer. Use the trig form when angle is given; use the component form when components are given.

Properties:

  • Commutative: AB=BA\vec{A} \cdot \vec{B} = \vec{B} \cdot \vec{A}
  • Distributive: A(B+C)=AB+AC\vec{A} \cdot (\vec{B} + \vec{C}) = \vec{A} \cdot \vec{B} + \vec{A} \cdot \vec{C}
  • AA=A2\vec{A} \cdot \vec{A} = A^2
  • i^j^=j^k^=k^i^=0\hat{i} \cdot \hat{j} = \hat{j} \cdot \hat{k} = \hat{k} \cdot \hat{i} = 0
  • i^i^=j^j^=k^k^=1\hat{i} \cdot \hat{i} = \hat{j} \cdot \hat{j} = \hat{k} \cdot \hat{k} = 1

Physics applications:

  • Work: W=FsW = \vec{F} \cdot \vec{s}
  • Power: P=FvP = \vec{F} \cdot \vec{v}
  • Magnetic flux: Φ=BA\Phi = \vec{B} \cdot \vec{A}

The dot product naturally appears whenever a quantity depends on the parallel component of one vector along another.


Cross Product (Vector Product)

The cross product takes two vectors and returns a third vector perpendicular to both.

A×B=ABsinθn^\vec{A} \times \vec{B} = AB\sin\theta \, \hat{n}

where n^\hat{n} is given by the right-hand rule. In components:

A×B=i^j^k^AxAyAzBxByBz\vec{A} \times \vec{B} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ A_x & A_y & A_z \\ B_x & B_y & B_z \end{vmatrix}

Properties:

  • Anti-commutative: A×B=B×A\vec{A} \times \vec{B} = -\vec{B} \times \vec{A}
  • Distributive: A×(B+C)=A×B+A×C\vec{A} \times (\vec{B} + \vec{C}) = \vec{A} \times \vec{B} + \vec{A} \times \vec{C}
  • A×A=0\vec{A} \times \vec{A} = \vec{0}
  • i^×j^=k^\hat{i} \times \hat{j} = \hat{k}, j^×k^=i^\hat{j} \times \hat{k} = \hat{i}, k^×i^=j^\hat{k} \times \hat{i} = \hat{j} (cyclic)

Physics applications:

  • Torque: τ=r×F\vec{\tau} = \vec{r} \times \vec{F}
  • Angular momentum: L=r×p\vec{L} = \vec{r} \times \vec{p}
  • Magnetic force: F=qv×B\vec{F} = q\vec{v} \times \vec{B}
  • Area of parallelogram: A×B|\vec{A} \times \vec{B}|

Solved Examples

Example 1 (Easy, CBSE)

Given A=3i^+4j^\vec{A} = 3\hat{i} + 4\hat{j} and B=4i^3j^\vec{B} = 4\hat{i} - 3\hat{j}. Find AB\vec{A} \cdot \vec{B} and the angle between them.

AB=(3)(4)+(4)(3)=1212=0\vec{A} \cdot \vec{B} = (3)(4) + (4)(-3) = 12 - 12 = 0. So AB\vec{A} \perp \vec{B} — angle is 90°90°.

Example 2 (Medium, JEE Main)

Forces of 44 N and 33 N act at 60°60° to each other. Find the magnitude of the resultant.

R=16+9+24cos60°=25+12=376.08|\vec{R}| = \sqrt{16 + 9 + 24\cos 60°} = \sqrt{25 + 12} = \sqrt{37} \approx 6.08 N.

Example 3 (Hard, JEE Advanced)

A particle moves with velocity v=2i^+3j^k^\vec{v} = 2\hat{i} + 3\hat{j} - \hat{k} m/s in a magnetic field B=i^+2j^+k^\vec{B} = \hat{i} + 2\hat{j} + \hat{k} T. Charge q=2q = 2 C. Find the magnetic force.

v×B=i^j^k^231121=i^(3+2)j^(2+1)+k^(43)=5i^3j^+k^\vec{v} \times \vec{B} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 2 & 3 & -1 \\ 1 & 2 & 1 \end{vmatrix} = \hat{i}(3 + 2) - \hat{j}(2 + 1) + \hat{k}(4 - 3) = 5\hat{i} - 3\hat{j} + \hat{k}.

F=qv×B=2(5i^3j^+k^)=10i^6j^+2k^\vec{F} = q\vec{v} \times \vec{B} = 2(5\hat{i} - 3\hat{j} + \hat{k}) = 10\hat{i} - 6\hat{j} + 2\hat{k} N.


Exam-Specific Tips

CBSE Class 11: Definitions and basic operations carry 353-5 marks. Memorize the triangle-law and parallelogram-law statements verbatim — examiners often want the textbook wording.

JEE Main: Numerical applications dominate — work-energy questions using Fs\vec{F} \cdot \vec{s}, torque using r×F\vec{r} \times \vec{F}. Drill vector arithmetic until it’s instinctive.

JEE Advanced: Tests subtle properties — scalar triple product A(B×C)\vec{A} \cdot (\vec{B} \times \vec{C}) for volume, vector triple product identities, vectors in 3D geometry. Mix this chapter with coordinate geometry questions.

NEET: Lower priority but expect 121-2 MCQs on resolution into components or angle between vectors. Quick formula recall is enough.


Common Mistakes to Avoid

1. Treating displacement as distance. A particle that returns to its start has zero displacement but nonzero distance. Read the question.

2. Forgetting the right-hand rule for cross product direction. A×B\vec{A} \times \vec{B} and B×A\vec{B} \times \vec{A} point opposite ways. Sign mistakes here ruin torque problems.

3. Adding magnitudes instead of vectors. A+BA+B|\vec{A} + \vec{B}| \neq A + B unless the vectors are parallel. Always check the angle.

4. Mixing up dot and cross product applications. Work uses dot product (scalar). Torque uses cross product (vector). Don’t swap them.

5. Resolving in the wrong frame. On an incline, the natural axes are along and perpendicular to the surface — not horizontal and vertical. Pick axes that simplify the problem.


Practice Questions

1. Find A|\vec{A}| if A=2i^3j^+6k^\vec{A} = 2\hat{i} - 3\hat{j} + 6\hat{k}.

A=4+9+36=49=7|\vec{A}| = \sqrt{4 + 9 + 36} = \sqrt{49} = 7.

2. If AB=0\vec{A} \cdot \vec{B} = 0 and both are nonzero, what is the angle between them?

90°90° — the vectors are perpendicular.

3. Two forces of 55 N each act at 120°120°. Find the resultant.

R=25+25+50cos120°=5025=25=5|\vec{R}| = \sqrt{25 + 25 + 50\cos 120°} = \sqrt{50 - 25} = \sqrt{25} = 5 N.

4. Find i^×(j^×k^)\hat{i} \times (\hat{j} \times \hat{k}).

j^×k^=i^\hat{j} \times \hat{k} = \hat{i}, so i^×i^=0\hat{i} \times \hat{i} = \vec{0}.

5. A boat moves at 1010 m/s east; a current pushes it at 66 m/s north. Find the boat’s actual speed and direction relative to ground.

Magnitude: 100+36=13611.66\sqrt{100 + 36} = \sqrt{136} \approx 11.66 m/s. Direction: tan1(6/10)31°\tan^{-1}(6/10) \approx 31° north of east.


FAQs

Is acceleration a vector? Yes. It has direction (along the net force).

Why is electric current called a “scalar with sign” rather than a vector? Because currents in a circuit add algebraically along the wire path, not by the parallelogram law.

What’s the difference between AB\vec{A} \cdot \vec{B} and A×B\vec{A} \times \vec{B}? Dot product is a scalar (work, projection); cross product is a vector perpendicular to both inputs (torque, area).

Can a vector have negative magnitude? No. Magnitude is always positive. A negative sign in a component reflects direction, not magnitude.

Why do we use unit vectors i^,j^,k^\hat{i}, \hat{j}, \hat{k}? They give us a unique address for every direction — like axes for a graph. Components plus unit vectors fully specify a vector.

What’s the right-hand rule? Point your right hand fingers in the direction of A\vec{A}, curl them toward B\vec{B}, and your thumb points in the direction of A×B\vec{A} \times \vec{B}. Drill this for the cross product.

Are velocity and speed the same? No. Speed is a scalar (magnitude of velocity); velocity is a vector. A car going around a circular track at constant speed has continuously changing velocity (direction changes).

Can the resultant of two vectors be smaller than each of them? Yes — when the angle between them is greater than 90°90° and the vectors partly cancel.