Appendixg 1

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

APPENDIX G

Additional Topics in Differential Equations


APPENDIX G.1 Exact First-Order Equations

Exact Differential Equations • Integrating Factors

Exact Differential Equations


In Chapter 6, you studied applications of differential equations to growth and decay
problems. You also learned more about the basic ideas of differential equations and
studied the solution technique known as separation of variables. In this appendix, you
will learn more about solving differential equations and using them in real-life appli-
cations. This section introduces you to a method for solving the first-order differential
equation
Mx, y dx  Nx, y dy  0
for the special case in which this equation represents the exact differential of a
function z  f x, y.

Definition of an Exact Differential Equation


The equation M x, y dx  Nx, y dy  0 is an exact differential equation if
there exists a function f of two variables x and y having continuous partial deriv-
atives such that
fx x, y  M x, y and fy x, y  Nx, y.
The general solution of the equation is f x, y  C.

If f has continuous second partials, then


M  2f  2f N
   .
y yx xy x
This suggests the following test for exactness.

THEOREM G.1 Test for Exactness


Let M and N have continuous partial derivatives on an open disk R. The differen-
tial equation M x, y dx  Nx, y dy  0 is exact if and only if
M N
 .
y x

Exactness is a fragile condition in the sense that seemingly minor alterations in


an exact equation can destroy its exactness. This is demonstrated in the following
example.

G1
G2 APPENDIX G Additional Topics in Differential Equations

EXAMPLE 1 Testing for Exactness

NOTE Every differential equation of a. The differential equation xy 2  x dx  yx 2 dy  0 is exact because
the form
M  N 
M x dx  N y dy  0  xy 2  x  2xy and   yx 2  2xy.
y y x x
is exact. In other words, a separable But the equation  y 2  1 dx  xy dy  0 is not exact, even though it is obtained
differential equation is actually a special by dividing each side of the first equation by x.
type of an exact equation.
b. The differential equation cos y dx   y 2  x sin y dy  0 is exact because
M  N  2
 cos y  sin y and   y  x sin y  sin y.
y y x x
But the equation cos y dx   y 2  x sin y dy  0 is not exact, even though it
differs from the first equation only by a single sign.

Note that the test for exactness of Mx, y dx  Nx, y dy  0 is the same as the
test for determining whether Fx, y  M x, y i  N x, y j is the gradient of a poten-
tial function. This means that a general solution f x, y  C to an exact differential
equation can be found by the method used to find a potential function for a conserv-
ative vector field.

EXAMPLE 2 Solving an Exact Differential Equation

Solve the differential equation 2xy  3x 2 dx   x 2  2y dy  0.

Solution The given differential equation is exact because


M  N  2
 2xy  3x 2  2x   x  2y .
y y x x
The general solution, f x, y  C, is given by

f x, y   M x, y dx

  2xy  3x 2 dx  x 2y  x 3  g y.

You can determine g y by integrating Nx, y with respect to y and reconciling the two
expressions for f x, y. An alternative method is to partially differentiate this version
y
C = 1000 of f x, y with respect to y and compare the result with Nx, y. In other words,
24
Nx, y
20  2
fyx, y   x y  x 3  g y  x 2  g  y  x 2  2y.
16 C = 100 y
12
g  y  2y
8 C = 10
C=1
So, g y  2y, and it follows that g y  y 2  C1. Therefore,
x f x, y  x 2 y  x 3  y 2  C1
−12 −8 −4 4 8 12
and the general solution is x 2 y  x 3  y 2  C. Figure G.1 shows the solution curves
Figure G.1 that correspond to C  1, 10, 100, and 1000.
APPENDIX G.1 Exact First-Order Equations G3

EXAMPLE 3 Solving an Exact Differential Equation

Find the particular solution of


cos x  x sin x  y 2 dx  2xy dy  0
that satisfies the initial condition y  1 when x  .

Solution The differential equation is exact because


