1 First-Order Differential Equations

1.1 Differential Equations and Mathematical Models

The laws of the universe are written in the language of mathematics. Algebra is sufficient to solve many static problems, but the most interesting natural phenomena involve change and are described by equations that relate changing quantities.

Because the derivative dx/dt=f(t)dx/dt=f'(t) of the function f is the rate at which the quantity x=f(t)x=f(t) is changing with respect to the independent variable t, it is natural that equations involving derivatives are frequently used to describe the changing universe. An equation relating an unknown function and one or more of its derivatives is called a differential equation.

Example 1

The differential equation

dxdt=x2+t2
dxdt=x2+t2

involves both the unknown function x(t) and its first derivative x(t)=dx/dtx'(t)=dx/dt. The differential equation

d2ydx2+3dydx+7y=0
d2ydx2+3dydx+7y=0

involves the unknown function y of the independent variable x and the first two derivatives yy' and yy'' of y.

The study of differential equations has three principal goals:

  1. To discover the differential equation that describes a specified physical situation.

  2. To find—either exactly or approximately—the appropriate solution of that equation.

  3. To interpret the solution that is found.

In algebra, we typically seek the unknown numbers that satisfy an equation such as x3+7x211x+41=0x3+7x211x+41=0. By contrast, in solving a differential equation, we are challenged to find the unknown functions y=y(x)y=y(x) for which an identity such as y(x)=2xy(x)y'(x)=2xy(x)—that is, the differential equation

dydx=2xy
dydx=2xy

—holds on some interval of real numbers. Ordinarily, we will want to find all solutions of the differential equation, if possible.

Example 2

If C is a constant and

y(x)=Cex2,
y(x)=Cex2,
(1)

then

dydx=C(2xex2)=(2x)(Cex2)=2xy.
dydx=C(2xex2)=(2x)(Cex2)=2xy.

Thus every function y(x) of the form in Eq. (1) satisfies—and thus is a solution of—the differential equation

dydx=2xy
dydx=2xy
(2)

for all x. In particular, Eq. (1) defines an infinite family of different solutions of this differential equation, one for each choice of the arbitrary constant C. By the method of separation of variables (Section 1.4) it can be shown that every solution of the differential equation in (2) is of the form in Eq. (1).

Differential Equations and Mathematical Models

The following three examples illustrate the process of translating scientific laws and principles into differential equations. In each of these examples the independent variable is time t, but we will see numerous examples in which some quantity other than time is the independent variable.

Example 3

Rate of cooling Newton’s law of cooling may be stated in this way: The time rate of change (the rate of change with respect to time t) of the temperature T(t) of a body is proportional to the difference between T and the temperature A of the surrounding medium (Fig. 1.1.1). That is,

dTdt=k(TA),
dTdt=k(TA),
(3)

where k is a positive constant. Observe that if T>AT>A, then dT/dt<0dT/dt<0, so the temperature is a decreasing function of t and the body is cooling. But if T<AT<A, then dT/dt>0dT/dt>0, so that T is increasing.

Thus the physical law is translated into a differential equation. If we are given the values of k and A, we should be able to find an explicit formula for T(t), and then—with the aid of this formula—we can predict the future temperature of the body.

FIGURE 1.1.1.

Newton’s law of cooling, Eq. (3), describes the cooling of a hot rock in water.

Example 4

Draining tank Torricelli’s law implies that the time rate of change of the volume V of water in a draining tank (Fig. 1.1.2) is proportional to the square root of the depth y of water in the tank:

dVdt=ky,
dVdt=ky,
(4)

where k is a constant. If the tank is a cylinder with vertical sides and cross-sectional area A, then V=AyV=Ay, so dV/dt=A·(dy/dt)dV/dt=A(dy/dt). In this case Eq. (4) takes the form

dydt=hy,
dydt=hy,
(5)

where h=k/Ah=k/A is a constant.

FIGURE 1.1.2.

Torricelli’s law of draining, Eq. (4), describes the draining of a water tank.

Example 5

