If a stone is dropped at an altitude of 174.9 m from a helicopter which is ascending with a velocity of 20.68 m/s, how long does the stone take to reach the ground?

The problem I am having is that I am confused about using positive #g# because gravity is directed towards the Earth and the stone is falling in that direction or if I should be using negative #g# because the stone is falling opposite to the direction in which the helicopter is ascending, upwards??

It would really help if you guys could explain why g should be negative or positive. Thanks guys. :))

2 Answers
Aug 17, 2016

8.45 seconds.

Explanation:

The direction of 'g' when talking about acceleration depends on the coordinate system we define. For example if you were to define downwards as the positive 'y' then g would be positive. Convention is to take upwards as positive so g will be negative. This is what we shall use, also we take the ground as #y = 0#

#color(red)("EDIT:")# I have added an approach using the kinematic equations you learn early on at the bottom. All I have done here is derive these using calculus but I appreciate you may not have covered it. Scroll down to the red title for the non calculus approach.

We can look at this much more closely by starting from scratch with Newton's second law. When the stone is dropped it has an initial velocity but the only force acting on it is due to gravity. We have defined upwards as the positive y direction so by Newton's second law we can write

#m(d^2y)/(dt^2) = -mg#

#(d^2y)/(dt^2) = -g#

This is because the stone will accelerate towards the earth, which we have defined as the negative direction.

Integrating this expression gives:

#(dy)/(dt) = -g t + C#

#(dy)/(dt) = y'(t)# is the velocity of the stone, so when we apply the initial velocity at #y'(0) = +20.68# we arrive at

#20.68 = g*0 + C#

#implies C = 20.68#

#(dy)/(dt) = 20.68 - g t#

This models the velocity and makes sense if you think about it. When it's released, it will have the same velocity as the helicopter and will thus move upwards for a time but as time progresses it will stop and then begin to fall.

To find displacement, we integrate again:

#y(t) = 20.68t - 1/2g t^2 + C#

Apply initial condition #y(0) = 174.9#

#174.9 = 20.68*0 - 1/2g * 0^2 + C#

#implies C = 174.9#

#therefore y(t) = 20.68t - 1/2g t^2 + 174.9#

To solve for the time to reach the ground, set #y=0# and solve the quadratic:

#1/2g t^2 - 20.68t - 174.9 = 0#

This is definitely a job for the quadratic formula:

#t = (20.68+-sqrt(20.68^2 - 4(1/2g)(-174.9)))/g#

Taking #g = 9.8ms^(-2)#

#t = 8.45 or -4.23#

We discard the negative solution so therefore the stone takes 8.45 seconds to hit the ground.

#color(red)("No Calculus Approach")#

We know that #v = v_0+at# where #v# is the final velocity, #v_0# is the initial velocity, #a# is acceleration and #t# is the time it's applied for.

As I said earlier, with an upwards coordinate system #g# will be negative but the stone will initially move upwards because of it's initial velocity. We want to find the point at which it stops moving upwards:

Set #v = 0#

#0 = v_0 - g t#

#therefore t = v_0/g = 20.68/9.8#

Now use

#S = v_0t + 1/2at^2# again with #a = -g#

so #S = v_0(v_0/g) -1/2g(v_0/g)^2#

#S = (v_0)^2/g - v_0^2/(2g)#

#S = (20.68)^2/9.8 - (20.68^2)/(2*9.8)#

#S = 21.8m#

This means that the stone stops momentarily at #y = 174.9 + 21.8#

#y = 196.7m#

Now we don't have any pesky initial velocities to contend with, just a straight fall from this height:

#S = v_0t -1/g t^2#

#v_0 = 0#

As upwards is positive, falling will result in a negative displacement so

#-196.7 = -1/2g t^2#

#196.7 = 1/2 g t^2#

#t = sqrt((2*196.7)/9.8)#

#t = 8.45# as required.

Aug 17, 2016

8.45s

Explanation:

The helicopter is asceding with a velocity #u=20.68m/s# So the stone dropped from it will have same initial velocity as the ascending velocity of helicopter but downward gravitational force will provide it a downward acceleration (g).

Considering the point of dropping the stone from helicopter as origin we proceed as follows

If upward initial velocity be taken positive then downward acceleration (g) should be taken as negative and downard displacement (h) should also be considered negative.

#color(red)("Here upward +ve and downward -ve")#

Now calculation of time (t) of reaching ground

So we have

# u=+20.68m/s#
#g=-9.8m/s^2#
#h=-174.9m#

#t=?#

Inserting these in equation of motion under gravity (comprising the variables h,u,g,t) we get

#h=uxxt+1/2xxgxxt^2#

#=>-174.9=20.68xxt-1/2xx9.8xxt^2....(1)#

#=>4.9t^2-20.68t-174.9=0#

#=>t=(20.68+sqrt((-20.68)^2-4*4.9*(-174.9)))/(2*4.9)#

#:.t=8.45s#

The same equation(1) will be obtained if we reverse the direction#color(red)(" i.e.upward - ive and downward + ive.")#