Engineering >> Computer Science & EngineeringA Calculus-Based Approach to Computational Methods of Physics Enginesby Daniel Veale
Submitted : Spring 2019
Physics engines are currently being used in all walks of life. The two most common integration types to approximate changing rates of physics properties are the numerical integrations of the Euler Method and Runge-Kutta Method. The underlying problem is understanding when to use which. To analyze these integration types, we need to compare how each of them perform, how accurate they are, and how they are applied in physics engines, specifically coding languages. Then we can draw accurate conclusions by comparing our results of each method to each other.
|