Population growth The time rate of change of a population P(t) with constant birth and death rates is, in many simple cases, proportional to the size of the population. That is,

dPdt=kP,
dPdt=kP,
(6)

where k is the constant of proportionality.

Let us discuss Example 5 further. Note first that each function of the form

P(t)=Cekt
P(t)=Cekt
(7)

is a solution of the differential equation

dPdt=kP
dPdt=kP

in (6). We verify this assertion as follows:

P(t)=Ckekt=k(Cekt)=kP(t)
P'(t)=Ckekt=k(Cekt)=kP(t)

for all real numbers t. Because substitution of each function of the form given in (7) into Eq. (6) produces an identity, all such functions are solutions of Eq. (6).

Thus, even if the value of the constant k is known, the differential equation dP/dt=kPdP/dt=kP has infinitely many different solutions of the form P(t)=CektP(t)=Cekt, one for each choice of the “arbitrary” constant C. This is typical of differential equations. It is also fortunate, because it may allow us to use additional information to select from among all these solutions a particular one that fits the situation under study.

Example 6

Population growth Suppose that P(t)=CektP(t)=Cekt is the population of a colony of bacteria at time t, that the population at time t=0t=0 (hours, h) was 1000, and that the population doubled after 1 h. This additional information about P(t) yields the following equations:

1000=P(0)=Ce0=C,2000=P(1)=Cek.
1000=P(0)=Ce0=C,2000=P(1)=Cek.

It follows that C=1000C=1000 and that ek=2ek=2, so k=ln 20.693147k=ln 20.693147. With this value of k the differential equation in (6) is

dPdt=(ln 2)P(0.693147)P.
dPdt=(ln 2)P(0.693147)P.

Substitution of k=ln 2k=ln 2 and C=1000C=1000 in Eq. (7) yields the particular solution

P(t)=1000e(ln 2)t=1000(eln 2)t=10002t(because eln 2=2)
P(t)=1000e(ln 2)t=1000(eln 2)t=10002t(because eln 2=2)

that satisfies the given conditions. We can use this particular solution to predict future populations of the bacteria colony. For instance, the predicted number of bacteria in the population after one and a half hours (when t=1.5t=1.5) is

P(1.5)=100023/22828.
P(1.5)=100023/22828.

The condition P(0)=1000P(0)=1000 in Example 6 is called an initial condition because we frequently write differential equations for which t=0t=0 is the “starting time.” Figure 1.1.3 shows several different graphs of the form P(t)=CektP(t)=Cekt with k=ln 2k=ln 2. The graphs of all the infinitely many solutions of dP/dt=kPdP/dt=kP in fact fill the entire two-dimensional plane, and no two intersect. Moreover, the selection of any one point P0P0 on the P-axis amounts to a determination of P(0)P(0). Because exactly one solution passes through each such point, we see in this case that an initial condition P(0)=P0P(0)=P0 determines a unique solution agreeing with the given data.

FIGURE 1.1.3.

Graphs of P(t)=CektP(t)=Cekt with k=ln 2k=ln 2.

Mathematical Models

Our brief discussion of population growth in Examples 5 and 6 illustrates the crucial process of mathematical modeling (Fig. 1.1.4), which involves the following:

  1. The formulation of a real-world problem in mathematical terms; that is, the construction of a mathematical model.

  2. The analysis or solution of the resulting mathematical problem.

  3. The interpretation of the mathematical results in the context of the original real-world situation—for example, answering the question originally posed.

FIGURE 1.1.4.

The process of mathematical modeling.

In the population example, the real-world problem is that of determining the population at some future time. A mathematical model consists of a list of variables (P and t) that describe the given situation, together with one or more equations relating these variables (dP/dt=kP, P(0)=P0dP/dt=kP, P(0)=P0) that are known or are assumed to hold. The mathematical analysis consists of solving these equations (here, for P as a function of t). Finally, we apply these mathematical results to attempt to answer the original real-world question.

