Part of JME-01 — Kinematics: Rectilinear & Projectile Motion

Variable Acceleration — Calculus Method

by Notetube Official132 words4 views

When acceleration is NOT constant, kinematic equations (SUVAT) fail. Use:

Fundamental relations:

  • v = dsdt\frac{ds}{dt} => ds = vdt => s = integral of vdt
  • a = dvdt\frac{dv}{dt} => dv = adt => v = integral of adt
  • a = vdv/ds => vdv = a*ds (useful when a = f(s))

Common JEE cases:

  1. a = f(t): Integrate adt to get v(t), then integrate vdt to get s(t)
  2. a = f(v): Use dt = dva\frac{dv}{a} or ds = v*dv/a
  3. a = f(s): Use vdv = ads, integrate to get v(s)

Example: If a = 2t, then v = integral(2t*dt) = t2t^2 + C. If v(0) = 0, then v = t2t^2. Then s = integral(t2t^2*dt) = t3t^3/3 + C'. If s(0) = 0, then s = t3t^3/3.

Like these notes? Save your own copy and start studying with NoteTube's AI tools.

Sign up free to clone these notes