7.1 - Modeling Situations with Differential Equations

thecoolsavage

Introduction

Welcome to this comprehensive guide on modeling situations with differential equations! This topic introduces you to one of the most powerful tools in mathematics for describing how quantities change over time or with respect to other variables. Unlike algebraic equations that relate variables directly, differential equations relate a function to its derivatives, allowing us to model dynamic processes and predict future behavior based on rates of change.

The essential knowledge tells us that differential equations relate a function of an independent variable and the function's derivatives. This means we can describe situations where we know how fast something is changing (the derivative) and use that information to find the original function. This approach is fundamental to modeling real-world phenomena in physics, biology, economics, and engineering.

Understanding Differential Equations

A differential equation is an equation that contains a function and one or more of its derivatives. The general form can be written as:

where is the unknown function of , and , , etc., are its derivatives.

In this course, we focus primarily on first-order differential equations, which involve only the first derivative . These equations have the general form:

The order of a differential equation is determined by the highest derivative present. For example:

  • is first-order
  • is second-order

Translating Verbal Statements to Differential Equations

The key skill in this topic is interpreting verbal descriptions and converting them into mathematical differential equations. Let's examine common patterns:

Rate of Change Language

Example 1: Population Growth

"The rate of change of a population is proportional to the current population."

Key phrases to identify:

  • "Rate of change" →
  • "Proportional to" → multiply by a constant
  • "Current population" →

This translates to: , where is the proportionality constant.

Example 2: Cooling Process

"The rate at which the temperature of an object changes is proportional to the difference between the object's temperature and the ambient temperature."

Breaking this down:

  • "Rate at which temperature changes" →
  • "Proportional to the difference" →

This gives us Newton's Law of Cooling:

Note the negative sign because objects cool down when they're warmer than their surroundings.

Exponential Growth and Decay Models

Example 3: Radioactive Decay

"A radioactive substance decays at a rate proportional to the amount present."

  • "Decays at a rate" → (negative because it's decreasing)
  • "Proportional to amount present" →

This translates to: , where represents the decay constant.

Example 4: Compound Interest

"Money in an account earns interest continuously at a rate proportional to the current balance."

  • "Earns interest" → rate of change is positive
  • "Rate proportional to current balance" →

This gives us: , where is the interest rate.

Logistic Growth Models

Example 5: Limited Population Growth

"A population grows at a rate proportional to both the current population and the remaining capacity for growth."

  • "Rate proportional to current population" → involves
  • "Remaining capacity" → where is the maximum capacity

This leads to the logistic equation:

This can also be written as:

Mixing Problems

Example 6: Salt Concentration

"Salt water is flowing into and out of a tank. The rate of change of salt in the tank equals the rate of salt entering minus the rate of salt leaving."

Let = amount of salt at time , = volume of solution at time

  • Rate of salt entering = (concentration in) × (flow rate in)
  • Rate of salt leaving = (concentration out) × (flow rate out)
  • Concentration out =

This gives us:

Identifying Key Components

When translating verbal problems, look for these key elements:

  1. The quantity that's changing (this becomes your dependent variable)
  2. What it's changing with respect to (this becomes your independent variable)
  3. The rate of change (this becomes your derivative)
  4. What influences the rate (this determines the right side of your equation)

Example 7: Drug Concentration

"The rate at which a drug is eliminated from the bloodstream is proportional to the concentration of the drug."

  • Quantity changing: drug concentration
  • Changing with respect to: time
  • Rate of change:
  • What influences the rate: current concentration
  • Since it's elimination:

Multiple Factors Affecting Rate

Example 8: Predator-Prey Model

"The rate of change of the prey population depends on natural growth of prey and losses due to predation."

If = prey population and = predator population:

  • Natural growth: (proportional to current prey)
  • Losses due to predation: (proportional to both populations)

This gives us:

Example 9: Spread of Disease

"The rate of spread of a disease is proportional to the number of infected individuals and the number of susceptible individuals."

If = infected, = susceptible:

Setting Up Initial Value Problems

Many real-world problems include initial conditions. These create initial value problems (IVPs).

Example 10: Population with Initial Condition

"A population grows at a rate proportional to its size. Initially, there are 1000 individuals."

This gives us the IVP:

Example 11: Cooling with Initial Temperature

"A cup of coffee at 90°C is placed in a room at 20°C. The rate of cooling is proportional to the temperature difference."

This gives us:

Recognizing Differential Equation Types

Separable Equations: Can be written as

Example: is separable because and .

Linear First-Order Equations: Have the form

Example: is linear.

Autonomous Equations: The right side depends only on , not on

Example: is autonomous.

Common Mathematical Models

Exponential Growth/Decay

Model:

Applications: Population growth, radioactive decay, compound interest

Logistic Growth

Model:

Applications: Limited population growth, spread of innovations

Newton's Law of Cooling

Model:

Applications: Temperature changes, forensic science

Mixing Problems

Model:

Applications: Chemical concentrations, pollution levels

Practice Section