Physics · Motion in a Plane

Scalars and Vectors

One-dimensional motion let us hide direction inside a plus or minus sign. The moment a particle steps into a plane, that shortcut breaks — direction becomes information the algebra has to carry. This deep-dive unpacks the two camps every physical quantity belongs to, the parallelogram-law test that decides which camp a quantity sits in, how to write position and displacement vectors, what "equality" means, and the cluster of special vectors NEET examiners use for traps. One NEET 2016 PYQ and two NCERT Exercises close the page.

Why one or two dimensions decide

In NCERT Class 11 Chapter 2 we described motion along a straight line. Direction had only two flavours — forward and backward — so a single plus-or-minus sign covered the case. The moment we add a second dimension, the number of possible directions becomes infinite, and a signed number is no longer enough. NCERT §3.1 frames the chapter around this transition: "in order to describe motion of an object in two dimensions (a plane) or three dimensions (space), we need to use vectors... it is first necessary to learn the language of vectors."

The first task in that language is to sort every physical quantity into one of two camps. Some are completely specified by a number with a unit; others demand a direction in addition. The split controls how the quantity combines with others and how it behaves under a coordinate-axis flip.

Scalars — magnitude alone

A scalar quantity is, in NCERT's exact words, "a quantity with magnitude only. It is specified completely by a single number, along with the proper unit." Mass, temperature, time, distance, speed, density and energy all fit. Their combination rules are those of ordinary algebra — you add, subtract, multiply or divide them as plain numbers, with one caveat: addition and subtraction need shared units. You can divide a mass by a volume to get a density, but you cannot add a kilogram to a second.

NCERT's illustration uses a rectangle of sides $1.0$ m and $0.5$ m: perimeter $= 3.0$ m, a scalar sum of scalar sides. Likewise, a $10$ cm aluminium cube has volume $10^{-3}$ m$^3$ and density $2.7 \times 10^3$ kg m$^{-3}$. Every step uses ordinary arithmetic — no parallelogram, no direction.

Vectors — magnitude plus the addition rule

A vector quantity "has both a magnitude and a direction and obeys the triangle law of addition or equivalently the parallelogram law of addition" (NCERT §3.2). Three requirements — not two — sit inside that definition. A genuine vector must:

  1. have a magnitude, expressed as a positive number with the correct unit;
  2. have a direction, well-defined in the space it lives in; and
  3. combine with other vectors of the same kind through the triangle or parallelogram law.

The third requirement is the one students forget — and the one examiners exploit. Direction without the parallelogram rule does not promote a quantity to vector status, as the current example below shows. Displacement, velocity, acceleration, force, momentum and impulse pass all three tests; they are the canonical vectors of mechanics.

NEET-relevant scalar and vector lists

Question-paper traps draw from a small recurring set. Memorise the table; the parent Motion in a Plane chapter uses it everywhere downstream.

Scalars (magnitude only) Vectors (magnitude + direction + parallelogram law)
MassDisplacement
TimeVelocity
TemperatureAcceleration
Distance (path length)Force
SpeedLinear momentum
DensityImpulse
VolumeWeight (a force)
Work / energyAngular velocity (axial)
PowerAngular momentum (axial)
PressureTorque (axial)
Number of molesArea vector (axial)
Frequency, angular frequencyElectric field, magnetic field
Electric currentElectric dipole moment
Gravitational potentialMagnetic moment
Electric charge
Coefficient of friction

Two NCERT Exercises lean on this table. Exercise 3.2 asks for the two scalars among force, angular momentum, work, current, linear momentum, electric field, average velocity, magnetic moment, relative velocity; the answer is work and current. Exercise 3.3 asks for the only vector among temperature, pressure, impulse, time, power, total path length, energy, gravitational potential, coefficient of friction, charge; the answer is impulse.

Why electric current is a scalar — the NEET trap

Current flows through a wire in a definite sense — from positive to negative terminal externally, opposite to electron drift. That looks like a direction, and many students therefore call it a vector. NCERT places current in the scalars camp because of the third clause of the definition.

If currents $I_1$ and $I_2$ merge at a junction into a wire carrying $I_3$, Kirchhoff's rule gives $I_3 = I_1 + I_2$ — ordinary scalar addition, not a parallelogram. The angle between the incoming wires does not change $I_3$. A true vector would obey the parallelogram law, with a $90°$ angle giving $\sqrt{2}$ times the input and a $180°$ angle giving zero.

