JOVANA
Library Glossary Getting Started Three Levels Fields How it works Mission
Join the mission
All guides

Initial Value Problems and Picking One Curve

Solving an equation usually hands you a whole family of curves, not one answer. A single starting fact picks exactly one curve out of the crowd — that pairing is the initial value problem, the workhorse of the whole subject.

From a Family of Curves to One Answer

In the last guide you saw that a solution is rarely a single function — it is a whole crowd of them. When you integrate y' = 2x you do not get one curve, you get y = x^2 + C for *every* number C, a stack of identical parabolas shifted up and down. That stack is the general solution, and the floating C is its arbitrary constant. A first-order equation leaves you with exactly one such constant, so its solutions form a one-parameter family.

Picture the whole family drawn at once: an infinite ruled sheet of curves, one through every height. Each one is an integral curve — a graph whose slope at every point already obeys the equation. The equation alone cannot tell you *which* of these curves describes your particular falling apple, cooling coffee, or decaying isotope. They all satisfy the same law of change; they just started in different places.

So the equation gives you the *shape of all possible histories*, and something extra has to nail down the one history that actually happened. That extra fact is almost always a single measurement: where the system was at one moment. Supplying it turns a family into a particular solution — one named curve.

The Initial Condition: One Pin in the Sheet

The extra fact has a name: an initial condition. It is a statement of the form "at the input x = x0, the unknown takes the value y = y0", written compactly as y(x0) = y0. Geometrically it is a single point in the plane. Pushing that pin through the ruled sheet of integral curves, exactly one curve normally passes through the pinned point — and that curve is your answer.

Pairing an equation with such a condition is the initial value problem, or IVP — by far the most common kind of problem in the whole subject. The word *initial* comes from time: if x is time, y(0) = y0 says "here is the state at the start", and the equation then evolves it forward. The two pieces play different roles. The equation supplies the *law* (how things change); the initial condition supplies the *data* (where things began).

equation:   y' = f(x, y)        the law of change
condition:  y(x0) = y0          one measured point
----------------------------------------------------
together:   one IVP  ->  (normally) one particular solution
An IVP is an equation plus exactly one pinned point.

Solving an IVP: Solve, Then Choose

The standard recipe is delightfully mechanical. First solve the equation as far as you can, carrying the unknown constant along. Then substitute the initial condition to compute the constant. That second step is just an equation in one number, often a single line of arithmetic.

  1. Find the general solution, keeping the arbitrary constant. For y' = 2x with y(0) = 3 you get y = x^2 + C.
  2. Plug the initial point into that general solution: at x = 0, y must equal 3, so 3 = 0^2 + C.
  3. Solve for the constant: C = 3. There is exactly one value that fits.
  4. Write the particular solution with the constant filled in: y = x^2 + 3. This is your one chosen curve — check it by substitution if you like.

Two warnings hide in that tidy procedure. First, sometimes it is far easier to apply the condition *during* the solving rather than at the end — for a separable IVP you can turn an indefinite integral into a definite one running from the initial point, and the constant never appears. Second, if you ever divide by an expression while solving (a classic move when separating variables), you may quietly throw away constant solutions that the family with its single C cannot recover. The general solution is broad, but it is not always the *whole* truth.

Does One Pin Really Pick One Curve?

We kept saying *normally* one curve passes through the pinned point, and that hedge is important. The clean picture — exactly one integral curve through every point — is a theorem, not a guarantee that holds everywhere. The result that secures it is the Picard-Lindelof theorem: if the right-hand side f(x, y) is reasonably smooth near your starting point, then the IVP has one and only one solution on some interval around x0.

"Reasonably smooth" has a precise meaning we will sharpen in a later rung: f must satisfy a Lipschitz condition in y — roughly, it must not change too steeply as y moves. When that condition is met, two distinct integral curves can never cross or touch, so a single pin can pin only one of them. That non-crossing is the geometric heart of uniqueness, and it is why slope fields look like neatly combed hair rather than a tangle.

Why We Trust the One Curve

When the conditions of the theorem do hold, the IVP is what mathematicians call well-posed: a solution exists, it is unique, and — just as important — it depends continuously on the data. Nudge the starting point y0 a little and the chosen curve moves only a little, at least over a finite span. That last property is why physics built on differential equations is trustworthy: a measurement we can never make perfectly still yields a prediction we can rely on.

Be honest about the fine print, though. "Depends continuously" does not mean "insensitive". Over long times even a well-posed problem can amplify tiny differences enormously — the deterministic-yet-unpredictable behaviour we will later call chaos. And the interval on which the unique solution is guaranteed can be short: some solutions race off to infinity in finite time, and the theorem only ever promised a curve near the starting point, not forever.

Keep the big picture in view as you climb. An equation is a law shared by infinitely many histories; an initial condition is the one fact that selects the history you care about; and the IVP is the marriage of the two. Almost every technique ahead — separating variables, integrating factors, the Laplace transform, every numerical method — is ultimately a way to walk from that pinned starting point along the one curve the law allows.