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 one or more of its derivatives. Instead of giving a direct formula for a quantity, it gives a rule for how that quantity changes. This matters because many real systems are best described by rates of change, such as population growth, cooling, motion, circuits, and chemical reactions.

A simple example is dy/dx = ky, which says the rate of change of y is proportional to y itself.

Solving a differential equation means finding functions that satisfy the derivative rule. For dy/dx = ky, the solutions have the form y = Ce^(kx), where C is a constant set by an initial condition. The order of a differential equation is the highest derivative that appears, while linearity depends on whether the unknown function and its derivatives appear only to the first power and are not multiplied together.

General solutions contain arbitrary constants, while particular solutions use given information such as y(0) = 5 to choose one specific curve.

Understanding Calculus: What Is a Differential Equation

A derivative rule does not usually select one complete history by itself. Many different curves can follow the same local rule. Extra information selects the curve that fits a situation.

For a first order problem, one starting value is often enough. For a second order motion problem, the starting position and starting velocity are commonly needed. This matches physical experience.

Knowing where a ball is at one instant does not tell us its later path unless we know how fast and in which direction it is moving. Under suitable conditions, a rule plus starting data gives one unique prediction near that starting point. This idea is called uniqueness, and it is important when a model is used to make predictions.

Second order equations appear whenever acceleration matters. Acceleration is the second derivative of position with respect to time. Newton's second law says force equals mass times acceleration, so forces can be turned into equations for motion.

A spring pulls back more strongly when it is stretched farther. This produces oscillation. Friction removes energy and makes the oscillation fade.

A driving force, such as a push given at regular intervals, can increase the motion. The signs in these terms matter greatly. A restoring force must point toward the resting position.

A damping force must oppose motion. Careful attention to direction prevents many errors in mechanics.

Different kinds of equations need different solution methods. In some first order cases, the terms containing the unknown quantity can be collected on one side, while the time terms are collected on the other. Integrating then builds the quantity from its rate of change.

For linear equations, an integrating factor can turn the left side into the derivative of one larger expression. For second order linear equations with constant coefficients, students often try solutions based on exponential functions. The possible solution shapes depend on the roots of an associated algebraic equation.

Real roots can describe growth or decay. Complex roots lead to sine and cosine behaviour, which is why vibrating systems produce waves and cycles.

Not every useful differential equation has a neat formula as its answer. Scientists and engineers often use numerical methods. A computer can begin with known starting values, estimate the next small step from the current rate, then repeat this process many times.

Smaller steps usually improve accuracy, but they require more calculation. Numerical answers should be checked for sensible units, stable behaviour, and agreement with known limiting cases. Models themselves need checking too.

A cooling model may assume a constant surrounding temperature. A population model may ignore limited food or migration.

The equation can be solved perfectly yet still give a poor prediction if its assumptions do not fit the real system. When learning this topic, identify the independent variable, state what the unknown function represents, track units, and connect every condition to a physical fact.

Key Facts

  • A differential equation relates an unknown function to its derivatives.
  • dy/dx = ky means the rate of change of y is proportional to y.
  • The solution to dy/dx = ky is y = Ce^(kx).
  • The order is the highest derivative present, such as first order for dy/dx and second order for d2y/dx2.
  • A linear differential equation has the unknown function and its derivatives only to the first power, not multiplied together.
  • A particular solution is found by using an initial or boundary condition, such as y(0) = y0.

Vocabulary

Differential equation
An equation involving an unknown function and one or more of its derivatives.
Order
The order of a differential equation is the highest derivative that appears in the equation.
Linear differential equation
A differential equation is linear if the unknown function and its derivatives appear only to the first power and are not multiplied by each other.
General solution
A general solution is a family of functions containing arbitrary constants that satisfy the differential equation.
Particular solution
A particular solution is one specific function from the general solution that also satisfies given conditions.

Common Mistakes to Avoid

  • Confusing a differential equation with an ordinary algebra equation. A differential equation includes derivatives and describes how a function changes, not just the value of a variable.
  • Identifying order by the power of a derivative instead of the highest derivative present. For example, (dy/dx)^2 = y is first order because dy/dx is the highest derivative.
  • Calling every equation with derivatives linear. An equation like dy/dx = y^2 is nonlinear because the unknown function is squared.
  • Forgetting to use the initial condition when finding a particular solution. The general solution has a constant, but the initial condition is needed to determine its value.

Practice Questions

  1. 1 Solve dy/dx = 3y with the initial condition y(0) = 2.
  2. 2 For the differential equation d2y/dx2 + 4dy/dx + 5y = 0, state the order and decide whether it is linear.
  3. 3 Explain why dy/dx = ky can model exponential growth when k > 0 and exponential decay when k < 0.