Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Physics Class-11th Notes
  • Physics Formulas
  • Physics Symbol
  • Application of Physics
  • Class 8 Science
  • Class 9 Science
  • Class 10 Science
  • Class 11 Science
  • Class 12 Science
  • Class 8 Study Material
  • Class 9 Study Material
  • Class 10 Study Material
  • Class 11 Study Material
  • Class 12 Study Material
Open In App
Next Article:
How to get average velocity ?
Next article icon

How to get average velocity ?

Last Updated : 03 Apr, 2025
Comments
Improve
Suggest changes
Like Article
Like
Report

When an object moves, its position changes over time. But have you ever wondered how quickly it changes its position or in which direction? To describe this, we use the concept of average velocity. Here, we will explore and understand average velocity.

What is Average Velocity?

Average velocity is a vector quantity, defined as the change in position or displacement (∆x) divided by the time interval (∆t) during which the displacement occurs. The average velocity can be positive or negative, depending on the sign of the displacement. Its SI unit is meters per second (m/s or ms⁻¹).

How to find Average Velocity?

To calculate the average velocity, we divide the total displacement by the total time elapsed, as shown below:

ΔV = Δx​/ Δt

where, ΔV is the average velocity, Δx is the displacement, and Δt is the total time. If the starting time is zero, the formula simplifies to:

ΔV = xf​−x0​​ / tf​

where, xf​ is the final position, x0​ is the initial position, and tf​ is the final time.

Average velocity in a distance-time graph is shown by the graph below:

Average-Velocity
Average velocity in a distance-time graph

Difference Between Average Speed and Average Velocity

  • Average speed and average velocity are both measures of motion, but they are distinct in how they are calculated and interpreted.
  • Average speed is a scalar quantity that refers to the total distance traveled divided by the total time taken, regardless of the direction of motion. It gives an overall measure of how fast an object is moving, without considering the path taken.
  • On the other hand, average velocity is a vector quantity, which means it also takes direction into account. It is calculated by dividing the total displacement (the straight-line distance between the starting and ending points) by the total time elapsed. Average velocity provides information not only about the speed but also about the direction of motion.
  • In short, while average speed measures the total distance covered, average velocity measures how far an object has moved in a specific direction over a given period of time.

Solved Examples

Question 1. Find the average velocity between t = 1 and t = 4, for the particle which is moving in a plane and whose position is: r = ti + tj.

Given: the initial and final position vectors, 

r = ti + tj

The position vector changes with time. The average velocity is given by the formula, 

