In kinematics, describing the motion of an object requires knowing where the object is and how its position changes with time. These ideas are explained using two important vector quantities: the position vector and the displacement vector. Both play a fundamental role in understanding motion, velocity, and acceleration.

Position Vector
The position vector specifies the location of an object with respect to a fixed reference point, usually taken as the origin of a coordinate system. It is a vector that starts from the origin and points toward the position of the object.
If a point has coordinates (x, y) in a two-dimensional plane, its position vector (
The magnitude of the position vector is given by
In three dimensions, for a point (x, y, z), the position vector is
The magnitude of the position vector represents the distance of the object from the origin, while its direction indicates where the object is located.
Displacement Vector
The displacement vector describes the change in position of an object. If an object moves from an initial position A to a final position B, the displacement vector is the vector drawn from A to B.
If the coordinates of A and B are (x1, y1) and (x2, y2), respectively, the displacement vector (
The magnitude of the displacement vector is given by
The magnitude of displacement is the shortest distance between the initial and final positions, and its direction is always from the initial point to the final point. Displacement depends only on these two positions and not on the path taken.
Position Vector vs Displacement Vector
- The position vector represents the location of an object relative to the origin.
- The displacement vector represents the change in position between two points.
- Position vector depends on the chosen reference point, whereas displacement does not.
- Displacement can be zero even if the object has traveled a non-zero distance.
Distance vs Displacement
Distance is a scalar quantity that depends on the actual path followed by the object, while displacement is a vector quantity that depends only on the initial and final positions.
Physical Significance
The position vector helps determine where an object is at a given instant, while the displacement vector is used to define important kinematic quantities such as velocity and acceleration. These vectors form the foundation for the mathematical description of motion.
Related Articles
Solved Example
Question 1 : The position vector of a particle moving in a plane is given by \vec{r}(t) = t^2 \hat{i} + 3t \hat{j}
. Find the displacement of the particle between t = 1 sec and t = 4 sec ?
Displacement depends only on the initial and final positions of the particle.
Given:
\vec{r}(t) = t^2 \hat{i} + 3t \hat{j} Position at t = 1sec :
\, \, \overrightarrow{\rm r_i } = (1)^2 \hat{i} + 3(1)\hat{j} = \hat{i} + 3\hat{j} Position at t = 4sec :
\, \, \vec{r}_f = (4)^2 \hat{i} + 3(4)\hat{j} = 16\hat{i} + 12\hat{j} Displacement vector:
\vec{r} = \vec{r}_f - \vec{r}_i\newline\vec{r} = (16\hat{i} + 12\hat{j}) - (\hat{i} + 3\hat{j})\newline\,\newline\text{Final Answer: }\boxed{\vec{r} = 15\hat{i} + 9\hat{j}}
Question 2 : The position vector of a particle is given by \vec r(t)= (at^2)\hat i + (bt^2)\hat j where a and b are constants. Find the ratio of displacement to distance travelled by the particle between t=0 and t=T.
Initial position:
\vec r_1 = 0 Final position:
\vec r_2 = aT^2\hat i + bT^2\hat j Displacement magnitude:
|\Delta \vec r| = T^2\sqrt{a^2 + b^2} Velocity:
\vec v = \frac{d\vec r}{dt} = 2at\hat i + 2bt\hat j Speed:
v = 2t\sqrt{a^2 + b^2} Distance travelled:
S = \int_0^T v \, dt = \int_0^T 2t\sqrt{a^2 + b^2}\, dt\newline \, \newline S = \sqrt{a^2 + b^2}.T^2 Required ratio:
\frac{\text{Displacement}}{\text{Distance}} = 1