Conservation of Energy Calculator

Use mechanical energy conservation (kinetic + potential + optional spring energy) to solve for final velocity, required initial velocity, or final height. Includes optional energy losses.

Configuration

Choose what you want to solve for and whether spring energy is included.

Inputs

Enter the known quantities. The calculator hides the variable you’re solving for.

Results Summary

Your computed result appears below. Quick stats show the energy check.

Concept Guide

Conservation of Energy Calculator

Use conservation of energy to turn messy word problems into clean equations. This guide shows how to pair the Conservation of Energy Calculator with real engineering scenarios, choose the right method, and sanity-check your answers with clear examples.

8–10 min read Updated 2025

Quick Start

The Conservation of Energy Calculator assumes that the total energy of a system is tracked between two states. Your job is to define those states clearly, choose the right energy terms, and enter consistent inputs.

  1. 1 Identify the initial state (1) and final state (2). Decide where the object starts and where you want the answer (e.g., bottom of a ramp, top of a hill, outlet of a pipe).
  2. 2 Decide what you want to solve for in the calculator: final velocity, required starting height, spring compression, pump work, etc.
  3. 3 Enter all known properties at state 1 and state 2: mass, height, velocity, and any spring constants or fluid heads, using consistent units.
  4. 4 Decide how to treat work and losses. If friction, pumps, or turbines matter, use the calculator mode that includes non-conservative work.
  5. 5 Run the calculation and review the energy balance summary: potential, kinetic, and (if applicable) spring or shaft work.
  6. 6 Use the steps and equations panel to verify that the calculator rearranged the conservation equation the way you expect.
  7. 7 Perform a quick sanity check: does the result directionally make sense (faster when starting higher, more work when losses increase, etc.)?

Tip: When in doubt, sketch a simple energy bar chart for state 1 and state 2 (potential, kinetic, spring, losses). If a bar appears in the sketch, it should appear in the calculator inputs.

Watch units: The calculator internally works in SI. Keep your inputs consistent: m, kg, and J; or use built-in unit selectors rather than mixing ft, m, kJ, and hp at random.

Choosing Your Method

There are many ways to apply conservation of energy. The calculator usually exposes a few modes that map to how energy textbooks and design codes treat common problems.

Method A — Pure Mechanical Energy

Use when you can ignore friction and other losses, and no external devices add or remove energy.

  • Very fast, algebra only.
  • Great for first-pass sizing and exam problems.
  • Helps you build intuition: higher drop → higher speed.
  • Can be overly optimistic for real plants and machinery.
  • Not suitable when viscous or mechanical losses are large.
\[ E_{1} = E_{2} \quad\Rightarrow\quad mgh_{1} + \tfrac{1}{2}mv_{1}^{2} = mgh_{2} + \tfrac{1}{2}mv_{2}^{2} \]

Method B — Including Work & Losses

Use when pumps, turbines, brakes, friction, or drag significantly affect the result.

  • Matches real-world systems more closely.
  • Lines up with fluid energy equations and machine sizing.
  • Lets you trade off efficiency versus required input power.
  • Requires more inputs: loss coefficients, work, head terms.
  • Easy to double-count losses if the system boundary is unclear.
\[ E_{1} + W_{\mathrm{in}} – W_{\mathrm{out}} – E_{\mathrm{loss}} = E_{2} \]

Method C — Springs & Storage

Use when springs, elastic elements, or flywheels store energy temporarily.

  • Captures transient “store–release” behavior.
  • Ideal for impact, shock absorbers, and vibration problems.
  • Requires accurate spring constants or inertia data.
  • Can be misleading if damping is not negligible.
\[ E_{1} + \tfrac{1}{2}kx_{1}^{2} = E_{2} + \tfrac{1}{2}kx_{2}^{2} \]

In the calculator, these approaches typically appear as different modes. Start with pure mechanical energy first, then turn on work and losses if the simplified answer is too optimistic.

What Moves the Number

The conservation of energy equation is simple, but the variables are powerful. Small changes in a few key terms can dramatically change the final velocity, height, or required work.

Height difference \((\Delta h)\)

Gravitational potential energy is \( m g \Delta h \). Doubling the elevation drop doubles the energy available to convert into speed, work, or pressure head.

Velocity terms \((v_{1}, v_{2})\)

Kinetic energy scales with \( v^{2} \). A small increase in velocity requires a much larger increase in energy or input work.

Mass or flow rate

For a single object, higher mass means more energy at the same height and speed. In fluids, a higher mass flow rate means more power for the same per-unit energy.

Losses and efficiency

Friction, drag, head loss, and mechanical inefficiency all appear as \( E_{\mathrm{loss}} \). Increasing losses reduces the energy that shows up as useful motion or output.

Spring stiffness \((k)\) and deflection \((x)\)

Spring energy is \( \tfrac{1}{2}kx^{2} \). Stiffer springs or larger deflections store dramatically more energy, but also increase forces.

Reference level choice

