0% found this document useful (0 votes)
487 views9 pages

1.1 Differential Equations and Mathematical Models

The document discusses differential equations and how they are used to model natural phenomena and physical systems. It provides examples of how the rates of change in temperature, volume of a draining tank, and population growth can be described by differential equations. The key aspects are that differential equations relate an unknown function and its derivatives, and solving them involves finding the functions that satisfy the equations.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
487 views9 pages

1.1 Differential Equations and Mathematical Models

The document discusses differential equations and how they are used to model natural phenomena and physical systems. It provides examples of how the rates of change in temperature, volume of a draining tank, and population growth can be described by differential equations. The key aspects are that differential equations relate an unknown function and its derivatives, and solving them involves finding the functions that satisfy the equations.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

1 First-Order

Differential Equations

1.1 Differential Equations and Mathematical Models

T he 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 D f 0 .t / of the function f is the rate at which
the quantity x D 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
dx
D x2 C t 2
dt
involves both the unknown function x.t / and its first derivative x 0 .t/ D dx=dt . The differential
equation
d 2y dy
C3 C 7y D 0
dx 2 dx
involves the unknown function y of the independent variable x and the first two derivatives
y 0 and y 00 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 x 3 C 7x 2 11x C 41 D 0. By contrast, in solving a differential equation, we

www.pdfgrip.com
2 Chapter 1 First-Order Differential Equations

are challenged to find the unknown functions y D y.x/ for which an identity such
as y 0 .x/ D 2xy.x/—that is, the differential equation

dy
D 2xy
dx

—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
2
y.x/ D C e x ; (1)
then
dy  2
  2

D C 2xe x D .2x/ C e x D 2xy:
dx
Thus every function y.x/ of the form in Eq. (1) satisfies—and thus is a solution of—the
differential equation
dy
D 2xy (2)
dx
for all x . In particular, Eq. (1) defines an infinite family of different solutions of this differen-
tial 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
Temperature A
to the difference between T and the temperature A of the surrounding medium (Fig. 1.1.1).
That is,
dT
D k.T A/; (3)
Temperature T dt
where k is a positive constant. Observe that if T > A, then d T=dt < 0, so the temperature is
a decreasing function of t and the body is cooling. But if T < A, then d T=dt > 0, so that T
is increasing.
FIGURE 1.1.1. Newton’s law of Thus the physical law is translated into a differential equation. If we are given the
cooling, Eq. (3), describes the cooling values of k and A, we should be able to find an explicit formula for T .t/, and then—with the
of a hot rock in water.
aid of this formula—we can predict the future temperature of the body.
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:
dV p
Volume V y
D k y; (4)
dt
where k is a constant. If the tank is a cylinder with vertical sides and cross-sectional area A,
then V D Ay , so d V =dt D A  .dy=dt/. In this case Eq. (4) takes the form

dy p
D h y; (5)
FIGURE 1.1.2. Torricelli’s law of dt
draining, Eq. (4), describes the
draining of a water tank. where h D k=A is a constant.

www.pdfgrip.com
1.1 Differential Equations and Mathematical Models 3

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,
dP
D kP; (6)
dt
where k is the constant of proportionality.
Let us discuss Example 5 further. Note first that each function of the form

P .t/ D C e kt (7)

is a solution of the differential equation


dP
D kP
dt
in (6). We verify this assertion as follows:
 
P 0 .t/ D C ke kt D k C e kt D 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 D kP has infinitely many different solutions of the form P .t / D C e kt , 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/ D C e kt is the population of a colony of bacteria at
time t , that the population at time t D 0 (hours, h) was 1000, and that the population doubled
after 1 h. This additional information about P .t/ yields the following equations:
1000 D P .0/ D C e 0 D C;
2000 D P .1/ D C e k :

