Login
📚 Differential Equations, Interactive Edition
Chapters ▾
⇩ Download ▾

1.1 Solution Families

The shortest differential equation with something to say is

d y d t = k y .

In words: the rate of change of y is proportional to y itself. Money earning continuous interest obeys it, a bacterial culture with unlimited food obeys it, a radioactive sample obeys it with k negative. The equation does not mention any particular starting amount — and that is the point. A differential equation constrains the shape of a solution, not its starting place, so it is satisfied not by one function but by a whole family of them:

y ( t ) = a e k t ,

one member for every choice of the constant a. Substitute back to check: the derivative of aekt is k·aekt, which is exactly k times the function. The constant a is not decoration; it is the answer to a question the differential equation never asked, namely where does the solution start? Setting t=0 gives y(0)=a.

The figure below puts the whole family under your hands. The slider a is the initial value y(0) and the slider b plays the role of the rate constant k.

A single red exponential curve drawn in the plane, crossing the vertical axis at height a. The slider a slides the whole curve up or down through its starting value, flipping it below the axis when a is negative; the slider b bends it from steep growth through a flat horizontal line to rapid decay.Explore in 3D (opens in a new tab)
The exponential family y=aebt. The slider a sets the starting value y(0); the slider b sets the growth rate. Every curve that these two dials can produce is a solution of y=by.

Explore

  1. Observe. Set b=0.5 and sweep a from 3 down through 0 to 3. Every curve in the sweep passes through the point (0,a). What single point does the entire family have in common when a=0?
  2. Predict. With a=2 fixed, what will happen to the curve as you drag b from 0.5 down through 0 to 1? Sketch your guess for all three regimes before touching the slider.
  3. Verify. Now drag b. At b=0 the equation reads y=0 — which functions satisfy that, and is the flat line you see one of them?
  4. Observe. Make the curve decay: a=3, b=1. Read off roughly where the curve has dropped to half its starting height. Then set b=2 and read the half-height time again. How did doubling the decay rate change the half-life?
  5. Predict, then verify. Can you find slider settings that make the curve pass through the point (1,2)? There are many — find two visibly different ones, and explain why the initial value problem y(0)=2 has only one.

Connect

An initial value problem bundles a differential equation with a starting fact: y=ky together with y(0)=y0. The equation supplies the family y=aekt; the initial condition picks the member with a=y0; and that member is the only one. This one-condition-one-solution pattern is the normal situation for first-order equations, and it is why the sliders in the figure feel like coordinates: the pair (a,b) is a complete address for a curve. Exploration step 5 shows the flip side — a point away from t=0 does not pin down a curve unless the rate is also known, which is why the problem statement must say which equation and which starting value.

An original work of XYZ Homework, built around interactive XYZ 3D figures, following the standard first-course sequence (first-order equations through systems and the phase plane). Distinct from the LibreTexts-sourced Differential Equations for Engineers (Lebl) edition, which has its own attribution. License: CC-BY-NC-SA-4.0.