4.6.8 · D4Ordinary Differential Equations

Exercises — Existence and uniqueness theorem — Picard-Lindelöf (statement)

2,341 words11 min readBack to topic

Quick reminders you will lean on (all from the parent):

  • The rectangle is the closed box around the starting point where we work: Here is its half-width in and its half-height in .
  • is the slope bound — how steep the solution can be.
  • is the Lipschitz constant in : . On a convex box it equals .
  • The guaranteed interval half-width is .
  • Picard iterates: , .
  • The Picard operator turns a candidate function into a new function It acts on the space of continuous functions on with values in the box, measured by the sup-norm . A solution of the IVP is exactly a fixed point .

Level 1 — Recognition

Recall Solution 1.1

Here . The starting point is . The -derivative is the constant , so . That is exactly the Lipschitz inequality with , and it holds for all . So is globally Lipschitz in . (The term depends only on , so it cancels in the difference — Lipschitz is about , not .)

Recall Solution 1.2

is continuous everywhere, so existence is fine (Peano, Peano existence theorem). But as , so is not Lipschitz in near . Hence Picard–Lindelöf does not guarantee uniqueness. Existence still holds; uniqueness is the casualty.


Level 2 — Application

Recall Solution 2.1

The rectangle is (since ).

  • (both terms maxed at the corner).
  • , so .
  • So a unique solution is guaranteed on . (Compare parent example 1 with : enlarging can shrink because grows faster — see the L2 trap.)
Recall Solution 2.2

The rectangle here is . On the largest is , so . The constraint is Maximise: Setting gives . Why this is a maximum (not a min): the denominator for , so the sign of is the sign of the numerator . For we have so (rising); for we have so (falling). A sign change at is exactly a maximum. Then and . Since , the min is , so Beauty check: the true solution blows up at , so no finite rectangle can push past that. Our is a safe local guarantee, not the maximal interval.


Level 3 — Analysis

Recall Solution 3.1

, . The pattern is the partial sums of . So the iterates converge to the unique solution — exactly what separation of variables gives (). This is Picard iteration (method of successive approximations) literally building the Taylor series.

Recall Solution 3.2

: then and ; both sides equal , and . ✔ (valid for all .) : . Now check the right side for each sign of :

  • : then and . Matches . ✔
  • : then . Reading as (squaring kills the sign), it still equals . So the same analytic formula solves the IVP on both sides — the cubic curve passes through the origin from below-left to above-right, and overlaps it there.

Two distinct solutions through the same point ⟹ uniqueness fails. Cause: as , so no finite near .

The figure below plots both solution curves. The blue flat line is ; the orange curve is drawn for both and . They cross at the red dot — that single shared point carrying two solutions is precisely the non-uniqueness the theorem forbids when Lipschitz holds. The gray arrow marks where blows up (at ), the missing ingredient.

Figure — Existence and uniqueness theorem — Picard-Lindelöf (statement)

Level 4 — Synthesis

Recall Solution 4.1

General uniqueness. Both solve the integral form, so subtracting, Let . Take absolute values and use Lipschitz : Grönwall (with zero constant term) gives . Since , , so . Uniqueness.Perturbation bound. For , . Two solutions with obey the general Grönwall estimate . At : (This is sharp: satisfies , exactly .)

Recall Solution 4.2

For linear ODEs the Lipschitz constant is , a finite constant independent of — the box height never forces up. Why finite-time blow-up is the only obstruction (the continuation argument). Picard–Lindelöf first gives a local solution on a small interval. You can then restart the theorem at the right endpoint, using the value there as a new initial condition, extending the solution a bit further; repeat. This process either continues forever (covering the whole interval) or halts — and the only way it can halt at some finite is if the solution runs off to as (it escapes every box, so no new box can be built). In symbols: a maximal solution that stops at finite must have there (Maximal interval of existence). So if we can bound on every finite interval, blow-up is impossible and continuation never halts. Grönwall supplies exactly that bound: , finite for every finite . With no blow-up available, the continuation runs to the full domain where are defined. Contrast: is not globally Lipschitz ( unbounded); Grönwall gives no such bound, and the solution from genuinely satisfies at — the continuation halts there. Unbounded is what permits finite-time blow-up.


Level 5 — Mastery

Recall Solution 5.1

(a) On , and , so . . Then (b) Recall (from the reminders above) the Picard operator , acting on continuous functions with the sup-norm . Its contraction constant is : for two candidates , Here , so shrinks distances — it is a genuine contraction in the sup-norm on , and the Banach fixed-point theorem directly gives a unique fixed point (the solution). (c) . First iterate: Second iterate: here . Collecting like terms, the constant is , the -terms , and the quadratic is , so the integrand is . Hence (d) Solve the linear ODE . Integrating factor : , so integrating the right side (by parts) , giving , i.e. . Apply : at the term equals , so . Setting gives . Thus At :

Recall Solution 5.2

The rectangle is with large. On , . Optimise : Setting gives , so (taking ). Why a maximum: the denominator , so . For , (rising); for , (falling). Sign change at ⟹ maximum. Then and . Since , our best local guarantee is well inside the true blow-up time — safe but conservative, as expected of a local theorem.

The figure below shows this geometrically. The dashed gray box is (with ). The green wedge is the pair of lines of slope from the start — the solution is trapped inside it, and it exits the box's height exactly at (blue vertical line). The orange curve is the true solution , which keeps climbing and blows up only at the red dotted line . The gap between the blue and red lines is the difference between what the theorem guarantees and what actually happens.

Figure — Existence and uniqueness theorem — Picard-Lindelöf (statement)

Recall Self-test checklist (format: prompt

::: answer) Which quantity bounds slope? ::: Which quantity controls convergence and uniqueness? ::: the Lipschitz constant Formula for the guaranteed half-interval? ::: Continuity alone gives which conclusion? ::: existence only (Peano) Tool that turns "two solutions" into "one solution"? ::: Grönwall's inequality