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:
Calculating Stopping Distance and Reaction Time
Next article icon

Calculating Stopping Distance and Reaction Time

Last Updated : 05 Aug, 2021
Comments
Improve
Suggest changes
Like Article
Like
Report

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 moves covering two axes (x-y, y-z, z-x axis), three-dimensional motion is when an object moves in all three x-y-z directions. The motion of a body is observed w.r.t a frame of reference, on a graph, the origin is denoted as the frame of reference. Let's learn about the Motion in a straight line in more detail,

Motion in a Straight Line

Motion in one direction or motion in 1-dimension is the motion in a straight line. This type of motion is also known as Rectilinear motion. When the object has no kinetic energy and no external force is applied on the object, it remains at rest. When some external force is applied to the object and the object gains motion, it starts to move, if the motion occurs in one direction, it is known as rectilinear motion.

Uniform Motion

When the object travels with the same velocity throughout its motion, the motion is uniform. The initial and final speeds are the same in this case and the speed is given as,

Speed = Distance/Time

Non-Uniform Motion

When the object does not have the same velocity throughout its motion, it may increase its velocity or decrease it, such type of motion is known as Non-uniform motion. If the velocity keeps on decreasing, the object is decelerating, and if the velocity keeps on increasing, the object is accelerating. The formulae for non-uniform motion are given by Newton's equation of motion.

First equation of motion ⇢ v = u + at

Second Equation of motion ⇢  S = ut + 1/2(at2)

Third Equation of motion ⇢  v2 = u2 + 2as

Some very interesting concepts to see in Non-uniform motion are Stopping distance and Reaction time. Let's learn about these two topics in more detail,

Reaction Time

Reaction time can be defined as the time taken by a human to react or respond to a sudden change or stimulus. When people drive/ride their vehicle on the road, and suddenly an object comes in front of the road, now in order to stop the vehicle, the brain first has to acknowledge the hurdle on the way and warn the body to respond to the danger, the time taken to do this process is nothing but Reaction time.

Not only on road, normally reaction time can be analyzed too. Imagine holding a pen in hand at a certain height and asking a friend to instantly catch the pen as soon as it is dropped, it is obvious that the pen will fall a little before the friend can catch it. It is due to the fact that the friend is not aware of the time of the drop of a pen, hence, when the pen is dropped, he may take some time to respond to that, this is nothing but reaction time taken by the friend.

Reaction time depends on,

  • The person taking the decision.
  • The situations/surroundings in which the reaction time is taking place.

Stopping Distance

When an object moves with a certain velocity and breaks are applied, the object takes some time to come to a stop, it is obvious that at this time, the object must have covered a certain distance, this distance is known as the Stopping distance. Imagine the same scenario as before, people driving/riding a vehicle and an object coming in front, after analyzing that brakes are needed to be applied, when the brakes are actually applied, it takes a certain time for the vehicle to come to rest, the distance covered in that time is Stopping Distance.

Stopping distance depends on:

  • The velocity of the vehicle.
  • The stopping capacity/braking capacity of the vehicle, that is, how fast the vehicle can decelerate.

Deriving Formula for Stopping distance

At the stopping point, the vehicle has applied the brakes, and now it has to come to a stop. The final velocity will become zero, hence, v = 0 is taken. Now, applying the third equation of motion in this case of non-uniform motion, 

v2 = u2 + 2aS

0 = u2 + 2aS

S = -u2/2a

Now, it is important to notice that a is taken in negative since the vehicle is decelerating. Hence, the stopping distance will finally come out to be positive.

Deriving formula for Reaction time

Imagine the case of a free-falling object and the time to react and catch it in order to find the reaction time. Keeping in mind that the initial velocity will be zero since the object is freely falling. Applying the second equation of motion in order to find the Reaction time of the vehicle,

S = ut + 1/2 (gt2)

u = 0m/sec

S = 1/2 (9.8 × t2)

t2 = S × 0.204

t2 = 0.204S

Sample Problems

Question 1: A car has a velocity of 20m/sec and the braking capacity of the car is given as 10m/sec2. What will be the Stopping distance for the car?

Solution:

Since the acceleration occurs in negative direction, a = -10m/sec2

Applying formula for stopping distance,

S = -u2/2a

S = -(20)2/2 × (-10)

S = 400/20

S = 20 meters

Question 2: How will the stopping distance be affected if the velocity of the vehicle is doubled?

Solution:

Imagine in the first case, the velocity of the vehicle was v m/sec and the acceleration was a m/sec2.

Now, stopping distance in the first case is given as,

S1 = -v2/ 2a

In the second case, when the velocity is doubled, v'= 2v m/sec, acceleration = a m/sec2.

Stopping distance is given as,

S2 = - (2v)2/2a

S2 = -(4v)/ 2a

S2 = 4S1

Hence, if the velocity is doubled, the stopping distance increases 4 times. 

Question 3: A vehicle has a velocity of 25.5m/sec and the braking capacity of the vehicle is given as 16.5m/sec2. What will be the Stopping distance for the car?

Solution:

Since the acceleration occurs in negative direction, a = -16.5m/sec2

Applying formula for stopping distance,

S = -u2/2a

S = -(25.5)2/2 × (-16.5)

S = 650.25/33

S = 19.704 meters

Question 4: A car has a velocity of 19m/sec and the braking capacity of the car is given as 11m/sec2. What will be the Stopping distance for the car? 

Solution:

Since the acceleration occurs in negative direction, a = -11m/sec2

Applying formula for stopping distance,

S = -u2/2a

S = -(19)2/2 × (-11)

S = 361/22

S = 16.409 meters

Question 5: An object is dropped and is now free-falling under gravity. The Stopping distance is given as 0.5 meters for the object. Find out the reaction time neglecting other factors.

Solution:

The stopping distance, S = 0.5 m

The reaction time is given as,

t2 = 0.204S

t2 = 0.204 × 0.5

t2 = 0.102

t = 0.319 sec


Next Article
Calculating Stopping Distance and Reaction Time

A

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

Similar Reads

    Real-Life Applications of Speed, Distance and Time
    When we talk about speed, distance, and time, we're really talking about how things move in the world around us. Imagine you're taking a road trip or watching a race; these concepts help us understand how fast something is going, how far it travels, and how long it takes to get there. Let's dive in
    11 min read
    How to Calculate Distance
    Distance is a fundamental concept in mathematics and physics, representing the extent of space between two points, lines, or planes. It's a crucial metric used in various fields, including navigation, physics, engineering, and everyday life. Calculating distance accurately is essential for solving p
    6 min read
    How to Calculate the Distance Between Two Points?
    Answer: To calculate the distance between Two Points, Distance Formula is used, which is d = \sqrt{[(x_2 - x_1 )^2 +(y_2 - y_1)^2]}The length of the line segment connecting two points is defined as the distance between them. The length of the line segment connecting the specified coordinates can be
    6 min read
    Tips and Tricks for Speed, Distance and Time
    Speed, Time, and Distance questions are foundational in quantitative aptitude exams, often determining time management and problem-solving speed. This topic is crucial because it tests mathematical skills and evaluates a candidate’s logical thinking and ability to apply formulas effectively under pr
    4 min read
    Problem on Time Speed and Distance
    Question 1: A racing car covers a certain distance at a speed of 320 km/hr in 5 hours. To cover the same distance in 5/3 hours it must travel at a speed of: Solution: Given Distance is constant. So, Speed is inversely proportional to time. Ratio of time 5 : 5/3 Ratio of time becomes 3 : 1 Then, Rati
    6 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