📚 StudyHub

⚛️ Physics  ·  Class 11  ·  NEET & JEE

Motion in a Straight Line

Equations of motion, projectile motion, relative velocity. Foundation of all mechanics.

Practice Motion in a Straight Line Quiz — 100% Free →
Reading time~6 min
Revision time~2 min
Last updated2026-07-19
1 Read the chapter ~6 min

🎯 Key Points

  • v = u + at; s = ut + ½at²; v² = u² + 2as — the three equations of motion for constant acceleration
  • Projectile range R = u²sin(2θ)/g is maximum at θ=45°; same range for θ and (90°−θ)
  • Time of flight T = 2u sin(θ)/g; max height H = u²sin²(θ)/2g
  • On a v-t graph: slope = acceleration, area under curve = displacement
  • Relative velocity: V_AB = V_A − V_B (always subtract as vectors, not just magnitudes)

Equations of Motion (Uniform Acceleration)

tvuvTΔtΔvslope = aarea = displacement (s)

On a velocity-time graph for uniform acceleration, the slope of the line gives the acceleration and the shaded area under the line gives the displacement.

  • v = u + at
  • s = ut + ½at²
  • v² = u² + 2as
  • s(nth second) = u + a(2n-1)/2

Projectile Motion

  • Horizontal velocity: constant = u·cos(θ)
  • Vertical velocity: v_y = u·sin(θ) - gt
  • Time of flight: T = 2u·sin(θ)/g
  • Range: R = u²·sin(2θ)/g (maximum at 45°)
  • Maximum height: H = u²·sin²(θ)/2g

Relative Velocity

  • V_AB = V_A - V_B (velocity of A relative to B)
  • Rain-man problems use vector subtraction
Velocity-time graph with axes velocity in metres per second and time in seconds; shaded area under the curve equals displacement

A velocity−time graph: the slope gives acceleration and the shaded area under the curve equals displacement. Image: Sjlegg, Public Domain, via Wikimedia Commons.

Graphs

  • Displacement-time graph: slope = velocity
  • Velocity-time graph: slope = acceleration, area = displacement
  • Acceleration-time graph: area = change in velocity

Distance vs Displacement, Speed vs Velocity

  • Distance is the total path length (scalar, never negative); displacement is the shortest straight-line vector from start to finish. Distance ≥ |displacement| always; they are equal only for motion in one direction without reversal.
  • Average speed = total distance ÷ total time; average velocity = total displacement ÷ total time. Average speed ≥ |average velocity|.
  • For a body covering equal DISTANCES at speeds v₁ and v₂, average speed = 2v₁v₂/(v₁ + v₂) (harmonic mean). For equal TIMES at v₁ and v₂, average speed = (v₁ + v₂)/2 (arithmetic mean).
  • Instantaneous velocity = dx/dt; instantaneous acceleration = dv/dt = d²x/dt². Speed is the magnitude of instantaneous velocity.

Relative Velocity in One Dimension

  • Velocity of A relative to B: v_AB = v_A − v_B (subtract with sign along the chosen positive direction).
  • Same direction: relative speed = |v_A − v_B| (small, e.g. two trains moving the same way).
  • Opposite directions: relative speed = v_A + v_B (large, e.g. two trains approaching each other).
  • Time to meet / overtake = initial separation ÷ relative speed; useful for train-crossing and catch-up problems.

