The Euler-Cauchy Method Explained
Introduction to Differential Equations
Equations of Change
In mathematics, some equations are static. For example, describes a fixed relationship. But the world around us is constantly changing. The temperature fluctuates, a population grows, a ball falls through the air. To describe these dynamic processes, we need a different kind of tool.
This is where differential equations come in. A differential equation is simply an equation that relates a function to its derivatives. Since derivatives represent rates of change, these equations are the language we use to describe how things change over time or space.
A differential equation links a function with its derivatives. It's an equation about change itself.
Consider the growth of a bacterial colony. A simple model might state that the rate of growth is proportional to the current population size. If is the population at time , its rate of growth is the derivative, . The relationship can be written as:
This is a differential equation. It doesn't tell us the population at any specific moment, but it describes the rule governing its growth. Solving this equation would give us the function that follows this rule.
Types of Differential Equations
Differential equations come in different flavors. The first major distinction is between ordinary and partial differential equations.
Ordinary Differential Equation
adjective
An equation containing a function of only one independent variable and its derivatives. Abbreviated as ODE.
Our population growth equation, , is an ODE because the function depends on only one variable: time (). Most of the introductory problems you'll encounter are ODEs. They describe things like the cooling of an object, the decay of radioactive material, or the current in an electrical circuit.
Partial Differential Equation
adjective
An equation involving partial derivatives of a function of two or more independent variables. Abbreviated as PDE.
PDEs are used when the function depends on multiple variables. For example, the temperature in a metal plate depends on both position (say, and coordinates) and time (). The famous heat equation involves partial derivatives with respect to each of these variables:
Here, is the temperature. The symbol indicates a partial derivative. This equation is far more complex than our simple ODE, reflecting the complexity of the situation it models.
Order and Degree
We can also classify equations by their order and degree. These terms help us understand the complexity of the equation.
The order of a differential equation is the order of the highest derivative present. A first-order equation involves only the first derivative, a second-order equation involves the second derivative, and so on.
The degree is the power of the highest-order derivative, provided the equation is a polynomial in its derivatives.
| Equation | Highest Derivative | Order | Degree |
|---|---|---|---|
| 1 | 1 | ||
| 2 | 3 | ||
| 3 | 1 |
Order tells you the highest level of change being considered, while degree indicates the power of that highest-order change.
Finding a Specific Solution
Solving a differential equation often gives you a general solution, which is actually a family of functions. For example, the general solution to is , where is an arbitrary constant. This represents an infinite number of parabolas, each shifted vertically.
To pinpoint one specific curve from this family, we need more information. This is provided by initial conditions or boundary conditions.
An initial condition specifies the value of the function (and possibly its derivatives) at a single point. It's like setting the starting position for a process. For our example, if we're told that , we can solve for : , so . The specific solution is .
A boundary condition specifies the value of the function at different points, or boundaries. This is common in problems involving physical space. For instance, imagine a heated wire stretched between two points. We might know the temperature at each end of the wire. These are boundary conditions.
Without these conditions, the solution to a differential equation remains general. With them, we can find the particular solution that describes the specific situation we're modeling.
Time to check your understanding of these fundamental concepts.
What is the fundamental purpose of a differential equation?
The equation represents a(n) __________ to the differential equation .
Understanding these basic definitions is the first step. Next, you'll learn about methods for actually solving these equations.