Animated Solution for Physics - Laws of Motion: A ball is thrown upward with an initial velocity v0 from the surface of the earth. The motion of the ball is affected by a drag force equal to mγv2 (where, m is mass of the ball, v is its instantaneous velocity and γ is a constant). Time taken by the ball to rise to its zenith is
Select Answer:
Visualized Solution
Free Body Diagram
\text{Forces acting on the ball during upward motion:}
Imagine you are standing on the surface of the Earth, and you throw a ball straight up into the sky with an initial velocity v0. If we lived in a perfect vacuum, gravity would be the only force acting on the ball. But in the real world, the air pushes back.
As the ball moves upward with velocity v, it experiences two distinct forces trying to pull it back down. First, there is the relentless pull of gravity, mg. Second, there is the aerodynamic drag force, which the problem defines as mγv2. Because both of these forces oppose the upward motion of the ball, they both act downwards.
The Mathematical Translation
To find out how long it takes for the ball to reach its highest point (the zenith), we need to translate this physical reality into mathematics using Newton's Second Law.
Taking the upward direction as positive, the net force on the ball is:
Fnet=−mg−mγv2
Since Fnet=ma, we can write:
ma=−m(g+γv2)
The mass m beautifully cancels out from both sides, leaving us with the net acceleration of the ball:
a=−(g+γv2)
Now, we need to connect this acceleration to time. We know from kinematics that acceleration is the rate of change of velocity, so we can substitute a=dtdv:
dtdv=−(g+γv2)
The Art of Integration
We now have a first-order differential equation. To solve it, we must separate the variables, bringing all the v terms to one side and the dt to the other:
g+γv2dv=−dt
It's time to integrate. We must carefully define our limits based on the physical journey of the ball. At the moment of launch (t=0), the velocity is v0. At the zenith, the ball momentarily stops before falling back down, so at time t, the velocity is 0.
∫v00g+γv2dv=∫0t−dt
To evaluate the left integral, let's factor out γ from the denominator to match a standard integration form:
γ1∫v00γg+v2dv=−t
This perfectly matches the standard integral ∫a2+x2dx=a1tan−1(ax), where our constant a is γg.
The Final Destination
Applying the integration formula, we get:
γ1γg1tan−1γgvv00=−t
Simplifying the constants outside the bracket gives γg1. Now, we substitute our upper and lower limits:
γg1[tan−1(0)−tan−1(gγv0)]=−t
Since tan−1(0)=0, the equation simplifies to:
−γg1tan−1(gγv0)=−t
The negative signs on both sides cancel out, revealing the final, elegant expression for the time taken to reach the zenith:
t=γg1tan−1(gγv0)
Notice how the presence of the velocity-squared drag force transforms a simple linear time equation into one governed by the inverse tangent function. Physics is beautiful!