Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

A differential equation is an equation that connects an unknown function to its derivatives, so it describes how a quantity changes rather than just what its value is. First-order ordinary differential equations involve one independent variable and the first derivative of the unknown function. They are central in physics, biology, economics, and engineering because many systems are defined by rates of change.

A slope field gives a visual map of these rates and shows how many possible solution curves can flow through the same equation.

Understanding Differential Equations Introduction

Solving a differential equation means finding a whole function whose rate of change fits the stated rule. Integration is the main tool because differentiation produced the rate in the first place. When variables can be separated, the important step is to keep every expression involving the dependent quantity on one side and every expression involving the independent quantity on the other.

After integrating, an arbitrary constant appears. This constant is not a minor detail. It represents the different possible solution curves.

A known starting measurement fixes its value and selects one curve from the family. Always check a result by differentiating it and substituting back into the original equation.

Not every first-order equation is separable. A common second type is a linear equation, where the unknown function and its first derivative appear only to the first power. Such equations often include a term that pushes the system from outside, such as a heater adding energy or a bank account receiving regular deposits.

An integrating factor turns the left side into the derivative of a product. This works because the product rule combines the derivative of the unknown function with the extra term multiplying it.

Students often memorize the procedure without seeing this reason. Remembering the product rule makes the method far easier to reconstruct.

Exponential models are useful when the change during a short time interval is proportional to the current amount. A larger bacterial population produces more new bacteria per hour. A larger amount of radioactive material produces more decays per second.

The same principle describes compound interest when interest is continuously added. The constant that controls the rate has units of one divided by time. If time is measured in days, that constant is measured per day.

Units provide a valuable check. An exponent must have no units, so the rate constant multiplied by time must be a pure number.

Real systems rarely follow an exponential rule forever. Resources become limited, medicine leaves the body through several processes, and measurements contain error. An exponential model can still be accurate over a limited time range.

Its graph has a constant relative rate of change, not a constant ordinary rate of change. This distinction matters. Adding the same amount each hour gives a straight line.

Increasing by the same fraction each hour gives an exponential curve. On a graph with a logarithmic vertical scale, ideal exponential data forms a straight line, which helps scientists estimate a growth or decay rate from observations.

Pay close attention to assumptions, initial conditions, and the interval where a solution makes sense. Dividing by an expression involving the unknown quantity can accidentally discard a constant solution when that expression can equal zero. For example, before dividing by a population value, test whether a zero population is itself a solution.

Integration can produce formulas that fail at certain values, so domains matter. In applications, a negative mass, concentration, or population may signal that the mathematical formula has been used beyond its physical range. Differential equations are most reliable when the algebra, units, graph, and physical story all agree.

Key Facts

  • A first-order ODE has the general form dy/dx = f(x, y).
  • An initial value problem combines a differential equation with a starting value, such as dy/dx = f(x, y), y(x0) = y0.
  • A separable differential equation can be written as dy/dx = g(x)h(y).
  • Separation of variables rewrites dy/dx = g(x)h(y) as dy/h(y) = g(x) dx, then integrates both sides.
  • Exponential growth and decay follow dy/dt = ky, with solution y = Ce^(kt).
  • If k > 0, y = Ce^(kt) grows exponentially; if k < 0, it decays exponentially.

Vocabulary

Ordinary differential equation
An equation involving an unknown function of one independent variable and one or more of its derivatives.
First-order equation
A differential equation whose highest derivative is the first derivative.
Slope field
A diagram that shows the slope dy/dx at many points in the plane for a differential equation.
Separation of variables
A method for solving certain differential equations by moving all terms involving y to one side and all terms involving x to the other side.
Initial condition
A specified value of the unknown function at a particular input, used to select one solution from a family of solutions.

Common Mistakes to Avoid

  • Forgetting the constant of integration after integrating both sides is wrong because the constant represents the family of possible solution curves.
  • Treating every first-order ODE as separable is wrong because separation only works when the equation can be rearranged into y terms on one side and x terms on the other.
  • Dividing by a variable expression without checking when it equals zero is wrong because it may discard constant or equilibrium solutions.
  • Using the sign of k incorrectly in dy/dt = ky is wrong because positive k gives growth while negative k gives decay.

Practice Questions

  1. 1 Solve dy/dx = 3y with initial condition y(0) = 4.
  2. 2 Solve dy/dx = 2xy with initial condition y(0) = 5.
  3. 3 A slope field for dy/dx = y shows horizontal line segments along y = 0 and steeper positive slopes for larger positive y. Explain what this suggests about equilibrium solutions and long-term behavior for solutions starting above y = 0.