Task. Two particles are released from same height at an interval of 1 second. How long after the first particle begins to fall will the two particle be 10m apart? (g=10 m/s2)
Solution. Notice that each particle moves zero initial velocity and constant acceleration g=10 m/s2. Hence the distance passed by the first particle at time t is given by the formula:
h1(t)=2gt2.
The second particle is released at t=1 s, so the distance passed by the second particle at time t≥1 s is given by the formula:
h2(t)=2g(t−1)2.
We should find t such that
h1(t)−h2(t)=10 m.
Thus
2gt2−2g(t−1)2=10
2g(t2−(t−1)2)=10
t2−t2+2t−1=10⋅g2
2t=10⋅g2+1
t=g10+21
Substituting g=10m/s2 we obtain that
t=1010+21=1+0.5=1.5 s.