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:
Stopping Distance Formula
Next article icon

Stopping Distance Formula

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

Have you ever observed that a moving vehicle does not come to rest as soon as its brakes are applied after it has been moving at a constant or even varying velocity for quite some time?

When a motorist applies the brakes to an automobile, it does not come to a complete stop. The stopping represents the distance the automobile travels before coming to a complete stop. It is determined by the vehicle's speed and the friction coefficient between the tyres and the road. This calculation does not account for the effect of pro brakes or brake pumps.

The stopping represents the distance travelled between the moment the person wants to halt a moving vehicle and the time the vehicle comes to a complete stop. The stopping distance is represented by d and is affected by factors such as road pavement and the driver's responses. The stopping distance is measured in meters.

Formula of Stopping Distance,

d=\frac{v^2}{2\mu g}

where,

  • 'v 'denotes the velocity in ms-1
  • 'µ' denotes the friction coefficient
  • 'g ' is the acceleration owing to gravity

OR

d = kv2

where,

  • g = acceleration due to gravity ( 9.8 d =kv2 )
  • k is the proportionality constant
  • v refers to the velocity of the vehicle

Solved Examples

Problem 1. Find the stopping distance of a truck given its speed of 70 km/hr. and coefficient of friction 0.9.

Solution:

Given: µ = 0.9 and v = 70 km/hr. or 19.44 ms-1

Since, d=\frac{v^2}{2\mu g}\\= \frac{(19.44)^2}{2(0.9)(9.8)}

= 377.9136/(1.8 × 98)

d = 21.42 m

Problem 2. Find the stopping distance of a motorbike given its velocity is 13 ms-1 and the proportionality constant is 0.5.

Solution:

Given: v = 13 ms-1 and k = 0.5

Since, d = kv2

= (0.5)(13)2

= 0. 5 × 169

d = 84.5 m

Problem 3. Find the proportionality constant if a car travelling at 30 m/s covers a distance of 20 m before coming to rest when brakes are applied.

Solution:

Given: v = 30 m/s and d = 20 m

Since, d = kv2

⇒ k = d/v2

= 20/(30)2

= 20/900

k = 0.0222

Problem 4. Find the stopping distance of a motorbike given its velocity is 10 ms-1 and the proportionality constant is 0.5.

Solution:

Given: v = 10 ms-1 and k = 0.5

Since, d = kv2

= (0.5)(10)2

= 0. 5 × 100

d = 50 m

Problem 5. Find the stopping distance of a motorbike given its velocity is 24 ms-1 and the proportionality constant is 0.5.

Solution:

Given: v = 24 ms-1 and k = 0.5

Since, d = kv2

= (0.5)(24)2

= 0. 5 × 576

d = 288 m

Conclusion

The formula for stopping distance is d= v2/2μg , where 'd' is the stopping distance, 'v' is the initial velocity,' μ' is the coefficient of friction, and 'g' is the acceleration due to gravity. This equation highlights the importance of road surface conditions and vehicle speed in determining how quickly a vehicle can stop.

Related Reads ,

  • Calculating Stopping Distance and Reaction Time
  • Speed, Time and Distance
  • Distance -Time Graph
  • Distance and Displacement
  • What is Acceleration?
  • Rest and Motion
  • Newton's Laws of Motion

Next Article
Stopping Distance Formula

P

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

Similar Reads

    React Spring Cancel Prop
    In this article, we will learn how to cancel prop works. React spring is an animation library that makes animating UI elements simple. It is based on spring physics which helps it to achieve a natural look and feel. It is different from other animation libraries where someone has to deal with curves
    3 min read
    Calculating Stopping Distance and Reaction Time
    When an object gains kinetic energy and changes position, it is known to be in motion. There are three types of motion possible, one dimensional, two-dimensional, and three-dimensional motion. One dimensional motion is the object moving in a straight line, two-dimensional motion is when an object mo
    6 min read
    Subtraction: Definition, Formula, Examples
    Subtraction in mathematics is an operation that is used to find the difference between two numbers. This means the subtraction operation tells us how much a quantity is smaller than another quantity. For example, Subtracting 8 from 11, the result is 3 i.e.,11 - 8 = 3We can also say that Subtraction
    7 min read
    Arithmetic Sequence Formula
    An Arithmetic Sequence is a sequence of numbers in which the difference between consecutive terms is constant. This constant is called the common difference (d).Example:Sequence: 2, 5, 8, 11, 14,…Common Difference: d = 5 − 2 = 3The following are the key formulas associated with arithmetic sequences,
    7 min read
    Subtraction Formulas
    Subtraction is a fundamental arithmetic operation. Subtraction is a mathematical operation that involves subtracting a part of one number from another. The process of subtracting one number from another is known as subtraction.What is Subtraction?Subtraction is the operation in which we reduce the v
    4 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