1 / 155

First-Order Differential Equations

CHAPTER 2. First-Order Differential Equations. Contents. 2.1 Solution Curves Without a Solution 2.2 Separable Variables 2.3 Linear Equations 2.4 Exact Equations 2.5 Solutions by Substitutions 2.6 A Numerical Methods 2.7 Linear Models 2.8 Nonlinear Model

Télécharger la présentation

First-Order Differential Equations

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CHAPTER 2 First-Order Differential Equations

  2. Contents • 2.1 Solution Curves Without a Solution • 2.2 Separable Variables • 2.3 Linear Equations • 2.4 Exact Equations • 2.5 Solutions by Substitutions • 2.6 A Numerical Methods • 2.7 Linear Models • 2.8 Nonlinear Model • 2.9 Modeling with Systems of First-Order DEs

  3. 2.1 Solution Curve Without a Solution • Introduction:Begin our study of first-order DE with analyzing a DE qualitatively. • SlopeA derivative dy/dx of y = y(x)gives slopes of tangent lines at points. • Lineal ElementAssume dy/dx = f(x, y(x)). The value f(x, y) represents the slope of a line, or a line element is called a lineal element. See Fig2.1

  4. Fig2.1

  5. Direction Field • If we evaluate f over a rectangular grid of points, and draw a lineal element at each point (x, y) of the grid with slope f(x, y), then the collection is called a direction field or a slope field of the following DEdy/dx = f(x, y)

  6. Example 1 • The direction field of dy/dx = 0.2xy is shown in Fig2.2(a) and for comparison with Fig2.2(a), some representative graphs of this family are shown in Fig2.2(b).

  7. Fig2.2

  8. Example 2 Use a direction field to draw an approximate solution curve for dy/dx = sin y, y(0) = −3/2. Solution:Recall from the continuity of f(x, y) and f/y = cos y. Theorem 2.1 guarantees the existence of a unique solution curve passing any specified points in the plane. Now split the region containing (-3/2, 0) into grids. We calculate the lineal element of each grid to obtain Fig2.3.

  9. Fig2.3

  10. Increasing/DecreasingIf dy/dx > 0 for all x in I, then y(x) is increasing in I.If dy/dx < 0 for all x in I, then y(x) is decreasing in I. • DEs Free of the Independent variable dy/dx = f(y)(1)is called autonomous. We shall assume f and f are continuous on some I.

  11. Critical Points • The zeros of f in (1) are important. If f(c) = 0, then c is a critical point, equilibrium point or stationary point.Substitute y(x) = c into (1), then we have 0 = f(c) = 0. • If c is a critical point, then y(x) = c, is a solution of (1). • A constant solution y(x) = c of (1) is called an equilibrium solution.

  12. Example 3 The following DE dP/dt = P(a – bP) where a and b are positive constants, is autonomous.From f(P) = P(a – bP) = 0, the equilibrium solutions are P(t) = 0 and P(t) = a/b. Put the critical points on a vertical line. The arrows in Fig 2.4 indicate the algebraic sign of f(P) = P(a – bP). If the sign is positive or negative, then P is increasing or decreasing on that interval.

  13. Fig2.4

  14. Solution Curves • If we guarantee the existence and uniqueness of (1), through any point (x0, y0) in R, there is only one solution curve. See Fig 2.5(a). • Suppose (1) possesses exactly two critical points, c1, and c2, where c1< c2. The graph of the equilibrium solution y(x) = c1, y(x) = c2 are horizontal lines and split R into three regions, say R1, R2and R3as in Fig 2.5(b).

  15. Fig 2.5

  16. Some discussions without proof: (1) If (x0, y0) in Ri, i = 1, 2, 3,when y(x)passes through (x0, y0),will remain in the same subregion. See Fig 2.5(b). (2) By continuity of f , f(y)can not change signs in a subregion. (3) Since dy/dx = f(y(x)) is either positive or negative in Ri, a solution y(x) is monotonic.

  17. (4)If y(x) is bounded above by c1, (y(x) < c1), the graph of y(x) will approach y(x) = c1;If c1 < y(x) < c2,it will approach y(x) = c1and y(x) = c2;If c2 < y(x), it will approach y(x) = c2;

  18. Example 4 Referring to example 3, P =0and P = a/b are two critical points, so we have three intervals for P:R1: (-, 0),R2 : (0, a/b),R3 : (a/b, )Let P(0) = P0and when a solution pass through P0,wehave three kind of graph according to the interval where P0 lies on. See Fig 2.6.

  19. Fig 2.6

  20. Example 5 The DE: dy/dx = (y – 1)2possesses the single critical point 1. From Fig 2.7(a), we conclude a solution y(x) is increasing in - < y < 1 and 1 < y < , where - < x < . See Fig 2.7.

  21. Fig2.7

  22. Attractors and Repellers • See Fig 2.8(a). When y0 lies on either side of c, it will approach c. This kind of critical point is said to be asymptotically stable, also called an attractor. • See Fig 2.8(b). When y0 lies on either side of c, it will move away from c. This kind of critical point is said to be unstable, also called a repeller. • See Fig 2.8(c) and (d). When y0 lies on one side of c, it will be attracted to c and repelled from the other side.This kind of critical point is said to be semi-stable.

  23. Fig 2.8

  24. Autonomous DEs and Direction Field • Fig 2.9 shows the direction field of dy/dx = 2y – 2.It can be seen that lineal elements passing through points on any horizontal line must have the same slope. Since the DE has the form dy/dx = f(y),the slope depends only on y.

  25. Fig 2.9

  26. DEFINITION 2.1 Separable Equations A first-order DE of the formdy/dx = g(x)h(y)is said to be separable or to have separable variables. 2.2 Separable Variables • Introduction: Consider dy/dx = f(x, y) = g(x).The DEdy/dx = g(x)(1)can be solved by integration. Integrating both sides to get y =  g(x) dx = G(x) + c.eg: dy/dx = 1 + e2x, then y =  (1 + e2x)dx = x + ½ e2x + c

  27. Rewrite the above equation as(2)where p(y) =1/h(y).When h(y) = 1, (2) reduces to (1).

  28. If y = (x)is a solution of (2), we must have and(3)But dy =  (x) dx, (3)is the same as(4)

  29. Example 1 Solve (1 + x) dy – y dx = 0. Solution:Since dy/y = dx/(1 + x), we haveReplacing by c, gives y = c(1 + x).

  30. Example 2 Solve Solution:We also can rewrite the solution asx2+ y2 = c2,where c2 =2c1Apply the initial condition, 16 + 9 = 25 = c2See Fig2.18.

  31. Fig2.18

  32. Losing a Solution • When r is a zero of h(y), then y = r is also a solution of dy/dx = g(x)h(y).However, this solution will not show up after integration. That is a singular solution.

  33. Example 3 Solve dy/dx = y2 – 4. Solution:Rewrite this DE as (5)then

  34. Example 3 (2) Replacing exp(c2)by c andsolving for y, we have(6)If we rewrite the DE as dy/dx = (y + 2)(y – 2),from the previous discussion, we have y =  2is a singular solution.

  35. Example 4 Solve Solution:Rewrite this DE asusing sin2x = 2sin x cos x, then (ey – ye-y) dy = 2sin x dx from integration by parts,ey + ye-y + e-y = -2cos x + c (7)From y(0) =0,we have c = 4 to getey + ye-y + e-y = 4 −2 cos x (8)

  36. Use of Computers • Let G(x, y) = ey + ye-y + e-y + 2 cos x. Using some computer software, we plot the level curves of G(x, y) = c. The resulting graphs are shown in Fig2.19 and Fig2.20.

  37. Fig2.19 Fig2.20

  38. If we solve dy/dx = xy½, y(0) = 0(9)The resulting graphs are shown in Fig2.21.

  39. Fig2.21

  40. DEFINITION 2.2 Linear Equations A first-order DE of the forma1(x)(dy/dx) + a0(x)y = g(x) (1)is said to be a linear equation iny. When g(x) = 0,(1) is said to be homogeneous; otherwise it is nonhomogeneous. 2.3 Linear Equations • Introduction:Linear DEs are friendly to be solved. We can find some smooth methods to deal with.

  41. Standard FormThe standard for of a first-order DE can be written asdy/dx + P(x)y = f(x)(2) • The PropertyDE (2) has the property that its solution is sum of two solutions, y = yc + yp, where yc is a solution of the homogeneous equationdy/dx + P(x)y = 0 (3)and yp is a particular solution of (2).

  42. VerificationNow (3) is also separable. Rewrite (3) as • Solving for y gives

  43. Variation of Parameters • Let yp = u(x) y1(x), where y1(x)is defined as above.We want to find u(x) so that yp is also a solution. Substituting ypinto (2) gives

  44. Since dy1/dx + P(x)y1 = 0, so that y1(du/dx) = f(x) Rearrange the above equation, From the definition of y1(x), we have (4)

  45. Solving Procedures • If (4) is multiplied by (5)then (6)is differentiated (7)we get (8)Dividing (8) by gives (2).

  46. Integrating Factor • We call y1(x) = is an integrating factor and we should only memorize this to solve problems.

  47. Example 1 Solve dy/dx – 3y = 6. Solution:Since P(x)= – 3,we have the integrating factor is then is the same as So e-3xy = -2e-3x + c, a solution is y = -2 + ce-3x, - < x < .

  48. Notes • The DE of example 1 can be written as so that y = –2is a critical point.

  49. General Solutions • Equation (4) is called the general solution on some interval I. Suppose again P and f are continuous on I. Writing (2) as Suppose again Pandfare continuous onI. Writing (2)as y = F(x, y)we identify F(x, y) = – P(x)y + f(x),F/y = –P(x)which are continuous on I.Then we can conclude that there exists one and only one solution of(9)

  50. Example 2 Solve Solution:Dividing both sides by x, we have (10)So, P(x)= –4/x, f(x) = x5ex, P and f are continuous on (0, ).Since x > 0,we write the integrating factor as

More Related