When acceleration is NOT constant, kinematic equations (SUVAT) fail. Use:
Fundamental relations:
- v = => ds = vdt => s = integral of vdt
- a = => dv = adt => v = integral of adt
- a = vdv/ds => vdv = a*ds (useful when a = f(s))
Common JEE cases:
- a = f(t): Integrate adt to get v(t), then integrate vdt to get s(t)
- a = f(v): Use dt = or ds = v*dv/a
- a = f(s): Use vdv = ads, integrate to get v(s)
Example: If a = 2t, then v = integral(2t*dt) = + C. If v(0) = 0, then v = . Then s = integral(*dt) = /3 + C'. If s(0) = 0, then s = /3.