Objects falling.

87 Views Asked by At

A small ball is released from rest and falls on a horizontal platform which is descending vertically at a constant speed of 7m/s, If the ball is 14 m above the platform at the instant of release, clculate the time that elapses before the ball hits the platform.

Guys here is what I tried: s=distance so $s_{ball}+14=s_{platform} \Rightarrow 4.9t^2+14=7t$, but when I put my equation in the calculator I get an error because there is a square root of a negative number so I must have went wrong somewhere in the equation. Plz someone try it and tell me what answer they get.

2

There are 2 best solutions below

6
On BEST ANSWER

You have signs errors in your equations of motion. If the vertical axis is directed upward the the velocity of the platforma and the acceleration of the ball ar directed downward. So the equation you have to solve is: $$ -\dfrac{1}{2}gt^2+14=-7t $$

enter image description here

1
On

Since they are both falling you can set up the equations for distance and then set them equal:

Distance of the ball: $B(t)=$$\frac{1}{2}gt^2-14m$

Distance of the platform: $P(t)=(7\frac{m}{s})\cdot t$

You want to find the time $t$ when they have travelled the exact same distance.

$\implies B(t)=P(t) \iff \frac{1}{2}gt^2-14m=7\frac{m}{s}\cdot t$

$\iff gt^2-14\frac{m}{s}\cdot t-28m=0 \iff 9.81\frac{m}{s^2}\cdot t^2-14\frac{m}{s}\cdot t-28=0$

I solved this quadratic in mathematica and I got

$t=2.55\space s$

We can "ignore" the negative solution because a negative time doesn't make any physical sense.

Note that I chose to make my "y-down" the positive direction.