Position and Displacement Vector in Space Explanation With Solved Examples

What is a Position Vector in Physics?

position vector is a vector that represents the location of a point in space relative to a fixed reference point, known as the origin. It is drawn as a straight line from the origin to the point.

Consider a particle in a space. Let at an instant t, its position be P whose position coordinates from three mutually perpendicular axes with origin at O be (x, y, z) as shown in Figure below.

Position vector of the particle in space and Displacement Vector in Space

The position vector of the particle at P w.r.t origin O is given by :

r=xi^+yj^+zk^

Magnitude of r is given by :

|r|=x2+y2+z2

Enhance your preparation with Rectangular Components of Vector in Three Dimensions (Space), Direction Cosines and Vector Addition


How do you calculate the Displacement Vector in Space between two points?

Let the particle be at P(x, y, z) at time t and let it reach point Q(x1, y1, z1) at time t1, in Figure above. The position vector of particle at P is :

r=xi^+yj^+zk^

The position vector of particle at Q is :

r1=x1i^+y1j^+z1k^

The position vector of the particle in the time interval (t1t), (i.e., displacement) is given by :

(PQ)=Δr=r1r

Δr=(x1i^+y1j^+z1k^)(xi^+yj^+zk^)

Δr=(x1x)i^+(y1y)j^+(z1z)k^

Magnitude of displacement vector Δr is :

|Δr|=(x1x)2+(y1y)2+(z1z)2

Explore detailed notes on Resolution of a Vector and Rectangular Components of a Vector


Difference between a Position Vector and a Displacement Vector

FeaturePosition VectorDisplacement Vector
DefinitionA vector that specifies the exact location of a particle at a particular instant in time with respect to a chosen reference point (usually the origin).A vector that represents the overall change in position of a particle over a given time interval.
Dependence on OriginHighly Dependent. If you shift the origin (reference point), the position vector changes completely.Independent. Shifting the origin does not change the straight-line distance or direction between the two points.
Time FrameDescribes the particle at a single, specific instant in time (t).Describes the particle over a duration or interval of time (Δt = tfti).
Mathematical NotationDenoted generally as r or r(t).Denoted generally as Δr or d.
Formula (In 3D Cartesian Space)r=xi^+yj^+zk^Δr=rfri=(x2x1)i^+(y2y1)j^+(z2z1)k^
Relationship to PathContains no information about how the particle arrived at that location.Represents only the net shortcut; it does not reveal the actual path or curves taken by the object.
Physical SignificanceServes as the baseline state variable in kinematics to describe a particle’s trajectory.Used directly to calculate physical quantities like average velocity (vavg=ΔrΔt) and work done (W=FΔr).

For complete preparation, also study Parallelogram Law of Vectors Addition and Subtraction of Vectors


What are the Properties of Position and Displacement Vectors in Space ?

  • Both are vector quantities (magnitude and direction)
  • Position vector is measured from fixed reference
  • Displacement vector is independent of path
  • Displacement can be zero if initial and final positions coincide
  • Magnitude of displacement ≤ actual distance travelled

Important exam-related topics include Polygon Law and Triangle Law of Vectors Addition, Lami’s Theorem Analytical Method


What is the Role of Position and Displacement Vectors in Kinematics ?

Position and displacement vectors are foundational for describing motion parameters such as velocity and acceleration. The change in position over time leads to velocity, while the change in velocity provides acceleration analysis, as addressed in Displacement, Velocity And Acceleration.

These vectors also facilitate the study of relative motion, which is explained under Relative Velocity In Kinematics.


Applications of position and displacement vectors extend to projectile motion, analysis of movement in one and two dimensions, and graphical representation of motion. For specific applications, refer to Motion In One Dimension.

Mastery of these concepts is fundamental for solving kinematics problems and for advanced topics in physics and mathematics.

Frequently linked concepts include Multiplication of Vector by Real Number and Scalar


Solved Examples Based on Position and Displacement Vector in Space

Example 1:
Given two points P = (-4, 6, -1) and Q = (5, 11, -6), determine the position vector PQ.

Solution: 
If two points are given in the xyz-coordinate system, then we can use the following formula to find the position vector PQ :

PQ=(x2x1)i^+(y2y1)j^+(z2z1)k^

Where (x1, y1, z1), represents the coordinates of point P and (x2, y2, z2) represents the point Q coordinates. Thus, by simply putting the values of points P and Q in the above equation, we can find the position vector PQ :

PQ=(5(4))i^+(116)j^+(6(1))k^

PQ=9i^+5j^5k^

|PQ|=(9)2+(5)2+(5)2

|PQ|=131

Thus, the position vector PQ is equivalent to a vector that starts at the origin. This vector is directed to a point 9 units along the +x-axis, 5 units +y-axis and 5 units along the -z-axis.

Example 2:
The position vector of a particle moving in a plane at any time t is given by : r(t)=t2i^+3tj^. Find the displacement of the particle between the time interval t = 1 second and t = 4 second.

Solution :
Displacement (Δr) is a vector quantity that represents the shortest straight-line path from the starting point to the ending point. It depends only on the initial and final positions of the particle and is completely independent of the actual path taken.

The mathematical formula for the displacement vector is:

Δr=rfri

where rf is the final position vector and ri is the initial position vector.

To find where the particle is at the beginning of the interval t = 1 second, substitute t = 1 into the given position equation:

ri=r(1)=(1)2i^+3(1)j^

ri=i^+3j^

To find where the particle is at the end of the interval t = 4 second, substitute t = 4 into the position equation:

rf=r(4)=(4)2i^+3(4)j^

rf=16i^+12j^

Subtract the initial position vector from the final position vector to get displacement vector.

