Vectors
Direction is not a detail — it is part of the quantity. This is a complete reference on vectors: what they are, how they combine, and why the dot and cross products exist.
Vectors
You push a box with 10 N of force. Your friend pushes the same box with 10 N of force. How much total force acts on the box?
Not 20 N — not necessarily. If you push from opposite sides, the answer is 0. If you push at right angles, it is about 14.1 N. If you both push the same way, then yes — 20 N.
Same magnitudes, three completely different physical outcomes. The difference is direction. And the moment direction matters, ordinary addition breaks. You need a new language.
That language is vectors.
Scalars and vectors
A scalar is a quantity fully described by a number and a unit. Mass: 5 kg. Temperature: 37°C. Time: 10 s. Speed: 60 km/h. Direction adds nothing to any of these — it makes no physical sense to ask "in which direction is the temperature?"
A vector is a quantity where direction is part of the physical information. Remove direction from force, velocity, acceleration, or displacement, and the physics becomes wrong or meaningless.
A car moving at 60 km/h north is in a fundamentally different physical state from a car moving at 60 km/h south. Same speed. Opposite velocities. They end up in different cities. Everything downstream — position, acceleration needed to stop, collision physics — depends on that direction.
Common scalars: mass, speed, distance, time, temperature, energy, power, pressure, electric charge.
Common vectors: displacement, velocity, acceleration, force, momentum, torque, electric field, magnetic field.
Representing a vector
A vector is drawn as an arrow. The length represents the magnitude. The direction of the arrow represents the direction of the quantity.
In print: F, v, a (bold). In handwriting: , , (arrow above). The magnitude of is written or simply (not bold, no arrow).
This distinction matters constantly. N means the magnitude is 10 N. means the full vector.
Types of vectors
Zero vector (null vector) — magnitude zero, direction undefined. Written . It arises when two equal and opposite vectors add. It is not "nothing" — it is a vector quantity with the value zero. A particle at rest has zero velocity, not no velocity.
Unit vector — magnitude exactly 1. Its only job is to carry direction, no magnitude information. Any vector has a unit vector in its direction:
Divide by the magnitude. Direction survives, magnitude becomes 1.
Equal vectors — same magnitude, same direction. Position in space is irrelevant. Two arrows of the same length pointing the same way are equal vectors even if drawn in different places.
Negative vector — same magnitude, opposite direction. is the vector that when added to gives .
Position vector — the displacement of a point from a fixed origin. The position vector of a point is written or . It specifies where is, not just how far.
Collinear vectors — vectors along the same line (or parallel lines), regardless of magnitude or sense. They can be parallel (same direction) or antiparallel (opposite direction).
Coplanar vectors — vectors lying in the same plane.
Vector addition
The triangle law
Place the second vector tail-to-tip of the first. The resultant is the vector from the tail of the first to the tip of the second — it closes the triangle.
For three or more vectors: chain them tip-to-tail in any order. The resultant closes the chain from the very first tail to the very last tip. This is the polygon law. The order of chaining does not affect the result — vector addition is commutative and associative:
{/* DIAGRAM: Triangle law — A tip-to-tail with B, R closes the triangle */}
The parallelogram law
Place both vectors tail-to-tail from the same point. Complete the parallelogram. The diagonal from the common tail is the resultant.
This is the same operation as triangle law — just a different way of drawing it. The parallelogram law is the standard exam statement: "If two vectors acting simultaneously on a particle are represented in magnitude and direction by two adjacent sides of a parallelogram, their resultant is represented by the diagonal drawn from the same point."
{/* DIAGRAM: Parallelogram law — A and B tail-to-tail, diagonal R */}
Magnitude and direction of the resultant
For two vectors and at angle to each other:
The resultant makes angle with :
Where this comes from: the component of along is , and perpendicular to is . The total component along is . The angle is simply the arctangent of perpendicular over parallel. You can re-derive this in thirty seconds if you forget it — which is better than memorising it.
Check the special cases:
- : . Vectors aligned — maximum resultant.
- : . Vectors opposed — minimum resultant.
- : . Pythagorean theorem — they were perpendicular.
These are not three formulas. They are one formula at three angles.
Illustration. A boat can travel at 4 m/s in still water. A river flows at 3 m/s perpendicular to the boat's intended direction. What is the actual velocity of the boat?
The two velocities are perpendicular, so :
Direction: , so downstream from the intended direction.
Vector subtraction
is defined as . Reverse to get , then add it to using the triangle law.
The magnitude of :
Note the minus sign — it is the resultant formula with replaced by , since reversing changes the angle between them.
Relative velocity is the canonical application. If is the velocity of object A and is the velocity of object B, then the velocity of A as seen from B is .
Illustration. Two cars travel at 60 km/h, one north and one east. What is the velocity of the first car relative to the second?
km/h (north), km/h (east).
km/h
Magnitude: km/h, directed northwest.
Scalar multiplication
Multiplying vector by a scalar :
- If : same direction as , magnitude .
- If : opposite direction, magnitude .
- If : the zero vector.
Scalar multiplication is distributive over both vector addition and scalar addition:
Components and resolution
The triangle law is clean geometrically, but for more than two vectors — or for 3D — it becomes unwieldy. Components solve this.
Every vector in a plane can be split into two perpendicular pieces. Choose x and y axes. A vector of magnitude making angle with the positive x-axis has:
These are scalars — ordinary numbers with sign. Positive means along the positive axis. Negative means along the negative axis.
{/* DIAGRAM: Vector A at angle θ with x-axis, showing Ax and Ay */}
To add vectors using components:
This converts vector addition into scalar addition — done separately for each axis. The geometry is handled twice: once when resolving, once when reconstructing. Everything between is arithmetic.
The quadrant trap. always returns an angle between and . Check the signs of and to identify the correct quadrant. If and , you are in the second quadrant — add to what gives.
In 3D, the same idea extends with a third axis:
where , , are the angles makes with the x, y, z axes respectively. These are called direction cosines. They satisfy:
Along non-orthogonal axes. Sometimes a problem is easier in axes that are not perpendicular — for instance, along and perpendicular to an inclined plane. Resolution still works: draw the component parallelogram along the chosen axes using the sine rule. The components are no longer — they depend on the geometry of the particular axis system. This is rare in JEE but worth knowing exists.
Illustration. Three forces act on a point: N along positive x, N at above x, N along negative y. Find the resultant.
Resolve:
Add:
Reconstruct:
, — fourth quadrant. Resultant is N at below the positive x-axis.
Standard unit vectors
The three standard unit vectors along the coordinate axes are:
Any vector can be written:
This notation makes all operations clean. Addition:
Magnitude:
Unit vector in the direction of :
Illustration. Find the unit vector in the direction of .
Check: magnitude of is . ✓
Lami's theorem
If three concurrent forces keep a particle in equilibrium, and the angles between them (measured going around) are , , (where ), then:
Where this comes from: equilibrium means the three vectors form a closed triangle (they add to zero). Applying the sine rule to that triangle gives Lami's theorem. It is not a separate law — it is the sine rule in disguise.
When to use it. Three forces, equilibrium, angles given between forces. Lami's theorem gives the magnitudes directly without resolving components. Faster than the component method for three-force problems.
Illustration. A traffic signal of weight 200 N is hung from two cables making and with the vertical. Find the tension in each cable.
The three forces (two tensions + weight) are in equilibrium. The angle between (at from vertical) and the weight (downward) is . The angle between (at from vertical) and the weight is . The angle between and is .
By Lami's theorem:
The dot product
The question it answers
A force pushes a box. The box moves. How much work did the force do?
Not all of the force did useful work. Only the component along the direction of motion contributed. The perpendicular component pushed the box into the floor — the floor pushed back, and the box didn't move sideways. Physics needed an operation that automatically extracts "how much of this vector lies along that one." That operation is the dot product.
Definition
where is the angle between and (), and , are magnitudes.
The result is a scalar — a plain number with no direction.
Geometrically: is the magnitude of multiplied by the projection of onto . Or equivalently, the magnitude of multiplied by the projection of onto . Either reading gives the same number — which is why the dot product is commutative:
Special angles:
- : . Fully aligned — maximum.
- : . Perpendicular — nothing in common.
- : . Fully opposed — minimum.
Why work is a dot product
The dot product is not a formula someone chose for convenience. Work is a dot product — because the physics demands exactly that "extract the parallel component" operation.
Push horizontally, box moves horizontally: , . Full work done. Hold a bag and walk horizontally: force is vertical, displacement is horizontal, , . No work, however tired you feel. Friction opposing motion: , . Negative work — energy removed from the box.
Component form
The dot products of unit vectors:
Expanding using these:
All cross terms vanish because etc. Only matching components survive.
Finding the angle between two vectors
This is the most practical application of the dot product when vectors are given in component form.
Properties
- Commutative:
- Distributive:
- (angle between a vector and itself is zero)
- If and neither is a zero vector, then
Illustration. and . Find the angle between them.
The negative dot product confirms the angle is obtuse — the vectors lean away from each other.
The cross product
The question it answers
A force acts on a door. The door rotates about its hinges. What determines how much rotation the force causes?
Not just the magnitude of the force. Not just where it is applied. The rotation depends on both — specifically, on the component of force perpendicular to the position vector from the hinge. And the rotation happens about an axis — a direction in space, not just a number.
Physics needed an operation that takes two vectors and returns a third vector representing: "the axis and extent of the rotation they together define." That operation is the cross product.
Why the result is perpendicular to both — the real reason
The rotation caused by a force at position happens about an axis. That axis is not along . It is not along . It is perpendicular to the plane containing both — because that is the axis about which things actually spin.
More fundamentally: and together define a plane. The most natural vector we can construct from two vectors that characterises their relationship as a plane — not their individual directions, not their alignment — is the normal to that plane. The normal is the one direction neither vector individually contains.
Ask it as a requirement: we want an operation that (i) gives zero when and are parallel (they define no plane), (ii) reverses sign when and are swapped (reversing the rotation), (iii) is linear in each argument. In three dimensions, these three requirements together force the result to be perpendicular to both. Perpendicularity is not imposed on the cross product — it emerges from what the cross product is trying to do.
Why AB sinθ — the area connection
Draw and from the same point. They form a parallelogram.
Area of parallelogram = base × height = = .
That is the magnitude of the cross product — exactly.
This is not a coincidence. Every physical situation where a cross product appears is secretly asking about area:
- Torque: the moment arm is the perpendicular distance from the axis to the line of force — it is the height of the parallelogram with sides and .
- Angular momentum: is the area swept per unit time, times mass. Kepler's second law (equal areas in equal times) is literally constant.
- Magnetic force: — only the component of velocity perpendicular to creates force. The cross product's extracts it.
The cross product is the natural tool whenever physics asks "how much of this plane is exposed to that influence."
Definition
where is the angle between and (), and is the unit vector perpendicular to both, with direction given by the right-hand rule.
Right-hand rule: Point the fingers of your right hand along . Curl them toward through the smaller angle. Your thumb points in the direction of .
{/* DIAGRAM: Right-hand rule — fingers from A curling toward B, thumb pointing up as n̂ */}
Special angles:
- or : . Parallel or antiparallel vectors define no plane, no unique normal.
- : . Maximum — they span the plane most fully.
Why this particular perpendicular direction — the convention
There are two normals to any plane: one up, one down. The right-hand rule is a convention that makes the cross product consistent with our right-handed coordinate system (where ). A physicist in a mirror universe would use a left-hand rule and get identical physics — every cross product would point the other way, every rotation would be described in the opposite sense, but the physical predictions would be unchanged.
This is actually a deep point. The cross product — torque, angular momentum, magnetic field — changes sign in a mirror. These are called pseudovectors or axial vectors, as distinct from true vectors like force and velocity which have absolute direction. For JEE, you do not need to use the word pseudovector — but knowing that the right-hand rule is a convention, not a physical law, prevents one category of conceptual confusion.
The cross product is not commutative
Swap the order, reverse the direction. Curl from to instead of to — the thumb points the other way. The magnitude is unchanged; the sign flips.
This is anti-commutativity, and it is not a quirk — it reflects the physical reality that rotating about an axis clockwise is the opposite of rotating anticlockwise.
Consequence: always (angle is zero, ).
Component form — derived, not stated
The cross products of unit vectors, from the definition and right-hand rule:
For the cross terms — apply right-hand rule to each:
And reversing (anti-commutativity):
Memory device: going in a cycle gives . Going backward gives .
Now expand using distributivity:
Expanding (cross terms with same unit vector vanish):
Collecting by component:
Once you learn matrices, you will recognise this as a determinant with , , in the first row. That is a cleaner way to write the same thing — but you do not need matrices to derive or use this result.
Properties
- Anti-commutative:
- Distributive:
- Not associative: in general
- If and neither is a zero vector, then
Illustration. and . Find .
Both vectors are in the xy-plane, so .
The result is in the direction — into the page. Magnitude 17, which is the area of the parallelogram formed by and .
Dot and cross product — side by side
| Dot product | Cross product | |
|---|---|---|
| Symbol | ||
| Result | Scalar | Vector |
| Formula | ||
| Maximum when | Parallel () | Perpendicular () |
| Zero when | Perpendicular | Parallel |
| Commutative? | Yes | No — reverses sign |
| Geometric meaning | Projection × magnitude | Area of parallelogram |
| Physics: scalar result | Work, power, potential energy | — |
| Physics: vector result | — | Torque, angular momentum, magnetic force |
The choice between them is never arbitrary. When the physics gives a scalar that depends on alignment — dot product. When the physics gives a vector along an axis of rotation or a field normal — cross product.
Scalar triple product
The scalar triple product of three vectors , , is:
The result is a scalar.
Geometric meaning: It is the volume of the parallelepiped (the 3D parallelogram) formed by , , . The cross product gives the area of the base (parallelogram of and ) times the normal direction. Dotting with then gives the height (projection of along the normal) times the base area — which is the volume.
Key property:
Cyclic permutation of the three vectors leaves the scalar triple product unchanged. Swapping any two vectors reverses the sign.
If the scalar triple product is zero, the three vectors are coplanar — they lie in the same plane and form no volume.
In component form:
Vector triple product
The vector triple product is:
The result is a vector lying in the plane of and (not along ).
The identity — called the BAC-CAB rule — is:
How to remember it: BAC minus CAB. The first letter of each term (B, C) matches the vectors not being "crossed" in the original, and the dot products are with .
Note that the cross product is not associative: in general. The BAC-CAB rule only applies when parentheses are on the right.
For : swap and and negate — .
Common mistakes
Adding magnitudes when directions differ. Two 5 N forces do not always give 10 N. Always check the angle.
Wrong angle in . The angle is always between the vector and the axis you are resolving along. If the problem gives an angle from the y-axis and you need the x-component, it is , not .
Dropping signs in components. A vector pointing left has negative x-component. Dropping the sign gives the wrong resultant direction.
Wrong quadrant from . returns values between and . Check the signs of both and before stating the direction.
Mixing sinθ and cosθ for dot and cross. Dot product uses — parallel alignment. Cross product uses — perpendicular extent. Swapping them makes work zero when force and displacement are parallel, which is exactly backwards.
Forgetting direction for cross product. The cross product is a vector. Giving only the magnitude is an incomplete answer. Always state the direction — from the right-hand rule or from the component calculation.
Assuming . It does not. The cross product is anti-commutative. Order always matters.
Associativity of cross product. . Parentheses cannot be moved freely.
What to remember
Direction is part of the quantity — not a label attached to it. Remove direction from force or velocity and the physics collapses.
Vectors add geometrically. The resultant depends on both magnitude and angle. — one formula, not three.
Components convert vector addition into scalar addition. Resolve, add numbers by axis, reconstruct. Check the quadrant.
The dot product extracts parallel alignment. . Result is a scalar. Maximum when parallel, zero when perpendicular. Use it for work, power, and finding angles.
The cross product captures perpendicular extent. . Result is a vector perpendicular to both. Magnitude is the area of the parallelogram. Maximum when perpendicular, zero when parallel. Use it for torque, angular momentum, and magnetic force.
The scalar triple product gives the volume of a parallelepiped. If it is zero, the three vectors are coplanar.
For practice problems on all topics above — from direct computation to JEE-level applications — see Vectors: Problem Bank.