Motion Under Gravity (Free Fall)

  • Near Earth's surface acceleration = g ≈ 9.8 m/s² (often taken as 10 m/s²), directed downward, independent of the body's mass.
  • Drop from rest from height h: time to fall t = √(2h/g); speed on landing v = √(2gh).
  • Thrown straight up with speed u: time to top = u/g; maximum height = u²/(2g); total time to return to launch level = 2u/g; it returns with the same speed u.
  • Symmetry: at any given height, the up-going and down-going speeds are equal in magnitude.
  • Distance covered in successive seconds of free fall from rest follows the ratio 1 : 3 : 5 : 7 ... (Galileo's odd-number rule).

Non-Uniform Acceleration (Calculus Approach)

  • The three equations of motion apply ONLY for constant acceleration. When acceleration varies, use calculus.
  • Given a(t): v = ∫a dt and x = ∫v dt. Given x(t): differentiate to get v = dx/dt and a = dv/dt.
  • When acceleration depends on position, use a = v(dv/dx); then v dv = a dx, and integrate to relate speed and position.
  • Areas and slopes on motion graphs are the graphical form of these integrals and derivatives (area under a-t = Δv, area under v-t = Δx).

🚀 JEE Advanced Edge

Projectile from a height: When launched horizontally from height H with speed u, time to fall = √(2H/g) (independent of u), and horizontal range = u√(2H/g). The vertical motion is completely independent of the horizontal motion — this decoupling is the single most useful idea for solving 2D projectile problems.

River-boat / rain-man relative velocity problems: To cross a river in minimum time, point the boat straight across (perpendicular to the bank) regardless of current — drift downstream doesn't affect crossing time, since that depends only on the perpendicular velocity component. To cross with minimum drift (shortest path), angle the boat upstream so the resultant velocity points straight across.

Worked problem: A ball is thrown upward with initial velocity 20 m/s from a 25 m tall building. Find total time to reach the ground (g=10 m/s²). Approach: Taking up as positive, displacement = −25 m (net displacement, since it lands below the throw point): −25 = 20t − ½(10)t² → 5t² − 20t − 25 = 0 → t² − 4t − 5 = 0 → (t−5)(t+1)=0 → t=5s (rejecting the negative root).

2 Revise ~2 min before the exam

📐 Formula Sheet

  • Average velocity: vavg = Δx/Δt  |  Average speed: total path / total time
  • Acceleration: a = Δv/Δt = dv/dt = v·dv/dx
  • Uniform acceleration (SUVAT): v = u + at  |  s = ut + ½at²  |  v² = u² + 2as
  • Displacement in nth second: sn = u + (a/2)(2n − 1)
  • Free fall: replace a with g = 9.8 m/s² (downward positive if you choose down as +)
  • Graphs: slope of x–t = velocity; slope of v–t = acceleration; area under v–t = displacement
  • Relative velocity (1-D): vAB = vA − vB
3 Practice apply it

✍️ Worked Examples

Example 1 — Braking distance
Q: A car moving at 20 m/s brakes with a uniform deceleration of 5 m/s². How far does it travel before stopping?
Step 1 — List knowns: u = 20 m/s, v = 0 (it stops), a = −5 m/s² (deceleration, so negative).
Step 2 — Pick the equation with no t: v² = u² + 2as.
Step 3 — Substitute: 0 = 20² + 2(−5)s ⇒ 0 = 400 − 10s ⇒ s = 40 m.
Answer: 40 m. Trap: forgetting the minus sign on a gives s = −40 m, a negative distance.

Example 2 — Ball thrown upward
Q: A ball is thrown vertically up at 19.6 m/s. Find the maximum height and total time of flight (g = 9.8 m/s²).
Step 1 — At the highest point v = 0. Take up as positive, so a = −9.8 m/s².
Step 2 — Max height: v² = u² + 2as ⇒ 0 = 19.6² − 2(9.8)h ⇒ h = 384.16/19.6 = 19.6 m.
Step 3 — Time up: v = u + at ⇒ 0 = 19.6 − 9.8t ⇒ t = 2 s.
Step 4 — Total flight: by symmetry, time down = time up, so T = 4 s.
Answer: h = 19.6 m, T = 4 s.

Example 3 — Reading a velocity–time graph
Q: A body accelerates uniformly from rest to 10 m/s in 4 s, holds 10 m/s for 6 s, then decelerates to rest in 2 s. Find the total distance.
Step 1 — Distance = area under the v–t graph.
Step 2 — Phase 1 (triangle): ½ × 4 × 10 = 20 m.
Step 3 — Phase 2 (rectangle): 6 × 10 = 60 m.
Step 4 — Phase 3 (triangle): ½ × 2 × 10 = 10 m.
Answer: 20 + 60 + 10 = 90 m. Note: here distance = displacement because the motion never reverses.

Practice Motion in a Straight Line Quiz — 100% Free →

Frequently Asked Questions — Motion in a Straight Line

What are the key concepts in Motion in a Straight Line?
Equations of motion, projectile motion, relative velocity. Foundation of all mechanics.
Is Motion in a Straight Line important for NEET & JEE?
Yes. Motion in a Straight Line is part of the Physics Class 11 NCERT syllabus and is directly tested in NEET and JEE examinations. StudyHub provides structured notes, diagrams, and practice questions covering all exam-level subtopics.
How can I practice Motion in a Straight Line questions on StudyHub?
Open StudyHub and select Physics → Motion in a Straight Line. Choose Easy, Medium, or Hard difficulty. Hard-tier questions are at NEET & JEE level with full step-by-step explanations.

References

  1. NCERT Class 11 Physics Textbook — Chapter: Motion in a Straight Line
  2. CBSE Curriculum — Physics (Class 11)
  3. NTA NEET UG Official Syllabus — subject-wise topic list
  4. NTA JEE Main Official Syllabus — subject-wise topic list