2-0-Solution To Differential Equations
2-0-Solution To Differential Equations
1
solutions of differential equations 1
This is the second of series of lecture
notes primarilly taken from the text
Lecturer: Dr. Peter Amoako-Yirenkyi book (Elementary differential Equation
and boundary value problems by Boyce
Recommended Textbook:Elementary differential Equation2 and Diprima. After going through this
lecture notes, you would be able to:
The laws of the universe are written largely in the language of math-
• differentiate between general and
ematics. Algebra is sufficient to solve many static problems, but the particular solution.
most interesting naturally phenomena involve change and are best de-
• derive differential equation from
scribed by equations that relate changing quantities. Many important general solutions that is; elimination
and significant problems in engineering, the physical sciences, and the of arbitrary constant.
social sciences such as economics and business when formulated in • differentiate between boundary
mathematical terms require the determination of a function satisfying and initial conditions and be able
an equation containing the derivatives of unknown function. Such to solve problems with such condi-
equations are called differential equation. tions.
2
W.W. Boyce & R.C. DiPrima. Elemen-
tary Differential Equations and Boundary
General Solution Value Problems. John Wiley & Sons,
Inc., tenth edition, March 2012. ISBN
978-0-470-45832-7
Definition 1 A formula that gives all solutions of a differential equation
is called the general solution of the equation. A general solution to an nth
order DE generally involves n independent arbitrary constants, each
admitting a range of real values.
To determine a differential equation from a general solution, we need to eliminate the arbitrary constant.
Methods for the elimination of arbitrary constants vary with the way in which the constants enter the rela-
tion. A method which is efficient for one problem may be poor for another. One fact persists throughout.
Since each differentiation yields a new relation, number of derivatives that need to be used is the same as
the number of arbitrary constants to be eliminated. We shall in each case determine the differential equa-
tion that is of order equal to the number of arbitrary constants in the given relation, consistent with that
relation and free from arbitrary constants.
math168 - solutions of differential equations 2
Solution:
At once we get: c(y + xy0 ) + c2 = 0 Since c 6= 0, c = −(y + xy0 )
and substitution into the original equation leads us to the result:
x3 (y0 )2 + x2 yy0 + 4 = 0
Remark:
The general solution of an nth order ordinary differential equation
could be expected to have n arbitrary constants.
dy d n −1 y
y ( x0 ) = y0 , ( x0 ) = y1 , ..., ( x 0 ) = y n −1 (14)
dx dx n−1
math168 - solutions of differential equations 4
5 7
Solving equation (16) and (17) we have, c1 = and c2 =
4 4
the particular solution is given by:
5 − x 7 3x 1 −x
y= e + e or y= 5e + 7e3x
4 4 4
Example 9 Find a solution to the boundary-value problem10 y00 + 4y = 0;
y(π/8) = 0, y(π/6) = 1, if the general solution to the differential equation
is y = c1 sin 2x + c2 cos 2x
Solution:
π
For x = , y = c1 sin 2( π8 ) + c2 cos 2( π8 ) = c1 sin π4 + c2 cos π4
8
√ √
2 2
⇒ y = c1 + c2
2 2
math168 - solutions of differential equations 5