Daniel B. answered 11/10/20
A retired computer professional to teach math, physics
Let
α = 30° be the launch angle,
v = 60 m/s be the initial speed,
g = 9.8 m/s2 be gravitational acceleration,
t be time variable, starting with t = 0 at the moment of launch.
The object follows a parabola resulting from a combination of two movements:
- A straight line at angle α with constant speed v due to inertia, which is what the object would
follow in the absence of gravity.
- A vertical fall due to gravity, which is what the object would follow
in the absence of any initial velocity.
You can view the trajectory in an X-Y coordinate space, where
the x coordinate is along the ground, and
the y coordinate is vertical, with the origin at the point of launch.
Then [x(t), y(t)] is the position of the object after time t.
The horizontal distance x(t) is unaffected by the vertical fall, therefore
x(t) = v t cos(α)
In contrast, the vertical distance y(t) is a combination of the two movements:
y(t) = v t sin(α) - g t2/2.
The portion v t sin(α) is the height the object would reach after time t in the absence of gravity, and
g t2/2 is the amount of fall the object would suffer without any initial velocity.
The flight continues until the object hits the ground at some time t1,
which we can calculate because at time t1, y(t1) = 0. That is,
v t1 sin(α) - g t12/2 = 0
Therefore
t1 = 2 v sin(α) / g
Having obtained t1, we can calculate how far the object got horizontally by:
x(t1) = v t1 cos(α)
Substituting actual values:
t1 = 2 . 60 m/s . sin(30°) / (9.8 m/s2) = 6.12 s
x(t1) = 60 m/s . 6.12 s . cos(30°) = 318 m
I assume that the difference between your 317.18 m and my 318 m is due to different rounding.