Help Us

Support Free Education

UniversityScope provides free study material, notes, lectures and guidance for students.

We have invested more than ₹10,000 in hosting and the plan is ending this month.

AdSense earnings are very low and not enough to run this mission.

Your small donation will help us keep this website running and continue providing free education.

Donate Now

Position Vector in Cartesian coordinate

AI Quick Summary
  • Hey there! Before you dive into the full article, here is a quick and simple overview of what we are going to cover today:
  • First, we'll explore introduction.
  • We will also deep dive into why do we study this? (real life examples).
  • You'll learn some interesting facts about simplest definition.
  • Make sure not to miss the part where we discuss key formula box.
  • First, we'll explore detailed derivation (step-by-step for exams).
  • We will also deep dive into step-by-step derivation.
  • You'll learn some interesting facts about important table.
Content Creator • Published: 11 Dec, 2025

Introduction

Hello students! Today we are going to learn about Position vector in Cartesian Coordinate. Don't worry if it looks hard, we will make it very simple.

See, the Position Vector is one of the most fundamental concepts in Physics. It is simply a vector that tells us the location, or the position, of any particle or object with respect to a fixed reference point, which we usually call the Origin (O). When we use the Cartesian system (that is, X,Y, and Z axes), we are just giving three specific numbers to locate that point in space.

Why do we study this? (Real Life Examples)

Now, why should we study this concept? This is not just theoretical derivation, students. This is essential for understanding motion.

  1. Missile Guidance System: For example, when the Army launches a missile, they must know the exact location of the target relative to the launch point. If the target is 500 km East, 20 km North, and 1 km above the sea level, these three distances (x,y,z) define the target's position vector from the launch pad. The missile’s computer calculates the flight path using this vector.

  2. Using GPS in Mobile Phones: Have you noticed how your mobile phone shows your location on Google Maps? The satellites orbiting the Earth constantly communicate coordinates (x,y,z) to your phone. Your location on the map is nothing but the end point of your Position Vector relative to a standard global reference point. Without vectors, GPS cannot work.

  3. Robotics in Factories: When a robot arm in a car manufacturing plant needs to pick up a specific component, the robot’s programming relies entirely on knowing the exact position vector of the component and the destination position vector where it needs to place it. These coordinates are fed as inputs to the robot’s control system.

Simplest Definition

Definition:

The Position Vector (r) of a particle is defined as the vector drawn from the origin (O) of a coordinate system to the point (P) where the particle is located. It describes both the distance of the particle from the origin and the direction in which it lies.

Diagram

Diagram: Detailed description of diagram for Position vector in Cartesian Coordinate: A 3D coordinate system (X, Y, Z axes) originating at O. A point P(x, y, z) is shown in the first octant. A vector $\vec{r}$ is drawn from O to P. Unit vectors $\hat{i}, \hat{j}, \hat{k}$ are shown along the positive X, Y, and Z axes respectively. Perpendiculars are shown dropped from P to the axes to illustrate the components x, y, and z.

Figure: Detailed description of diagram for Position vector in Cartesian Coordinate: A 3D coordinate system (X, Y, Z axes) originating at O. A point P(x, y, z) is shown in the first octant. A vector r is drawn from O to P. Unit vectors i^,j^,k^ are shown along the positive X, Y, and Z axes respectively. Perpendiculars are shown dropped from P to the axes to illustrate the components x, y, and z.

Key Formula Box

We use the unit vectors i^, j^, and k^ to denote the directions along the X,Y, and Z axes, respectively.

Position Vector in Cartesian Coordinates (3D) r=xi^+yj^+zk^ Magnitude of Position Vector |r|=x2+y2+z2

Detailed Derivation (Step-by-Step for Exams)

This derivation is very important. It is often asked in 5-mark questions. You must show all the steps properly.

Step-by-Step Derivation

Let us consider a particle situated at point P in a three-dimensional Cartesian coordinate system OXYZ.

Let the coordinates of the point P be (x,y,z). The origin is at O(0,0,0).

The vector OP is the position vector, which we denote as r.

Step 1: Defining Components

The coordinates (x,y,z) tell us that the distance covered along the X-axis is x, along the Y-axis is y, and along the Z-axis is z.

