4.6.8Ordinary Differential Equations

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

2,312 words11 min readdifficulty · medium2 backlinks

WHAT the theorem says

Note the two hypotheses play complementary roles: continuity bounds the slope (MM) and lets the iteration even start, while the Lipschitz condition is what makes the iteration converge and pins down a single solution. (Continuity alone still gives existence — the weaker Peano theorem — but it can lose uniqueness.)


HOW we get the interval h=min(a,b/M)h=\min(a,b/M) (derive, don't memorize)

Solution is bounded by lines of slope ±M\pm M: y(x)y0Mxx0.|y(x)-y_0| \le M\,|x-x_0|. To keep yy0b|y-y_0|\le b we need Mxx0bM|x-x_0|\le b, i.e. xx0b/M|x-x_0|\le b/M. We also can't leave the box horizontally: xx0a|x-x_0|\le a. Both must hold ⟹ xx0min(a,b/M)=h|x-x_0|\le \min(a,\,b/M)=h. Why min? The tighter of the two constraints wins.


HOW the proof works (Picard iteration — the engine)

Build a sequence of Picard iterates: y0(x)=y0,yn+1(x)=y0+x0xf(t,yn(t))dt.y_0(x)=y_0,\qquad y_{n+1}(x) = y_0 + \int_{x_0}^{x} f\big(t,\,y_n(t)\big)\,dt.

Step A — TT keeps us inside the box. On xx0h|x-x_0|\le h, since fM|f|\le M, yn+1(x)y0x0xf(t,yn)dtMhMbM=b,|y_{n+1}(x)-y_0| \le \int_{x_0}^x |f(t,y_n)|\,dt \le M\,h \le M\cdot\frac{b}{M}=b, so every iterate stays in RR and ff is always evaluated where it is defined. (Here is where MM and the choice hb/Mh\le b/M are used.)

Step B — Why this converges (Lipschitz at work). Then yn+1(x)yn(x)x0xf(t,yn)f(t,yn1)dtLx0xynyn1dt.|y_{n+1}(x)-y_n(x)| \le \int_{x_0}^{x} |f(t,y_n)-f(t,y_{n-1})|\,dt \le L\int_{x_0}^x |y_n-y_{n-1}|\,dt. Iterating this gives the bound yn+1(x)yn(x)MLnxx0n+1(n+1)!,|y_{n+1}(x)-y_n(x)| \le M\,\frac{L^{n}\,|x-x_0|^{n+1}}{(n+1)!}, whose sum is ML(eLh1)<\dfrac{M}{L}(e^{L h}-1)<\infty. So the iterates converge uniformly (Weierstrass M-test) to a limit yy. This establishes existence, and note it already uses Lipschitz — Lipschitz is not "uniqueness only."

Uniqueness. If yy and y~\tilde y both solve the IVP, let ϕ(x)=yy~\phi(x)=|y-\tilde y|. Then ϕ(x)Lx0xϕ(t)dt,\phi(x)\le L\int_{x_0}^x \phi(t)\,dt, and Grönwall's inequality forces ϕ0\phi\equiv 0. So Lipschitz delivers uniqueness too — cleanly, without needing Lh<1Lh<1.

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

Worked examples


Common mistakes (Steel-manned)


Recall Feynman: explain to a 12-year-old

Imagine you're playing a video-game car that must start at one spot, and at every point a rule (an arrow) tells you which way to drive next. Existence says: a road actually starts from your spot — you can drive somewhere. Uniqueness says: there's only ONE road, you can't suddenly split into two cars. The catch: the arrows must not change too suddenly as you move up/down (that's the "Lipschitz" rule). If the arrows go crazy-steep (like the y2/3y^{2/3} road), two roads can sneak out of the same start — and you'd be confused which one you're on!


Flashcards