As an example of this process, think of first formulating the mathematical model consisting of the equations dP/dt=kP, P(0)=1000dP/dt=kP, P(0)=1000, describing the bacteria population of Example 6. Then our mathematical analysis there consisted of solving for the solution function P(t)=1000e(ln 2)t=1000·2tP(t)=1000e(ln 2)t=10002t as our mathematical result. For an interpretation in terms of our real-world situation—the actual bacteria population—we substituted t=1.5t=1.5 to obtain the predicted population of P(1.5)2828P(1.5)2828 bacteria after 1.5 hours. If, for instance, the bacteria population is growing under ideal conditions of unlimited space and food supply, our prediction may be quite accurate, in which case we conclude that the mathematical model is adequate for studying this particular population.

On the other hand, it may turn out that no solution of the selected differential equation accurately fits the actual population we’re studying. For instance, for no choice of the constants C and k does the solution P(t)=CektP(t)=Cekt in Eq. (7) accurately describe the actual growth of the human population of the world over the past few centuries. We must conclude that the differential equation dP/dt=kPdP/dt=kP is inadequate for modeling the world population—which in recent decades has “leveled off” as compared with the steeply climbing graphs in the upper half (P>0P>0) of Fig. 1.1.3. With sufficient insight, we might formulate a new mathematical model including a perhaps more complicated differential equation, one that takes into account such factors as a limited food supply and the effect of increased population on birth and death rates. With the formulation of this new mathematical model, we may attempt to traverse once again the diagram of Fig. 1.1.4 in a counterclockwise manner. If we can solve the new differential equation, we get new solution functions to compare with the real-world population. Indeed, a successful population analysis may require refining the mathematical model still further as it is repeatedly measured against real-world experience.

But in Example 6 we simply ignored any complicating factors that might affect our bacteria population. This made the mathematical analysis quite simple, perhaps unrealistically so. A satisfactory mathematical model is subject to two contradictory requirements: It must be sufficiently detailed to represent the real-world situation with relative accuracy, yet it must be sufficiently simple to make the mathematical analysis practical. If the model is so detailed that it fully represents the physical situation, then the mathematical analysis may be too difficult to carry out. If the model is too simple, the results may be so inaccurate as to be useless. Thus there is an inevitable tradeoff between what is physically realistic and what is mathematically possible. The construction of a model that adequately bridges this gap between realism and feasibility is therefore the most crucial and delicate step in the process. Ways must be found to simplify the model mathematically without sacrificing essential features of the real-world situation.

Mathematical models are discussed throughout this book. The remainder of this introductory section is devoted to simple examples and to standard terminology used in discussing differential equations and their solutions.

Examples and Terminology

Example 7

If C is a constant and y(x)=1/(Cx)y(x)=1/(Cx), then

dydx=1(Cx)2=y2
dydx=1(Cx)2=y2

if xCxC. Thus

y(x)=1Cx
y(x)=1Cx
(8)

defines a solution of the differential equation

dydx=y2
dydx=y2
(9)

on any interval of real numbers not containing the point x=Cx=C. Actually, Eq. (8) defines a one-parameter family of solutions of dy/dx=y2dy/dx=y2, one for each value of the arbitrary constant or “parameter” C. With C=1C=1 we get the particular solution

y(x)=11x
y(x)=11x

that satisfies the initial condition y(0)=1y(0)=1. As indicated in Fig. 1.1.5, this solution is continuous on the interval (,1)(,1) but has a vertical asymptote at x=1x=1.

Example 8

Verify that the function y(x)=2x1/2x1/2 ln xy(x)=2x1/2x1/2 ln x satisfies the differential equation

4x2y+y=0
4x2y′′+y=0
(10)

for all x>0x>0.

Solution

First we compute the derivatives

y(x)=12x1/2 ln xandy(x)=14x3/2 ln x12x3/2.
y'(x)=12x1/2 ln xandy′′(x)=14x3/2 ln x12x3/2.

Then substitution into Eq. (10) yields

4x2y+y=4x2(14x3/2 ln x12x3/2)+2x1/2x1/2 ln  x=0
4x2y′′+y=4x2(14x3/2 ln x12x3/2)+2x1/2x1/2 ln  x=0

