Question 280279
The problem does not mention friction. So I assume that we are allowed to disregard it.<br>
Without friction the distance from the current position where the bullet will hit the ground will simply be horizontal speed, 240, times the number of seconds the bullet is in the air. So we need to find the number of seconds the bullet is in the air.<br>
The time the bullet is in the air is determined by how long it takes gravity to pull the bullet bask to the ground. For this we will use the general equation
{{{s(t) = (1/2)at^2 + v[0]*t + s[0]}}}
where
a = acceleration. The only acceleration in this problem is the acceleration due to gravity. If distance above ground is considered positive, then the gravity will be a negative because it is pulling down (the negative direction). Since the problem uses feet we will use -32 ft/sec/sec for "a".<br>
t = time (in seconds)
{{{v[0]}}} = the initial velocity. The initial vertical velocity is 240 ft/sec.
{{{s[0]}}} = the initial position (height). We are told to use zero for this.<br>
So the equation for vertical motion in this problem is:
{{{s(t) = (1/2)(-32)t^2 + (240)*t + 0}}}
which simplifies to:
{{{s(t) = -16t^2 + 240*t}}}
We can use this equation to find the time(s) when s(t) is zero (i.e. the bullet is at ground level):
{{{0 = -16t^2 + 240*t}}}
This is a quadratic equation so we will factor it:
{{{0 = -16t(t - 15)}}}
and use the Zero Product Property:
-16t = 0 or t - 15 = 0
t = 0 or t = 15
This tells us that at time t = 0 the bullet was at ground level (which we already knew) and that at time t = 15 the bullet will again be at ground level.<br>
Now we know that the bullet will be in the air for 15 seconds. This means the bullet will be 240(15) or 3600 feet away.