Picard–Lindelöf needs which TWO hypotheses on ff?
ff continuous (so bounded by MM) AND ff Lipschitz in yy on the rectangle.
In the Picard-iteration proof, what does continuity give and what does Lipschitz give?
Continuity bounds fM|f|\le M (lets iteration start, controls the box); Lipschitz gives BOTH uniform convergence (existence) AND uniqueness.
Is "continuity ⟹ existence, Lipschitz ⟹ uniqueness" exactly true for Picard iteration?
No — in Picard's proof Lipschitz is used for existence too. The clean continuity-only existence is a different proof (Peano).
State the Lipschitz condition in yy.
f(x,y1)f(x,y2)Ly1y2|f(x,y_1)-f(x,y_2)|\le L|y_1-y_2| for all (x,yi)(x,y_i) in the region.
On what interval is the solution guaranteed?
xx0h|x-x_0|\le h with h=min(a,b/M)h=\min(a,\,b/M).
Why is the interval restricted to b/Mb/M?
Solution slope is bounded by MM, so yy0Mxx0|y-y_0|\le M|x-x_0|; staying inside height bb forces xx0b/M|x-x_0|\le b/M.
When is the operator TT a contraction in the sup-norm?
Only when K=Lh<1K=L\,h<1; otherwise shrink hh below 1/L1/L, or use a weighted (Bielecki) norm to get contraction for any hh.
The IVP is equivalent to which fixed-point problem?
y=T[y]y=T[y] where T[y](x)=y0+x0xf(t,y(t))dtT[y](x)=y_0+\int_{x_0}^x f(t,y(t))\,dt.
Define the Picard iterates.
y0(x)=y0y_0(x)=y_0, yn+1(x)=y0+x0xf(t,yn(t))dty_{n+1}(x)=y_0+\int_{x_0}^x f(t,y_n(t))\,dt.
Which inequality cleanly proves uniqueness without needing Lh<1Lh<1?
Grönwall: ϕ(x)Lx0xϕdt\phi(x)\le L\int_{x_0}^x\phi\,dt with ϕ=yy~0\phi=|y-\tilde y|\ge0 forces ϕ0\phi\equiv0.
Give an IVP that has existence but NOT uniqueness, and why.
y=y2/3,y(0)=0y'=y^{2/3},y(0)=0; ff continuous but not Lipschitz at y=0y=0; solutions y0y\equiv0 and y=(x/3)3y=(x/3)^3.
How do you usually verify the Lipschitz condition in practice?
Show f/y\partial f/\partial y is bounded on a convex region; then L=supyfL=\sup|\partial_y f| (via MVT).
For y=x2+y2,y(0)=0y'=x^2+y^2,y(0)=0 on x,y1|x|,|y|\le1, find MM, LL, hh, and is Lh<1Lh<1?
M=2M=2, L=2L=2, h=1/2h=1/2; Lh=1Lh=1, NOT <1<1 — needs factorial/Bielecki argument.

Connections

  • Lipschitz condition — drives convergence AND uniqueness in Picard's proof
  • Banach fixed-point theorem (contraction mapping) — needs K=Lh<1K=Lh<1; shrink interval or reweight
  • Bielecki weighted norm — makes TT a contraction on the full interval for any hh
  • Grönwall's inequality — clean uniqueness without Lh<1Lh<1
  • Peano existence theorem — existence from continuity alone (different proof, no uniqueness)
  • Picard iteration (method of successive approximations)
  • Linear ODEs first order — global Lipschitz ⟹ global unique solutions
  • Maximal interval of existence — patching local solutions / continuation

Concept Map

equivalent to

gives

slope bound gives

makes

becomes

short interval ensures

has

yields

ensures uniqueness of

alone gives existence via

may lose uniqueness of

IVP y'=f Xy Yy0

f continuous on R

Lipschitz in y const L

f bounded by M

Integral operator

Contraction map

Unique fixed point

Unique solution

Interval h=min a b/M

Peano theorem

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, jab bhi tum ek differential equation likhte ho jaise y=f(x,y)y' = f(x,y) ek starting point y(x0)=y0y(x_0)=y_0 ke saath, to tum chup-chaap maan lete ho ki iska solution exist karta hai aur sirf ek hi hai. Par yeh guarantee kaun deta hai? Wahi kaam Picard–Lindelöf theorem karta hai. Yeh kehta hai: agar ff "zyada jungli nahi" hai ek chhote rectangle ke andar, to ek aur sirf ek solution milega, ek chhote interval xx0h|x-x_0|\le h par, jahan h=min(a,b/M)h=\min(a,b/M).

Do conditions hain. Pehli: ff continuous hona chahiye — isse fM|f|\le M bound milta hai, jo iteration ko shuru karne aur box ke andar rakhne mein kaam aata hai. Doosri: ff ko Lipschitz in yy hona chahiye, matlab f(x,y1)f(x,y2)Ly1y2|f(x,y_1)-f(x,y_2)|\le L|y_1-y_2|. Ek important baat jo log galat samajhte hain: textbook slogan "continuity se existence, Lipschitz se uniqueness" — par Picard iteration ke proof mein Lipschitz dono ke liye chahiye: iterates ka uniform convergence (existence) AUR uniqueness. Sirf-continuity-se-existence wala clean version alag proof hai (Peano).

Asli jadoo: ODE ko integral equation y(x)=y0+x0xf(t,y(t))dty(x)=y_0+\int_{x_0}^x f(t,y(t))\,dt mein badal dete hain, aur Picard iteration chalate hain. Ab ek subtle point: operator TT ek contraction tabhi banta hai jab K=Lh<1K=L\cdot h<1. Agar Lh1Lh\ge1 (jaise Example 1 mein Lh=1Lh=1), to seedha Banach theorem nahi laga sakte! Do ilaaj: (

Go deeper — visual, from zero

Test yourself — Ordinary Differential Equations

Connections