Isoclines For y 2x y
Isoclines For y 2x y
Draw the isoclines with their direction markers and sketch several solution
curves, including the the curve satisfying the given initial condition
y ′ = 2x2 − y, y(0) = 0.
SOLUTIONS
The isoclines for the given equations are the parabolas 2x2 − y = C, here C is an arbitrary
constant.
4
y 2
K 1.5 K1.0 K
0.5 0 0.5 1.0 1.5
K1
y 2
K2 K1 0 1 2
x
K1
K2
y(x)
2
K2 K1 0 1 2
x
K
1
K
2
Euler’s method (or the tangent line method) is a procedure for constructing approximate
solutions to an initial value problem for a first-order differential equation
y ′ = f (x, y),
(1)
y(x0 ) = y0 .
The main idea of this method is to construct a polygonal (broken line) approximation to
the solutions of the problem (1).
Assume that the the problem (1) has a unique solution ϕ(x) in some interval centered at x0 .
Let h be a fixed positive number (called the step size) and consider the equally spaced points
xn := x0 + nh, n = 0, 1, 2, . . .
The construction of values yn that approximate the solution values ϕ(xn ) proceeds as follows.
At the point (x0 , y0 ), the slope of the solution to (1) is given by dy/dx = f (x0 , y0). Hence, the
tangent line to the curve y = ϕx at the initial point (x0 , y0 ) is
y − y0 = f (x0 , y0)(x − x0 ), or
y = y0 + f (x0 , y0)(x − x0 ).
Using the tangent line to approximate ϕx, we find that for the point x1 = x0 + h