Differential Equations Quiz: Falling Objects With Drag
Practice Falling Objects With Drag in Differential Equations with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
Question 1 / 19
0 of 19 answered
An object of mass m and drag coefficient k is dropped from rest in a fluid. Let vT=mg/k be the terminal velocity and τ=m/k be the time constant of the system. What is the total distance the object falls in a time interval equal to two time constants, i.e., t=2τ?
What this quiz covers
This quiz focuses on Falling Objects With Drag, giving you a quick way to practice the rules, question types, and explanations that matter most for Differential Equations.
How to use this quiz
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
All questions
Question 1
An object of mass m and drag coefficient k is dropped from rest in a fluid. Let vT=mg/k be the terminal velocity and τ=m/k be the time constant of the system. What is the total distance the object falls in a time interval equal to two time constants, i.e., t=2τ?
vTτ(1+e−2) (correct answer)
vTτ(2+e−2)
vT(1−e−2)
2vTτ
Explanation: First, find the velocity function: v(t)=vT(1−e−t/τ). To find the distance fallen, integrate the velocity from t=0 to t=2τ. Let x(t) be the distance. x(t)=∫0tv(s)ds=∫0tvT(1−e−s/τ)ds=vT[s+τe−s/τ]0t=vT((t+τe−t/τ)−(0+τe0))=vT(t+τe−t/τ−τ). Now, substitute t=2τ: x(2τ)=vT(2τ+τe−2τ/τ−τ)=vT(τ+τe−2)=vTτ(1+e−2). Distractor B results from an integration constant error. Distractor C represents the velocity at t=2τ, not the distance. Distractor D is the distance that would be covered if the object traveled at its terminal velocity for the entire duration.
Question 2
The velocity of a falling object with linear drag is v(t)=vT(1−e−t/τ), where vT is terminal velocity and τ=m/k is the time constant. Which of the following statements provides the best physical interpretation of the time constant τ?
τ is the time required for the object to reach approximately 99% of its terminal velocity.
τ is the time at which the object reaches half of its terminal velocity.
If the object maintained its initial acceleration, it would reach its terminal velocity vT in time τ. (correct answer)
τ is the time at which the acceleration of the object is half of its initial value.
Explanation: The governing differential equation is dv/dt=g−(k/m)v. The initial acceleration (at t=0, when v=0) is a(0)=g. If the object were to continue accelerating at this constant rate, its velocity would be v(t)=gt. To reach terminal velocity, vT=mg/k, would require time t such that mg/k=gt. Solving for t gives t=m/k, which is defined as the time constant τ. So, τ is the time it would take to reach vT with constant initial acceleration g. Choice A is incorrect; that would be roughly t=5τ. Choice B is incorrect; half of terminal velocity is reached at t=τln(2). Choice D is incorrect; acceleration is a(t)=ge−t/τ, so it is halved when e−t/τ=0.5, which is at t=τln(2)
Question 3
A particle of mass m is projected downward into a fluid with an initial speed of 10 m/s. The net downward force on the particle is given by Fnet=mg−B−kv, where B is a constant buoyant force and k is a positive drag coefficient. The particle's terminal velocity is observed to be vT=5 m/s. Which of the following describes the subsequent motion of the particle?
The particle will speed up, with its velocity approaching infinity.
The particle will maintain a constant speed of 10 m/s as there is no net force.
The particle will slow down, with its speed approaching 5 m/s from above. (correct answer)
The particle will slow down to a complete stop, then reverse direction and move upward.
Explanation: The equation of motion is m(dv/dt)=(mg−B)−kv. The terminal velocity vT is the speed at which the net force is zero, so mg−B−kvT=0. This implies that the term (mg−B) is equal to kvT. Substituting this back into the equation of motion gives m(dv/dt)=kvT−kv=k(vT−v). The initial velocity is v(0)=10 m/s, and the terminal velocity is vT=5 m/s. Since v(0)>vT, the term (vT−v) is initially negative. This means dv/dt is negative, so the particle decelerates. The velocity will decrease from 10 m/s, asymptotically approaching the stable equilibrium velocity vT=5 m/s.
Question 4
The velocity of an object falling from rest with linear air resistance is given by the function v(t)=A(1−e−Bt), where A and B are positive constants. Which of the following correctly identifies the physical meaning of these constants in terms of the object's mass m, the acceleration due to gravity g, and the drag coefficient k?
A is the initial acceleration g, and B is the time constant m/k.
A is the terminal velocity mg/k, and B is the reciprocal of the time constant, k/m. (correct answer)
A is the terminal velocity mg/k, and B is the time constant m/k.
A is the mass m, and B is the drag coefficient k.
Explanation: The standard solution to the differential equation m(dv/dt)=mg−kv with initial condition v(0)=0 is v(t)=kmg(1−e−(k/m)t). Comparing this to the given form v(t)=A(1−e−Bt), we can identify the constants by matching the terms. The pre-factor A corresponds to kmg, which is the terminal velocity vT. The constant B in the exponent corresponds to mk. The time constant is defined as τ=m/k, so B=1/τ. Therefore, A is the terminal velocity and B is the ratio of the drag coefficient to the mass (the reciprocal of the time constant).
Question 5
An object of mass m=5 kg is falling with a speed of v0=10 m/s at time t=0. It is subject to gravity (g=10 m/s²) and a linear drag force Fd=−2.5v. What is the speed of the object at t=2 seconds?
20−20e−1 m/s
20+10e−1 m/s
20−10e−4 m/s
20−10e−1 m/s (correct answer)
Explanation: The equation of motion is m(dv/dt)=mg−kv. Plugging in the values, we have 5(dv/dt)=5(10)−2.5v, which simplifies to dv/dt=10−0.5v. The terminal velocity is vT=mg/k=50/2.5=20 m/s. The general solution is of the form v(t)=vT+Ce−(k/m)t. Here, k/m=2.5/5=0.5, so v(t)=20+Ce−0.5t. We use the initial condition v(0)=10 to find C: 10=20+Ce0, which gives C=−10. So, the specific solution is v(t)=20−10e−0.5t. To find the speed at t=2, we evaluate v(2)=20−10e−0.5(2)=20−10e−1. Choice A comes from incorrectly using v(0)=0. Choice C comes from incorrectly using m/k instead of k/m in the exponent.
Question 6
A small sphere is dropped from rest in a viscous fluid. It is observed to reach 50% of its terminal velocity in ln(2) seconds. Assuming the drag force is linear with velocity (Fd=−kv), what is the time constant τ=m/k for this system?
1 s (correct answer)
ln(2) s
2 s
1/ln(2) s
Explanation: The velocity of an object falling from rest with linear drag is given by the equation v(t)=vT(1−e−t/τ), where vT is the terminal velocity and τ is the time constant. We are given that at t=ln(2), the velocity is v(t)=0.5vT. Substituting these values into the equation gives: 0.5vT=vT(1−e−ln(2)/τ). Dividing by vT, we get 0.5=1−e−ln(2)/τ. Rearranging yields e−ln(2)/τ=0.5. Taking the natural logarithm of both sides, we have −ln(2)/τ=ln(0.5)=−ln(2). Therefore, ln(2)/τ=ln(2), which implies that τ=1 second.
Question 7
Two spherical objects, Sphere 1 and Sphere 2, are made of the same uniform material. Sphere 1 has twice the radius of Sphere 2 (r1=2r2). They are dropped from rest in the same fluid, where the drag force is linear with velocity, Fd=−kv, and the drag coefficient k is directly proportional to the radius r (i.e., k=cr for some constant c). How do their terminal velocities, vT1 and vT2, compare?
vT1=2vT2
vT1=4vT2 (correct answer)
vT1=8vT2
vT1=2vT2
Explanation: The terminal velocity is given by the formula vT=mg/k. The mass m of a sphere is its density ρ times its volume V=34πr3. Since the material is the same, ρ is constant, so m is proportional to r3. Thus, m1/m2=(r1/r2)3=23=8. We are given that the drag coefficient k is proportional to the radius r. Thus, k1/k2=r1/r2=2. Now we can find the ratio of the terminal velocities: vT2vT1=m2g/k2m1g/k1=m2m1⋅k1k2. Substituting the ratios we found: vT2vT1=(8)⋅21=4. Therefore, vT1=4vT2.
Question 8
An object is dropped from rest, and its velocity is described by v(t)=vT(1−e−t/τ), where vT is the terminal velocity and τ is the time constant. After a very long time (t≫τ), the distance the object has fallen, x(t), can be approximated by a linear function x(t)≈At−B. What are the constants A and B?
A=vT, B=vTτ (correct answer)
A=vT, B=0
A=g, B=vTτ
A=vT, B=τ
Explanation: To find the distance x(t), we integrate the velocity function v(t) from 0 to t, with x(0)=0. x(t)=∫0tvT(1−e−s/τ)ds=vT[s+τe−s/τ]0t=vT((t+τe−t/τ)−(0+τe0))=vT(t−τ+τe−t/τ). For very long times, t≫τ, the exponential term e−t/τ approaches zero. Therefore, the position function can be approximated as x(t)≈vT(t−τ)=vTt−vTτ. Comparing this to the form At−B, we find that A=vT and B=vTτ. This approximation represents the distance the object would have traveled if it had been moving at terminal velocity for a time t, minus a 'head start' distance of vTτ.
Question 9
The velocity of an object of mass m dropped from rest, subject to linear drag with coefficient k, is given by v(t)=kmg(1−e−kt/m). What is the limiting value of this expression as the drag coefficient k approaches zero (i.e., the case of no drag)?
gt (correct answer)
0
g
The limit is infinite.
Explanation: To find the limit of v(t) as k→0, we can use L'Hôpital's Rule because the expression takes the indeterminate form 0/0. Let's rewrite the expression as v(t)=mg⋅k1−e−kt/m. We evaluate the limit of the fraction: limk→0k1−e−kt/m. Differentiating the numerator and the denominator with respect to k, we get: Numerator derivative: −(e−kt/m)(−t/m)=(t/m)e−kt/m. Denominator derivative: 1. The limit becomes limk→01(t/m)e−kt/m=(t/m)e0=t/m. Therefore, the original limit is mg⋅(t/m)=gt. This is the well-known formula for velocity under constant gravitational acceleration with no air resistance, which is the expected physical result.
Question 10
A skydiver of mass m falls from rest. Air resistance is proportional to her velocity v, with proportionality constant k. At time t1, her speed is v1, and she opens her parachute, which instantly changes the drag coefficient to k2, where k2>k. Which statement correctly describes her motion at the exact moment she opens the parachute?
Her velocity instantaneously drops to the new, lower terminal velocity mg/k2.
She immediately begins to decelerate, regardless of her speed v1 when the parachute opened.
If her speed v1 was greater than the new terminal velocity mg/k2, she will decelerate. (correct answer)
Her acceleration dv/dt remains continuous at the moment the parachute opens.
Explanation: The differential equation for velocity is m(dv/dt)=mg−kv. At the moment the parachute opens, the drag coefficient k changes to k2. The velocity v1 is continuous at this instant, but the acceleration changes to dv/dt=g−(k2/m)v1. The new terminal velocity is vT2=mg/k2. The skydiver will decelerate if dv/dt<0, which means g−(k2/m)v1<0, or mg<k2v1. This is equivalent to mg/k2<v1, or vT2<v1. Therefore, she decelerates only if her speed was greater than the new terminal velocity. Velocity cannot change instantaneously, so A is wrong. It's possible for v1 to be less than vT2, in which case she would continue to accelerate (but more slowly), so B is wrong. Since k changes discontinuously, the acceleration dv/dt=g−(k/m)v must also be discontinuous, so D is wrong.
Question 11
An object is thrown vertically upward with an initial speed v0. It is subject to both gravity and linear air resistance. Which statement is true about its motion?
The time taken to reach the maximum height is the same as the time taken to fall back to the initial position.
The speed of the object when it returns to its initial position is equal to the initial speed v0.
The magnitude of the object's acceleration is greatest at the peak of its trajectory.
The time taken to reach the maximum height is less than the time it would take in a vacuum. (correct answer)
Explanation: Let downward be the positive direction. The equation of motion is m(dv/dt)=mg−kv. On the way up, velocity v is negative, so the drag force −kv is positive (downward). Thus, drag and gravity both act downward, so the magnitude of acceleration is ∣a∣=∣g−(k/m)v∣=g+(k/m)∣v∣>g. In a vacuum, the acceleration magnitude is always g. Since the upward-moving object with drag has a greater downward acceleration, it will slow down more quickly and reach its maximum height in less time than in a vacuum. A and B are false because air resistance is a non-conservative force that removes mechanical energy from the system. C is false because the acceleration magnitude g+(k/m)∣v∣ is greatest when ∣v∣ is greatest, which occurs at the start of the motion, not at the peak where v=0.
Question 12
A ball is dropped from rest in a medium where air resistance is proportional to velocity. The equation of motion is dtdv=g−kv, where g=10 m/s2 and k=0.5 s−1. If the ball reaches 95% of its terminal velocity after time t, what is the approximate value of t?
t≈3.0 s
t≈6.0 s (correct answer)
t≈9.0 s
t≈12.0 s
Explanation: First find terminal velocity: vt=g/k=10/0.5=20 m/s. The solution to the ODE is v(t)=vt(1−e−kt)=20(1−e−0.5t). For 95% of terminal velocity: 0.95×20=20(1−e−0.5t), so 0.95=1−e−0.5t, giving e−0.5t=0.05. Taking natural log: −0.5t=ln(0.05)≈−3.0, so t≈6.0 s. Choice A uses ln(0.05) directly without dividing by k. Choice C incorrectly uses ln(0.95). Choice D doubles the correct answer due to sign error.
Question 13
Two identical spheres are dropped simultaneously from the same height, one in air (k1=0.2 s−1) and one in water (k2=0.8 s−1). Both experience linear drag proportional to velocity. After a long time, what is the ratio of their terminal velocities vt,air/vt,water?
1:4 (the sphere in air has 4 times the terminal velocity)
4:1 (the sphere in air has 4 times the terminal velocity) (correct answer)
1:1 (both spheres have the same terminal velocity)
2:1 (the sphere in air has 2 times the terminal velocity)
Explanation: Terminal velocity occurs when mg=kvt, so vt=mg/k. Since the spheres are identical, they have the same mass and experience the same gravitational force. Therefore vt,air/vt,water=k2/k1=0.8/0.2=4. The sphere in air has 4 times the terminal velocity because it experiences less drag resistance. Choice A inverts the ratio. Choice C ignores the different drag coefficients. Choice D uses the square root of the correct ratio.
Question 14
Consider the velocity-time relationship for a falling object with linear drag: v(t)=vt(1−e−t/τ) where τ=1/k is the time constant. If the object reaches 63.2% of its terminal velocity at time t1 and 86.5% at time t2, what is the relationship between t1 and t2?
t2=2t1 because the exponential relationship doubles the time interval (correct answer)
t2=1.5t1 because the velocity increase follows a power law
t2=t1+τ because each time constant adds the same increment
t2=2t1 because the approach to terminal velocity is quadratic
Explanation: At 63.2%=1−1/e≈0.632: 0.632vt=vt(1−e−t1/τ), so e−t1/τ=0.368=1/e, giving t1=τ. At 86.5%=1−1/e2≈0.865: 0.865vt=vt(1−e−t2/τ), so e−t2/τ=0.135=1/e2, giving t2=2τ=2t1. Choice B assumes linear relationship. Choice C incorrectly adds time constants. Choice D assumes quadratic approach.
Question 15
Two balls of different masses (m1=2 kg and m2=8 kg) but identical shape and size are dropped simultaneously from the same height in air. Both experience linear drag with the same coefficient k=0.5 s−1. After sufficient time, what is the ratio of their velocities v1/v2?
v1/v2=1:1 because terminal velocity is independent of mass
v1/v2=4:1 because lighter objects experience relatively more drag
v1/v2=1:2 because velocity scales with the square root of mass
v1/v2=1:4 because heavier objects fall faster in resistive media (correct answer)
Explanation: When you encounter problems involving objects falling through resistive media, the key insight is that terminal velocity depends on the balance between gravitational force and drag force. At terminal velocity, these forces are equal, so the object stops accelerating.For linear drag, the drag force is Fd=kv, where k is the drag coefficient and v is velocity. At terminal velocity, we have:
mg=kvterminalTherefore: vterminal=kmgSince both balls have the same drag coefficient k=0.5 s−1, their terminal velocities are:
Ball 1: v1=0.5(2)(9.8)=39.2 m/s
Ball 2: v2=0.5(8)(9.8)=156.8 m/s
The ratio is v1/v2=8g/k2g/k=82=41, confirming answer D.Let's examine why the other options are wrong:A is incorrect because terminal velocity clearly depends on mass in the formula vterminal=kmg.B reverses the relationship—while lighter objects do experience relatively more drag per unit mass, this actually makes them fall slower, not faster.C suggests a square root relationship, but linear drag produces a direct proportionality between terminal velocity and mass.Study tip: Remember that terminal velocity always equals drag coefficientmg. For linear drag, velocity is directly proportional to mass; for quadratic drag (Fd=kv2), it's proportional to the square root of mass.
Question 16
A particle falls from rest through a medium with linear drag. The velocity as a function of time is v(t)=20(1−e−0.3t) m/s. At what time does the particle's acceleration equal 3 m/s2?
t=0.31ln(1.5)≈1.35 s from the velocity-acceleration coupling
t=0.31ln(3)≈3.66 s using the exponential decay relationship
t=0.31ln(2)≈2.31 s from direct acceleration analysis (correct answer)
t=0.31ln(4)≈4.62 s considering the approach to equilibrium
Explanation: When you encounter a particle motion problem with a given velocity function, remember that acceleration is simply the derivative of velocity with respect to time. This connects kinematics directly to calculus.Given v(t)=20(1−e−0.3t), you find acceleration by taking the derivative: a(t)=dtdv=20⋅dtd(1−e−0.3t)=20⋅(0−(−0.3)e−0.3t)=6e−0.3tTo find when a(t)=3 m/s2, set up the equation: 6e−0.3t=3Solving: e−0.3t=21Taking the natural logarithm: −0.3t=ln(21)=−ln(2)Therefore: t=0.3ln(2)≈2.31 sThis confirms answer C is correct.A uses ln(1.5), which would arise from incorrectly setting 6e−0.3t=4 instead of 3. B uses ln(3), which comes from mistakenly setting e−0.3t=31 rather than 21. D uses ln(4), suggesting an error where someone set e−0.3t=41.Study tip: Always remember that acceleration equals dtdv. When working with exponential functions, double-check your algebra when isolating the exponential term—small errors in fractions lead to completely different logarithmic answers.
Question 17
A skydiver experiences two phases of motion: free fall with minimal drag (k1≈0) followed by descent with significant linear drag (k2=0.8 s−1) after reaching velocity v1=60 m/s. In the second phase, what is the velocity after 2.5 seconds if the terminal velocity is 50 m/s?
v=55e−2.0≈7.44 m/s using direct exponential decay model
v=50−10e−2.0≈48.65 m/s using exponential approach from below
v=50+10e−2.0≈51.35 m/s using exponential approach from above (correct answer)
v=60−10e−2.0≈58.65 m/s using initial velocity reference
Explanation: When analyzing motion with air resistance, you need to set up a differential equation that accounts for how drag force affects acceleration. For a falling object with linear drag, the equation is dtdv=g−kv, where terminal velocity occurs when g=kvt.Since terminal velocity is 50 m/s and k2=0.8 s−1, we can verify: g=0.8×50=40 m/s2. The differential equation becomes dtdv=40−0.8v. Rearranging: dtdv=−0.8(v−50).This separable equation gives us v(t)=50+(v0−50)e−0.8t. Since the skydiver enters the second phase at v0=60 m/s, we have v(t)=50+10e−0.8t. After 2.5 seconds: v=50+10e−2.0≈51.35 m/s. This is answer C.Answer A incorrectly models simple exponential decay without considering terminal velocity equilibrium. Answer B assumes the skydiver starts below terminal velocity and approaches from below, contradicting the given initial condition of 60 m/s. Answer D uses the wrong equilibrium point, treating the initial velocity as the target rather than terminal velocity.The key insight is recognizing that when an object starts above terminal velocity, it exponentially approaches that terminal velocity from above. Always identify whether the initial condition is above or below the equilibrium value to determine the direction of approach.
Question 18
A sphere falls through a viscous fluid where the drag force follows Fd=kv. The equation of motion is mdtdv=mg−kv. If the mass is doubled while keeping the drag coefficient constant, how does the time to reach 95% of terminal velocity change?
The time doubles because the time constant τ=m/k doubles proportionally (correct answer)
The time halves because increased mass accelerates the approach to equilibrium
The time remains unchanged because terminal velocity scaling compensates exactly
The time increases by 2 because mass affects the exponential rate
Explanation: The time constant is τ=m/k. The approach to terminal velocity follows v(t)=vt(1−e−t/τ). To reach 95%: 0.95=1−e−t/τ, so t=τln(20). When mass doubles, τ doubles, so the time to reach 95% also doubles. The terminal velocity also doubles (vt=mg/k), but this doesn't affect the time scale. Choice B confuses mass with acceleration effects. Choice C ignores the time constant change. Choice D applies incorrect scaling.
Question 19
A falling object with linear drag has the differential equation dtdv+kv=g. If k=0.4 s−1 and g=10 m/s2, and the object is dropped from rest, what is the acceleration when the velocity reaches half the terminal velocity?
a=2.5 m/s2 because drag force reduces the net acceleration
a=10.0 m/s2 because initial conditions determine acceleration
a=7.5 m/s2 because gravitational dominance remains significant
a=5.0 m/s2 because half-velocity creates half-maximum drag (correct answer)
Explanation: When you encounter a differential equation for motion with drag, remember that acceleration equals the net force divided by mass, which translates directly to the right side of your DE when written in standard form.The given equation dtdv+kv=g can be rewritten as dtdv=g−kv. Since dtdv is acceleration, we have a=g−kv.First, find the terminal velocity where acceleration becomes zero: 0=g−kvt, so vt=kg=0.410=25 m/s.When velocity reaches half the terminal velocity: v=225=12.5 m/sSubstituting into the acceleration equation: a=10−0.4(12.5)=10−5=5.0 m/s2Answer D correctly recognizes that at half terminal velocity, the drag force is exactly half its maximum value, leaving half the gravitational acceleration unbalanced.Answer A uses the wrong fraction—at half velocity, drag reduces acceleration by half of its maximum effect, not to one-quarter of gravitational acceleration. Answer B ignores that drag increases with velocity, incorrectly assuming constant gravitational acceleration throughout the fall. Answer C miscalculates by not properly accounting for the linear relationship between velocity and drag force.Key strategy: For linear drag problems, always remember that a=g−kv. Terminal velocity occurs when these balance, so at any fraction of terminal velocity, you can quickly calculate the remaining unbalanced acceleration.