Article Preview
Buy Now
FEATURE
Falling Objects
Working with the Laws of Newtonian Motion
Issue: 4.1 (September/October 2005)
Author: JC Cruz
Author Bio: JC is a freelance engineering consultant currently residing in British Columbia. He develops custom OS X applications and teaches origami at the local district libraries.
Article Description: No description available.
Article Length (in bytes): 38,341
Starting Page Number: 17
Article Number: 4110
Related Web Link(s):
http://en.wikipedia.org/wiki/Newton%27s_laws
http://en.wikipedia.org/wiki/Gravity
http://scienceworld.wolfram.com/physics/DragCoefficient.html
http://www.rbdeveloper.com/browse/3.4/3411/
Excerpt of article text...
In the previous article, I have covered the Euler Method, a basic mathematical algorithm used for solving ODE problems. Today, I shall use the Euler Method in its first practical application: simulating an object in free-fall.
I will introduce the basic Newtonian laws governing an object in motion. I will use the SpriteSurface control and Sprite class to animate the simulation results. Finally, I will show how to incorporate other factors such as air resistance, wind speed, and ground collision in order to make the simulation more realistic.
The Physics of Falling Objects
We have always observed that an object of mass
m released at a heighth will fall and eventually hit the ground. What we do not easily observe (as illustrated in Figure 1) is that the speed of a falling object steadily increases at each point in time. Consequently, the height of the object as it falls does not decrease in equal incrementsover similar time intervals.This non-linear behavior is due to the fact that a falling object is actually accelerating. Mathematically, the position and speed of any moving object can be described by the pair of ordinary differential equations (ODEs) shown in Figure 2. For a falling object, the rate of acceleration
a(t) is replaced by the constantg , also known as theacceleration due to gravity . Since it is caused by gravity, the value ofg is different for every planetary body. On Earth,g has been measured as
...End of Excerpt. Please purchase the magazine to read the full article.