Page 23 - Advanced_Engineering_Mathematics o'neil
P. 23
TERMINOLOGY AND SEPARABLE EQUATIONS
LINEAR EQUATIONS EXACT EQUATIONS
CHAPTER 1 HOMOGENEOUS BERNOULLI AND RICCATI
EQUATIONS EXISTENCE AND UNIQUENESS
First-Order
Differential
Equations
1.1 Terminology and Separable Equations
Part 1 of this book deals with ordinary differential equations, which are equations that contain
one or more derivatives of a function of a single variable. Such equations can be used to model a
rich variety of phenomena of interest in the sciences, engineering, economics, ecological studies,
and other areas.
We begin in this chapter with first-order differential equations, in which only the first
derivative of the unknown function appears. As an example,
y + xy = 0
is a first-order equation for the unknown function y(x).A solution of a differential equation is
2
any function satisfying the equation. It is routine to check by substitution that y = ce −x /2 is a
solution of y + xy = 0 for any constant c.
We will develop techniques for solving several kinds of first-order equations which arise in
important contexts, beginning with separable equations.
A differential equation is separable if it can be written (perhaps after some algebraic
manipulation) as
dy
= F(x)G(y)
dx
in which the derivative equals a product of a function just of x and a function just of y.
This suggests a method of solution.
3
Copyright 2010 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
October 14, 2010 14:9 THM/NEIL Page-3 27410_01_ch01_p01-42