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∞

Convexity and the Sign of Euler's Error

How can differentiating $y' = f(x,y)$ tell you whether Euler's answer is too high or too low, without ever solving it?


Loading…

←Previous Euler's Method by Hand: Building the TableNext First Order Error: Halve the Step, Halve the Error →

Your summary note

    1. 1

      Euler too high or too low from curvature

      Record that a convex solution curve makes Euler too low and a concave curve makes Euler too high, with the geometric picture of the broken line cutting the corner across successive parallel line elements.

    2. 2

      Convexity as the sign of y′′y''y′′

      State that convex means y′′>0y'' > 0y′′>0 and concave means y′′<0y'' < 0y′′<0, reducing the question to the sign of the second derivative at the starting point.

    3. 3

      Getting y′′y''y′′ from the equation by differentiating

      Show how to differentiate y′=f(x,y)y' = f(x,y)y′=f(x,y) using the chain rule and evaluate at the initial point, working through y′=x2−y2y' = x^2 - y^2y′=x2−y2 to get y′′(0)=2y''(0) = 2y′′(0)=2.

    4. 4

      Reliability only nearby

      Note the caveat that the curve may later switch from convex to concave, so the too-low or too-high conclusion holds only while the approximation stays near the starting point.

    Attempt 1 of 2