Just for viewing purposes. You can store and calculate this formula only inside the application.


FLIGHT PATH

 
Formula:

FLIGHT PATH

Description: slanting throw trajectory
Syntax: /* The vertical and horizontal distances of a ball thrown with an inclination angle φ to the horizontal line are time dependent ( named y(t) and x(t) respectively). */
y(t) = v0 * t * SIN(φ) - [g] / 2 * t^2
x(t) = v0 * t * COS(φ)
/* The vertical position y can be calculated in function of the horizontal position x by replacing the variable t in the first equation by x /( v0 * COS(φ)). */
y = x * TAN(φ) - [g] / 2 * ( x / (v0 * COS(φ)))^2
Note:

SIN(φ) / COS(φ) = TAN(φ)

Category: Physics / Kinematics
Creator: Editor
Account: Free
Published: 17 August 2010
Tags: slanting throw trajectory

return
Css Template Preview