Vector notation, magnitude, and the printed conventions

NCERT prints vectors in bold face — $\mathbf{A}$, $\mathbf{v}$, $\mathbf{p}$. By hand, an arrow over the letter does the same job: $\vec{A}$. Both notations are correct; pick one and stay consistent.

The magnitude of a vector is the non-negative number giving its length, written either $|\mathbf{A}|$ or the same letter in light-face, $A$. So $|\mathbf{v}| = v$ reads "the magnitude of velocity equals the speed". A magnitude is always a scalar.

Position and displacement vectors

To describe where a particle is in a plane, NCERT §3.2.1 fixes an origin $O$ and joins it to the particle's location $P$ by an arrow. That arrow is the position vector $\mathbf{r}$ of the particle — its length is the distance from origin to particle, its direction points from origin to particle. In Cartesian coordinates, with the particle at $(x, y)$,

$$\mathbf{r} = x\,\hat{\mathbf{i}} + y\,\hat{\mathbf{j}}.$$

If the particle moves so that at time $t$ it is at $P$ (position $\mathbf{r}$) and at time $t'$ it is at $P'$ (position $\mathbf{r}'$), then the arrow from $P$ to $P'$ is the displacement vector:

$$\Delta \mathbf{r} = \mathbf{r}' - \mathbf{r}.$$

Two NEET-load-bearing facts. First, the displacement vector is the straight line joining initial and final positions — it does not depend on the path actually taken. NCERT Fig. 3.1(b) makes this vivid: three meandering routes from $P$ to $Q$ share the same $\overrightarrow{PQ}$. Second, $|\Delta\mathbf{r}|$ is less than or equal to the path length; equality holds only for straight-line motion without reversal.

Worked example · displacement from two positions

A particle in the $xy$-plane is at position $\mathbf{r} = (2\,\hat{\mathbf{i}} + 3\,\hat{\mathbf{j}})$ m at time $t = 0$ and at $\mathbf{r}' = (6\,\hat{\mathbf{i}} + 6\,\hat{\mathbf{j}})$ m at time $t = 4$ s. Find the displacement vector and its magnitude.

The displacement is the difference of the two position vectors:

$$\Delta \mathbf{r} = \mathbf{r}' - \mathbf{r} = (6 - 2)\,\hat{\mathbf{i}} + (6 - 3)\,\hat{\mathbf{j}} = (4\,\hat{\mathbf{i}} + 3\,\hat{\mathbf{j}}) \text{ m}.$$

The magnitude is computed using the Pythagorean theorem:

$$|\Delta \mathbf{r}| = \sqrt{4^2 + 3^2} \text{ m} = \sqrt{25} \text{ m} = 5 \text{ m}.$$

The path length between the two points may be greater than 5 m if the route curved, but the displacement is fixed at 5 m by the endpoints alone. The direction makes an angle $\theta = \tan^{-1}(3/4) \approx 37°$ with the positive $x$-axis — the same $37°$ that turns up repeatedly in NEET projectile problems.

Equality of vectors

NCERT §3.2.2 sets a sharp criterion: "Two vectors A and B are said to be equal if, and only if, they have the same magnitude and the same direction." Both conditions must hold. Equal length with different directions does not give equality; same direction with different lengths does not either.

A consequence: vectors in our study are free — they have no fixed location. You may slide a vector parallel to itself anywhere without changing it. The test for equality is geometric: shift one so its tail meets the tail of the other; if the tips coincide, they are equal. NCERT footnotes the exception of localised vectors (where the line of application matters, as for forces on a rigid body). For the kinematics in this chapter, all vectors are free.

Multiplication of a vector by a scalar

The product $\lambda \mathbf{A}$ of a scalar $\lambda$ and a vector $\mathbf{A}$ is itself a vector. Its magnitude is $|\lambda|$ times $|\mathbf{A}|$. Its direction is the same as $\mathbf{A}$ when $\lambda > 0$ and opposite to $\mathbf{A}$ when $\lambda < 0$. When $\lambda = 0$, the product is the null vector. Three concrete cases capture the algebra:

  • $2\mathbf{A}$ has the same direction as $\mathbf{A}$ and twice its magnitude.
  • $-\mathbf{A}$ has the same magnitude as $\mathbf{A}$ and points in the opposite direction.
  • $-1.5\,\mathbf{A}$ has $1.5$ times the magnitude of $\mathbf{A}$ and points opposite.

The scalar $\lambda$ can carry its own dimension; the dimensions of $\lambda \mathbf{A}$ are then the product of those of $\lambda$ and $\mathbf{A}$. Multiplying a constant velocity by a duration gives a displacement (m s$^{-1}$ × s = m); multiplying mass by velocity gives momentum (kg m s$^{-1}$). The dimension of the scalar factor controls the unit of the resulting vector.

Special vectors NEET expects you to recognise

Null (zero) vector

A vector of zero magnitude, written $\mathbf{0}$. Its direction is undefined. It arises when initial and final positions coincide (round trip) and when $0 \cdot \mathbf{A} = \mathbf{0}$. Properties: $\mathbf{A} + \mathbf{0} = \mathbf{A}$, $\lambda \mathbf{0} = \mathbf{0}$, $\mathbf{A} - \mathbf{A} = \mathbf{0}$.

Unit vector

A vector of magnitude one, used only to specify direction, marked with a caret: $\hat{\mathbf{n}} = \mathbf{A}/|\mathbf{A}|$. Unit vectors are dimensionless and unitless. The Cartesian unit vectors $\hat{\mathbf{i}}, \hat{\mathbf{j}}, \hat{\mathbf{k}}$ are mutually perpendicular and each have magnitude one.

Parallel, antiparallel, collinear, coplanar

Two vectors are parallel if directions agree (any magnitudes), antiparallel if directions differ by exactly $180°$ — for example $\mathbf{A}$ and $-\mathbf{A}$. They are collinear if they lie along the same line (so parallel or antiparallel), and coplanar if they can be translated into a single plane. Any two vectors are trivially coplanar; the test matters for three or more.

Polar and axial vectors

A polar vector represents a true directional quantity — displacement, velocity, force, momentum. An axial vector represents a rotational or area-related quantity built from a right-hand rule — angular velocity $\boldsymbol{\omega}$, angular momentum $\mathbf{L}$, torque $\boldsymbol{\tau}$, area vector. Under reflection through a plane, a polar vector reverses along the normal while an axial vector keeps its direction — the basis of NEET statement traps on angular quantities.

Identifying scalars and vectors — NEET multi-select practice

Worked example · classification

Classify each of the following as a scalar or a vector: volume, mass, speed, acceleration, density, number of moles, velocity, angular frequency, displacement, angular velocity. (NCERT Exercise 3.1)

Scalars (6): volume, mass, speed, density, number of moles, angular frequency. Each is specified completely by a magnitude with its unit. Angular frequency $\omega = 2\pi \nu$ in this Exercise refers to the rate of cycling — a scalar in NCERT's usage. The vector quantity called "angular velocity" is a separate entry.

Vectors (4): acceleration, velocity, displacement, angular velocity. All four obey the parallelogram law of addition and have well-defined directions in three-dimensional space. Angular velocity is an axial vector — its direction is given by the right-hand rule along the rotation axis.

Distractor trap: students mistakenly call "angular frequency" a vector because of the word "angular". The angular frequency $\omega$ in oscillation contexts is a scalar; the angular velocity vector $\boldsymbol{\omega}$ in rotation contexts is a vector. Same symbol, different categories — context decides.

Quick recap

What this subtopic locked in

  • Scalar: magnitude only, obeys ordinary algebra. Examples — mass, time, temperature, distance, speed, density, work, power, energy, current.
  • Vector: magnitude + direction + parallelogram law. Examples — displacement, velocity, acceleration, force, momentum, impulse.
  • Current is a scalar. It has direction but fails the parallelogram-law test — currents add by Kirchhoff arithmetic, not geometrically.
  • Position vector $\mathbf{r} = x\,\hat{\mathbf{i}} + y\,\hat{\mathbf{j}}$. Displacement $\Delta \mathbf{r} = \mathbf{r}' - \mathbf{r}$ depends only on endpoints, never on path.
  • Equality requires equal magnitudes and equal directions — vectors are free, so location is irrelevant.
  • $\lambda \mathbf{A}$: magnitude scales by $|\lambda|$; direction flips if $\lambda < 0$. The dimension of $\lambda$ changes the unit of the product.
  • Null vector $\mathbf{0}$, unit vector $\hat{\mathbf{n}} = \mathbf{A}/|\mathbf{A}|$. Polar (displacement, force) vs axial (angular velocity, torque) — different behaviour under reflection.

NEET PYQ Snapshot — Scalars and Vectors

One NEET PYQ tagged to vector basics, supplemented by two NCERT Exercises that test the scalar/vector classification directly.

NEET 2016

If the magnitude of sum of two vectors is equal to the magnitude of difference of the two vectors, the angle between these vectors is:

  1. $90°$
  2. $45°$
  3. $180°$
  4. $0°$
Answer: (1) 90°

Why: Square both sides: $A^2 + B^2 + 2AB\cos\theta = A^2 + B^2 - 2AB\cos\theta$, giving $4AB\cos\theta = 0$, so $\theta = 90°$. Distractor (3) $\theta = 180°$ gives $|\mathbf{A} - \mathbf{B}| = A + B$ but $|\mathbf{A} + \mathbf{B}| = |A - B|$ — unequal. (4) $\theta = 0$ similarly fails. Only $\theta = 90°$ satisfies both.

NCERT Exercise 3.2

Pick out the two scalar quantities in the following list: force, angular momentum, work, current, linear momentum, electric field, average velocity, magnetic moment, relative velocity.

  1. Force and angular momentum
  2. Work and current
  3. Average velocity and relative velocity
  4. Electric field and magnetic moment
Answer: (2) Work and current

Why: Work $W = \mathbf{F} \cdot \mathbf{d}$ is a dot product yielding a scalar. Current fails the parallelogram-law test (Kirchhoff arithmetic at junctions). Everything else is a vector: force, linear momentum, electric field and the velocities are polar; angular momentum and magnetic moment are axial. Distractors (3) and (4) both pick vector pairs.

NCERT Exercise 3.3

Pick out the only vector quantity in the following list: temperature, pressure, impulse, time, power, total path length, energy, gravitational potential, coefficient of friction, charge.

  1. Temperature
  2. Pressure
  3. Impulse
  4. Gravitational potential
Answer: (3) Impulse

Why: Impulse $\mathbf{J} = \Delta \mathbf{p} = \mathbf{F}\,\Delta t$ inherits direction from the force vector. Every other entry is a scalar. Pressure at a point is a scalar — the force on a surface element due to pressure is a vector, but pressure itself is force-per-unit-area magnitude only. Distractors (1), (2), (4) tempt students who confuse "having a value at every point" with "being a vector"; none obey the parallelogram law.

FAQs — Scalars and Vectors

Short answers to the questions NEET aspirants ask most about scalar and vector basics.

What is the difference between a scalar and a vector?
A scalar is specified completely by a magnitude with its unit and obeys ordinary algebra — examples are mass, time, temperature, distance, speed, work, power and energy. A vector has both a magnitude and a direction and must obey the triangle law or equivalently the parallelogram law of addition — examples are displacement, velocity, acceleration, force, momentum and impulse. Having a direction alone is not sufficient; the addition rule is what makes a quantity a vector.
Why is electric current a scalar even though it has a direction?
Current has a sense of flow inside a conductor, but two currents meeting at a junction add as ordinary numbers — by Kirchhoff's rule, not by the parallelogram law. Because it fails the vector addition test, current is classified as a scalar. Direction in a wire is a property of the geometry of the conductor, not of the quantity itself.
When are two vectors equal?
Two vectors are equal if and only if they have the same magnitude and the same direction. Equality is unaffected by parallel translation — shifting a vector to a new location without changing its length or direction leaves the vector unchanged. Such vectors are called free vectors. Two vectors with equal length but different directions are not equal.
What is a unit vector and what is its dimension?
A unit vector is a vector of magnitude one that points in a specified direction. It is written with a caret, for example a-hat = A divided by the magnitude of A. A unit vector is dimensionless and unitless — it carries direction information only. The Cartesian unit vectors i-hat, j-hat and k-hat lie along the x, y and z axes respectively.
What is the displacement vector and how does it differ from path length?
The displacement vector points from the initial position to the final position in a straight line, regardless of the actual route taken. Its magnitude is less than or equal to the path length covered along the route. The two are equal only when the object moves in a straight line without reversing direction. Displacement is a vector; path length is a scalar.
What is the difference between a polar vector and an axial vector?
A polar vector represents a true directed quantity in space — displacement, velocity, force, momentum. An axial vector represents a rotational or area-related quantity and is defined by a right-hand rule — angular velocity, angular momentum, torque, area vector. Under reflection through a plane, polar vectors reverse along the normal while axial vectors stay along the normal. NEET tests this distinction in statement questions on angular quantities.