Question
Given a displacement-time (s-t), velocity-time (v-t), or acceleration-time (a-t) graph, how do you extract velocity, acceleration, displacement, and other quantities? What does the slope and area under each graph represent?
Graph Information Extraction
flowchart TD
A["Which graph do you have?"] --> B["s-t graph"]
A --> C["v-t graph"]
A --> D["a-t graph"]
B --> E["Slope = velocity"]
B --> F["Curvature tells if acceleration exists"]
C --> G["Slope = acceleration"]
C --> H["Area under curve = displacement"]
D --> I["Slope = rate of change of acceleration (jerk)"]
D --> J["Area under curve = change in velocity"]
E --> K["Steep slope = high speed"]
G --> L["Positive slope = speeding up, Negative slope = slowing down"]
Solution — Step by Step
Slope = instantaneous velocity
| Graph Shape | What it means |
|---|---|
| Straight line with positive slope | Uniform velocity (constant speed, one direction) |
| Straight line with zero slope (horizontal) | Object is at rest |
| Curve bending upward (concave up) | Velocity increasing — positive acceleration |
| Curve bending downward (concave down) | Velocity decreasing — negative acceleration (deceleration) |
| Straight line with negative slope | Object moving back toward origin |
Key insight: A steeper line means higher speed. If the line curves, the object is accelerating.
This is the most information-rich graph in kinematics. You can extract both acceleration and displacement from it.
Slope = instantaneous acceleration
Area under the curve = displacement
| Graph Shape | What it means |
|---|---|
| Horizontal line | Uniform velocity (zero acceleration) |
| Straight line with positive slope | Uniform acceleration |
| Straight line with negative slope | Uniform deceleration |
| Line crossing the time axis | Object reverses direction |
| Curved line | Non-uniform (changing) acceleration |
When calculating area under a v-t graph, areas above the time axis give positive displacement and areas below give negative displacement. The total displacement is the algebraic sum, while the total distance is the sum of absolute areas. JEE loves asking for the difference between distance and displacement using v-t graphs.
Area under the curve = change in velocity
Slope = jerk (rate of change of acceleration) — rarely tested but good to know.
| Graph Shape | What it means |
|---|---|
| Horizontal line above zero | Constant positive acceleration |
| Horizontal line at zero | Zero acceleration (constant velocity) |
| Horizontal line below zero | Constant deceleration |
The three graphs are connected by differentiation and integration:
So the slope of one graph gives the next graph’s value, and the area under one graph gives the previous graph’s change.
Why This Works
Velocity is the rate of change of displacement, and acceleration is the rate of change of velocity. In graphical terms, “rate of change” is slope, and the reverse operation (finding quantity from its rate) is area under the curve. This calculus-based connection is why v-t graphs are so powerful — a single graph encodes displacement, velocity, and acceleration information simultaneously.
Alternative Method — Reading Without Calculus
For straight-line v-t graphs (uniform acceleration), you do not need calculus. The area under the curve is a simple geometric shape:
- Rectangle: area = base height
- Triangle: area = base height
- Trapezoid: area = (sum of parallel sides) height
Most CBSE Class 9 and 11 problems involve straight-line v-t graphs, so geometry is sufficient.
Common Mistake
When a v-t graph goes below the time axis, students often ignore the sign and add all areas as positive. This gives distance, not displacement. If the question asks for displacement, you must treat the below-axis area as negative. If the question asks for distance, take the absolute value of each area and add them. Misreading which quantity is asked costs marks in every exam from CBSE to JEE.