Δr=rfri

Δr=(16i^+12j^)(i^+3j^)

Δr=(161)i^+(123)j^

Δr=15i^+9j^

The displacement of the particle is 15i^+9j^.

Example 3:
The position vector of a particle moving in space is given by the function: r(t)=(at2)i^+(bt2)j^, where a and b are constants. Find the ratio of the magnitude of displacement to the total distance travelled by the particle during the time interval from t = 0 to t = T.

Solution :
Displacement (Δr) : The direct, straight-line vector pointing from the initial position to the final position.

Distance (S): The total length of the actual path traveled by the particle. It is calculated by integrating the speed over time: S=vdt.

Generally, Distance ≥ Displacement. They are only equal (giving a ratio of 1) if the particle moves along a strictly straight line without reversing its direction.

To Calculating the Magnitude of Displacement (|Δr|) :

Initial Position (at t = 0) :

r1=(a02)i^+(b02)j^=0

Final Position (at t = T) :

r2=(aT2)i^+(bT2)j^

Displacement Vector (Δr):

Δr=r2r1=(aT2)i^+(bT2)j^

Magnitude of Displacement:

|A|=Ax2+Ay2

|Δr|=(aT2)2+(bT2)2=T4(a2+b2)

|Δr|=T2a2+b2

To Calculating Total Distance Travelled (S):

To calculate the distance, we must first find the velocity and speed of the particle.

Velocity (v): Differentiate the position vector with respect to time

v=drdt

v=ddt(at2)i^+ddt(bt2)j^

v=2ati^+2btj^

Speed (v): Calculate the magnitude of the velocity vector:

v=(2at)2+(2bt)2

v=4a2t2+4b2t2

v=4t2(a2+b2)=2ta2+b2

Distance (S): Integrate the speed from time t = 0 to t = T

S=0Tvdt=0T2ta2+b2dt

S=a2+b20T2tdt

Using the integration rule 2tdt=t2, evaluate it at the boundaries:

S=a2+b2[t2]0T

S=a2+b2(T20)

S=T2a2+b2

Finding the Required Ratio:

Now, divide the magnitude of displacement by the total distance:

Ratio=Magnitude of DisplacementDistance Travelled=T2a2+b2T2a2+b2=1

The ratio of displacement to distance travelled is 1.

Understand related topics like Scalars Vectors Types, Unit, Modulus or Magnitude, Negative, Equal, Orthogonal, Position, Collinear, Coplanar, Co-initial Vectors


Short Conceptual Questions and Answers Based on Position and Displacement Vector in Space

What is a position vector?

position vector is a vector that represents the location of a point in space relative to a fixed reference point, known as the origin. It is drawn as a straight line from the origin to the point. For a point P with coordinates (x, y, z), its position vector, denoted as r or OP, is given by r=xi^+yj^+zk^.

How is a displacement vector defined and how does it differ from a position vector?

displacement vector represents the change in an object’s position. It is the shortest straight-line distance from the initial point to the final point, indicating both magnitude and direction of the movement. While a position vector specifies a single location relative to the origin, a displacement vector describes the net result of a movement between two locations and is independent of the path taken.

Why is the origin crucial when defining a position vector but not for a displacement vector?

The origin is crucial for a position vector because its definition depends entirely on this reference point; changing the origin changes the position vector of a point. However, a displacement vector represents the difference between two position vectors. If the origin is shifted, both the initial and final position vectors change by the same amount, but their difference (the displacement vector) remains exactly the same. This makes displacement an independent quantity, describing only the movement itself.

Can an object have zero displacement but non-zero distance travelled? Explain with an example.

Yes, this is a key difference between the two concepts. Distance is a scalar quantity representing the total path length covered, while displacement is a vector representing the net change in position. A common example is an athlete running one full lap around a 400 m circular track.

  • Distance travelled: 400 metres.
  • Displacement: Zero, because the athlete ends at the exact same point where they started, so their initial and final position vectors are identical.

What is the physical meaning of a negative displacement vector?

In physics, the negative sign on a vector simply indicates its direction. A negative displacement vector (has the exact same magnitude as its positive counterpart but points in the precise opposite direction. For example, if a displacement of +5mi^ means moving 5 metres east, a displacement of -5mi^ means moving 5 metres west.

Give a real-world example of how position and displacement vectors are used.

A prime example is GPS navigation. A GPS receiver calculates your position vector relative to a coordinate system fixed to the Earth (using signals from satellites). When you move from your home to your school, the GPS tracks the change. Your home has an initial position vector r1, and your school has a final position vector r2. The navigation system calculates the displacement vector Δr=r2r1 to determine the most direct route and display your movement on a map.

If a particle’s position vector changes in direction but its magnitude remains constant, what kind of path is it following?

If the magnitude of a particle’s position vector r remains constant while its direction changes, the particle is moving along a path where its distance from the origin is always the same. In a two-dimensional plane, this path is a circle with the origin at its center. In three-dimensional space, it would be moving on the surface of a sphere centered at the origin. This is a fundamental concept in describing uniform circular motion.


JEE Main PYQs Previous Year Questions With Solutions of Chapter Units and Measurements Class 11 Physics

Build a strong foundation by first exploring Class 11 Physics Notes for clear concepts and complete theory.

Next, understand the basics in depth through the Units and Measurements chapter to strengthen your fundamentals.

Once your concepts are clear, practice Units and Measurements JEE Main PYQs Set-1 to get familiar with question patterns.

Then move to Units and Measurements JEE Main PYQs Set-2 to improve accuracy and problem-solving speed.

Further enhance your preparation with Units and Measurements JEE Main PYQs Set-3 for advanced practice and better exam readiness.