Skip to main content
IIT JEE Test Series — Practice smarter, perform stronger.

Kinematics 1-D flash cards

Master Kinematics 1-D through 93 JEE Advanced-level recall cards, systematically structured one idea at a time. Revise concept-wise, identify the areas where you need improvement, and focus your preparation with greater precision.

Kinematics 1-D, question and answer

24 of this chapter's 93 cards, laid out open so you can read straight through. The remaining 69 are in the interactive deck, where the answer stays hidden until you commit to one.

  1. 1.Distinguish between rest and motion, and why they are relative.

    A body is at rest if its position does not change with time relative to a chosen frame; it is in motion if its position changes with time. Both are relative because they depend entirely on the reference frame chosen — a passenger is at rest w.r.t. the train but in motion w.r.t. the ground.

    Hint: No absolute rest exists; always specify the frame.

  2. 2.Define a point object (particle) and when this idealization is valid.

    An object is treated as a point (particle) when its size is negligible compared to the distances involved in its motion, so its internal structure and rotation can be ignored. Example: Earth as a point in its orbit around the Sun.

    Hint: Size << path length.

  3. 3.Differentiate distance and displacement.

    Distance is the total path length actually traversed (scalar, always positive, path-dependent). Displacement is the shortest straight-line vector from initial to final position (vector, can be positive, negative or zero, path-independent). Always distance \ge |displacement|.

    Hint: Path length vs change in position.

  4. 4.When is the magnitude of displacement equal to the distance travelled?

    Only when the motion is along a straight line in a single (unchanging) direction — no reversal occurs. The moment the body reverses direction, distance starts exceeding |displacement|.

    Hint: Straight line, no turning back.

  5. 5.Can displacement be zero while distance is non-zero? Give an example.

    Yes. If a body returns to its starting point, displacement is 00 but distance equals the total path length. Example: one full lap around a circular track of radius rr gives distance 2πr2\pi r, displacement 00.

    Hint: Round trip back to start.

  6. 6.Define average speed and average velocity.

    Average speed =total distancetotal time= \dfrac{\text{total distance}}{\text{total time}} (scalar). Average velocity =displacementtotal time=ΔxΔt= \dfrac{\text{displacement}}{\text{total time}} = \dfrac{\Delta x}{\Delta t} (vector). Average speed \ge |average velocity|.

    Hint: Distance/time vs displacement/time.

  7. 7.Define instantaneous velocity and instantaneous speed.

    Instantaneous velocity v=limΔt0ΔxΔt=dxdtv = \lim_{\Delta t \to 0}\dfrac{\Delta x}{\Delta t} = \dfrac{dx}{dt} — the velocity at a specific instant. Instantaneous speed is its magnitude v|v|. Unlike averages, instantaneous speed always equals |instantaneous velocity|.

    Hint: Limit of average as Δt0\Delta t\to 0.

  8. 8.Why is instantaneous speed always equal to |instantaneous velocity|, but average speed can exceed |average velocity|?

    Over an infinitesimal interval the path is a straight line, so the tiny distance equals |tiny displacement|, forcing equality at an instant. Over a finite interval the path can curve or reverse, making total distance >> |displacement|, so average speed can exceed |average velocity|.

    Hint: Infinitesimal path is straight.

  9. 9.Define average acceleration and instantaneous acceleration.

    Average acceleration =ΔvΔt=vut= \dfrac{\Delta v}{\Delta t} = \dfrac{v-u}{t}. Instantaneous acceleration a=dvdt=d2xdt2a = \dfrac{dv}{dt} = \dfrac{d^2x}{dt^2}. It is the rate of change of velocity; a vector with SI unit m/s2\text{m/s}^2.

    Hint: Rate of change of velocity.

  10. 10.State the SI units and dimensions of speed, acceleration, and jerk.

    Speed: m/s\text{m/s}, [LT1][LT^{-1}]. Acceleration: m/s2\text{m/s}^2, [LT2][LT^{-2}]. Jerk (rate of change of acceleration, da/dtda/dt): m/s3\text{m/s}^3, [LT3][LT^{-3}].

    Hint: Each derivative adds one T1T^{-1}.

  11. 11.What does a positive versus negative acceleration tell you about the motion?

    Acceleration sign is relative to the chosen positive axis, not 'speeding up/slowing down'. Speed increases when vv and aa have the same sign, and decreases (retardation) when vv and aa have opposite signs.

    Hint: Compare signs of vv and aa, not sign of aa alone.

  12. 12.Define uniform motion and non-uniform motion.

    Uniform motion: equal displacements in equal intervals of time along a straight line — velocity constant, acceleration zero. Non-uniform motion: unequal displacements in equal intervals — velocity changes, so acceleration is non-zero.

    Hint: Constant velocity vs changing velocity.

  13. 13.In uniformly accelerated motion, what stays constant and what changes?

    Acceleration is constant (magnitude and direction). Velocity changes by equal amounts in equal times, while displacement changes by unequal (increasing) amounts. The SUVAT equations apply only in this case.

    Hint: Constant aa; velocity changes linearly.

  14. 14.Write the three primary equations of motion (SUVAT) for constant acceleration.

    v=u+atv = u + at; s=ut+12at2\quad s = ut + \tfrac{1}{2}at^2; v2=u2+2as\quad v^2 = u^2 + 2as. Here uu = initial velocity, vv = final velocity, aa = constant acceleration, ss = displacement, tt = time.

    Hint: v-t, s-t, and v-s relations.

  15. 15.Derive v=u+atv = u + at using calculus.

    By definition a=dvdta = \dfrac{dv}{dt}, so dv=adtdv = a\,dt. Integrating from uu to vv and 00 to tt with constant aa: uvdv=a0tdtvu=atv=u+at\int_u^v dv = a\int_0^t dt \Rightarrow v - u = at \Rightarrow v = u + at.

    Hint: Integrate dv=adtdv = a\,dt.

  16. 16.Derive s=ut+12at2s = ut + \tfrac{1}{2}at^2 using calculus.

    With v=dsdt=u+atv = \dfrac{ds}{dt} = u + at, we have ds=(u+at)dtds = (u+at)\,dt. Integrating: s=0t(u+at)dt=ut+12at2s = \int_0^t (u+at)\,dt = ut + \tfrac{1}{2}at^2.

    Hint: Integrate v=u+atv = u+at over time.

  17. 17.Derive v2=u2+2asv^2 = u^2 + 2as without using time.

    Use a=vdvdsa = v\dfrac{dv}{ds} (chain rule), so vdv=adsv\,dv = a\,ds. Integrating: uvvdv=a0sds12(v2u2)=asv2=u2+2as\int_u^v v\,dv = a\int_0^s ds \Rightarrow \tfrac{1}{2}(v^2-u^2) = as \Rightarrow v^2 = u^2 + 2as.

    Hint: Write a=vdv/dsa = v\,dv/ds.

  18. 18.State the formula for displacement in the n-th second and note why it is not a 'per-second' distance.

    sn=u+a2(2n1)s_{n} = u + \tfrac{a}{2}(2n-1). It is the displacement during the single interval between t=(n1)t=(n-1) s and t=nt=n s, obtained as sn=s(n)s(n1)s_n = s(n) - s(n-1); its unit is metre (over that 1 s), not m/s.

    Hint: Difference of two SUVAT displacements.

  19. 19.For a body starting from rest with constant acceleration, in what ratio are distances covered in successive equal time intervals?

    Distances in the 1st, 2nd, 3rd,... seconds are in the ratio 1:3:5:7:1:3:5:7:\dots (odd numbers, Galileo's odd-number rule). Total distances after 1,2,3,1,2,3,\dots s are in ratio 1:4:9:1:4:9:\dots (i.e. t2t^2).

    Hint: sn(2n1)s_n \propto (2n-1) from rest.

  20. 20.Give the displacement–time graph shapes for (a) rest, (b) uniform velocity, (c) uniform acceleration.

    (a) Rest: horizontal straight line (constant xx). (b) Uniform velocity: straight line with constant non-zero slope. (c) Uniform acceleration: parabola (xt2x \propto t^2 term). Slope of an xxtt graph = velocity.

    Hint: Slope = velocity.

  21. 21.What does the slope of an x–t graph and the slope of a v–t graph represent?

    Slope of xxtt graph =dxdt== \dfrac{dx}{dt} = instantaneous velocity. Slope of vvtt graph =dvdt== \dfrac{dv}{dt} = instantaneous acceleration.

    Hint: One derivative per graph.

  22. 22.What does the area under a v–t graph and under an a–t graph represent?

    Area under vvtt graph =vdt== \int v\,dt = displacement (signed; area below axis is negative). Area under aatt graph =adt== \int a\,dt = change in velocity Δv\Delta v.

    Hint: Integrate to go up one level.

  23. 23.How do you read displacement versus distance from a v–t graph?

    Displacement = algebraic (signed) area, counting area below the time axis as negative. Distance = total unsigned area, treating every region as positive. They differ whenever the velocity changes sign.

    Hint: Signed area vs total |area|.

  24. 24.On an x–t graph, how do you identify the instant a body is momentarily at rest or reverses direction?

    The body is momentarily at rest where the tangent (slope) is horizontal, i.e. v=dx/dt=0v = dx/dt = 0. It reverses direction where the xxtt curve reaches a maximum or minimum (turning point).

    Hint: Zero slope = zero velocity.

Open the interactive deck for the other 69 cards, with self-grading so the ones you keep missing come back.

Other ways to revise this chapter

Master this chapter with similar other learning materials.

Preparing students for India’s top institutes

Our students are currently into top technological and medical institutes of India.

  • IIT Bombay
  • IIT Delhi
  • IIT Madras
  • IIT Kanpur
  • IIT Kharagpur
  • IIT Roorkee
  • IIT Guwahati
  • IIT BHU Varanasi
  • AIIMS Delhi
  • NIT Tiruchirappalli
  • NIT Rourkela

Join QuestPix, Today!

Get notified first, with exam & curriculum updates, course & test series launch offers, motivation & success stories and free learning resources recommended by toppers.

Chat on WhatsApp