Semi-implicit Euler method: Difference between revisions

Content deleted Content added
Chaosand (talk | contribs)
Clarified that the method had been "discovered" many times earlier.
Refactored section with original research where the source doesn't appear to support the entire paragraph. Undue weight was also given to the source by placing it first and foremost, despite the cited article being relatively obscure.
Tag: references removed
Line 3:
 
== Origin ==
The method, however, has been discovered and forgotten many times, dating back to Newton's ''Principiae'',<ref name="hairer2003" /> as recalled by Richard Feynman in his ''Feynman Lectures'' (Vol. 1, Sec. 9.6)<ref name="feynman1963" /> In modern times, the method was rediscovered in a 1956 preprint by René De Vogelaere that, although never formally published, influenced subsequent work on higher-order symplectic methods.<ref name="skeel2003" />
The method was accidentally discovered by [[Newton North High School]] senior student Abby Aspel in 1980. In a lab assignment simulating orbits using Kepler's Law, which required computation in [[BASIC]]: she accidentally reversed two lines of code by calculating velocity before position. Her simulation converged more quickly and resulted in more accurate and feasible results than what was expected. Alan Cromer then proved why her algorithm was more stable than previous methods of computation.<ref>{{Cite journal |last=Cromer |first=Alan |date=1981-05-01 |title=Stable solutions using the Euler approximation |url=https://doi.org/10.1119/1.12478 |journal=American Journal of Physics |volume=49 |issue=5 |pages=455–459 |doi=10.1119/1.12478 |issn=0002-9505}}</ref>
 
The method, however, has been discovered and forgotten many times, dating back to Newton's ''Principiae'',<ref name="hairer2003" /> as recalled by Richard Feynman in his ''Feynman Lectures'' (Vol. 1, Sec. 9.6)<ref name="feynman1963" /> In modern times, the method was rediscovered in a 1956 preprint by René De Vogelaere that, although never formally published, influenced subsequent work on higher-order symplectic methods.<ref name="skeel2003" />
 
 
 
== Setting ==