Graphs in kinematics — how to extract information from s-t, v-t, a-t graphs

medium CBSE JEE-MAIN NEET 4 min read

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

v=dsdt=slope of s-t graph at that pointv = \frac{ds}{dt} = \text{slope of s-t graph at that point}
Graph ShapeWhat it means
Straight line with positive slopeUniform 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 slopeObject 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

a=dvdt=slope of v-t grapha = \frac{dv}{dt} = \text{slope of v-t graph}

Area under the curve = displacement

s=vdt=area between v-t curve and time axiss = \int v \, dt = \text{area between v-t curve and time axis}
Graph ShapeWhat it means
Horizontal lineUniform velocity (zero acceleration)
Straight line with positive slopeUniform acceleration
Straight line with negative slopeUniform deceleration
Line crossing the time axisObject reverses direction
Curved lineNon-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

Δv=adt=area under a-t curve\Delta v = \int a \, dt = \text{area under a-t curve}

Slope = jerk (rate of change of acceleration) — rarely tested but good to know.

Graph ShapeWhat it means
Horizontal line above zeroConstant positive acceleration
Horizontal line at zeroZero acceleration (constant velocity)
Horizontal line below zeroConstant deceleration

The three graphs are connected by differentiation and integration:

s(t)differentiatev(t)differentiatea(t)s(t) \xrightarrow{\text{differentiate}} v(t) \xrightarrow{\text{differentiate}} a(t) a(t)integratev(t)integrates(t)a(t) \xrightarrow{\text{integrate}} v(t) \xrightarrow{\text{integrate}} s(t)

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 ×\times height
  • Triangle: area = 12×\frac{1}{2} \times base ×\times height
  • Trapezoid: area = 12×\frac{1}{2} \times (sum of parallel sides) ×\times 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.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next