Semi-implicit Euler method: Difference between revisions

Content deleted Content added
Created stub
 
light copyedit - needs more work; I'll ask the author for some clarifications
Line 1:
TheIn mathematics, the '''Euler-Cromer algorithm''' is a modification of the [[Euler approximationintegration|Euler method]] for solving [[numericalordinary integrationdifferential equation]]s. whichIt gives much better results for [[Oscillation|oscillatory]] solutions.
 
Given a pair of [[differential equation]]s of the form
Line 9:
and initial conditions
 
:<math> (x_0,v_0), \quad</math>
 
the Euler-Cromer algorithm produces an approximate [[Discrete mathematics|discrete]] solution is given by iterating
 
:<math> v_{n+1} = v_n + a_n \Delta t \quad</math>
Line 17:
:<math> x_{n+1} = x_n + v_{n+1} \Delta t \quad</math>
 
where '''<math> \Delta t </math>''' is the timestep.
 
== See also ===
{{math-stub}}
* [[Numerical ordinary differential equations]]
 
 
{{mathmathapplied-stub}}
[[Category:Numerical differential equations]]