M N
y x

 
cos x  x sin x  y 2  2y  2xy.
y x
Because N x, y is simpler than Mx, y, it is better to begin by integrating Nx, y.

f x, y   Nx, y dy   2xy dy  xy 2  gx

Mx, y

fxx, y   xy 2  gx  y 2  g x  cos x  x sin x  y 2
x
g x  cos x  x sin x

So, g x  cos x  x sin x and

gx   cos x  x sin x dx

 x cos x  C1
which implies that f x, y  xy 2  x cos x  C1, and the general solution is
xy 2  x cos x  C. General solution

Applying the given initial condition produces


y
 1 2   cos   C
4
2 (π , 1) which implies that C  0. So, the particular solution is
x
−3π −2π −π −2 π 2π 3π xy 2  x cos x  0. Particular solution

−4 The graph of the particular solution is shown in Figure G.2. Notice that the graph
consists of two parts: the ovals are given by y 2  cos x  0, and the y-axis is given
Figure G.2 by x  0.

In Example 3, note that if z  f x, y  xy 2  x cos x, the total differential of z


is given by
dz  fxx, y dx  fyx, y dy
 cos x  x sin x  y 2 dx  2xy dy
 M x, y dx  N x, y dy.
In other words, M dx  N dy  0 is called an exact differential equation because
M dx  N dy is exactly the differential of f x, y.
G4 APPENDIX G Additional Topics in Differential Equations

Integrating Factors
If the differential equation Mx, y dx  Nx, y dy  0 is not exact, it may be possi-
ble to make it exact by multiplying by an appropriate factor ux, y, which is called an
integrating factor for the differential equation.

EXAMPLE 4 Multiplying by an Integrating Factor

a. If the differential equation


2y dx  x dy  0 Not an exact equation

is multiplied by the integrating factor ux, y  x, the resulting equation


2xy dx  x 2 dy  0 Exact equation

is exact—the left side is the total differential of x 2 y.


b. If the equation
y dx  x dy  0 Not an exact equation

is multiplied by the integrating factor ux, y  1y 2, the resulting equation


1 x
dx  2 dy  0 Exact equation
y y
is exact—the left side is the total differential of xy.

Finding an integrating factor can be difficult. However, there are two classes of
differential equations whose integrating factors can be found routinely—namely,
those that possess integrating factors that are functions of either x alone or y alone.
The following theorem, which is presented without proof, outlines a procedure for
finding these two special categories of integrating factors.

THEOREM G.2 Integrating Factors


Consider the differential equation Mx, y dx  Nx, y dy  0.
1. If
1
M x, y  Nxx, y  hx
Nx, y y
is a function of x alone, then ehx dx is an integrating factor.
2. If
1
N x, y  Myx, y  k y
Mx, y x
is a function of y alone, then ek y dy is an integrating factor.

STUDY TIP If either hx or k y is constant, Theorem G.2 still applies. As an aid to
remembering these formulas, note that the subtracted partial derivative identifies both the
denominator and the variable for the integrating factor.
APPENDIX G.1 Exact First-Order Equations G5

EXAMPLE 5 Finding an Integrating Factor

Solve the differential equation  y 2  x dx  2y dy  0.

Solution The given equation is not exact because Myx, y  2y and Nxx, y  0.
However, because
Myx, y  Nxx, y 2y  0
  1  hx
Nx, y 2y
it follows that ehx dx  e dx  e x is an integrating factor. Multiplying the given
differential equation by e x produces the exact differential equation
 y 2e x  xe x dx  2ye x dy  0
whose solution is obtained as follows.

f x, y   Nx, y dy   2ye x dy  y 2e x  gx

Mx, y

fxx, y  y 2e x  g x  y 2e x  xe x

g x  xe x

Therefore, g x  xe x and gx  xe x  e x  C1, which implies that
f x, y  y 2e x  xe x  e x  C1.
The general solution is y 2e x  xe x  e x  C, or y 2  x  1  Cex.

