Skip to content

Euler and Runge-Kutta numerical methods of ODE solution

Notifications You must be signed in to change notification settings

axothy/ODE-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

ODE-Solver

Euler and Runge-Kutta numerical methods of ODE solution

========================================================================

PHYSIC PROBLEM:

A particle of mass 𝑚 moves in a straight line, the initial velocity is 𝑣0. The particle is acted upon by an accelerating force 𝐹 = 𝑐𝑜𝑛𝑠𝑡, as well as a force resistance proportional to the square of the speed (coefficient 𝑘). Find the particle velocity as a function of time v(t).

Differential equation:

alt text

Analytical solution:

alt text