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∞

Integral Curves and the Isocline Method

Why does picking the slope first and drawing the curve $f(x,y) = C$ beat a computer's point-by-point lattice?


Loading…

←Previous Direction Fields and the Geometric View of ODEsNext Perpendicular Isoclines: The Circles of y' = -x/y →

Your summary note

    1. 1

      Theorem linking solutions and integral curves

      State that y1(x)y_1(x)y1​(x) solves y′=f(x,y)y' = f(x,y)y′=f(x,y) if and only if its graph is an integral curve, then reproduce the proof translating both sides into y1′(x)=f(x,y1(x))y_1'(x) = f(x, y_1(x))y1′​(x)=f(x,y1​(x)).

    2. 2

      How a computer draws a direction field

      Describe the lattice method of picking equally spaced points and computing f(x,y)f(x,y)f(x,y) at each to draw a line element there, and note it is wasteful for a human.

    3. 3

      The isocline method for humans

      Record picking a slope CCC first and plotting the isocline f(x,y)=Cf(x,y) = Cf(x,y)=C, an ordinary level curve rather than the differential equation, then hanging line elements of slope CCC along it.

    4. 4

      Drawing convention for isoclines versus solutions

      Note that isoclines are drawn dashed while only integral curves are drawn solid, and give the C=0C=0C=0 and C=−1C=-1C=−1 isoclines as examples.

    Attempt 1 of 2