Frictionless
The flight of a Frictionless Projectiles
Controller: lodmore
Interface
C++
Excel
Overview
With a Frictionless system the influence of air on the projectile is ignored. On earth this leads to a optimistic estimate for the distance travelled by the projective, although on an airless planet/moon these calculations would be appropriate. In this module, the initial velocity of the projectile is R, released at an angleMISSING IMAGE!
13108/frictionless_projectile.jpg cannot be found in /users/13108/frictionless_projectile.jpg. Please contact the submission author.
- u is the initial vertical velocity [m/s]
- v is the final vertical velocity [m/s]
- s is the vertical distance traveled [m]
- t is the time taken [s]
- a is acceleration [m/s2]
Authors
- James Bateman (2007)
Height
| doubleheight( | double | R | |
| double | theta | ||
| double | t | ||
| double | h = 0 | ) |
Parameters
R is the initial velocity of the projectile [m/s] theta is the angle the projectile is released from the horizontal [degrees] t the time from when the projectile is launched h Default value = 0
Source Code
This module is private, for owner's use only.
Not a member, then Register with CodeCogs. Already a Member, then Login.
Max Height
| doublemax_height( | double | R | |
| double | theta | ) |
Parameters
R is the initial velocity of the projectile [m/s] theta is the angle the projectile is released from the horizontal [degrees]
Source Code
This module is private, for owner's use only.
Not a member, then Register with CodeCogs. Already a Member, then Login.
Impact Velocity
| doubleimpact_velocity( | double | R | |
| double | theta | ||
| double | h | ) |
- vhorz =
- vvert is computed from Eq (2), with the initial assumptions that u = 0 (at maximum height) and height of the projectile from its final landing point is
Parameters
R is the initial velocity of the projectile [m/s] theta is the angle the projectile is released from the horizontal [degrees] h the initial vertical height of the projectile
Source Code
This module is private, for owner's use only.
Not a member, then Register with CodeCogs. Already a Member, then Login.
Position
| doubleposition( | double | R | |
| double | theta | ||
| double | x | ||
| double | h = 0 | ) |
Parameters
R is the initial velocity of the projectile [m/s] theta is the angle the projectile is released from the horizontal [degrees] x the horizontal position of the projectile. h the initial vertical height of the projectile.
Source Code
This module is private, for owner's use only.
Not a member, then Register with CodeCogs. Already a Member, then Login.

