Let's throw a ball vertically with the mass from the ground with initial velocity (upwards) and after time , the ball returns to its original position with final velocity (downwards).
Assuming that the air resistance is directly proportional to its velocity , i.e. , and the gravity acceleration constant is .
What is ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
As the ball goes up, the equation of motion reads:
d t d v = − g − a v
Where a = m k
Separating the variables and integrating, knowing that at t = 0 , v = v 1 , gives:
v = a ( g + a v 1 ) e − a t − g
When the ball reaches the maximum height, let us assume that a time t 1 has elapsed, and v = 0 . Using this fact in the above solution yields:
( g + a v 1 ) e − a t 1 = g
Now v = d t d x
Solving for x ( t ) involves integrating the velocity:
∫ 0 x d x = ∫ 0 t v d t
Gives:
x = a 2 ( g + a v 1 ) ( 1 − e − a t ) − a g t
Let us say that the maximum height is h . The maximum height is reached at time t 1 . This gives:
h = a 2 ( g + a v 1 ) ( 1 − e − a t 1 ) − a g t 1
Using the fact that ( g + a v 1 ) e − a t 1 = g in the equation above gives:
h = a v 1 − g t 1
Now, the motion is analysed as the ball moves downward. The equation of motion reads:
d t d v = g − a v
When t = 0 , then v = 0 . Separating variables and integrating gives the solution:
v = a g ( 1 − e − a t )
The downward distance x moved can be obtained by integrating the velocity again, giving
x = a g ( t − a ( 1 − e − a t ) )
The ball hits the ground at time t 2 and has moved a distance h and acquires a downward speed of v 2 . Using all this gives us the relation for h in the same manner as obtained for when the ball moves up. The equation is:
h = a − v 2 + g t 2
We already obtained:
h = a v 1 − g t 1
Subtracting these two equations and simplifying gives us the required answer:
t 1 + t 2 = g v 1 + v 2
The solution has quite a few step jumps. The problem is manageable but it is a bit tedious.