2015 Book AFirstCourseInDifferentialEqua
2015 Book AFirstCourseInDifferentialEqua
Series Editors:
Sheldon Axler
San Francisco State University, San Francisco, CA, USA
Kenneth Ribet
University of California, Berkeley, CA, USA
Advisory Board:
Colin Adams, Williams College
David A. Cox, Amherst College
Pamela Gorkin, Bucknell University
Roger E. Howe, Yale University
Michael Orrison, Harvey Mudd College
Jill Pipher, Brown University
Fadil Santosa, University of Minnesota
A First Course in
Differential Equations
Third Edition
1C
J. David Logan
Department of Mathematics
University of Nebraska–Lincoln
Lincoln, NE
USA
This new edition remains in step with the goals of earlier editions, namely,
to offer a concise treatment of basic topics covered in a post-calculus differ-
ential equations course. It is written for students in engineering, biosciences,
physics, economics, and mathematics. As such, the text is strongly guided by
applications in those areas.
The last twenty-five years witnessed dramatic changes in basic calculus
courses and in differential equations. One driver of change has been the avail-
ability of technology and its role in a standard course, and another is the level
of preparation of students with regard to their ability to perform analytical
manipulations. Writing a text for such a diverse audience poses a substantial
challenge. Some students need only know what a differential equation means
and what it implies qualitatively to understand concepts in their areas; others,
who plan on taking advanced courses in engineering or the physical sciences
where the mathematics is more intense, require the ability to perform analytic
calculations. This text makes an effort to balance these two issues.
Some outstanding textbooks have been written for this course. Many are
calculus-like and voluminous, with extensive graphics, marginal notes, and
numerous examples and exercises; they cover many more topics than can be
discussed in a one-semester course. I have often felt that students become over-
whelmed, distracted, and even insecure about skipping material and jumping
around in a text of several hundred pages.
An overarching philosophy in this text is that you can’t cover everything.
Therefore, it is more concise and written in a plain, user friendly format that
is accessible to science and engineering students. Often these students have
limited time and they appreciate a smaller parcel where it is clear what they
should know. One success of the text has been that it gives instructors who want
viii Preface to the Third Edition
Appendix B. MATLAB R
Supplement . . . . . . . . . . . . . . . . . . . . . . . . . . 349
B.1 Coding Algorithms for Differential Equations . . . . . . . . . . . . . . . . 351
B.2 MATLAB’s Built-in ODE Solvers . . . . . . . . . . . . . . . . . . . . . . . . . . . 354
B.3 Symbolic Solutions Using dsolve . . . . . . . . . . . . . . . . . . . . . . . . . . . . 357
B.4 Other Routines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 358
B.5 Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 359
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 365
Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 367
1
First-Order Differential Equations
Readers are familiar with solving algebraic equations. For example, the solu-
tions to the quadratic equation
x2 − x = 0
In this text we set up and solve differential equations. Often the solution to
an equation is given by a general formula, and some may want to memorize the
formulas. Students should realize that this strategy is inappropriate; it leads to
little understanding and memorized formulas fade quickly from memory. What
is important in this subject is conceptual; that is, the understanding of its
origin and the process of solving the equation and interpreting the results.
Historically, differential equations dates to the mid-seventeenth century
when the calculus was developed by Isaac Newton (c. 1665) in the context
of studying the laws of mechanics and the motion of planets (published in his
Principia, 1687). In fact, some might say that calculus was invented to describe
how objects move. Other famous mathematicians and scientists of that era, for
example, Leibniz, the Bernoullis, Euler, Lagrange, and Laplace, contributed
important results into the 1700s, and Cauchy developed some of the first theo-
retical concepts in the 1800s. Differential equations is now the principal tool for
applications in all areas of mechanics, thermodynamics, electromagnetic the-
ory, quantum theory, and so on. It continues today with the study of dynamical
systems and nonlinear phenomena in biology, chemistry, economics, and almost
every area where the dynamics of systems is important. By studying differential
equations, students are rewarded with a knowledge of one of the monuments
of mathematics and science, and they see the great connection between nature
and mathematics in ways that they may never have imagined.
mv (t) = −kv(t).
1.1 First-Order Equations 3
v(t) = V e−kt/m , t ≥ 0.
This formula for v(t) is the solution to the problem (1.1)–(1.2). To check that
it works we substitute this expression into (1.1) and (1.2).
k
mv (t) = mV − e−kt/m = −k V e−kt/m = −kv(t).
m
Moreover, substituting t = 0, we find v(0) = V . So it checks.
To review, the differential equation (1.1) governs the dynamics of the body.
We set it up using Newton’s second law, and it contains the unknown function
v(t), along with its derivative v (t). The solution v(t) predicts how the system
evolves in time. We can sketch a generic graph of the solution as a visual
representation of the motion. See Figure 1.1.