You can set potential energy zero anywhere, but be consistent. Changing the reference shifts all heights; it should not change the final answer.

When using the calculator, try changing one variable at a time and watching how the result responds. This “what-if” workflow helps you understand which levers truly matter in your design.

Worked Examples

The following examples mirror the modes you will see in the Conservation of Energy Calculator. You can plug the same numbers into the tool and compare your hand calculations to the step-by-step output.

Example 1 — Block Sliding Down a Frictionless Ramp

  • Problem: A block slides down a smooth ramp from rest. Find the speed at the bottom.
  • Mass: \( m = 5~\text{kg} \)
  • Height drop: \( \Delta h = 2.0~\text{m} \)
  • Initial speed: \( v_{1} = 0~\text{m/s} \)
  • Assumptions: No friction, no springs, no external work.
1
Write the energy balance.
\[ mgh_{1} + \tfrac{1}{2}mv_{1}^{2} = mgh_{2} + \tfrac{1}{2}mv_{2}^{2} \] Choose \( h_{2} = 0 \) at the bottom, so \( h_{1} = \Delta h = 2.0~\text{m} \).
2
Cancel mass and solve for \( v_{2} \).
\[ g \Delta h = \tfrac{1}{2} v_{2}^{2} \quad\Rightarrow\quad v_{2} = \sqrt{2 g \Delta h} \]
3
Plug in numbers.
\[ v_{2} = \sqrt{2 \times 9.81 \times 2.0} \approx \sqrt{39.24} \approx 6.27~\text{m/s} \]
4
Use the calculator. Select “Solve for final velocity,” set friction to zero, enter \( \Delta h = 2.0~\text{m} \), \( v_{1} = 0 \), and let the calculator reproduce \( v_{2} \approx 6.3~\text{m/s} \).
Key relation
\[ v_{2} = \sqrt{v_{1}^{2} + 2 g (h_{1} – h_{2})} \]

Example 2 — Pumping Water with Head Loss

  • Problem: A pump lifts water from a lower tank to a higher tank. What pump head is required?
  • Fluid: Water, incompressible.
  • Elevation difference: \( z_{2} – z_{1} = 12~\text{m} \)
  • Velocity change: Negligible (\( v_{1} \approx v_{2} \))
  • Head loss: \( h_{\mathrm{loss}} = 3~\text{m} \)
  • Goal: Pump head \( h_{\mathrm{pump}} \)
1
Write the steady-flow energy equation per unit weight.
\[ z_{1} + \frac{v_{1}^{2}}{2g} + h_{\mathrm{pump}} = z_{2} + \frac{v_{2}^{2}}{2g} + h_{\mathrm{loss}} \]
2
Cancel velocity terms.
With \( v_{1} \approx v_{2} \), the kinetic terms cancel: \[ z_{1} + h_{\mathrm{pump}} = z_{2} + h_{\mathrm{loss}} \]
3
Solve for pump head.
\[ h_{\mathrm{pump}} = (z_{2} – z_{1}) + h_{\mathrm{loss}} = 12 + 3 = 15~\text{m} \]
4
Use the calculator. Choose “Solve for pump head,” enter the elevation difference and head loss, and let the calculator report \( h_{\mathrm{pump}} = 15~\text{m} \) along with power if you provide flow rate.
Pump sizing shortcut
\[ h_{\mathrm{pump}} \approx \Delta z + h_{\mathrm{loss}} \quad\Rightarrow\quad P_{\mathrm{pump}} = \rho g Q h_{\mathrm{pump}} / \eta \]

Example 3 — Mass on a Spring (Energy Storage)

  • Problem: A mass compresses a vertical spring and is then released. Find the maximum height above the uncompressed spring.
  • Mass: \( m = 1.0~\text{kg} \)
  • Spring constant: \( k = 400~\text{N/m} \)
  • Initial compression: \( x_{1} = 0.10~\text{m} \)
  • Initial height reference: \( h_{1} = 0 \) at compressed position.
1
Write the energy balance.
\[ mgh_{1} + \tfrac{1}{2}kx_{1}^{2} = mgh_{2} + \tfrac{1}{2}kx_{2}^{2} \] At maximum height, the spring is uncompressed: \( x_{2} = 0 \), \( h_{2} = h_{\max} \).
2
Simplify and solve for \( h_{\max} \).
\[ \tfrac{1}{2}kx_{1}^{2} = m g h_{\max} \quad\Rightarrow\quad h_{\max} = \frac{k x_{1}^{2}}{2 m g} \]
3
Plug in numbers.
\[ h_{\max} = \frac{400 \times (0.10)^{2}}{2 \times 1.0 \times 9.81} = \frac{4}{19.62} \approx 0.204~\text{m} \]
Spring–gravity energy relation
\[ \tfrac{1}{2} k x^{2} = m g h \]

Common Layouts & Variations

Most conservation of energy problems fall into a handful of patterns. Recognizing the pattern early makes it easier to choose inputs and modes in the calculator.

