Problem 50
Question
An object of mass \( m \) is moving horizontally through a medium which resists the motion with a force that is a function of the velocity; that is, \( m \frac {d^2s}{dt^2} = m \frac {dv}{dt} = f(v) \) where \( v = v(t) \) and \( s = s(t) \) represent the velocity and position of the object at time \( t, \) respectively. For example, think of a boat moving through the water. (a) Suppose that the resisting force is proportional to the velocity, that is \( f(v) = -kv, k \) a positive constant. (This model is appropriate for small values of \( v. \)) Let \( v(0) = v_0 \) and \( s \) at any time \( t. \) What is the total distance that the object travels from time \( t = 0? \) (b) For larger values of \( v \) a better model is obtained by supposing that the resisting force is proportional to the square of the velocity, that is, \( f(v) = kv^2, k > 0\. \) (This model was first proposed by Newton.) Let \( v_0 \) and \( s_0 \) be the initial values of \( v \) and \( s. \) Determine \( v \) and \( s \) at any time \( t. \) What is the total distance that the object travels in this case?
Step-by-Step Solution
VerifiedKey Concepts
Resisting Force
- When the resisting force is proportional to velocity: This means the force depends linearly on the velocity of the object. For small speeds, this is a practical assumption, as seen in equations where the force \( f(v) = -kv \).
- When the resisting force is proportional to the square of velocity: This case is more realistic at higher speeds. The resisting force in this scenario is described by \( f(v) = -kv^2 \), a more complex relationship first proposed by Newton.
Velocity
For our exercise, two scenarios are given where resisting force affects velocity differently:
- Case (a): With a linear resisting force, the equation simplifies to help find velocity as an exponential decay process: \( v(t) = v_0 e^{-\frac{k}{m}t} \). This equation tells us that as time goes on, velocity decreases towards zero.
- Case (b): With a quadratic resisting force, velocity decreases more swiftly, described by \( v(t) = \frac{v_0}{1 + \frac{kv_0}{m}t} \). Here, velocity decreases with a hyperbolic function, signifying a faster slowdown with time.
Separable Differential Equations
- For Case (a) with resistive force proportional to velocity, we have \( \frac{dv}{dt} = -\frac{k}{m}v \), which can be rearranged to \( \frac{1}{v} dv = -\frac{k}{m} dt \). After integrating both sides, we find the velocity as a function of time.
- For Case (b) with force proportional to the square of velocity, the differential equation \( \frac{dv}{dt} = -\frac{k}{m}v^2 \) becomes \( \frac{1}{v^2} dv = -\frac{k}{m} dt \), simplifying integration.
Integration by Parts
However, in advanced settings, integration by parts might be necessary when confronted with non-linear systems or more sophisticated equations involving products where separating variables is not possible. This expands the toolkit of methods one may use to solve various types of integrals in differential equations.