We define the following component vectors:

  1. The component vector along the X-axis is rx. Since i^ is the unit vector in the X direction, we write: rx=xi^...(1)

  2. The component vector along the Y-axis is ry. Using the unit vector j^: ry=yj^...(2)

  3. The component vector along the Z-axis is rz. Using the unit vector k^: rz=zk^...(3)

Step 2: Applying Vector Addition (Polygon Law)

The total position vector r is the resultant vector of its three orthogonal components (rx,ry,rz).

According to the Polygon Law of Vector Addition, the resultant vector is the vector sum of its components: r=rx+ry+rz

Step 3: Final Form of Position Vector

Now, let us substitute the component definitions from equations (1), (2), and (3) into the vector sum equation: r=(xi^)+(yj^)+(zk^)

Thus, the Position Vector r of a particle at P(x,y,z) is: r=xi^+yj^+zk^ This is the required expression for the position vector.

Step 4: Derivation of Magnitude of the Position Vector (|r|)

The magnitude of the position vector, denoted by r or |r|, is simply the straight-line distance from the origin O to the point P.

We can find this magnitude by applying the Pythagorean Theorem twice in the 3D space.

  1. First, consider the components in the XY plane. Let A be the projection of P onto the XY plane. The distance OA is found using Pythagoras theorem in 2D: OA2=x2+y2

  2. Now, consider the right-angled triangle formed by O, A, and P. Here, OA is the base, AP is the height (which is z), and OP (which is r) is the hypotenuse.

    OP2=OA2+AP2

  3. We substitute the value of OA2 and note that AP=z: r2=(x2+y2)+z2

  4. Taking the square root on both sides, we get the magnitude: |r|=x2+y2+z2 You must remember this formula for the numerical problems in the exams.


Important Table

Here is a summary of the fundamental components we used in the derivation. This table will help you clarify the role of unit vectors.

Vector SymbolNameAlong AxisMagnitude (|V|)Role
rPosition VectorO to Px2+y2+z2Locates the particle.
i^Unit VectorPositive X1Provides direction along X-axis.
j^Unit VectorPositive Y1Provides direction along Y-axis.
k^Unit VectorPositive Z1Provides direction along Z-axis.

Solved Numericals (Exam Style)

Let us solve a few problems based on this concept. You must write the steps clearly, just like shown below.

Solved Numericals (Exam Style)

Q1: A particle is located at point P(5,2,1). Write the position vector (r) of the particle.

Ans:

Given: Coordinates of the particle P(x,y,z)=(5,2,1). This means x=5, y=2, and z=1.

To Find: Position vector r.

Formula: r=xi^+yj^+zk^

Calculation: We substitute the given values directly into the formula. r=(5)i^+(2)j^+(1)k^ r=5i^2j^+k^

Final Answer with units: The position vector is r=5i^2j^+k^. (Units will depend on whether x,y,z are in meters, centimeters, etc.)


Q2: Find the magnitude of the position vector r=3i^+4j^12k^.

Ans:

Given: Position vector r=3i^+4j^12k^. Here, x=3, y=4, and z=12.

To Find: Magnitude of the position vector, |r|.

Formula: |r|=x2+y2+z2

Calculation: We substitute the values: |r|=(3)2+(4)2+(12)2 |r|=9+16+144 |r|=25+144 |r|=169 |r|=13

Final Answer with units: The magnitude of the position vector is |r|=13 units.


Q3: A particle moves from point P1(1,2,3) to point P2(5,5,5). Calculate the displacement vector (Δr).

Ans:

Given: Initial position vector P1(1,2,3), so r1=1i^+2j^+3k^. Final position vector P2(5,5,5), so r2=5i^+5j^+5k^.

To Find: Displacement vector Δr.

Formula: Displacement vector is the change in position: Δr=r2r1

Calculation: Δr=(5i^+5j^+5k^)(1i^+2j^+3k^) We group the components: Δr=(51)i^+(52)j^+(53)k^ Δr=4i^+3j^+2k^

Final Answer with units: The displacement vector is Δr=4i^+3j^+2k^ units.


Exam Corner: Questions & Answers

Short Answer Questions (2 Marks Each)

Q: What is the physical significance of the origin (O) when defining a position vector?

Ans: The origin (O) serves as the fixed reference point or the coordinate axis zero point. The position vector always starts from this origin. Its physical significance is that all measurements of distance and direction (position) are defined relative to this single, constant reference point. This allows different observers, using the same origin, to consistently measure the location of a particle.

