Applications of First-Order DEs
Learning Objectives
- Formulate and solve first-order differential equations for exponential growth and decay.
- Apply Newton's Law of Cooling to find temperature changes over time.
- Model and solve mixing problems involving inflow and outflow rates.
- Analyze simple RL and RC electrical circuits using Kirchhoff's Voltage Law.
- Model falling bodies experiencing air resistance.
- Determine the orthogonal trajectories for a given family of curves.
First-order differential equations are the backbone of mathematical modeling in science and engineering. They describe phenomena where the rate of change of a quantity is proportional to the quantity itself or some function of it.
Mathematical Modeling
Many real-world phenomena can be modeled using first-order differential equations. The core idea is to translate the physical principles governing the rate of change of a system into a mathematical equation. These models allow us to predict future states of the system based on its initial conditions.
Exponential Growth and Decay
Models population growth, radioactive decay, and continuously compounded interest.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Quantity at time | varies | |
| Time | varies | |
| Proportionality constant (growth if , decay if ) | 1/time | |
| Initial quantity at | varies |
Newton's Law of Cooling
Models the temperature change of an object in a surrounding medium.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Temperature of the object at time | ||
| Time | ||
| Constant ambient temperature of the surroundings | ||
| Cooling constant () | 1/time |
Mixing Problems
Models the amount of solute in a tank with inflow and outflow.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Amount of solute in the tank at time | ||
| Time | ||
| Inflow rate | ||
| Inflow concentration | ||
| Outflow rate | ||
| Outflow concentration () |
Interactive Simulation
Visualize how the amount of solute in a tank changes over time with inflow and outflow. Interact with the mixing tank simulation below to see first-order ODEs in application.
Mixing Tank Model
Electrical Circuits (RL and RC Series Circuits)
First-order linear differential equations govern simple electrical circuits with constant voltage sources (like a battery, ) connected in series with resistors () and either inductors () or capacitors ().
According to Kirchhoff's Voltage Law, the sum of voltage drops around a closed loop equals the applied voltage . These circuits can be modeled with standard linear DEs solvable with an Integrating Factor.
RL Series Circuit
Models the current in a circuit with a resistor and an inductor.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Inductance | H | |
| Current at time | A | |
| Resistance | ||
| Applied voltage | V | |
| Time | s |
RC Series Circuit
Models the charge on a capacitor in a circuit with a resistor and a capacitor.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Resistance | ||
| Charge at time | C | |
| Capacitance | F | |
| Applied voltage | V | |
| Time | s |
Falling Bodies with Air Resistance
In classical mechanics, a falling body experiences a downward gravitational force and an upward air resistance force. When air resistance is proportional to velocity, this system can be modeled using a first-order differential equation.
Terminal Velocity Model
Applies Newton's Second Law to a falling body experiencing air resistance.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Mass of the body | kg | |
| Velocity at time | m/s | |
| Time | s | |
| Acceleration due to gravity | ||
| Air resistance proportionality constant () | kg/s |
Terminal Velocity Limit
The terminal velocity model is a separable and linear differential equation. As , the acceleration approaches , and the velocity approaches a constant limit known as the terminal velocity, given by .
Orthogonal Trajectories
An orthogonal trajectory is a curve that intersects every member of a given family of curves at right angles. It has significant applications in physics, such as finding electric field lines that are perpendicular to equipotential curves, or heat flow lines perpendicular to isotherms.
Finding Orthogonal Trajectories
- Find the DE: Differentiate the given family of curves to find its differential equation . You may need to eliminate the arbitrary constant parameter first.
- Take the Negative Reciprocal: Replace with its negative reciprocal (since the slopes of perpendicular lines multiply to ).
- Solve the New DE: Solve the new differential equation to find the family of orthogonal trajectories.
- Growth/Decay: Use . is positive for growth, negative for decay.
- Newton's Law of Cooling: Rate of cooling is proportional to the temperature difference .
- Mixing Problems: Balance equation is . Ensure units match!
- RL/RC Circuits: Modeled by linear DEs derived from Kirchhoff's Voltage Law.
- Falling Bodies: Include air resistance proportional to velocity, leading to a terminal velocity.
- Orthogonal Trajectories: Found by solving the DE with the negative reciprocal slope ().