\vec{v} = \frac{\vec{r} - \vec{r'}}{\Delta t}

At t = 1 

r = 1i + 1j 

At t = 4 

r' = 4i + 4j 

\Delta t = 3

Plugging the values in this above equation, 

\vec{v} = \frac{\vec{r'} - \vec{r}}{\Delta t}\\ = \vec{v} = \frac{4\hat{i} + 4\hat{j} - (\hat{i} + \hat{j})}{3} \\ = \vec{v} = \frac{3\hat{i} + 3\hat{j}}{3}

→vavg​= 1i^+1j^​

Question 2: Find the displacement vector for the particle which is moving in a plane and whose position vectors are : vi = 3i + 4j and vf = 5i + 2j 

Given: the initial and final position vectors, 

vi = 3i + 4j 

vf  = 5i + 2j 

The goal is find the displacement vector 'd ' It is given by, 

Δd=vf ​​−vi​​

Plugging the values in this above equation,

d=(5i^+2j^​)−(3i^+4j^​)

d=(5−3)i^+(2−4)j^​

d=2i^−2j^

The displacement vector of the particle is:

d=2i^−2j^

Question 3: Find the displacement vector for the particle which is moving in a plane and whose position vectors are, vi = i + j and vf = 2i + 5j 

Given: the initial and final position vectors, 

vi = i + j 

vf  = 2i + 5j 

The goal is to find the displacement vector d. It is given by, 

Δd=vf ​​−vi​​

d=(2i^+5j^​)−(i^+j^​)

d=(2−1)i^+(5−1)j^​

d=1i^+ 4j^

The displacement vector of the particle is:

d=i^+4j^

Question 4: Find the velocity at t = 4, for the particle which is moving in a plane and whose position is given: r = 2t2i + t3j

Given: the initial and final position vectors, 

r = 2t2i + t3j

We need to find the velocity at t=4.

The velocity vector is the derivative of the position vector with respect to time,

v=dr/dt

So, let's differentiate the given position vector r=2t2i + t3j with respect to time:

Differentiate with respect to t,

d/dt (2t2i^) =4ti^

So the velocity vector is:

v=4ti^+3t2j^

Plugging the values in this above equation,

v=4(4)i^+3(4)2j^​

v=16i^+48j^

Question 5: Find the velocity at t = 2, for the particle which is moving in a plane and whose position is given :r = ti + 4t2j

Given: the initial and final position vectors, 

r = ti + 4t2j

The velocity vector is the derivative of the position vector with respect to time,

v=dr/dt

So, let's differentiate the given position vector r=ti^+4t2j^with respect to time:

Differentiate with respect to t,

d/dt (ti^) =1i^

So the velocity vector is:

v=1i^+8tj^

Plugging the values in this above equation,

v=1i^+16j^​

Question 6: Find the average velocity between t = 0 and t = 2, for the particle which is moving in a plane and whose position is given : r = 3ti + 3t3j 

Given: the initial and final position vectors, 

r = 3ti + 3t3j

The position vector: r(t)=3ti^+3t3j^

  • t1=0
  • t2=2

The average velocity between t=t1​ and t=t2 is given by the formula,

vavg=r(t2)−r(t1)/t2-t1

Find r(t1) at t=0:

r(0)=3(0)i^+3(0)3j^​=0i^+0j^​=0

Find r(t2) at t=2:

r(2)=3(2)i^+3(2)3j^​=6i^+3(8)j^​= 6i^+24j^​

Plugging the values in this above equation,

vavg​= r(2)-r(0)/2-0

vavg= (6i^+24j^​)−(0i^+0j^​)​/2

vavg=6i^+24j^​​/2

vavg​=3i^+12j^

Related Reads,

  • Distance -time graph
  • Average Speed
  • Instanteneous Speed
  • How does instanteneous speed differ from average velocity?
  • Speed and Velocity
  • Real life applications of velocity

Next Article
How to get average velocity ?

A

anjalishukla1859
Improve
Article Tags :
  • School Learning
  • Physics
  • Class 11
  • Physics-Class-11

Similar Reads

    How to Calculate Weighted Average?
    Weighted Average is a method of finding the average of a set of numbers where each number (or data point) is given a weight based on its importance or relevance. Weighted averages are commonly used in various fields such as finance, economics, education, and statistics, where different data points m
    7 min read
    How does Instantaneous Velocity differ from Average Velocity?
    Velocity is a crucial topic in physics. Many qualities of a body, such as kinetic energy and viscosity, are influenced by its velocity. The term velocity describes how quickly or slowly an object is moving. Velocity can be defined as the rate of change of the object’s position with respect to time a
    11 min read
    Unit of Velocity
    Unit of velocity is meter per second or m/s. It is defined as the ratio of a unit of distance and a unit of time. Velocity is the measure of the speed of an object in a particular direction. Although the unit of speed and velocity are identical, velocity, being a vector quantity, is defined as the r
    5 min read
    How to find the Momentum from Velocity?
    We can find momentum from velocity by multiplying it with mass i.e. Momentum = mass × velocity (P = M * V). Momentum is a vector quantity in physics that is a property of motion and is obtained by calculating the product of mass and velocity. Momentum always remains conserved in a closed space. Velo
    6 min read
    Average Deviation Formula
    Average Deviation is an effective way to analyze the variability in the given data. It is the average of all deviations from a central point. Average Deviation measures the distance from mean or median. It is also called Average Absolute Deviation (or) Mean Absolute Deviation. Mean- It is the averag
    8 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences