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
  • CBSE Physics Class 8 Notes
  • CBSE Class 9 Physics Notes
  • CBSE Notes for Class 10 Physics
  • CBSE Class 11 Physics Notes
  • CBSE Class 12 Physics Notes
  • CBSE Class 8 Science Notes
  • CBSE Class 9 Science Notes
  • Class 10 Science Notes
Open In App
Next Article:
Initial Velocity Formula
Next article icon

Initial Velocity Formula

Last Updated : 04 Feb, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

The first thing that comes to mind after hearing initial velocity is that it is the velocity of an object when it started moving from rest. normally we do this mistake, but in reality, it is the velocity of an object at a given instance of time (that can be assumed) which it got before being under the effect of acceleration after some instance of time (which can be also be assumed). Let's learn why? and how?.

First equation of motion states that ,

v = u + at

Where v is final velocity, u is initial velocity, t is time(time instance) and a is acceleration.

Now let's rearrange this equation, 

u = v - at,

  • Here v will have some value it can be zero, positive or negative. so, what does it prove? it's not necessary that an object needs to be at rest for a velocity to be initial velocity 'u'.
  • If a = 0, acceleration is zero. now what? initial velocity is equal to final velocity. so at any value of 't' will not make any difference. so that defines that initial velocity is the velocity of an object before being under the effect of acceleration 'a'.
  • If we assume at time instance  t= 0, then the same thing happens. initial velocity is equal to final velocity. and here we decided to keep time instant t = 0. but for a fact, we know time is never zero so we just consider a time instant where we can assume time t = 0.

Now we are having a good base on initial velocity, we can finally move to the "Initial velocity formula".

Initial velocity formula

Basically while finding the initial velocity of an object, not all the elements needed to find it is not present. so, we need different formulas to find the initial velocity within the limit of elements given to us. so there are 4 possible combinations of elements that can be solved with the initial velocity formulas and we got 4 different formulas to solve them. all of these formulas are derived from the "3 equations of motion".

Three Equations of Motion are:

  1. v = u + at ⇢ (1.1)
  2. s = ut + ½ × at² ⇢ (1.2)
  3. v2 - u2= 2as ⇢ (1.3)

Where u is initial velocity, v is final velocity, t is time (time instance), s is distance, a is acceleration 

Four Possible cases that can be given to find Initial Velocity

  • Let's suppose, If time (t), acceleration (a), and final velocity (v) are provided to us, for this case let's consider equation (1.1), rearranging this equation to get,

u = v - at 

And now put values in this equation to find the initial velocity.

  • Let's suppose, If the distance (s), acceleration (a) and time(t) are provided to us, for this case let us consider equation (1.2), dividing this equation with (t) to get,

s/t = u + ½at

After rearranging this equation,

u = s/t - at/2 

And now put values in this equation to find the initial velocity.

  • Let's suppose, velocity (v), acceleration (a), and distance(s) are provided to us, for this case let's consider equation (1.3), rearrange this equation to get,

u2 = v2 - 2as 

And now put values in this equation to find the initial velocity.

  • Let's suppose, If final velocity (v), distance (s), and time (t) are provided to us, for this case let's consider equations (1.2) and (1.1). Firstly from equation 1.1 let's find the value of 'a' in known terms of 'v', 'u' and 't', by rearranging,

a  = (v - u)/t,

Lets put this value of 'a' in equation 1.2, 

s = ut + 1/2 × ((v - u)/t) × t2

After solving and rearranging we get,

u = 2s/t - v

And now put values in this equation to find the initial velocity.

Sample Problems

Question 1: A car is moving through traffic at a slow speed. Once traffic got cleared, the car accelerates at 0.20 ms−2 for 60.0 s. After this acceleration, the velocity of the car is 30.0 ms−1. Determine the initial velocity of the car.

Solution:

Given: t = 60.0 s, a = 0.20 ms−2, v = 30.0 ms−1

Thus, the initial velocity is:

u = v – at

Inserting the values in the formula,

u = 30 – (0.20)×(60.0)

⇒ u = 30 – 12

⇒ u = 18 ms−1

⇒ u = 18.0 ms−1.

Question 2: A Ship covers 1000 m in 10 seconds and has an acceleration of 10 ms-2.find the initial velocity of the Ship.

Solution:

Given: s =1000m , t = 10s, a = 10ms-2

Thus, the initial velocity is:

u = s/t – at/2 

Inserting the values in the formula

u = 1000/10 – (10 × 10)/2

⇒ u = 100 – 50

⇒ u = 50 ms-1.

Question 3: An athlete covers a distance of 100 m. If his final velocity was 40 ms−1 and has an acceleration of 6 ms−2. Compute her initial velocity?

Solution:

Given: Distance, s = 100m,Final velocity, v = 40  ms−1, Acceleration, a = 6  ms−2

Thus, the initial velocity is:

u² = v² – 2as

Inserting the values in the formula

u² = 40² – 2 × 6 × 100

⇒ u2 = 1600 – 1200

⇒ u2 = 400

⇒ u = 20 ms−1

Question 4: a person rides a bicycle at speed of 30 ms-1 and covers 500 m in 20 seconds. what was the initial velocity of the bicycle?

Solution:

Given: v = 30ms-1, s = 500m, t = 20s

Thus, the initial velocity is,

u = 2s/t – v

Inserting the values in the formula,

u = (2 × 500)/20 – 30

⇒ u = 1000/20 – 30

⇒ u = 50 - 30

⇒ u = 20ms-1

Question 5: In a Boat race, the winner Finishes the race at speed of 70 ms-1 in 40sec. if Race is 1 km long. Compute the initial velocity of the boat?

Solution:

Given: v = 70ms-1, s = 1km = 1000m, t = 40s

Thus, the initial velocity is,

u = 2s/t – v

Inserting the values in the formula,

u = (2 × 1000)/40 – 70

⇒ u = 2000/20 – 70

⇒ u = 100 - 70

⇒ u = 30ms-1

Question 6: A motorbike covers 1.5km in 12 seconds and has an acceleration of 20 ms-2. Find the initial velocity of the motorbike.

Solution:

Given: s = 1.5km = 1.5 × 1000 = 1500m, t = 12s, a = 20ms-2

Thus, the initial velocity is:

u = s/t – at/2

Inserting the values in the formula

u = 1500/10 – (20 × 12)/2

⇒ u = 150 – 120

⇒ u = 30 ms-1.

Question 7: A Bus going through a hilly area moves slowly because of sharp turns. when the bus moves to a plainer area, the driver accelerates the bus at 0.40 ms−2 for 30.0 s. After this acceleration, the velocity of the bus is 50.0 ms−1. Determine the initial velocity of the bus.

Solution:

Given: t = 30.0 s, a = 0.20 ms−2,v = 50.0 ms−1

Thus, the initial velocity is:

u = v – at

Inserting the values in the formula,

u = 50 – (0.40) × (30.0)

⇒ u = 50 – 12

⇒ u = 38 ms−1

⇒ u = 38.0 ms−1.


Next Article
Initial Velocity Formula

R

ramneek2307
Improve
Article Tags :
  • School Learning
  • Physics
  • Physics-MAQ
  • Physics-Formulas

Similar Reads

    Terminal Velocity Formula
    Terminal velocity is the maximum velocity that an object can have while falling through the air. It is known that driving force is required to make the object fall under the effect of gravity. This force is susceptible to a drag force that increases with increases in velocity. As a result the object
    3 min read
    Instantaneous Velocity Formula
    The speed of a moving item at a given point in time while retaining a specific direction is known as instantaneous velocity. With the passage of time, the velocity of an object changes. On the other hand, velocity is defined as the ratio of change in position to change in time when the difference in
    4 min read
    Net Ionic Formula
    Chemical equation that only displays the components that are involved directly in the chemical reaction is known as the Net Ionic Formula or Net Ionic Equation. Net ionic equation provides information about the ions present in an aqueous solution. In polar solvents like water, salts dissolve and the
    7 min read
    Trajectory Formula
    Trajectory Formula: Projectile motion is a type of motion in which an object moves along a bilaterally symmetrical, parabolic direction. The path that the object takes is referred to as its trajectory. A trajectory is the curving route of an item about its speed and gravity. It is a type of motion i
    4 min read
    Inductive Reactance Formula
    An inductor is a coil of wire that produces an electrical field when a current passes through it. Inductive Reactance is the measure of an inductor's resistance to the alternating current. The concept of inductive reactance is similar to the resistance, except it always has a phase shift between vol
    3 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