Many introductory physics problems involve objects moving in a straight line while experiencing constant acceleration. Examples include freely falling bodies near the Earth’s surface, vehicles accelerating uniformly on a road, or projectiles once launched (ignoring air resistance). In such cases, the motion can be completely described using five variables: displacement , initial velocity , final velocity , constant acceleration , and elapsed time . The term SUVAT is a mnemonic formed from the symbols for these variables. Because any motion under constant acceleration is fully determined by knowing three of them, the remaining two can be deduced through algebraic relationships known as the kinematic equations.
This calculator automates that algebra. You may specify any combination of three variables and let the script compute the rest. The underlying formulas are foundational in physics and engineering, used in fields ranging from ballistics to robotics. The convenience of an automated tool lies in avoiding manual rearrangement of equations, which can be tedious and error-prone when working quickly.
The standard kinematic equations for constant acceleration are:
Although these equations might appear independent, they are interrelated. Any one of them can be derived from the others by algebraic manipulation. Collectively they encapsulate the motion of an object under constant acceleration without invoking calculus.
The calculator begins by checking how many of the five variables are provided. If fewer than three values are supplied, there is insufficient information and the program instructs you to enter more data. With three known quantities, the script iteratively applies the kinematic equations to infer missing values. For example, if you enter , , and , equation (1) yields while equation (2) provides . If instead you give , , and , equation (4) solves for , and equation (3) determines . Cases that require solving a quadratic equation, such as knowing , , and , are handled by using the quadratic formula and selecting the positive time solution.
Because these equations can in some combinations lead to multiple valid solutions (for example, an object might pass through the same displacement at two different times), the calculator chooses the solution corresponding to the positive time consistent with the inputs. If the discriminant of a quadratic becomes negative, the inputs are physically inconsistent, and the script reports an error.
Consider a vehicle starting from rest and accelerating at . Suppose you want to know how far it travels and its final speed after 8 s. Enter , , and . Equation (1) gives m/s and equation (2) yields m. Alternatively, suppose you drop a ball from a height of 45 m with no initial velocity. With , , and , the quadratic solution to equation (2) produces s. Equation (1) then computes the impact speed m/s.
For reference, the following table summarizes the symbols used in SUVAT calculations.
Symbol | Meaning | Typical Units |
---|---|---|
Displacement (signed distance) | meters (m) | |
Initial velocity | meters per second (m/s) | |
Final velocity | meters per second (m/s) | |
Constant acceleration | meters per second squared (m/s²) | |
Elapsed time | seconds (s) |
Although the kinematic equations can be introduced algebraically, they originate from calculus. Acceleration is the derivative of velocity with respect to time, and velocity is the derivative of displacement. For constant acceleration, integrating yields , establishing equation (1). A subsequent integration of velocity gives equation (2). Eliminating time between equations (1) and (2) leads to equation (3), while combining equations (1) and (2) results in equation (4). Understanding this derivation illuminates the deep connection between kinematics and calculus and shows why the equations hold for any constant acceleration, not just gravity-driven motion.
The SUVAT equations presume a constant acceleration and straight-line motion. In many real-life situations, acceleration varies with time or depends on velocity, as in air resistance problems. For those cases, calculus-based differential equation techniques are required. Nonetheless, the constant acceleration model remains a powerful approximation for a vast array of scenarios. Engineers frequently piece together segments of constant acceleration to model more complicated motion, such as a car that accelerates, cruises at constant speed, and then decelerates to a stop.
The equations also work separately along each axis in two- or three-dimensional motion when accelerations in each direction are independent. Projectile motion analysis, for example, treats horizontal and vertical components separately, each obeying constant acceleration equations. Our calculator focuses on one dimension at a time to keep the interface simple, but the same principles apply component-wise in higher dimensions.
The study of uniformly accelerated motion dates back to Galileo Galilei, who conducted experiments with inclined planes in the early seventeenth century. He found that the distance traveled by a rolling ball was proportional to the square of the time, foreshadowing equation (2). Later, Isaac Newton unified these observations under his laws of motion, providing the theoretical underpinning for constant acceleration kinematics. The symbolism of , , , , and became popular through British physics texts in the nineteenth century and persists in education today.
To use this tool, enter numerical values for any three variables and leave the others blank. The program checks which fields contain numbers and applies the relevant kinematic equations to solve for the missing quantities. Results are displayed in standard SI units. Because the computation runs entirely within your browser using plain JavaScript, no information is transmitted over the internet. This design makes the calculator responsive and suitable for classroom demonstrations or quick problem solving on a mobile device. It also encourages experimentation: you can adjust inputs repeatedly to build intuition about how changing acceleration or initial velocity affects displacement and time.
While the SUVAT equations describe motion, they tie into other fundamental concepts. Combining equation (3) with the definition of kinetic energy shows how an applied force that produces constant acceleration does work on an object. Equation (1) relates directly to momentum changes, since ; differentiating momentum with respect to time yields the net force. Thus, mastering SUVAT not only enables you to predict motion but also lays the groundwork for deeper studies of dynamics and energy conservation.
Solve constant angular acceleration problems by entering any three of angular displacement, initial and final angular velocity, acceleration, or time.
Compute centripetal acceleration and orbital period from speed and radius for objects in circular motion.
Estimate the photon-driven acceleration of a solar sail spacecraft and the time required to reach a target velocity.