Instantaneous Velocity and Speed
Instantaneous velocity is the velocity of a body at a particular instant of time. It tells us how fast the object is moving and in which direction at that exact moment.
In real motion, velocity often changes continuously. Therefore, to describe the motion precisely at a specific instant, we define instantaneous velocity using the concept of limits from calculus.
Mathematical Definition
Suppose a particle moves along a straight line and its position is represented by \(x\). During a small time interval \(\Delta t\), its displacement is \(\Delta x\). The average velocity over this interval is
\[ v_{avg}=\frac{\Delta x}{\Delta t} \]If the time interval becomes extremely small, the average velocity approaches the velocity at that instant.
Therefore, the instantaneous velocity is defined as the limit of average velocity as the time interval approaches zero.
\[ v=\lim_{\Delta t \to 0}\frac{\Delta x}{\Delta t}=\frac{dx}{dt} \]Thus, instantaneous velocity is the rate of change of position with respect to time.
Physical Meaning
- It represents the velocity of the particle at an exact instant of time.
- It can be positive, negative, or zero depending on the direction of motion.
- The magnitude of instantaneous velocity gives the instantaneous speed.
- It corresponds to the slope of the position–time graph at that instant.
Instantaneous Speed
Instantaneous speed is defined as the magnitude of instantaneous velocity.
\[ \text{Instantaneous Speed} = |v| \]Unlike velocity, speed has no direction and is therefore a scalar quantity.
Graphical Interpretation
On a position–time graph, instantaneous velocity is equal to the slope of the tangent drawn to the curve at a particular instant.
The slope of this tangent line gives the instantaneous velocity at that instant.
Example (Board Level)
If the position of a particle is given by
\[ x = 5t^2 \]Instantaneous velocity is
\[ v = \frac{dx}{dt} = 10t \]At \(t = 2\) s,
\[ v = 20 \text{ m/s} \]Example (JEE / NEET Level)
If the position of a particle is
\[ x = 3t^3 - 2t^2 + 4t \]Instantaneous velocity:
\[ v = \frac{dx}{dt} = 9t^2 -4t +4 \]Acceleration:
\[ a = \frac{dv}{dt} = 18t -4 \]At \(t=1\) s
\[ v = 9 \text{ m/s}, \quad a = 14 \text{ m/s}^2 \]Important Exam Points
- Instantaneous velocity is obtained by differentiating the position function.
- The slope of the position–time graph gives velocity.
- If slope is positive → motion in positive direction.
- If slope is negative → motion in negative direction.
- Zero slope implies the particle is momentarily at rest.
Why This Topic Is Important
- Foundation of differential calculus in physics.
- Essential for understanding acceleration and motion equations.
- Extremely common in JEE Main, JEE Advanced, and NEET conceptual questions.
- Required for solving velocity–time and position–time graph problems.
Acceleration
Acceleration is defined as the rate of change of velocity with respect to time. It describes how quickly the velocity of a body changes during motion.
Since velocity is a vector quantity, acceleration may occur due to a change in:
- magnitude of velocity (speed change)
- direction of velocity
- both magnitude and direction
Average Acceleration
If the velocity of a body changes from \(u\) to \(v\) in a time interval \(\Delta t\), the average acceleration is defined as
\[ a_{avg}=\frac{v-u}{\Delta t} \]It represents the overall rate of change of velocity during the given time interval.
Instantaneous Acceleration
When the time interval becomes extremely small, the acceleration at a specific instant is called instantaneous acceleration.
\[ a=\lim_{\Delta t \to 0}\frac{\Delta v}{\Delta t}=\frac{dv}{dt} \]Thus, instantaneous acceleration is the time derivative of velocity.
Since velocity itself is the derivative of position, acceleration can also be written as
\[ a=\frac{d^2x}{dt^2} \]Nature of Acceleration
- Acceleration is a vector quantity.
- Its direction is the same as the direction of change of velocity.
- Acceleration may exist even when the speed remains constant (for example in circular motion).
- In straight-line motion, acceleration may be positive, negative, or zero.
Types of Acceleration
1. Uniform Acceleration
A body is said to have uniform acceleration if its velocity changes by equal amounts in equal intervals of time.
Example: A freely falling body near the Earth's surface experiences nearly constant acceleration \(\approx 9.8\ m/s^2\).
2. Non-Uniform Acceleration
A body has non-uniform acceleration if the velocity changes by unequal amounts in equal time intervals.
Example: A car moving in city traffic repeatedly speeds up and slows down.
Special Cases of Acceleration
-
Zero acceleration
When velocity remains constant, acceleration is zero. Example: A train moving with constant velocity on a straight track. -
Negative acceleration (Retardation)
When acceleration acts opposite to the direction of motion, the speed decreases. -
Acceleration with constant speed
If velocity changes direction while speed remains constant, acceleration still exists. Example: Uniform circular motion.
Graphical Interpretation
Acceleration can be understood using the velocity–time (v–t) graph.
- Slope of the v–t graph represents acceleration.
- Straight line → uniform acceleration.
- Curved line → non-uniform acceleration.
- Horizontal line → zero acceleration.
Example (Board Level)
A car increases its velocity from \(10\ m/s\) to \(25\ m/s\) in \(5\ s\).
\[ a=\frac{v-u}{t}=\frac{25-10}{5}=3\ m/s^2 \]Example (JEE / NEET Level)
The velocity of a particle varies with time as
\[ v = 4t^2 + 3t \]Acceleration:
\[ a = \frac{dv}{dt} = 8t + 3 \]At \(t = 2\ s\)
\[ a = 19\ m/s^2 \]Unit and Dimensions
- SI unit: \(m\,s^{-2}\)
- Dimensions: \([LT^{-2}]\)
Why This Concept Is Important
- Acceleration is the foundation for Newton’s laws of motion.
- Used in derivation of the equations of motion.
- Essential for analysing velocity–time and displacement–time graphs.
- Frequently tested in JEE Main, JEE Advanced, and NEET.
Kinematic Equations for Uniformly Accelerated Motion
When a particle moves with constant acceleration, its motion can be described using three important equations called the kinematic equations of motion.
These equations relate displacement, velocity, acceleration and time. They are valid only when the acceleration remains constant.
Graphical Derivation Using Velocity–Time Graph
The area under the velocity–time graph represents displacement.
Total displacement \(x\) equals the sum of:
- Area of rectangle \(= v_0 t\)
- Area of triangle \(= \frac{1}{2}(v-v_0)t\)
Second Kinematic Equation
Average velocity under uniform acceleration is \[ \bar{v}=\frac{v+v_0}{2} \] Therefore displacement \[ x=\bar{v}t \] \[ x=\frac{v+v_0}{2}t \]Third Kinematic Equation
Using \[ v=v_0+at \] Substituting \(t=\frac{v-v_0}{a}\) into \(x=\frac{v+v_0}{2}t\) \[ x=\frac{v+v_0}{2}\frac{v-v_0}{a} \] \[ x=\frac{v^2-v_0^2}{2a} \] Therefore \[ \boxed{v^2=v_0^2+2ax} \]All Three Equations of Motion
- \(v=v_0+at\)
- \(x=v_0t+\frac{1}{2}at^2\)
- \(v^2=v_0^2+2ax\)
Derivation Using Calculus
From definition of acceleration \[ a=\frac{dv}{dt} \] Integrating \[ \int_{v_0}^{v}dv=\int_0^ta\,dt \] \[ v-v_0=at \] \[ \boxed{v=v_0+at} \] Since \[ v=\frac{dx}{dt} \] Substitute \(v=v_0+at\) \[ dx=(v_0+at)dt \] Integrating \[ \int_{x_0}^{x}dx=\int_0^t(v_0+at)dt \] \[ x-x_0=v_0t+\frac12 at^2 \] \[ \boxed{x=x_0+v_0t+\frac12 at^2} \] For the third equation \[ a=\frac{dv}{dt} \] Using chain rule \[ a=v\frac{dv}{dx} \] \[ a\,dx=v\,dv \] Integrating \[ \int_{x_0}^{x}a\,dx=\int_{v_0}^{v}v\,dv \] \[ a(x-x_0)=\frac12(v^2-v_0^2) \] \[ \boxed{v^2=v_0^2+2a(x-x_0)} \]Important Conditions
- Acceleration must be constant.
- Motion must be along a straight line.
- These equations are valid only in an inertial frame.
Example (Board Level)
A body starts from rest and accelerates uniformly at \(2\,m/s^2\) for \(5\,s\). Find its velocity.
\[ v=v_0+at \] \[ v=0+(2)(5)=10\,m/s \]Example (JEE / NEET Level)
A car moving at \(10\,m/s\) accelerates uniformly at \(3\,m/s^2\). Find the distance travelled in \(4\,s\).
\[ x=v_0t+\frac12 at^2 \] \[ x=10(4)+\frac12(3)(16) \] \[ x=40+24 \] \[ x=64\,m \]Why These Equations Are Important
- They form the foundation of classical mechanics.
- Used extensively in projectile motion and free fall.
- Frequently tested in JEE Main, JEE Advanced and NEET.
- Essential for solving motion problems using graphs and calculus.
Motion of an Object Under Free Fall
An object is said to be in free fall when it moves only under the influence of gravity, with no other forces acting on it. When air resistance is neglected, gravity becomes the sole cause of motion.
Common examples:
- A stone dropped from a building
- A ball thrown vertically upward
- An object thrown vertically downward
In all these cases, the motion is governed entirely by the gravitational pull of the Earth.
Acceleration Due to Gravity
Near the Earth’s surface, every freely falling object experiences a constant downward acceleration called the acceleration due to gravity, denoted by \(g\).
- Magnitude: \(g \approx 9.8\ m\,s^{-2}\)
- Direction: vertically downward toward the Earth
- Same for all objects irrespective of their mass (ignoring air resistance)
This explains why a heavy stone and a light object would fall together in vacuum.
Illustration of Free Fall
The arrow indicates the constant downward acceleration due to gravity.
Nature of Motion
Free fall represents a case of uniformly accelerated motion along a vertical straight line.
- Acceleration remains constant (\(g\)).
- Velocity changes uniformly with time.
- Motion may be downward or upward depending on initial velocity.
Equations of Motion in Free Fall
The standard kinematic equations apply with acceleration replaced by \(g\).
If downward direction is taken as positive:
- Velocity–time relation \[ v = u + gt \]
- Displacement–time relation \[ s = ut + \frac{1}{2}gt^2 \]
- Velocity–displacement relation \[ v^2 = u^2 + 2gs \]
Sign Convention (Important for Exams)
- If upward direction is chosen as positive → acceleration becomes \(a = -g\).
- If downward direction is positive → acceleration becomes \(a = +g\).
- Correct sign convention is essential while solving numerical problems.
Example (Board Level)
A stone is dropped from rest. Find its velocity after \(3\ s\).
\[ v = u + gt \] \[ v = 0 + (9.8)(3) \] \[ v = 29.4\ m/s \]Example (JEE / NEET Level)
A ball is thrown vertically upward with velocity \(20\ m/s\). Find the maximum height reached.
At maximum height \(v = 0\) \[ v^2 = u^2 - 2gh \] \[ 0 = (20)^2 - 2(9.8)h \] \[ h = 20.4\ m \]Why Free Fall Is Important
- Foundation for understanding projectile motion.
- Important for studying gravitational motion.
- Frequently asked in JEE Main, JEE Advanced and NEET numerical problems.
- Demonstrates universality of gravitational acceleration.
Galileo’s Law of Odd Numbers
Galileo’s law of odd numbers states that when a body starts from rest and moves with uniform acceleration, the distances covered in successive equal intervals of time are proportional to consecutive odd natural numbers:
\[ 1:3:5:7:9:\dots \]This law provides an elegant description of how displacement increases when velocity grows steadily with time.
Illustration
The diagram shows that the distance covered in each equal time interval increases in the ratio \(1:3:5\).
Mathematical Explanation
For uniformly accelerated motion starting from rest:
\[ s=\frac{1}{2}at^2 \] Distance in first second: \[ s_1=\frac{1}{2}a(1)^2 \] Distance in two seconds: \[ s_2=\frac{1}{2}a(2)^2 \] Distance in three seconds: \[ s_3=\frac{1}{2}a(3)^2 \] Distance covered during successive intervals: \[ s_1 = \frac{1}{2}a \] \[ s_2 - s_1 = \frac{1}{2}a(4-1) = \frac{3}{2}a \] \[ s_3 - s_2 = \frac{1}{2}a(9-4) = \frac{5}{2}a \] Thus the ratio becomes \[ 1:3:5:7:\dots \] which confirms Galileo’s law.Distance Covered in Successive Seconds
| Time Interval | Total Distance | Distance in Interval | Ratio |
|---|---|---|---|
| 0 → 1 s | \(\frac12 a\) | \(\frac12 a\) | 1 |
| 1 → 2 s | \(2a\) | \(\frac32 a\) | 3 |
| 2 → 3 s | \(\frac92 a\) | \(\frac52 a\) | 5 |
Important Conditions
- The body must start from rest.
- Acceleration must remain constant.
- Motion must be along a straight line.
- Time intervals must be equal.
If any of these conditions are violated, the odd-number pattern does not hold.
Example (Board Level)
A particle starting from rest covers \(5\ m\) in the first second. Find the distance covered in the third second.
Using odd number ratio: \[ 1:3:5 \] Distance in first second = \(5\ m\) Distance in third second \[ 5\times5 = 25\ m \]Why This Law Is Important
- Provides a simple method to understand uniformly accelerated motion.
- Helps verify the equation \(s=\frac{1}{2}at^2\).
- Useful for conceptual questions in JEE Main and NEET.
- Demonstrates one of Galileo’s earliest discoveries in kinematics.
Stopping Distance of Vehicles
The stopping distance of a vehicle is the total distance travelled from the moment a driver decides to stop until the vehicle comes to a complete rest.
Stopping distance is not just the distance after brakes are applied. It consists of two important parts:
Components of Stopping Distance
\[ \text{Stopping distance} = \text{Reaction distance} + \text{Braking distance} \]Reaction Distance
Reaction distance is the distance travelled by the vehicle during the driver’s reaction time.
Reaction time is the short interval between noticing a hazard and pressing the brake pedal.
\[ \text{Reaction distance} = v t_r \] Where- \(v\) = initial speed of the vehicle
- \(t_r\) = reaction time of the driver
Braking Distance
Braking distance is the distance travelled after the brakes are applied until the vehicle stops completely.
When brakes are applied, the vehicle experiences uniform retardation due to friction between the tyres and the road.
From the kinematic equation \[ v^2 = u^2 + 2as \] For stopping condition \(v=0\) \[ 0 = v^2 - 2as \] \[ s = \frac{v^2}{2a} \] Thus \[ \text{Braking distance}=\frac{v^2}{2a} \]Total Stopping Distance
Combining both distances \[ S_{total}=vt_r+\frac{v^2}{2a} \] Where- \(v\) = initial velocity of the vehicle
- \(t_r\) = reaction time
- \(a\) =
Illustration
Important Observations
- Reaction distance increases linearly with speed.
- Braking distance increases with the square of velocity.
- At high speeds, braking distance dominates the stopping distance.
- Road conditions and tyre friction affect braking retardation.
Example (Board Level)
A car moves at \(20\,m/s\). Reaction time of the driver is \(1\,s\). Retardation after braking is \(5\,m/s^2\). Find the stopping distance.
Reaction distance \[ vt_r = 20 \times 1 = 20\,m \] Braking distance \[ \frac{v^2}{2a}=\frac{400}{10}=40\,m \] Total stopping distance \[ S_{total}=20+40=60\,m \]Why This Concept Is Important
- Important application of uniformly accelerated motion.
- Explains why stopping distance increases rapidly at high speed.
- Used in road safety engineering and traffic design.
- Common conceptual question in JEE Main and NEET physics.
Reaction Time
Reaction time is the time interval between the moment a person perceives a stimulus and the moment they begin to respond.
In the context of motion and road safety, reaction time refers to the time taken by a driver to notice a hazard and start an action such as pressing the brake pedal.
During this short interval, the vehicle continues to move with its original velocity, even though the driver has already decided to stop.
Reaction Distance
The distance travelled during reaction time is called the reaction distance.
\[ \text{Reaction distance} = v t_r \] Where- \(v\) = speed of the vehicle
- \(t_r\) = reaction time
Illustration
The vehicle continues moving at constant speed during the driver's reaction time.
Typical Human Reaction Time
- Average reaction time of a driver ≈ 0.7 s – 1.5 s
- Fatigue, alcohol, or distractions can increase reaction time.
- Experienced drivers generally have shorter reaction times.
Example
A car moves with speed \(20\,m/s\). If the driver's reaction time is \(1\,s\), find the reaction distance.
\[ \text{Reaction distance} = v t_r \] \[ = 20 \times 1 \] \[ = 20\,m \] Thus the car travels 20 m before the brakes are even applied.Why Reaction Time Is Important
- It forms a major component of the stopping distance of vehicles.
- Higher speed significantly increases the reaction distance.
- Understanding reaction time helps explain road safety rules and speed limits.
- Often used in numerical problems in kinematics and real-life motion examples.
Reaction Time Test
Click the button when the signal turns GREEN. Your reaction time will be measured and the reaction distance will be calculated.
Uniform Acceleration Motion Simulator
Adjust the sliders to explore uniformly accelerated motion. The graphs update in real time using \( v(t)=v_0+at \) and \( x(t)=v_0 t+\tfrac{1}{2}at^2 \).
2
10
Particle Animation Mode
Press Start Motion to watch a particle move with uniform acceleration. The velocity arrow and displacement update in real time.
Student Challenge Mode
Predict the velocity and position of the particle after the given time. Then run the simulation to check your answer.
Your Predicted Position (m)
Adaptive Practice Engine – Motion in a Straight Line
Solve the question. Difficulty automatically adjusts based on your performance.
Quick Revision – Motion in a Straight Line
\(x = v_0 t + \frac12 at^2\)
\(v^2 = v_0^2 + 2ax\)
\(S = v t_r + \frac{v^2}{2a}\)