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∞

Perpendicular Isoclines: The Circles of y' = -x/y

Why do the line elements along every isocline of $y' = -x/y$ stand perpendicular to the isocline itself?


Loading…

←Previous Integral Curves and the Isocline MethodNext Isocline Corridors and a Trap for Solutions →

Your summary note

    1. 1

      Isoclines as lines y=−(1/C)xy = -(1/C)xy=−(1/C)x

      Set −x/y=C-x/y = C−x/y=C, rewrite as y=−(1/C)xy = -(1/C)xy=−(1/C)x, draw the C=1C = 1C=1 and C=−1C = -1C=−1 cases, and show the elements of slope CCC are perpendicular to each isocline.

    2. 2

      Recovering the axes: Cy=−xCy = -xCy=−x

      Rewrite the isocline as Cy=−xCy = -xCy=−x to get the yyy-axis at C=0C = 0C=0 with horizontal elements, and record that the xxx-axis is excluded but included by convention as 'C=∞C = \inftyC=∞' with vertical elements.

    3. 3

      Integral curves x2+y2=c12x^2 + y^2 = c_1^2x2+y2=c12​

      State that curves perpendicular to the rays are circles centred at the origin, and confirm by separating variables y dy=−x dxy\,dy = -x\,dxydy=−xdx and integrating to those circles.

    4. 4

      Limited domain of y=c12−x2y = \sqrt{c_1^2 - x^2}y=c12​−x2​

      Write the explicit solution, note its domain runs only from −c1-c_1−c1​ to c1c_1c1​, and record that a solution's domain cannot be read off the differential equation in advance.

    Attempt 1 of 2