Q: Write the difference between a position vector and a displacement vector.

Ans: The Position Vector (r) defines the location of a single point P relative to the fixed origin O. r shows where the object is. The Displacement Vector (Δr) defines the change in position. It is the vector drawn from the initial position P1 to the final position P2. Δr shows how much the object moved and in which direction. Mathematically, Δr=r2r1.

Q: If the position vector of a particle is r=8i^+6j^. What are the coordinates of the particle and what is its distance from the origin?

Ans:

  1. Coordinates: Comparing the vector with the general form r=xi^+yj^, the coordinates are x=8 and y=6. The particle coordinates are (8,6,0).
  2. Distance from Origin (Magnitude): |r|=x2+y2 |r|=82+62=64+36=100=10 units.

Long Answer Questions (5 Marks Each)

Q: Explain the position vector in Cartesian coordinates. Derive the mathematical expression for the position vector and its magnitude in three dimensions.

Ans:

Position Vector in Cartesian Coordinates

The position vector r is a vector quantity that specifies the exact location of a particle P relative to the origin O of a chosen coordinate system. In the Cartesian system, we use three mutually perpendicular axes (X,Y,Z) and their corresponding unit vectors (i^,j^,k^) to represent space.

Derivation of Position Vector (r)

  1. Setup: Let P be a point with coordinates (x,y,z). The position vector is the vector r running from O(0,0,0) to P(x,y,z).
  2. Components: The vector r can be resolved into three mutually perpendicular component vectors along the axes: rx,ry, and rz.
  3. Expression for Components: Since unit vectors give direction, the component vectors are written as: rx=xi^ ry=yj^ rz=zk^
  4. Vector Addition: Using the law of vector addition (specifically, the Polygon Law), the position vector is the sum of its components: r=rx+ry+rz
  5. Final Position Vector: Substituting the components: r=xi^+yj^+zk^

Derivation of Magnitude (|r|)

The magnitude |r| is the distance OP. We apply the Pythagorean theorem.

  1. XY Plane Distance (rxy): The distance of the projection of P onto the XY plane from the origin (rxy) is: rxy2=x2+y2...(1)
  2. 3D Distance: Now, considering the right triangle formed by rxy, the z-component, and the final vector r, we have: |r|2=rxy2+z2
  3. Substitution: Substituting Eq. (1) into the expression: |r|2=x2+y2+z2
  4. Final Magnitude: Taking the square root gives the magnitude: |r|=x2+y2+z2

Multiple Choice Questions (MCQs)

Q1: The position vector of a particle is given by r=2i^3j^+6k^. What is its magnitude? A) 7 B) 11 C) 36 D) 49 Ans: A) - |r|=22+(3)2+62=4+9+36=49=7.

Q2: The direction of the unit vector k^ is along which axis? A) Negative Y-axis B) Positive Z-axis C) Positive X-axis D) Negative X-axis Ans: B) - k^ is conventionally the unit vector along the Positive Z-axis.

Q3: If a particle is located exactly on the Y-axis at y=4, its position vector in Cartesian coordinates is: A) 4i^ B) 4j^ C) 4k^ D) 4i^+4j^ Ans: B) - Since x=0 and z=0, the vector is r=0i^+4j^+0k^=4j^.

Q4: A displacement from point A(1,1,1) to point B(2,3,4) is given by: A) i^+2j^+3k^ B) 3i^+4j^+5k^ C) i^2j^3k^ D) 2i^+3j^+4k^ Ans: A) - Displacement Δr=rBrA=(21)i^+(31)j^+(41)k^.

Q5: Which of the following defines the unit vector in the direction of position vector r? A) |r|/r B) r|r| C) r×|r| D) r/|r| Ans: D) - The unit vector (r^) is always defined as the vector divided by its own magnitude.

Summary

I hope this concept is clear now. See, the position vector is just a tool to specify location in space using a fixed reference point (the origin). We found that in Cartesian coordinates, the vector is simply r=xi^+yj^+zk^, and its length (magnitude) is calculated by the 3D Pythagoras theorem: |r|=x2+y2+z2.

This understanding is essential for the next topics, especially velocity and acceleration vectors. Practice the derivation twice and work out the solved numericals on your own. All the best for your exams!

For more notes visit on universityscope.com .. Notes are complete for college exam and according to university

Leave a Comment