4.7.2 · D1Partial Differential Equations

Foundations — Initial value problems (IVP) vs boundary value problems (BVP)

1,862 words8 min readBack to topic

This page assumes you have seen nothing. We build every symbol used by the parent note IVP vs BVP, one brick at a time, each brick resting on the one before.


0. The absolute starting point: a function and its graph

Before any equation, we need the object everything is about: a function.

The picture: draw a horizontal axis for and a vertical axis for . The function is the curve — for every horizontal position you slide up to the curve and read off the height .

Figure — Initial value problems (IVP) vs boundary value problems (BVP)

Why the topic needs it: the whole subject is "find the curve." might be a position along a rod, or time. The letter changes ( for time, for position) but the idea — input in, height out — never does.


1. Slope: the first derivative

To talk about how a curve bends and moves, we need a number that measures how steeply it rises.

The picture: at any point on the curve, lay a straight ruler just touching it (the tangent line). The tilt of that ruler is at that point.

Figure — Initial value problems (IVP) vs boundary value problems (BVP)

2. Curvature: the second derivative

The slope itself changes as you move along the curve. The rate at which the slope changes is the next tool.

The picture: compare two nearby tangent rulers. If the second ruler is tilted more than the first, the slope grew — . A straight line has identical rulers everywhere, so (this is exactly Example 3's rod: straight line).

Figure — Initial value problems (IVP) vs boundary value problems (BVP)

3. The differential equation itself

Now we can read the parent's central object.

Why "linear"? Because each appear to the first power — never multiplied together, never squared. This is the property that makes the whole solution-family behave like straight-line arithmetic (Section 6).


4. The solution family and its arbitrary constants

A single differential equation does not have a single answer.

The picture: picture a bundle of curves, all obeying the same ODE, sprouting from every dial setting . The equation gives the shape rules; the constants choose which member.

Why exactly two constants? Each integration (undoing one derivative) hands you one constant. A second-order equation is integrated twice → two constants → we need two facts to nail them down. This "two facts" count is the drumbeat of the entire parent note.


5. Side conditions — the two facts, and WHERE they sit

The picture — this is the heart of the whole topic:

Figure — Initial value problems (IVP) vs boundary value problems (BVP)

On the left, both arrows plant at the same spot — you know height and slope there, so the curve is launched like a ball: one definite path. On the right, one arrow pins the left edge and one pins the right edge — you must stretch a curve to hit both targets, which may be possible in one way, no way, or many ways.


6. The linear system, the matrix , and its determinant

When we force the general solution to obey two conditions, we get two equations in the two unknown dials . Packaging them:

The picture: think of the two rows as two arrows in a plane. is the signed area of the parallelogram they span. If the arrows point along the same line, the parallelogram is squashed flat — zero area — and the system loses its grip on a unique answer.


7. The Wronskian — why IVPs are the safe, reliable case

For an IVP both conditions sit at the same point , so the deciding number uses one location.

Why it matters: for genuinely independent basis solutions is never zero — see Wronskian and Linear Independence. So the IVP's deciding number never vanishes, and an IVP is always uniquely solvable (this is the analytic muscle behind the Picard-Lindelöf Existence and Uniqueness Theorem). The BVP has no such guarantee — that asymmetry is the topic.


How the foundations feed the topic

Function y of x

First derivative y prime

Second derivative y double prime

Second order linear ODE

General solution with c1 and c2

Side conditions at one or two points

IVP all at one point

BVP split across edges

Wronskian never zero so unique

Matrix M and determinant

det M zero gives none or infinite

IVP vs BVP topic

Once these are solid, you are ready for Separation of Variables (PDE), where the BVP piece produces the eigenvalues studied in Sturm-Liouville Theory, feeding the Heat Equation and Wave Equation, and later Green's Functions.


Equipment checklist

What does mean in plain words?
A rule turning an input into an output height ; its graph is a curve.
What does the first derivative measure, and what is its picture?
The slope of the curve — the tilt of the tangent ruler; it is velocity when is time.
What does the second derivative measure?
How fast the slope changes — the curve's bending; it is acceleration in mechanics.
In , what is and what does mean?
is the forcing/source term (the outside push); means homogeneous (unforced).
Why does the general solution carry exactly two arbitrary constants?
A second-order equation integrates twice, and each integration produces one free constant.
What single feature decides IVP versus BVP?
Whether all side conditions sit at one point (IVP) or are split across different points (BVP).
What is and what is its geometric picture?
; the signed area of the parallelogram spanned by the two condition rows.
What does tell you about a BVP?
The condition-arrows are parallel, so there is either no solution or infinitely many.
Why is an IVP always uniquely solvable?
The Wronskian of independent basis solutions is never zero, so the constants are pinned uniquely.