So here we have a basic kinematics question. First lets define some of our constants;
h=44.5 meters
V0=24.3 meters/second
g=9.8 meters/second2
t0= time when the two objects hit
Now we can use the kinematic equations (equations of motion for an object under constant acceleration). They take the form
Y=Y0+V0t+(1/2)*a*t2
where Y0 is the initial height, V0 is the initial velocity, and a is the acceleration.
For this problem we will need to have two of these equations, since there are two objects. Since the apple has no initial velocity, the equation for the falling apple will be
Ya=h-(1/2)*g*t2
The equation for the arrow does have an initial velocity, but its initial height is zero. So the equation for the arrow will be
YA=V0*t-(1/2)*g*t2
Now we want to find out when these two objects hit. In terms of the equations, that means we should set them equal to each other. If we solve for the time, this will be the time when the two objects are at the same height.
Ya=YA
h-(1/2)*g*t02=V0t0-(1/2)*g*t02
h=V0t0
t0=h/V0
Now we can plug in the actual numbers
t0=44.5/24.3
t0=1.83 seconds
What is interesting about this situation, is that the effect of gravity was not part of the final answer. This is because both objects are under the influence of gravity, so when we set the two equations equal to each other, the term -(1/2)*g*t2 cancels out.
If we want to find the speed of the arrow at the time when they hit, t0, we need to use a different equation. This equation is itself a basic kinematic equation, which can be/should be memorized, however if you know some basic calculus it can be derived as follows.
Take the equation Y=Y0+V0*t+(1/2)*a*t2 and find its derivative with respect to t. This will produce an equation for velocity, given by
V=V0-a*t
In this case, the acceleration, a, is actually the acceleration due to gravity, g.
V=V0-g*t
Now we simply plug in our found value of t, and solve for V
V=24.3-(9.8)*(1.83)
V=6.37 meters/second
In this calculation, the gravitational force was needed.
Hope this helps!
Phillip R.
09/11/14