Animated Solution for Physics - Kinematics: A marble is projected in a viscous fluid, with an initial speed u at an angle θ above the horizontal. Drag force of the fluid results in an acceleration aD=−kv in addition to that of gravity, where k is a positive constant and v is the velocity of marble. Determine position coordinates and x (horizontal) and y (vertical) components of velocity of the marble as functions of time t. What is the terminal velocity?
Visualized Solution
Initial Setup: u
u=ucosθi^+usinθj^
ux=ucosθ
uy=usinθ
Net Acceleration a
a=aD+g
a=−kv−gj^
Resolving Components
ax=−kvx
ay=−kvy−g
Horizontal Velocity vx
dtdvx=−kvx
∫uxvxvxdvx=∫0t−kdt
ln(uxvx)=−kt
vx=uxe−kt
Horizontal Position x
x=∫0tvxdt
x=∫0tuxe−ktdt
x=−kux[e−kt]0t
x=kux(1−e−kt)
Vertical Velocity vy
dtdvy=−kvy−g
∫uyvykvy+gdvy=∫0t−dt
k1ln(kuy+gkvy+g)=−t
vy=(uy+kg)e−kt−kg
Vertical Position y
y=∫0tvydt
y=∫0t[(uy+kg)e−kt−kg]dt
y=(uy+kg)(k1−e−kt)−kgt
y=(kuy+k2g)(1−e−kt)−kgt
Terminal Velocity
As t→∞,e−kt→0
vx→0
vy→−kg
Terminal Velocity=kg downwards
Food for Thought
What if aD=−k∣v∣v?
00:00 / 00:00
The Sigma Insight: Motion in a Plane
Solution Diagram
The Setup
A Battle of Forces
Imagine shooting a marble into a pool of thick honey. It doesn't just fly freely like a projectile in a vacuum; it has to fight its way through.
The fluid exerts a drag force that constantly saps its speed. We are given that this drag causes a retardation of:
aD=−kv
And of course, gravity is always there, pulling it down with an acceleration of g.
Divide and Conquer
Splitting the Motion
To solve any 2D kinematics problem, our best strategy is to split the motion into independent horizontal and vertical components.
In the horizontal direction, there is no gravity. The only force acting on the marble is the horizontal component of the drag. Thus, the horizontal acceleration is simply:
ax=−kvx
In the vertical direction, it's a double whammy. The marble faces both the vertical component of the drag and the relentless pull of gravity. So, the vertical acceleration becomes:
ay=−kvy−g
Taming the Horizontal Motion
Let's tackle the horizontal motion first. We know that acceleration is the derivative of velocity, so we can write:
dtdvx=−kvx
This is a classic first-order separable differential equation. By rearranging the terms, we get:
vxdvx=−kdt
Integrating both sides from the initial horizontal velocity ux=ucosθ to some velocity vx at time t, we find:
ln(uxvx)=−kt
Exponentiating both sides gives us the horizontal velocity as a function of time:
vx=uxe−kt
Notice the beauty of this result! The horizontal velocity decays exponentially. It will never truly reach zero in finite time, but it gets vanishingly small.
To find the horizontal position x, we integrate the velocity:
x=∫0tvxdt=∫0tuxe−ktdt
Evaluating this integral yields the final horizontal position:
x=kux(1−e−kt)
Conquering the Vertical Motion
Now, let's face the vertical motion. The differential equation here is slightly more complex:
dtdvy=−kvy−g
We separate the variables again to prepare for integration:
kvy+gdvy=−dt
Integrating from the initial vertical velocity uy=usinθ to vy, we get:
k1ln(kuy+gkvy+g)=−t
Solving for vy, we uncover the vertical velocity function:
vy=(uy+kg)e−kt−kg
To find the vertical position y, we integrate vy with respect to time. It requires a bit of algebraic stamina, but the integration is straightforward:
y=∫0t[(uy+kg)e−kt−kg]dt
After plugging in the limits, we arrive at the final expression for the vertical coordinate:
y=(kuy+k2g)(1−e−kt)−kgt
The Endgame
Terminal Velocity
Finally, what happens to the marble after a very long time? As t→∞, the exponential term e−kt approaches zero.
The horizontal velocity vx becomes exactly zero. The marble completely stops moving forward.
But look at the vertical velocity! As the exponential term vanishes, vy approaches a constant value of −kg.
This is the terminal velocity. The negative sign simply indicates that the marble is falling downwards at a constant speed, perfectly balancing the force of gravity with the upward drag force.