Scenario patternTypical energy termsCommon assumptionsBest for
Drop or ramp (no friction)\( mgh \leftrightarrow \tfrac{1}{2}mv^{2} \)Neglect air drag and rolling resistance.Intro mechanics, roller coasters, chutes.
Drop or ramp with friction\( mgh = \tfrac{1}{2}mv^{2} + E_{\mathrm{loss}} \)Use a constant friction force or coefficient.Slides, conveyors, braking distance checks.
Pumping or turbines (steady flow)\( z + v^{2}/2g + h_{\mathrm{pump}} – h_{\mathrm{loss}} \)Steady flow, incompressible fluid, uniform velocity profiles.Pump sizing, pipe network design, micro-hydro turbines.
Springs and impact\( \tfrac{1}{2}kx^{2} \leftrightarrow mgh,~\tfrac{1}{2}mv^{2} \)Linear springs, small deformations.Shock absorbers, bump stops, drop tests.
Flywheels and rotating systems\( \tfrac{1}{2}I\omega^{2} \) plus translational termsRigid bodies, single axis of rotation.Energy storage, motor start-up, clutch events.
  • Draw a simple energy diagram before touching the calculator.
  • Pick a consistent sign convention for work in and work out.
  • Ensure every major energy term in your sketch has a field in the calculator.
  • Check whether “losses” are already embedded in a manufacturer’s efficiency rating.
  • For fluids, verify whether elevation is measured from the same datum at both states.
  • For rotating machinery, include both translational and rotational kinetic energy if needed.

Specs, Logistics & Sanity Checks

In design work, the numbers from a conservation of energy calculation connect directly to equipment sizes, safety margins, and operating costs. Use this section as a checklist when you translate calculator outputs into real hardware.

Key Input Specs

  • Confirm densities, specific weights, and gravity constants from reliable references.
  • Use rated spring constants or stiffness data instead of back-calculating from guesswork.
  • For pumps and turbines, pull efficiency and head curves from the vendor datasheet.
  • Document the reference level used for potential energy in your design notes.

Modeling Choices

  • State whether friction and minor losses are explicitly modeled or lumped into an efficiency.
  • Check that the system boundary matches your equation: what is “inside” versus “outside” the balance.
  • Clarify which terms are transient (start-up, impact) and which are steady-state.
  • Record any safety factors applied to heights, speeds, or required work.

Sanity Checks on Results

  • Compare against simple bounding cases (no losses vs high losses).
  • Look for unexpected sign changes (negative speeds, negative heads).
  • Verify that power or velocity is within equipment and code limits.
  • Cross-check a few scenarios with manual hand calculations or another tool.

Use the calculator interactively during design reviews: adjust one parameter live and show how it affects energy requirements, component sizing, and safety margins.

Frequently Asked Questions

What does conservation of energy actually assume?
Conservation of energy assumes that total energy within a closed system is constant. In practice, you must define a system boundary and include all significant forms of energy crossing that boundary, such as work, heat, and losses. The principle does not say that mechanical energy is constant; it says that energy changes form but is not created or destroyed.
When can I ignore friction and losses in the calculator?
You can usually ignore friction and losses for short, smooth motions where drag and resistance are small compared to gravitational or spring energy, or when you only need a rough estimate. For long pipes, rough surfaces, or high speeds, losses can dominate and should be included via head loss, efficiency, or explicit work terms.
How is conservation of energy different from conservation of momentum?
Conservation of energy tracks scalar energy quantities such as potential, kinetic, internal, and work, while conservation of momentum tracks a vector quantity related to mass and velocity. Energy methods are often easier for problems involving heights, speeds, and work, while momentum methods are better for forces, impulses, and collisions where direction matters.
What units should I use in a conservation of energy calculation?
Use a consistent set of units, typically SI: meters, kilograms, seconds, and joules. For fluids, heads are often in meters and power in watts or kilowatts. If you work in imperial units, keep everything consistent (feet, slugs or lbm, ft·lbf) or use the calculator’s unit selectors to handle conversions for you.
Can I still use conservation of energy if there is a pump or turbine?
Yes. Pumps, turbines, and motors simply add or remove energy from the system. In the equation, they appear as work or head terms. The calculator can include pump head, turbine head, or shaft work as additional variables, as long as you define the system boundary so that device work is clearly inside or outside the balance.
How do I know if my conservation of energy answer is reasonable?
First, check that the direction of change makes sense: higher starting height should not give a lower speed, and higher losses should not produce more useful energy. Next, compare with a simple frictionless or high-loss limiting case. Finally, compare speeds, heads, and powers to typical values for similar systems or manufacturer limits.
Is conservation of energy enough for structural or safety design?
Conservation of energy is a powerful sizing and understanding tool, but it is not a substitute for full structural or safety checks. After using energy methods to estimate speeds, displacements, or loads, you still need to perform detailed stress, deflection, fatigue, and code compliance checks before final design or construction.
Scroll to Top