Lessons 1-4 PDF
Lessons 1-4 PDF
The construction of mathematical models to approximate real-world problems has been one
of the most important aspects of the theoretical development of each of the branches of
science. Differential equations are mathematical models that involves equation in which a
function and its derivatives play important roles. The following are examples of differential
equations:
= sinxcosx ( ordinary )
3 - 4 + 2 = 0 ( ordinary )
= ℎ ( + ) ( partial )
When an equation involves one or more derivatives with respect to a particular variable, that
variable is called an independent variable. A variable is called dependent if a derivative of that
variable occurs. In the equation:
L + R + i = Ecos2t
i is the dependent variable, t is the independent variable and L, R, C and E are called
parameters.
The order of a differential equation is the order of the highest-ordered derivative appearing
in the equation. While the degree of the differential equation is the degree of the highest-
ordered derivative appearing in the equation. For example, an equation:
3a ( ) - 2b ( ) + 4c = 0
Sample Problems: Eliminate the arbitrary constants from the following equations:
1) x3 - 3x2y = C
Solution: Since the equation contains only one arbitrary constant, we will differentiate the
equation only once with respect to x and then eliminate the constant.
3x2 - 3 ( x2y’ + 2xy ) = 0 ( notice that arbitrary constant has been eliminated)
Re-arranging the equation, we have : 3x2 ( 1 - y’ ) - 6xy = 0 ; divide each term by 3x
Therefore: x ( 1 - y’ ) - 2y = 0
Resulting to: y” - y’ - 2y = 0
A = from equation 6, then substitute its value in equation 5 will yields to:
y” + 4y = A ( 4x2 + 2 ) = ( 4x2 + 2 )
2) y = x2 + C1 e-2x - C2 ex
3) y = C1 ex + C2e-x + C3 e2x
4) y = Ax3 + Bxe-2x