All learning goals in one overview

See all learning goals available in Studoya.

Back to overview
Calculating the next velocity with an Euler step

Theory

Calculating the next velocity with an Euler step

In the Euler method, you calculate a model forward in small time steps.

The velocity changes in one step by acceleration × time step.

Use: new velocity = current velocity + acceleration × time step.

  1. Read velocity, acceleration and time step
    Take the current velocity, acceleration and time step from the problem.
  2. Calculate acceleration × time step
    Work out the intermediate step using the values from the problem.
  3. Add to the velocity
    Work out the intermediate step using the values from the problem.
A model has v = 4 m/s, a = 1,5 m/s2 and dt = 0,2 s. Calculate the next velocity.
  1. Read velocity, acceleration and time step
    Velocity = 4 m/s. Acceleration = 1,5 m/s2. Time step = 0,2 s.
  2. Calculate acceleration × time step
    1,5 × 0,2 = 0,3 m/s.
  3. Add to the velocity
    4 + 0,3 = 4,3 m/s.

Ready to learn smarter?

Sign up for free and discover how easy it works.

Start free

(No payment card needed)