It follows that C D 1000 and that e k D 2, so k D ln 2  0:693147. With this value of k the
differential equation in (6) is
dP
D .ln 2/P  .0:693147/P:
dt
Substitution of k D ln 2 and C D 1000 in Eq. (7) yields the particular solution
C = 12 C = 6 C = 3 P .t/ D 1000e .ln 2/t D 1000.e ln 2 /t D 1000  2t (because e ln 2 D 2)
8
C=1 that satisfies the given conditions. We can use this particular solution to predict future popu-
6
4 lations of the bacteria colony. For instance, the predicted number of bacteria in the population
after one and a half hours (when t D 1:5) is
2 1
C=
0 2 P .1:5/ D 1000  23=2  2828:
P

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

www.pdfgrip.com
4 Chapter 1 First-Order Differential Equations

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.

Real-world
situation

Formulation Interpretation

Mathematical Mathematical Mathematical


model analysis results

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 vari-
ables (P and t ) that describe the given situation, together with one or more equations
relating these variables (dP=dt D kP , P .0/ D 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 D kP , P .0/ D 1000, describing the bac-
teria population of Example 6. Then our mathematical analysis there consisted of
solving for the solution function P .t / D 1000e .ln 2/t D 1000  2t as our mathemat-
ical result. For an interpretation in terms of our real-world situation—the actual
bacteria population—we substituted t D 1:5 to obtain the predicted population of
P .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 / D C e kt 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 D 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 > 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 com-

www.pdfgrip.com
1.1 Differential Equations and Mathematical Models 5

pare 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 af-
fect our bacteria population. This made the mathematical analysis quite simple,
perhaps unrealistically so. A satisfactory mathematical model is subject to two con-
tradictory requirements: It must be sufficiently detailed to represent the real-world
situation with relative accuracy, yet it must be sufficiently simple to make the math-
ematical 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 math-
ematically 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/ D 1=.C x/, then
dy 1
D D y2
dx .C x/2
if x 6D C . Thus
1
y.x/ D (8)
C x
defines a solution of the differential equation
dy
D y2 (9)
dx
on any interval of real numbers not containing the point x D C . Actually, Eq. (8) defines a
one-parameter family of solutions of dy=dx D y 2 , one for each value of the arbitrary constant
or “parameter” C . With C D 1 we get the particular solution
1
y.x/ D
1 x
that satisfies the initial condition y.0/ D 1. As indicated in Fig. 1.1.5, this solution is contin-
uous on the interval . 1; 1/ but has a vertical asymptote at x D 1.
Example 8 Verify that the function y.x/ D 2x 1=2 x 1=2 ln x satisfies the differential equation

4x 2 y 00 C y D 0 (10)

for all x > 0.


Solution First we compute the derivatives

y 0 .x/ D 1
2x
1=2
ln x and y 00 .x/ D 1
4x
3=2
ln x 1
2x
3=2
:

Then substitution into Eq. (10) yields


 
4x 2 y 00 C y D 4x 2 41 x 3=2 ln x 1
2x
3=2
C 2x 1=2 x 1=2 ln x D 0

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

www.pdfgrip.com
6 Chapter 1 First-Order Differential Equations

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 0 /2 C y 2 D 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 0 /2 C y 2 D 0 (12)

obviously has only the (real-valued) solution y.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/ C x 2 y .3/ C x 5 y D 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 D y.x/ is  
5 F x; y; y 0 ; y 00 ; : : : ; y .n/ D 0; (13)
y = 1/(1 – x)
where F is a specific real-valued function of n C 2 variables.
(0, 1) x=1
Our use of the word solution has been until now somewhat informal. To be
precise, we say that the continuous function u D u.x/ is a solution of the differential
0 equation in (13) on the interval I provided that the derivatives u0 , u00 , : : : , u.n/ exist
y

on I and  
F x; u; u0 ; u00 ; : : : ; u.n/ D 0

for all x in I . For the sake of brevity, we may say that u D u.x/ satisfies the
–5
–5 0 5 differential equation in (13) on I .
x
Remark Recall from elementary calculus that a differentiable function on an open interval
FIGURE 1.1.5. The solution of is necessarily continuous there. This is why only a continuous function can qualify as a
y 0 D y 2 defined by y.x/ D 1=.1 x/. (differentiable) solution of a differential equation on an interval.

Example 7 Continued Figure 1.1.5 shows the two “connected” branches of the graph y D 1=.1 x/.
The left-hand branch is the graph of a (continuous) solution of the differential equation y 0 D
y 2 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/ D 1=.1 x/ actually defines two different solutions (with
different domains of definition) of the same differential equation y 0 D y 2 .
Example 9 If A and B are constants and
y.x/ D A cos 3x C B sin 3x; (14)
then two successive differentiations yield
y 0 .x/ D 3A sin 3x C 3B cos 3x;
00
y .x/ D 9A cos 3x 9B sin 3x D 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 00 C 9y D 0 (15)
on the whole real number line. Figure 1.1.6 shows the graphs of several such solutions.

www.pdfgrip.com
1.1 Differential Equations and Mathematical Models 7

Although the differential equations in (11) and (12) are exceptions to the gen-
eral rule, we will see that an nth-order differential equation ordinarily has an n-
5 parameter family of solutions—one involving n different arbitrary constants or pa-
y3 rameters.
y1
In both Eqs. (11) and (12), the appearance of y 0 as an implicitly defined func-
y2
tion causes complications. For this reason, we will ordinarily assume that any dif-
ferential equation under study can be solved explicitly for the highest derivative that
0 appears; that is, that the equation can be written in the so-called normal form
y

 
y .n/ D G x; y; y 0 ; y 00 ; : : : ; y .n 1/
; (16)

–5 where G is a real-valued function of n C 1 variables. In addition, we will always


–3 0 3
x seek only real-valued solutions unless we warn the reader otherwise.
FIGURE 1.1.6. The three solutions All the differential equations we have mentioned so far are ordinary differ-
y1 .x/ D 3 cos 3x , y2 .x/ D 2 sin 3x , ential equations, meaning that the unknown function (dependent variable) depends
and y3 .x/ D 3 cos 3x C 2 sin 3x of on only a single independent variable. If the dependent variable is a function of
the differential equation y 00 C 9y D 0.
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 D 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

@u @2 u
D k 2;
@t @x

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

dy
D f .x; y/: (17)
dx

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, con-
sisting of a differential equation of the form in (17) together with an initial condi-
tion y.x0 / D y0 . Note that we call y.x0 / D y0 an initial condition whether or not
x0 D 0. To solve the initial value problem

dy
D f .x; y/; y.x0 / D y0 (18)
dx

means to find a differentiable function y D y.x/ that satisfies both conditions in


Eq. (18) on some interval containing x0 .
Example 10 Given the solution y.x/ D 1=.C x/ of the differential equation dy=dx D y 2 discussed in
Example 7, solve the initial value problem
dy
D y2; y.1/ D 2:
dx
Solution We need only find a value of C so that the solution y.x/ D 1=.C x/ satisfies the initial
condition y.1/ D 2. Substitution of the values x D 1 and y D 2 in the given solution yields
1
2 D y.1/ D ;
C 1

www.pdfgrip.com
8 Chapter 1 First-Order Differential Equations

3
5 so 2C 2 D 1, and hence C D 2. With this value of C we obtain the desired solution

y = 2/(3 – 2x) 1 2
y.x/ D D :
(1, 2)
3
2 x 3 2x
x = 3/2 Figure 1.1.7 shows the two branches of the graph y D 2=.3 2x/. The left-hand branch is
0
y

the graph on . 1; 23 / of the solution of the given initial value problem y 0 D y 2 , y.1/ D 2.
The right-hand branch passes through the point .2; 2/ and is therefore the graph on . 32 ; 1/
(2, –2)
of the solution of the different initial value problem y 0 D y 2 , y.2/ D 2.
The central question of greatest immediate interest to us is this: If we are given
–5 a differential equation known to have a solution satisfying a given initial condition,
–5 0 5
x how do we actually find or compute that solution? And, once found, what can we do
FIGURE 1.1.7. The solutions of with it? We will see that a relatively few simple techniques—separation of variables
y 0 D y 2 defined by (Section 1.4), solution of linear equations (Section 1.5), elementary substitution
y.x/ D 2=.3 2x/. methods (Section 1.6)—are enough to enable us to solve a variety of first-order
equations having impressive applications.

1.1 Problems
In Problems 1 through 12, verify by substitution that each 20. y 0 D x y ; y.x/ D C e x C x 1, y.0/ D 10
3
given function is a solution of the given differential equation. 21. y 0 C 3x 2 y D 0; y.x/ D C e x , y.0/ D 7
Throughout these problems, primes denote derivatives with re- y 0
22. e y D 1; y.x/ D ln.x C C /, y.0/ D 0
spect to x . dy
23. x C 3y D 2x 5 ; y.x/ D 41 x 5 C C x 3 , y.2/ D 1
1. y 0 D 3x 2 ; y D x 3 C 7 dx
24. xy 0 3y D x 3 ; y.x/ D x 3 .C C ln x/, y.1/ D 17
2. y 0 C 2y D 0; y D 3e 2x 25. y 0 D 3x 2 .y 2 C 1/; y.x/ D tan.x 3 C C /, y.0/ D 1
3. y 00 C 4y D 0; y1 D cos 2x , y2 D sin 2x 26. y 0 C y tan x D cos x ; y.x/ D .x C C / cos x , y./ D 0
4. y 00 D 9y ; y1 D e 3x , y2 D e 3x
5. y 0 D y C 2e x ; y D e x e x In Problems 27 through 31, a function y D g.x/ is described
6. y 00 C 4y 0 C 4y D 0; y1 D e 2x , y2 D xe 2x by some geometric property of its graph. Write a differential
7. y 00 2y 0 C 2y D 0; y1 D e x cos x , y2 D e x sin x equation of the form dy=dx D f .x; y/ having the function g as
8. y 00 C y D 3 cos 2x , y1 D cos x cos 2x , y2 D sin x cos 2x its solution (or as one of its solutions).
1 27. The slope of the graph of g at the point .x; y/ is the sum
9. y 0 C 2xy 2 D 0; y D
1 C x2 of x and y .
1
10. x 2 y 00 C xy 0 y D ln x ; y1 D x ln x , y2 D ln x 28. The line tangent to the graph of g at the point .x; y/ inter-
x sects the x -axis at the point .x=2; 0/.
1 ln x
11. x 2 y 00 C 5xy 0 C 4y D 0; y1 D 2 , y2 D 2 29. Every straight line normal to the graph of g passes through
x x the point .0; 1/. Can you guess what the graph of such a
12. x 2 y 00 xy 0 C 2y D 0; y1 D x cos.ln x/, y2 D x sin.ln x/
function g might look like?
In Problems 13 through 16, substitute y D e rx into the given 30. The graph of g is normal to every curve of the form
differential equation to determine all values of the constant r y D x 2 C k (k is a constant) where they meet.
for which y D e rx is a solution of the equation. 31. The line tangent to the graph of g at .x; y/ passes through
the point . y; x/.
13. 3y 0 D 2y 14. 4y 00 D y
15. y 00 C y 0 2y D 0 16. 3y 00 C 3y 0 4y D 0 Differential Equations as Models
In Problems 32 through 36, write—in the manner of Eqs. (3)
In Problems 17 through 26, first verify that y.x/ satisfies the through (6) of this section—a differential equation that is a
given differential equation. Then determine a value of the con- mathematical model of the situation described.
stant C so that y.x/ satisfies the given initial condition. Use a
computer or graphing calculator (if desired) to sketch several 32. The time rate of change of a population P is proportional
typical solutions of the given differential equation, and high- to the square root of P .
light the one that satisfies the given initial condition. 33. The time rate of change of the velocity v of a coasting
motorboat is proportional to the square of v .
17. y 0 C y D 0; y.x/ D C e x , y.0/ D 2 34. The acceleration dv=dt of a Lamborghini is proportional
18. y 0 D 2y ; y.x/ D C e 2x , y.0/ D 3 to the difference between 250 km=h and the velocity of the
19. y 0 D y C 1; y.x/ D C e x 1, y.0/ D 5 car.

www.pdfgrip.com
1.1 Differential Equations and Mathematical Models 9

35. In a city having a fixed population of P persons, the time 2 rodents, and their number is increasing at the rate of
rate of change of the number N of those persons who have dP=dt D 1 rodent per month when there are P D 10 ro-
heard a certain rumor is proportional to the number of dents. Based on the result of Problem 43, how long will it
those who have not yet heard the rumor. take for this population to grow to a hundred rodents? To
36. In a city with a fixed population of P persons, the time rate a thousand? What’s happening here?
of change of the number N of those persons infected with 46. Suppose the velocity v of a motorboat coasting in water
a certain contagious disease is proportional to the product satisfies the differential equation dv=dt D kv 2 . The ini-
of the number who have the disease and the number who tial speed of the motorboat is v.0/ D 10 meters per sec-
do not. ond (m=s), and v is decreasing at the rate of 1 m=s2 when
v D 5 m=s. Based on the result of Problem 43, long does
In Problems 37 through 42, determine by inspection at least it take for the velocity of the boat to decrease to 1 m=s?
one solution of the given differential equation. That is, use To 101
m=s? When does the boat come to a stop?
your knowledge of derivatives to make an intelligent guess. 47. In Example 7 we saw that y.x/ D 1=.C x/ defines a
Then test your hypothesis. one-parameter family of solutions of the differential equa-
37. y 00 D 0 38. y 0 D y tion dy=dx D y 2 . (a) Determine a value of C so that
39. xy 0 C y D 3x 2 40. .y 0 /2 C y 2 D 1 y.10/ D 10. (b) Is there a value of C such that y.0/ D 0?
41. y 0 C y D e x 42. y 00 C y D 0 Can you nevertheless find by inspection a solution of
dy=dx D y 2 such that y.0/ D 0? (c) Figure 1.1.8 shows
Problems 43 through 46 concern the differential equation typical graphs of solutions of the form y.x/ D 1=.C x/.
Does it appear that these solution curves fill the entire xy -
dx plane? Can you conclude that, given any point .a; b/ in
D kx 2 ;
dt the plane, the differential equation dy=dx D y 2 has ex-
where k is a constant. actly one solution y.x/ satisfying the condition y.a/ D b ?
48. (a) Show that y.x/ D C x 4 defines a one-parameter fam-
43. (a) If k is a constant, show that a general (one-parameter) ily of differentiable solutions of the differential equation
solution of the differential equation is given by x.t / D xy 0 D 4y (Fig. 1.1.9). (b) Show that
1=.C k t/, where C is an arbitrary constant.
(
(b) Determine by inspection a solution of the initial value x 4 if x < 0,
problem x 0 D kx 2 , x.0/ D 0. y.x/ D
x 4 if x = 0
44. (a) Assume that k is positive, and then sketch graphs of
solutions of x 0 D kx 2 with several typical positive defines a differentiable solution of xy 0 D 4y for all x , but is
values of x.0/. not of the form y.x/ D C x 4 . (c) Given any two real num-
(b) How would these solutions differ if the constant k bers a and b , explain why—in contrast to the situation in
were negative? part (c) of Problem 47—there exist infinitely many differ-
45. Suppose a population P of rodents satisfies the differen- entiable solutions of xy 0 D 4y that all satisfy the condition
tial equation dP=dt D kP 2 . Initially, there are P .0/ D y.a/ D b .

C = –2 C = –1 C = 0 C = 1 C = 2 C = 3
3
100
2 80
60
1 C=4 40
20
0
y

0
y

C = –4
–1 –20
–40
–2 –60
–80
–3
–3 –2 –1 0 1 2 3 –100
C = –3 C = –2 C = –1 C = 0 C = 1 C = 2 –5 – 4 –3 –2 –1 0 1 2 3 4 5
x x

FIGURE 1.1.8. Graphs of solutions of the FIGURE 1.1.9. The graph y D C x 4 for
equation dy=dx D y 2 . various values of C .

www.pdfgrip.com

You might also like