if x is positive, so the differential equation is satisfied for all x>0x>0.

The fact that we can write a differential equation is not enough to guarantee that it has a solution. For example, it is clear that the differential equation

(y)2+y2=1
(y')2+y2=1
(11)

has no (real-valued) solution, because the sum of nonnegative numbers cannot be negative. For a variation on this theme, note that the equation

(y)2+y2=0
(y')2+y2=0
(12)

obviously has only the (real-valued) solution y(x)0y(x)0. In our previous examples any differential equation having at least one solution indeed had infinitely many.

The order of a differential equation is the order of the highest derivative that appears in it. The differential equation of Example 8 is of second order, those in Examples 2 through 7 are first-order equations, and

y(4)+x2y(3)+x5y=sin x
y(4)+x2y(3)+x5y=sin x

is a fourth-order equation. The most general form of an nth-order differential equation with independent variable x and unknown function or dependent variable y=y(x)y=y(x) is

F(x, y, y, y, , y(n))=0,
F(x, y, y', y′′, , y(n))=0,
(13)

where F is a specific real-valued function of n+2n+2 variables.

Our use of the word solution has been until now somewhat informal. To be precise, we say that the continuous function u=u(x)u=u(x) is a solution of the differential equation in (13) on the interval I provided that the derivatives u, u, , u(n)u', u'', , u(n) exist on I and

F(x, u, u, u, , u(n))=0
F(x, u, u', u′′, , u(n))=0

for all x in I. For the sake of brevity, we may say that u=u(x)u=u(x) satisfies the differential equation in (13) on I.

Remark

Recall from elementary calculus that a differentiable function on an open interval is necessarily continuous there. This is why only a continuous function can qualify as a (differentiable) solution of a differential equation on an interval.

FIGURE 1.1.5.

The solution of y=y2y'=y2 defined by y(x)=1/(1x)y(x)=1/(1x).

Example 7

Continued Figure 1.1.5 shows the two “connected” branches of the graph y=1/(1x)y=1/(1x). The left-hand branch is the graph of a (continuous) solution of the differential equation y=y2y'=y2 that is defined on the interval (, 1)(, 1). The right-hand branch is the graph of a different solution of the differential equation that is defined (and continuous) on the different interval (1, )(1, ). So the single formula y(x)=1/(1x)y(x)=1/(1x) actually defines two different solutions (with different domains of definition) of the same differential equation y=y2y'=y2.

Example 9

If A and B are constants and

y(x)=A cos 3x+B sin 3x.
y(x)=A cos 3x+B sin 3x.
(14)

then two successive differentiations yield

y(x)=3A sin 3x+3B cos 3x,y(x)=9A cos 3x9B sin 3x=9y(x)
y'(x)y′′(x)==3A sin 3x+3B cos 3x,9A cos 3x9B sin 3x=9y(x)

for all x. Consequently, Eq. (14) defines what it is natural to call a two-parameter family of solutions of the second-order differential equation

y+9y=0
y′′+9y=0
(15)

on the whole real number line. Figure 1.1.6 shows the graphs of several such solutions.

Although the differential equations in (11) and (12) are exceptions to the general rule, we will see that an nth-order differential equation ordinarily has an n-parameter family of solutions—one involving n different arbitrary constants or parameters.

FIGURE 1.1.6.

The three solutions y1(x)=3 cos 3x, y2(x)=2 sin 3xy1(x)=3 cos 3x, y2(x)=2 sin 3x, and y3(x)=3 cos 3x+2 sin 3xy3(x)=3 cos 3x+2 sin 3x of the differential equation y+9y=0y''+9y=0.

In both Eqs. (11) and (12), the appearance of yy' as an implicitly defined function causes complications. For this reason, we will ordinarily assume that any differential equation under study can be solved explicitly for the highest derivative that appears; that is, that the equation can be written in the so-called normal form

y(n)=G(x, y, y, y, , y(n1)),
y(n)=G(x, y, y', y′′, , y(n1)),
(16)

where G is a real-valued function of n+1n+1 variables. In addition, we will always seek only real-valued solutions unless we warn the reader otherwise.

All the differential equations we have mentioned so far are ordinary differential equations, meaning that the unknown function (dependent variable) depends on only a single independent variable. If the dependent variable is a function of two or more independent variables, then partial derivatives are likely to be involved; if they are, the equation is called a partial differential equation. For example, the temperature u=u(x,t)u=u(x,t) of a long thin uniform rod at the point x at time t satisfies (under appropriate simple conditions) the partial differential equation

ut=k2ux2,
ut=k2ux2,

where k is a constant (called the thermal diffusivity of the rod). In Chapters 1 through 8 we will be concerned only with ordinary differential equations and will refer to them simply as differential equations.

In this chapter we concentrate on first-order differential equations of the form

dydx=f(x, y).
dydx=f(x, y).
(17)

We also will sample the wide range of applications of such equations. A typical mathematical model of an applied situation will be an initial value problem, consisting of a differential equation of the form in (17) together with an initial condition y(x0)=y0y(x0)=y0. Note that we call y(x0)=y0y(x0)=y0 an initial condition whether or not x0=0x0=0. To solve the initial value problem

dydx=f(x, y),y(x0)=y0
dydx=f(x, y),y(x0)=y0
(18)

means to find a differentiable function y=y(x)y=y(x) that satisfies both conditions in Eq. (18) on some interval containing x0x0.

Example 10

Given the solution y(x)=1/(Cx)y(x)=1/(Cx) of the differential equation dy/dx=y2dy/dx=y2 discussed in Example 7, solve the initial value problem

dydx=y2,   y(1)=2.
dydx=y2,   y(1)=2.

Solution

We need only find a value of C so that the solution y(x)=1/(Cx)y(x)=1/(Cx) satisfies the initial condition y(1)=2y(1)=2. Substitution of the values x=1x=1 and y=2y=2 in the given solution yields

2=y(1)=1C1,
2=y(1)=1C1,

so 2C2=12C2=1, and hence C=32C=32. With this value of C we obtain the desired solution

y(x)=132x=232x.
y(x)=132x=232x.

Figure 1.1.7 shows the two branches of the graph y=2/(32x)y=2/(32x). The left-hand branch is the graph on (,32)(,32) of the solution of the given initial value problem y=y2, y(1)=2y'=y2, y(1)=2. The right-hand branch passes through the point (2,2)(2,2) and is therefore the graph on (32,)(32,) of the solution of the different initial value problem y=y2, y(2)=2y'=y2, y(2)=2.

The central question of greatest immediate interest to us is this: If we are given a differential equation known to have a solution satisfying a given initial condition, how do we actually find or compute that solution? And, once found, what can we do with it? We will see that a relatively few simple techniques—separation of variables (Section 1.4), solution of linear equations (Section 1.5), elementary substitution methods (Section 1.6)—are enough to enable us to solve a variety of first-order equations having impressive applications.

FIGURE 1.1.7.

The solutions of y=y2y'=y2 defined by y(x)=2/(32x)y(x)=2/(32x).

1.1 Problems

In Problems 1 through 12, verify by substitution that each given function is a solution of the given differential equation. Throughout these problems, primes denote derivatives with respect to x.

  1. y=3x2y'=3x2; y=x3+7y=x3+7

     

  2. y+2y=0y'+2y=0; y=3e2xy=3e2x

     

  3. y+4y=0y''+4y=0; y1=cos 2x, y2=sin 2xy1=cos 2x, y2=sin 2x

     

  4. y=9yy''=9y; y1=e3x, y2=e3xy1=e3x, y2=e3x

     

  5. y=y+2exy'=y+2ex; y=exexy=exex

     

  6. y+4y+4y=0y''+4y'+4y=0; y1=e2x, y2=xe2xy1=e2x, y2=xe2x

     

  7. y2y+2y=0y''2y'+2y=0; y1=ex cos x, y2=ex sin xy1=ex cos x, y2=ex sin x

     

  8. y+y=3 cos 2x, y1=cos xcos 2x, y2=sin xcos 2xy''+y=3 cos 2x, y1=cos xcos 2x, y2=sin xcos 2x

     

  9. y+2xy2=0y'+2xy2=0; y=11+x2y=11+x2

     

  10. x2y+xyy=ln xx2y''+xy'y=ln x; y1=xln x, y2=1xln xy1=xln x, y2=1xln x

     

  11. x2y+5xy+4y=0x2y''+5xy'+4y=0; y1=1x2, y2=ln xx2y1=1x2, y2=ln xx2

     

  12. x2yxy+2y=0x2y''xy'+2y=0; y1=xcos(ln x), y2=xsin(ln x)y1=xcos(ln x), y2=xsin(ln x)

In Problems 13 through 16, substitute y=erxy=erx into the given differential equation to determine all values of the constant r for which y=erxy=erx is a solution of the equation.

  1. 3y=2y3y'=2y

     

  2. 4y=y4y''=y

     

  3. y+y2y=0y''+y'2y=0

     

  4. 3y+3y4y=03y''+3y'4y=0

In Problems 17 through 26, first verify that y(x) satisfies the given differential equation. Then determine a value of the constant C so that y(x) satisfies the given initial condition. Use a computer or graphing calculator (if desired) to sketch several typical solutions of the given differential equation, and highlight the one that satisfies the given initial condition.

  1. y+y=0y'+y=0; y(x)=Cex, y(0)=2y(x)=Cex, y(0)=2

     

  2. y=2yy'=2y; y(x)=Ce2x, y(0)=3y(x)=Ce2x, y(0)=3

     

  3. y=y+1y'=y+1; y(x)=Cex1, y(0)=5y(x)=Cex1, y(0)=5

     

  4. y=xyy'=xy; y(x)=Cex+x1, y(0)=10y(x)=Cex+x1, y(0)=10

     

  5. y+3x2y=0y'+3x2y=0; y(x)=Cex3, y(0)=7y(x)=Cex3, y(0)=7

     

  6. eyy=1eyy'=1; y(x)=ln (x+C), y(0)=0y(x)=ln (x+C), y(0)=0

     

  7. xdydx+3y=2x5xdydx+3y=2x5; y(x)=14x5+Cx3, y(2)=1y(x)=14x5+Cx3, y(2)=1

     

  8. xy3y=x3xy'3y=x3; y(x)=x3(C+ln x), y(1)=17y(x)=x3(C+ln x), y(1)=17

     

  9. y=3x2(y2+1)y'=3x2(y2+1); y(x)=tan(x3+C), y(0)=1y(x)=tan(x3+C), y(0)=1

     

  10. y+ytanx=cos xy'+ytanx=cos x; y(x)=(x+C) cos x, y(π)=0y(x)=(x+C) cos x, y(π)=0

In Problems 27 through 31, a function y=g(x)y=g(x) is described by some geometric property of its graph. Write a differential equation of the form dy/dx=f(x,y)dy/dx=f(x,y) having the function g as its solution (or as one of its solutions).

  1. The slope of the graph of g at the point (x, y) is the sum of x and y.

  2. The line tangent to the graph of g at the point (x, y) intersects the x-axis at the point (x/2,0)(x/2,0).

  3. Every straight line normal to the graph of g passes through the point (0, 1). Can you guess what the graph of such a function g might look like?

  4. The graph of g is normal to every curve of the form y=x2+ky=x2+k (k is a constant) where they meet.

  5. The line tangent to the graph of g at (x, y) passes through the point (y,x)(y,x).

Differential Equations as Models

In Problems 32 through 36, write—in the manner of Eqs. (3) through (6) of this section—a differential equation that is a mathematical model of the situation described.

  1. The time rate of change of a population P is proportional to the square root of P.

  2. The time rate of change of the velocity v of a coasting motorboat is proportional to the square of v.

  3. The acceleration dv/dtdv/dt of a Lamborghini is proportional to the difference between 250 km/h and the velocity of the car.

  4. In a city having a fixed population of P persons, the time rate of change of the number N of those persons who have heard a certain rumor is proportional to the number of those who have not yet heard the rumor.

  5. In a city with a fixed population of P persons, the time rate of change of the number N of those persons infected with a certain contagious disease is proportional to the product of the number who have the disease and the number who do not.

In Problems 37 through 42, determine by inspection at least one solution of the given differential equation. That is, use your knowledge of derivatives to make an intelligent guess. Then test your hypothesis.

  1. y=0y''=0

     

  2. y=yy'=y

     

  3. xy+y=3x2xy'+y=3x2

     

  4. (y)2+y2=1(y')2+y2=1

     

  5. y+y=exy'+y=ex

     

  6. y+y=0y''+y=0

Problems 43 through 46 concern the differential equation

dxdt=kx2,
dxdt=kx2,

where k is a constant.

    1. If k is a constant, show that a general (one-parameter) solution of the differential equation is given by x(t)=1/(Ckt)x(t)=1/(Ckt), where C is an arbitrary constant.

    2. Determine by inspection a solution of the initial value problem x=kx2, x(0)=0x'=kx2, x(0)=0.

    1. Assume that k is positive, and then sketch graphs of solutions of x=kx2x'=kx2 with several typical positive values of x(0)x(0).

    2. How would these solutions differ if the constant k were negative?

  1. Suppose a population P of rodents satisfies the differential equation dP/dt=kP2dP/dt=kP2. Initially, there are P(0)=2P(0)=2 rodents, and their number is increasing at the rate of dP/dt=1dP/dt=1 rodent per month when there are P=10P=10 rodents. Based on the result of Problem 43, how long will it take for this population to grow to a hundred rodents? To a thousand? What’s happening here?

    FIGURE 1.1.8.

    Graphs of solutions of the equation dy/dx=y2.dy/dx=y2.

  2. Suppose the velocity v of a motorboat coasting in water satisfies the differential equation dv/dt=kv2dv/dt=kv2. The initial speed of the motorboat is v(0)=10v(0)=10 meters per second (m/s), and v is decreasing at the rate of 1 m/s2m/s2 when v=5 m/sv=5 m/s. Based on the result of Problem 43, long does it take for the velocity of the boat to decrease to 1 m/s? To 110 m/s110 m/s? When does the boat come to a stop?

  3. In Example 7 we saw that y(x)=1/(Cx)y(x)=1/(Cx) defines a one-parameter family of solutions of the differential equation dy/dx=y2dy/dx=y2.

    1. Determine a value of C so that y(10)=10y(10)=10.

    2. Is there a value of C such that y(0)=0y(0)=0? Can you nevertheless find by inspection a solution of dy/dx=y2dy/dx=y2 such that y(0)=0y(0)=0?

    3. Figure 1.1.8 shows typical graphs of solutions of the form y(x)=1/(Cx)y(x)=1/(Cx). Does it appear that these solution curves fill the entire xy-plane? Can you conclude that, given any point (a, b) in the plane, the differential equation dy/dx=y2dy/dx=y2 has exactly one solution y(x) satisfying the condition y(a)=by(a)=b?

    1. Show that y(x)=Cx4y(x)=Cx4 defines a one-parameter family of differentiable solutions of the differential equation xy=4yxy'=4y (Fig. 1.1.9).

    2. Show that

      y(x)={x4if x<0,x4if x0
      y(x)={x4x4if x<0,if x0

      defines a differentiable solution of xy=4yxy'=4y for all x, but is not of the form y(x)=Cx4y(x)=Cx4.

    3. Given any two real numbers a and b, explain why—in contrast to the situation in part (c) of Problem 47—there exist infinitely many differentiable solutions of xy=4yxy'=4y that all satisfy the condition y(a)=by(a)=b.

    FIGURE 1.1.9.

    The graph y=Cx4y=Cx4 for various values of C.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.15.202.214