Math Problem Statement

When an object falls down it experiences air friction. Assume that the friction is proportional to the speed v ( t ) v(t) (this is only true when the speed is low).

Using Newton's law F

m a

m d v d t F=ma=m dt dv ​ this gives the differential equation

m d v d t

m g − k v m dt dv ​ =mg−kv.

with initial condition v ( 0 )

0 v(0)=0. Here F F is the sum of the gravitational force m g mg, where g g is the gravitational constant, and the friction force − k v −kv.

(Note v v is positive when going down.)

Give a formula for the speed v ( t ) v(t) for the period during which the object falls.

Solution

We are tasked with solving the first-order linear differential equation:

mdvdt=mgkvm \frac{dv}{dt} = mg - kv

where:

  • mm is the mass of the object,
  • gg is the acceleration due to gravity,
  • kk is the proportionality constant of the air resistance (friction),
  • v(t)v(t) is the velocity as a function of time.

Additionally, we have the initial condition: v(0)=0v(0) = 0.

Step 1: Rearranging the Equation

First, we can rewrite the differential equation as:

dvdt=gkmv\frac{dv}{dt} = g - \frac{k}{m} v

Step 2: Solving the Differential Equation

This is a first-order linear differential equation. To solve it, we can use the method of integrating factors.

The equation can be written in the form:

dvdt+kmv=g\frac{dv}{dt} + \frac{k}{m} v = g

Now, the integrating factor μ(t)\mu(t) is given by:

μ(t)=ekmdt=ekmt\mu(t) = e^{\int \frac{k}{m} dt} = e^{\frac{k}{m}t}

Multiplying both sides of the differential equation by μ(t)\mu(t):

ekmtdvdt+ekmtkmv=gekmte^{\frac{k}{m}t} \frac{dv}{dt} + e^{\frac{k}{m}t} \frac{k}{m} v = g e^{\frac{k}{m}t}

This simplifies to:

ddt(ekmtv)=gekmt\frac{d}{dt} \left( e^{\frac{k}{m}t} v \right) = g e^{\frac{k}{m}t}

Step 3: Integrating Both Sides

Now, integrate both sides with respect to tt:

ekmtv=gekmtdte^{\frac{k}{m}t} v = \int g e^{\frac{k}{m}t} dt

The right-hand side is:

gekmtdt=gmkekmt\int g e^{\frac{k}{m}t} dt = \frac{g m}{k} e^{\frac{k}{m}t}

So, we have:

ekmtv=gmkekmt+Ce^{\frac{k}{m}t} v = \frac{g m}{k} e^{\frac{k}{m}t} + C

where CC is the constant of integration. Dividing through by ekmte^{\frac{k}{m}t}, we get:

v=gmk+Cekmtv = \frac{g m}{k} + C e^{-\frac{k}{m}t}

Step 4: Applying the Initial Condition

To determine CC, we use the initial condition v(0)=0v(0) = 0:

0=gmk+Ce00 = \frac{g m}{k} + C e^{0}

This gives:

0=gmk+CC=gmk0 = \frac{g m}{k} + C \quad \Rightarrow \quad C = -\frac{g m}{k}

Step 5: Final Formula for v(t)v(t)

Substitute the value of CC into the general solution:

v(t)=gmkgmkekmtv(t) = \frac{g m}{k} - \frac{g m}{k} e^{-\frac{k}{m}t}

Factor out gmk\frac{g m}{k}:

v(t)=gmk(1ekmt)v(t) = \frac{g m}{k} \left( 1 - e^{-\frac{k}{m}t} \right)

Thus, the formula for the velocity v(t)v(t) during the period of the object's fall is:

v(t)=gmk(1ekmt)v(t) = \frac{g m}{k} \left( 1 - e^{-\frac{k}{m}t} \right)

Interpretation:

  • As tt \to \infty, v(t)gmkv(t) \to \frac{g m}{k}, which is the terminal velocity.
  • For small tt, the speed starts at 0 and gradually increases.

Would you like details or have any questions on this? Here are 5 related questions:

  1. How can you determine the terminal velocity of an object in free fall with air resistance?
  2. What happens to the velocity if the friction constant kk increases?
  3. How would the solution change if the initial velocity wasn't zero?
  4. Can you derive the time it takes to reach half of the terminal velocity?
  5. How does the mass mm of the object affect its velocity over time?

Tip: In many problems involving air resistance, terminal velocity is a key concept that helps determine when forces reach equilibrium.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Differential Equations
Newton's Laws of Motion
Air Resistance

Formulas

m dv/dt = mg - kv
v(t) = (g * m / k) * (1 - e^(-kt/m))

Theorems

First-Order Linear Differential Equations
Newton's Second Law

Suitable Grade Level

Undergraduate Physics or Advanced High School (AP Physics)