SUVAT stands for S (displacement), U (initial velocity), V (final velocity), A (acceleration), T (time). These five variables are linked by four kinematic equations under constant acceleration: v = u + at, s = ut + ½at², v² = u² + 2as, and s = ½(u+v)t. This calculator instantly solves any missing variable given four known ones.
Example 1: A car accelerates from 0 to 20 m/s in 5 seconds. Find acceleration. Using v = u+at → 20 = 0 + a·5 → a = 4 m/s².
Example 2: A ball is dropped (u=0) from height s=44.1 m under g=9.81. Time to hit ground: s = ½gt² → 44.1 = 0.5·9.81·t² → t = 3.0 s.
Bulk usage: Prepare a CSV where each row contains values for u,v,s,a,t (use '?' for unknown) plus a column specifying which variable to solve. Ideal for vehicle braking distances, projectile motion homework, and engineering trajectory analysis.