The next example shows how a differential equation can help in sketching a force
field given by Fx, y  Mx, y i  Nx, y j.

EXAMPLE 6 An Application to Force Fields

Force field: Sketch the force field given by


2y y2 x
F (x, y) i j
x2 y2 x2 y2 2y y2  x
Fx, y  i j
Family of tangent curves to F:. x  y
2 2 x 2  y 2
y2 x 1 Ce x

y by finding and sketching the family of curves tangent to F.

Solution At the point x, y in the plane, the vector Fx, y has a slope of
dy   y 2  xx 2  y 2   y 2  x
2  
dx 2yx 2  y 2 2y

x
which, in differential form, is
3 1 3
2y dy    y 2  x dx
2  y 2  x dx  2y dy  0.
3
From Example 5, you know that the general solution of this differential equation is
y 2  x  1  Cex, or y 2  x  1  Cex. Figure G.3 shows several representative
curves from this family. Note that the force vector at x, y is tangent to the curve pass-
Figure G.3 ing through x, y.
G6 APPENDIX G Additional Topics in Differential Equations

E X E R C I S E S F O R A P P E N D I X G .1

In Exercises 1–10, determine whether the differential equation In Exercises 17–26, find the integrating factor that is a function
is exact. If it is, find the general solution. of x or y alone and use it to find the general solution of the
differential equation.
1. 2x  3y dx  2y  3x dy  0
2. ye x dx  e x dy  0 17. y dx  x  6y 2 dy  0
3. 3y 2  10xy 2 dx  6xy  2  10x 2y dy  0 18. 2x 3  y dx  x dy  0
4. 2 cos2x  y dx  cos2x  y dy  0 19. 5x 2  y dx  x dy  0
5. 4x 3  6xy 2 dx  4y 3  6xy dy  0 20. 5x 2  y 2 dx  2y dy  0
6. 2y 2e xy dx  2xye xy dy  0
2 2 21. x  y dx  tan x dy  0
1 22. 2x 2 y  1 dx  x 3 dy  0
7. x dy  y dx  0
x2  y2 23. y 2 dx  xy  1 dy  0
8. ex 2 y 2 x dx  y dy  0 24. x 2  2x  y dx  2 dy  0
1 25. 2y dx  x  siny  dy  0
9.  y 2 dx  x 2 dy  0
x  y2 26. 2y 3  1 dx  3xy 2  x 3 dy  0
10. ey cos xy  ydx  x  tan xy dy  0
In Exercises 27–30, use the integrating factor to find the
In Exercises 11 and 12, (a) sketch an approximate solution of general solution of the differential equation.
the differential equation satisfying the initial condition on the Integrating Factor Differential Equation
slope field, (b) find the particular solution that satisfies the
initial condition, and (c) use a graphing utility to graph 27. ux, y  xy 2 4x 2 y  2y 2 dx  3x 3  4xy dy  0
the particular solution. Compare the graph with the sketch in 28. ux, y  x2y 3y 2  5x 2 y dx  3xy  2x 3 dy  0
part (a).
29. ux, y  x2 y3 y 5  x 2 y dx  2xy 4  2x 3 dy  0
Differential Equation Initial Condition 30. ux, y  x2 y2 y 3 dx  xy 2  x 2 dy  0

11. 2x tan y  5 dx  x 2 sec 2 y dy  0 12, 4


31. Show that each expression is an integrating factor for the
differential equation
1
12. x dx  y dy  0 4, 3 y dx  x dy  0.
x 2  y 2
1 1 1 1
y y (a) (b) (c) (d)
x2 y2 xy x2  y2
4 4
32. Show that the differential equation
2 2 axy 2  by dx  bx 2y  ax dy  0
x x is exact only if a  b. If a  b, show that x m y n is an integrat-
−4 −2 2 4 −4 −2 2 4 ing factor, where
−2 −2
2b  a 2a  b
−4
m , n .
−4 ab ab

