Ludium
Sign In
Differential Equations
The Geometric View of ODEs
01Direction Fields and the Geometric View of ODEs02Integral Curves and the Isocline Method03Perpendicular Isoclines: The Circles of y' = -x/y04Isocline Corridors and a Trap for Solutions05Existence and Uniqueness: One Curve Through a Point06Where Existence and Uniqueness FailProblem set0/10Problem set 20/10MIT problem set0/3Practice∞
Numerical Methods
01Euler's Method and Its Three Equations02Euler's Method by Hand: Building the Table03Convexity and the Sign of Euler's Error04First Order Error: Halve the Step, Halve the Error05Improved Euler (RK2): Averaging Two Slopes06Runge-Kutta 4 and the Price of Accuracy07Singular Points: Where Every Method FailsProblem set0/10Problem set 20/10MIT problem set0/1Practice∞
First-Order Linear Equations
01First Order Linear: Standard Form and the Sign of p02The Conduction-Diffusion Model: Newton's Law of Cooling03The Integrating Factor and the Four-Step Method04Integrating Factors: Two Mistakes and a Trick Question05Constant Coefficients: Steady State and TransientProblem set0/10Problem set 20/10MIT problem set0/1Practice∞

Singular Points: Where Every Method Fails

Why can no numerical method reach $y(2)$ for $y' = y^2$, when nothing in the equation says where the solution blows up?


Loading…

←Previous Runge-Kutta 4 and the Price of AccuracyNext First Order Linear: Standard Form and the Sign of p →

Your summary note

    1. 1

      Solving y′=y2y' = y^2y′=y2 by separation

      Separate variables and carry the integration through to y=1c−xy = \frac{1}{c - x}y=c−x1​, then apply y(0)=1y(0) = 1y(0)=1 to fix c=1c = 1c=1 and locate the blow-up at x=1x = 1x=1.

    2. 2

      RK4 failing to find y(2)y(2)y(2)

      Describe how the curve from (0,1)(0,1)(0,1) rises, blows up at x=1x=1x=1, and returns on a far branch, and record that RK4 with tiny steps marches into the singularity and never reappears.

    3. 3

      Each solution's private singular point at x=cx = cx=c

      State that every solution has its own singularity at x=cx = cx=c whose location the differential equation does not reveal, so one cannot predict in advance where the computation goes bad.

    Attempt 1 of 2