Figure for 11 Figure for 12 In Exercises 33–36, use a graphing utility to graph the family of
curves tangent to the given force field.
In Exercises 13–16, find the particular solution that satisfies the
initial condition. y x
33. Fx, y  i j
x 2  y 2 x 2  y 2
Differential Equation Initial Condition
x y
y 34. Fx, y  i j
13. dx  lnx  1  2y dy  0 y2  4 x 2  y 2 x 2  y 2
x1

14. 2
1
x dx  y dy  0 y0  4

35. Fx, y  4x 2 y i  2xy 2 
x
y2
j
x  y2
36. Fx, y  1  x 2 i  2xy j
15. e 3x sin 3y dx  cos 3y dy  0 y0  
16. x 2  y 2 dx  2xy dy  0 y3  1
APPENDIX G.1 Exact First-Order Equations G7

In Exercises 37 and 38, find an equation for the curve with the 42. Programming Write a program for a graphing utility or
specified slope passing through the given point. computer that will perform the calculations of Euler’s Method
for a specified differential equation, interval, x, and initial
Slope Point
condition. The output should be a graph of the discrete points
dy yx approximating the solution.
37.  2, 1
dx 3y  x
dy 2xy
Euler’s Method In Exercises 43–46, (a) use the program you
38.  0, 2 wrote in Exercise 42 to approximate the solution of the differ-
dx x 2  y 2
ential equation over the indicated interval with the specified
value of  x and the initial condition, (b) solve the differential
39. Cost If y  Cx represents the cost of producing x units in a equation analytically, and (c) use a graphing utility to graph the
manufacturing process, the elasticity of cost is defined as particular solution and compare the result with the graph of
marginal cost C x x dy part (a).
Ex    .
average cost Cxx y dx Differential Initial
Equation Interval x Condition
Find the cost function if the elasticity function is
43. y  x 
3
y 1, 2 0.01 y1  1
20x  y
Ex   2
2y  10x 44. y   y  1 1, 1 0.1 y1  1
4
where C100  500 and x ≥ 100.
xy
45. y  2, 4 0.05 y2  1
40. Euler’s Method Consider the differential equation x2  y2
y  Fx, y with the initial condition yx0   y0. At any point 6x  y 2
xk , yk  in the domain of F, Fxk , yk  yields the slope of the solu- 46. y  0, 5 0.2 y0  1
y3y  2x
tion at that point. Euler’s Method gives a discrete set of esti-
mates of the y values of a solution of the differential equation
using the iterative formula 47. Euler’s Method Repeat Exercise 45 for x  1 and
discuss how the accuracy of the result changes.
yk1  yk  Fxk , yk  x
48. Euler’s Method Repeat Exercise 46 for x  0.5 and
where x  xk1  xk. discuss how the accuracy of the result changes.
(a) Write a short paragraph describing the general idea of how
Euler’s Method works. True or False? In Exercises 49–52, determine whether the
statement is true or false. If it is false, explain why or give an
(b) How will decreasing the magnitude of x affect the accu-
example that shows it is false.
racy of Euler’s Method?
41. Euler’s Method Use Euler’s Method (see Exercise 40) to 49. The differential equation 2xy dx   y 2  x 2 dy  0 is exact.
approximate y1 for the values of x given in the table if 50. If M dx  N dy  0 is exact, then xM dx  xN dy  0 is also
y  x  y and y0  2. (Note that the number of iterations exact.
increases as x decreases.) Sketch a graph of the approximate 51. If M dx  N dy  0 is exact, then  f x  M  dx   g y 
solution on the direction field in the figure. N  dy  0 is also exact.
52. The differential equation f x dx  g y dy  0 is exact.
x 0.50 0.25 0.10
Estimate of y 1

The value of y1, accurate to three decimal places, is 4.213.

5
4
3
2
1
x
−4 −3 −2 −1 1 2

You might also like