SlideShare a Scribd company logo
1 of 84
See	discussions,	stats,	and	author	profiles	for	this	publication	at:	https://www.researchgate.net/publication/270453774
A	Friendly	Introduction	to	Differential	Equations
Book	·	January	2015
DOI:	10.13140/2.1.4168.4806
CITATIONS
0
READS
1,672
1	author:
Mohammed	K	A	Kaabar
Riverside	Community	College	District
13	PUBLICATIONS			2	CITATIONS			
SEE	PROFILE
All	content	following	this	page	was	uploaded	by	Mohammed	K	A	Kaabar	on	06	January	2015.
The	user	has	requested	enhancement	of	the	downloaded	file.	All	in-text	references	underlined	in	blue	are	added	to	the	original	document
and	are	linked	to	publications	on	ResearchGate,	letting	you	access	and	read	them	immediately.
www.ebook3000.com
engr.w
aseem
15
Please carefully review your Digital Proof download for formatting,
grammar, and design issues that may need to be corrected.
We recommend that you review your book three times, with each time
focusing on a different aspect.
Once you are satisfied with your review, you can approve your proof
and move forward to the next step in the publishing process.
To print this proof we recommend that you scale the PDF to fit the size
of your printer paper.
Check the format, including headers, footers, page
numbers, spacing, table of contents, and index.
Review any images or graphics and captions if applicable.
Read the book for grammatical errors and typos.
1
2
3
Digital Proofer
A Friendly Introduct...
Authored by Mohammed K A Kaabar
6.69" x 9.61" (16.99 x 24.41 cm)
Black & White on White paper
164 pages
ISBN-13: 9781506004532
ISBN-10: 1506004539
A Friendly Introduction to
Differential Equations
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
2 M. Kaabar
AA Friendly Introduction to
Differential Equations
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
3
AAbout the Author
Mohammed Kaabar has a Bachelor of Science in
Theoretical Mathematics from Washington State
University, Pullman, WA. He is a graduate student in
Applied Mathematics at Washington State University,
Pullman, WA, and he is a math tutor at the Math
Learning Center (MLC) at Washington State
University, Pullman. He is the author of A First
Course in Linear Algebra Book, and his research
interests are applied optimization, numerical analysis,
differential equations, linear algebra, and real
analysis. He was invited to serve as a Technical
Program Committee (TPC) member in many
conferences such as ICECCS 14, ENCINS 15, eQeSS
15, SSCC 15, ICSoEB 15, CCA 14, WSMEAP 14,
EECSI 14, JIEEEC 13 and WCEEENG 12. He is an
online instructor of two free online courses in
numerical analysis: Introduction to Numerical
Analysis and Advanced Numerical Analysis at Udemy
Inc, San Francisco, CA. He is a former member of
Institute of Electrical and Electronics Engineers
(IEEE), IEEE Antennas and Propagation Society,
IEEE Consultants Network, IEEE Smart Grid
Community, IEEE Technical Committee on RFID,
IEEE Life Sciences Community, IEEE Green ICT
Community, IEEE Cloud Computing Community,
IEEE Internet of Things Community, IEEE Committee
on Earth Observations, IEEE Electric Vehicles
Community, IEEE Electron Devices Society, IEEE
Communications Society, and IEEE Computer Society.
He also received several educational awards and
certificates from accredited institutions. For more
information about the author and his free online
courses, please visit his personal website:
http://www.mohammed-kaabar.net.
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
4 M. Kaabar
TTable of Contents
Introduction 6
1 The Laplace Transform 9
1.1 Introduction to Differential Equations..…........9
1.2 Introduction to the Laplace Transforms……..14
1.3 Inverse Laplace Transforms……….…….........24
1.4 Initial Value Problems……..……………..........27
1.5 Properties of Laplace Transforms……….……33
1.6 Systems of Linear Equations……….………....45
1.7 Exercises……………………………………..…...49
2 Systems of Homogeneous Linear Differential
Equations (HLDE) 51
2.1 HLDE with Constant Coefficients..................51
2.2 Method of Undetermined Coefficients…….…60
2.3 Exercises…………………………………….…...65
3 Methods of First and Higher Orders Differential
Equations 67
3.1 Variation Method……………………………….67
3.2 Cauchy-Euler Method………..…………..……74
3.3 Exercises……………………………………..….76
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
5
44 Extended Methods of First and Higher Orders
Differential Equations 78
4.1 Bernoulli Method………………….….....………78
4.2 Separable Method…..…..................................85
4.3 Exact Method………..…..................................87
4.4 Reduced to Separable Method…..…...............90
4.5 Reduction of Order Method……...…...............92
4.6 Exercises……………………………………….....95
5 Applications of Differential Equations 96
5.1 Temperature Application……........................96
5.2 Growth and Decay Application…..………....100
5.3 Water Tank Application…………….....…….104
Appendices 109
A Determinants…………………….......................109
B Vector Spaces…………….………..………….....116
C Homogenous Systems…...…………….....…….135
Answers to Odd-Numbered Exercises 157
Index 159
Bibliography 163engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
6 M. Kaabar
IIntroduction
In this book, I wrote five chapters: The Laplace
Transform, Systems of Homogenous Linear Differential
Equations (HLDE), Methods of First and Higher Orders
Differential Equations, Extended Methods of First and
Higher Orders Differential Equations, and Applications of
Differential Equations. I also added exercises at the end of
each chapter above to let students practice additional sets of
problems other than examples, and they can also check
their solutions to some of these exercises by looking at
“Answers to Odd-Numbered Exercises” section at the end of
this book. This book is a very useful for college students who
studied Calculus II, and other students who want to review
some concepts of differential equations before studying
courses such as partial differential equations, applied
mathematics, and electric circuits II. According to my
experience as a math tutor, I have noticed that some
students have difficulty to understand some concepts of
laplace transforms because most authors of differential
equations books did not start with laplace transforms as a
first chapter, and they left it at the end of their books.
Therefore, I decided to start with a different approach by
choosing laplace transforms to be in the first chapter of this
book. If you have any comments related to the contents of
this book, please email your comments to
mohammed.kaabar@email.wsu.edu.
I wish to express my gratitude and appreciation to
my father, my mother, and my only lovely 13-year old
brother who is sick, and I want to spend every dollar in his
heath care. I would also like to give a special thanks to all
administrators and professors of mathematics at WSU for
their educational support. In conclusion, I would appreciate
to consider this book as a milestone for developing more
math books that can serve our mathematical society in the
area of differential equations.
Mohammed K A Kaabar
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
7
TTable of Laplace Transform
1
2 where m is a
positive integer (whole
number)
3
4
5
6
7
8
where m is a positive integer
9
where m is a positive
integer
where m is a positive integer
10
11
12
13 Assume that is periodic with period , then:
Table 1.1.1: Laplace Transform
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
8 M. Kaabar
This page intentionally left blank
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
9
CChapter 1
The Laplace Transform
In this chapter, we start with an introduction to
Differential Equations (DEs) including linear DEs,
nonlinear DEs, independent variables, dependent
variables, and the order of DEs. Then, we define the
laplace transforms, and we give some examples of
Initial Value Problems (IVPs). In addition, we discuss
the inverse laplace transforms. We cover in the
remaining sections an important concept known as the
laplace transforms of derivatives, and we mention
some properties of laplace transforms. Finally, we
learn how to solve systems of linear equations (LEs)
using Cramer’s Rule.
1.1 Introductions to
Differential Equations
In this section, we are going to discuss how to
determine whether the differential equation is linear
or nonlinear, and we will find the order of differential
equations. At the end of this section, we will show the
purpose of differential equations.
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
10 M. Kaabar
let’s start with the definition of differential equation
and with a simple example about differential equation.
DDefinition 1.1.1 A mathematical equation is called
differential equation if it has two types of variables:
dependent and independent variables where the
dependent variable can be written in terms of
independent variable.
Example 1.1.1 Given that .
a) Find . (Hint: Find the general solution of )
b) Determine whether is a linear
differential equation or nonlinear differential
equation. Why?
c) What is the order of this differential equation?
Solution: Part a: To find , we need to find the general
solution of by taking the integral of both sides as
follows:
Since because the integral of derivative
function is the original function itself (In general,
), then
. Thus, the general solution is the following:
where is constant. This means that
is called dependent variable because it depends on ,
and is called independent variable because it is
independent from .
Part b: To determine whether is a linear
differential equation or nonlinear differential equation,
we need to introduce the following definition:
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
11
DDefinition 1.1.2 The differential equation is called
linear if the dependent variable and all its derivatives
are to the power 1. Otherwise, the differential equation
is nonlinear.
According to the above question, we have the following:
where is constant. Since the
dependent variable and all its derivatives are to the
power 1, then using definition 1.1.2, this differential
equation is linear.
Part c: To find the order of this differential equation,
we need to introduce the following definition:
Definition 1.1.3 The order of differential equation is
the highest derivative in the equation (i.e. The order of
is 3).
Using definition 1.1.3, the order of is 1.
Example 1.1.2 Given that .
a) Determine whether is
a linear differential equation or nonlinear
differential equation. Why?
b) What is the order of this differential equation?
Solution: Part a: Since is called dependent variable
because it depends on , and is called independent
variable because it is independent from , then to
determine whether is a
linear differential equation or nonlinear differential
equation, we need to use definition 1.1.2 as follows:
Since the dependent variable and all its derivatives
are to the power 1, then this differential equation is
linear.
Part b: To find the order of ,
we use definition 1.1.3 which implies that the order is
3 because the highest derivative is 3.
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
12 M. Kaabar
EExample 1.1.3 Given that .
(Hint: Do not confuse between and because
means the fourth derivative of , while means
the fourth power of m).
a) Determine whether
is a linear differential equation or nonlinear
differential equation. Why?
b) What is the order of this differential equation?
Solution: Part a: Since is called dependent variable
because it depends on , and is called independent
variable because it is independent from , then to
determine whether is a
linear differential equation or nonlinear differential
equation, we need to use definition 1.1.2 as follows:
Since the dependent variable and all its derivatives
are not to the power 1, then this differential equation
is nonlinear.
Part b: To find the order of ,
we use definition 1.1.3 which implies that the order is
4 because the highest derivative is 4.
The following are some useful notations about
differential equations:
is the th derivative of .
is the th power of .
The following two examples are a summary of this
section:
Example 1.1.4 Given that
. Determine whether it
is a linear differential equation or nonlinear
differential equation.
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
13
SSolution: To determine whether it is a linear
differential equation or nonlinear differential equation,
We need to apply what we have learned from the
previous examples in the following five steps:
Step 1: is a dependent variable, and is an
independent variable.
Step 2: Since and all its derivatives are to the power
1, then the above differential equation is linear.
Step 3: Coefficients of and all its derivatives are in
terms of the independent variable .
Step 4: Assume that Then, must be
in terms of .
Step 5: Our purpose from the above differential
equation is to find a solution where can be written in
term of .
Thus, the above differential equation is a linear
differential equation of order 3.
Example 1.1.5 Given that
Determine whether it is a
linear differential equation or nonlinear differential
equation.
Solution: To determine whether it is a linear
differential equation or nonlinear differential equation,
We need to apply what we have learned from the
previous examples in the following five steps:
Step 1: is a dependent variable, and is an
independent variable.
Step 2: Since and all its derivatives are to the power
1, then the above differential equation is linear.
Step 3: Coefficients of and all its derivatives are in
terms of the independent variable .
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
14 M. Kaabar
SStep 4: Assume that Then, must
be in terms of .
Step 5: Our purpose from the above differential
equation is to find a solution where can be written in
term of .
Thus, the above differential equation is a linear
differential equation of order 4.
1.2 Introductions to the
Laplace Transforms
In this section, we are going to introduce the definition
of the laplace transforms in general, and how can we
use this definition to find the laplace transform of any
function. Then, we will give several examples about
the laplace transforms, and we will show how the table
1.1.1 is helpful to find laplace transforms.
Definition 1.2.1 the laplace transform, denoted by , is
defined in general as follows:
Example 1.2.1 Using definition 1.2.1, find .
Solution: To find using definition 1.2.1, we need to
do the following steps:
Step 1: We write the general definition of laplace
transform as follows:
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
15
SStep 2: Here in this example, because
.
Step 3:
By the definition of integral, we substitute
with .
Step 4: We need to find as follows:
It is easier to find what it is inside the above box
, and after that we can find the limit of
.
Thus,
.
Step 5: We need find the limit of as follows:
To check if our answer is right, we need to look at table
1.1.1 at the beginning of this book. According to table
1.1.1 section 2, we found which is the same
answer we got. Thus, we can conclude our example with the
following fact:
Fact 1.2.1 .
Example 1.2.2 Using definition 1.2.1, find .
Solution: To find using definition 1.2.1, we need
to do the following steps:
Step 1: We write the general definition of laplace
transform as follows:
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
16 M. Kaabar
SStep 2: Here in this example, because
.
Step 3:
By the definition of integral, we substitute
with .
Step 4: We need to find as follows:
It is easier to find what it is inside the above box
, and after that we can find the limit of
.
Thus,
.
Step 5: We need find the limit of as
follows:
To check if our answer is right, we need to look at table
1.1.1 at the beginning of this book. According to table
1.1.1 section 4, we found which is the same
answer we got.
The following examples are two examples about finding the
integrals to review some concepts that will help us finding
the laplace transforms.
Example 1.2.3 Find .
Solution: To find , it is easier to use a method
known as the table method than using integration by parts.
In the table method, we need to create two columns: one for
derivatives of , and the other one for integrations of .
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
17
Then, we need to keep deriving till we get zero, and we
stop integrating when the corresponding row is zero. The
following table shows the table method to find :
Derivatives Part Integration Part
Table 1.2.1: Table Method for
We always start with positive sign, followed by negative
sign, and so on as we can see in the above table 1.2.1.
Now, from the above table 1.2.1, we can find as
follows:
Thus, .
In conclusion, we can always use the table method to
find integrals like and
.
EExample 1.2.4 Find .
Solution: To find , it is easier to use the
table method than using integration by parts. In the table
method, we need to create two columns: one for derivatives
of , and the other one for integrations of . Then,
we need to keep deriving till we get zero, and we stop
integrating when the corresponding row is zero. The
following table shows the table method to find
:engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
18 M. Kaabar
Derivatives Part Integration Part
Table 1.2.2: Table Method for
We always start with positive sign, followed by negative
sign, and so on as we can see in the above table 1.2.2.
Now, from the above table 1.2.2, we can find
as follows:
Thus,
.
EExample 1.2.5 Using definition 1.2.1, find .
Solution: To find using definition 1.2.1, we need
to do the following steps:
Step 1: We write the general definition of laplace
transform as follows:
Step 2: Here in this example, because
.
Step 3:
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
19
By the definition of integral, we substitute
with .
SStep 4: We need to find as follows:
It is easier to find what it is inside the above box
, and after that we can find the limit of
.
Now, we need to find using the table
method. In the table method, we need to create two
columns: one for derivatives of , and the other one for
integrations of . Then, we need to keep deriving till
we get zero, and we stop integrating when the
corresponding row is zero. The following table shows the
table method to find :
Derivatives Part Integration Part
Table 1.2.3: Table Method for
We always start with positive sign, followed by negative
sign, and so on as we can see in the above table 1.2.3.
Now, from the above table 1.2.3, we can find
as follows:
Thus, .
Now, we need to evaluate the above integral from 0 to as
follows:
.
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
20 M. Kaabar
SStep 5: We need find the limit of
as follows:
To check if our answer is right, we need to look at table
1.1.1 at the beginning of this book. According to table
1.1.1 section 2 at the right side, we found
which is the same answer we got.
Example 1.2.6 Using table 1.1.1, find .
Solution: To find using table 1.1.1, we need to
do the following steps:
Step 1: We look at the transform table (table 1.1.1).
Step 2: We look at which section in table 1.1.1 contains
function.
Step 3: We write down what we get from table 1.1.1
(Section 3 at the left side) as follows:
Step 4: We change what we got from step 3 to make it
look like as follows:
.
Thus, .
Example 1.2.7 Using table 1.1.1, find .
Solution: To find using table 1.1.1, we need
to do the following steps:
Step 1: We look at the transform table (table 1.1.1).
Step 2: We look at which section in table 1.1.1 contains
function.
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
21
SStep 3: We write down what we get from table 1.1.1
(Section 3 at the right side) as follows:
Step 4: We change what we got from step 3 to make it
look like as follows:
.
Thus, .
We will give some important mathematical results
about laplace transforms.
Result 1.2.1 Assume that is a constant, and ,
are functions. Then, we have the following:
(Hint: are the laplace transforms of and
respectively).
a) (i.e. where ).
b)
c)
d) is not necessary equal to
Example 1.2.8 Using definition 1.2.1, find .
Solution: To find using definition 1.2.1, we need to
do the following steps:
Step 1: We write the general definition of laplace
transform as follows:
Step 2: Here in this example, because
.
Step 3:
By the definition of integral, we substitute
with .engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
22 M. Kaabar
SStep 4: We need to find as follows:
It is easier to find what it is inside the above box
, and after that we can find the limit of
.
To find , we need to use integration by parts
as follows:
Now, we can find the limit as follows:
Because .
Since we have , then using result 1.2.1
, we obtain the following:
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
23
Thus, .
We conclude this example with the following results:
RResult 1.2.2 Assume that is a function, and is
the laplace transform of . Then, we have the
following:
a) .
b) .
c)
.
d)
.
For more information about this result, it is
recommended to look at section 8 in table 1.1.1. If you
look at it, you will find the following:
.
Result 1.2.3 Assume that is a constant, and is a
function where is the laplace transform of .
Then, we have the following: .
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
24 M. Kaabar
1.3 Inverse Laplace
Transforms
In this section, we will discuss how to find the inverse
laplace transforms of different types of mathematical
functions, and we will use table 1.1.1 to refer to the
laplace transforms.
DDefinition 1.3.1 The inverse laplace transform, denoted
by is defined as a reverse laplace transform, and to
find the inverse laplace transform, we need to think
about which function has a laplace transform that
equals to the function in the inverse laplace transform.
For example, suppose that is a function where
is the laplace transform of . Then, the inverse
laplace transform is . (i.e. we need
to think which function has a laplace transform that
equals to in this case the answer is 1).
Example 1.3.1 Find .
Solution: First of all, .
Using definition 1.3.1 and table 1.1.1, the answer is 34.
Example 1.3.2 Find .
Solution: Using definition 1.3.1 and the right side of
section 3 in table 1.1.1, we find the following:
is an equivalent to
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
25
Since , then this means that
.
Example 1.3.3 Find .
Solution: Using definition 1.3.1 and the left side of
section 3 in table 1.1.1, we find the following:
is an equivalent to
Since , then this
means that .
Example 1.3.4 Find .
Solution: Using definition 1.3.1 and section 4 in table
1.1.1, we find the following:
.
is an equivalent to
Since , then this means that
.
Result 1.3.1 Assume that is a constant, and is a
function where are the laplace transforms of
.
a) .
b)
Example 1.3.5 Find .
Solution: Using result 1.3.1, . Now,
by using the left side of section 3 in table 1.1.1, we need
to make it look like because .
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
26 M. Kaabar
Therefore, we do the following: ,
and is an equivalent to .
Since , then by
using definition 1.3.1, this means that
.
Example 1.3.6 Find .
Solution: Using result 1.3.1, .
Now, by using section 4 in table 1.1.1, we need to make it
look like because .
Therefore, we do the following:
.
Since , then by using
definition 1.3.1, this means that .
Example 1.3.7 Find .
Solution: . Now, by using
section 3 in table 1.1.1, we need to make it look like
and because .
Therefore, we do the following:
.
Since , then by
using definition 1.3.1, this means that
.
Example 1.3.8 Find .
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
27
SSolution: Using definition 1.3.1 and the right side of
section 2 in table 1.1.1, we find the following:
where is a positive integer.
is an equivalent to
Since , then this means that .
1.4 Initial Value Problems
In this section, we will introduce the main theorem of
differential equations known as Initial Value Problems
(IVP), and we will use it with what we have learned
from sections 1.2 and 1.3 to find the largest interval on
the x-axis.
Definition 1.4.1 Given
. Assume that for every
where is some interval, and
are continuous on .
Suppose that for some .
Then, the solution to the differential equations is
unique which means that there exists exactly one
in terms of , and this type of mathematical problems
is called Initial Value Problems (IVP).
Example 1.4.1 Find the largest interval on the
so that has
a solution. Given .
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
28 M. Kaabar
SSolution: Finding largest interval on the
means that we need to find the domain for the solution
of the above differential equation in other words we
need to find for what values of the solution of the
above differential equation holds. Therefore, we do the
following:
Using definition 1.4.1, we also suppose the following:
Now, we need to determine the interval of each
coefficient above as follows:
has a solution which is continuous
everywhere ( ) except
has a solution which is continuous
everywhere ( ).
has a solution which is continuous on
the interval .
has a solution which is continuous
everywhere ( ).
Thus, the largest interval on the is .
Example 1.4.2 Find the largest interval on the
so that has a
solution. Given .
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
29
SSolution: Finding largest interval on the
means that we need to find the domain for the solution
of the above differential equation in other words we
need to find for what values of the solution of the
above differential equation holds. Therefore, we do the
following:
Using definition 1.4.1, we also suppose the following:
Now, we need to determine the interval of each
coefficient above as follows:
has a solution
which is continuous everywhere ( ) except and
.
has a solution which is continuous
everywhere ( ) except .
has a solution which is continuous
everywhere ( ).
Thus, the largest interval on the is .
Example 1.4.3 Solve the following Initial Value
Problem (IVP): . Given .
Solution: is a linear differential
equation of order 1. First, we need to find the domain
for the solution of the above differential equation inengr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
30 M. Kaabar
other words we need to find for what values of the
solution of the above differential equation holds.
Therefore, we do the following:
Using definition 1.4.1, we also suppose the following:
The domain of solution is .
Now, to find the solution of the above differential
equation, we need to take the laplace transform for
both sides as follows
because ( ).
from result 1.2.2.
We substitute because it is given in the
question itself.
To find a solution, we need to find the inverse laplace
transform as follows:
and we use table
1.1.1 section 4.
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
31
(It is written in terms of instead of
because we need it in terms of ).
Then, we will find by finding the derivative of
what we got above ( as follows:
.
Finally, to check our solution if it is right, we
substitute what we got from and
in
as follows:
Thus, our solution is correct which is and
.
EExample 1.4.4 Solve the following Initial Value
Problem (IVP): . Given , and
.
Solution: is a linear differential
equation of order 2. First, we need to find the domain
for the solution of the above differential equation in
other words we need to find for what values of the
solution of the above differential equation holds.
Therefore, we do the following:
Using definition 1.4.1, we also suppose the following:
The domain of solution is .
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
32 M. Kaabar
Now, to find the solution of the above differential
equation, we need to take the laplace transform for
both sides as follows
because ( ).
from result 1.2.2.
We substitute , and because it is
given in the question itself.
To find a solution, we need to find the inverse laplace
transform as follows:
and we use
table 1.1.1 at the left side of section 3.
(It is written in terms of instead of
because we need it in terms of ).
Then, we will find by finding the derivative of
what we got above as follows:
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
33
Now, we will find by finding the derivative of
what we got above as follows:
Finally, to check our solution if it is right, we
substitute what we got from and in
as follows:
Thus, our solution is correct which is
and .
1.5 Properties of Laplace
Transforms
In this section, we discuss several properties of laplace
transforms such as shifting, unit step function,
periodic function, and convolution.
We start with some examples of shifting property.
EExample 1.5.1 Find .
Solution: By using shifting property at the left side of
section 5 in table 1.1.1, we obtain:
Let , and .
.engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
34 M. Kaabar
Hence,
.
Now, we need to substitute with as follows:
Thus, .
EExample 1.5.2 Find .
Solution: By using shifting property at the left side of
section 5 in table 1.1.1, we obtain:
Let , and .
.
Hence,
Now, we need to substitute with as follows:
Thus, .
Example 1.5.3 Find .
Solution: Since we have a shift such as , we need
to do the following:
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
35
By using shifting property at the right side of section 5
in table 1.1.1, we obtain:
Let , , and .
Thus,
EExample 1.5.4 Find .
Solution: Since we have a shift such as , we need
to do the following:
By using shifting property at the right side of section 5
in table 1.1.1, we obtain:
Let , , and .
Thus,
Example 1.5.5 Find .
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
36 M. Kaabar
SSolution: .
Since the numerator has a polynomial of degree 0
( , and the denominator a polynomial of degree
2, then this means the degree of numerator is less than
the degree of denominator. Thus, in this case, we need
to use the partial fraction as follows:
It is easier to use a method known as cover method
than using the traditional method that takes long time
to finish it. In the cover method, we cover the original,
say , and substitute in to find the
value of . Then, we cover the original, say , and
substitute in to find the value of .
Thus, and . This implies that
Now, we need to do the following:
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
37
.
Now, we will introduce a new property from table 1.1.1
in the following two examples.
EExample 1.5.6 Find .
Solution: By using the left side of section 9 in table
1.1.1, we obtain:
where , and .
Hence,
Now, we need to find as follows: This means
that we first need to find the laplace transform of ,
and then we need to find the first derivative of the
result from the laplace transform.
Thus,
.
Example 1.5.7 Find .
Solution: By using the left side of section 9 in table
1.1.1, we obtain:
where , and .
Hence,
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
38 M. Kaabar
Now, we need to find as follows: This means
that we first need to find the laplace transform of ,
and then we need to find the second derivative of the
result from the laplace transform.
Thus, .
EExample 1.5.8 Solve the following Initial Value
Problem (IVP): . Given
.
Solution: is a linear
differential equation of order 2. First, we need to find
the domain for the solution of the above differential
equation in other words we need to find for what
values of the solution of the above differential
equation holds. Therefore, we do the following:
Using definition 1.4.1, we also suppose the following:
The domain of solution is .
Now, to find the solution of the above differential
equation, we need to take the laplace transform for
both sides as follows
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
39
because .
from result 1.2.2. We substitute , and
because it is given in the question itself.
To find a solution, we need to find the inverse laplace
transform as follows:
Since the numerator has a polynomial of degree 0
( , and the denominator a polynomial of degree
3, then this means the degree of numerator is less than
the degree of denominator. Thus, in this case, we need
to use the partial fraction as follows:
Now, we use the cover method. In the cover method,
we cover the original, say , and substitute in
to find the value of . We cover the original,
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
40 M. Kaabar
say , and substitute in to find
the value of . Then, we cover the original, say ,
and substitute in to find the value of
. Thus, , and . This implies that
Now, we need to do the following:
.
DDefinition 1.5.1 Given . Unit Step Function is
defined as follows:
Result 1.5.1 Given . Then, we obtain:
a) for every .
b) for every .
Example 1.5.9 Find .
Solution: Since is between and , then by
using definition 1.5.1, we obtain:
.
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
41
EExample 1.5.10 Find .
Solution: Since is between 0 and , then by
using definition 1.5.1, we obtain:
.
Example 1.5.11 Find .
Solution: By using the left side of section 7 in table
1.1.1, we obtain:
Thus, .
Example 1.5.12 Find .
Solution: By using the right side of section 7 in table
1.1.1, we obtain:
Thus,
Example 1.5.13 Given
Rewrite in terms of .
Solution: To re-write in terms of
, we do the following:
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
42 M. Kaabar
Now, we need to check our unit step functions as
follows: We choose .
Thus, our unit step functions are correct.
EExample 1.5.14 Find .
Solution: By using the upper side of section 6 in table
1.1.1, we obtain:
where , and .
Hence,
.
Definition 1.5.2 Convolution, denoted by is defined
as follows:
where and are functions. (Note: do not
confuse between multiplication and convolution).
Result 1.5.2
where and are functions. (The proof
of this result left as an exercise 16 in section 1.7).
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
43
RResult 1.5.3 .
Example 1.5.15 Use definition 1.5.2 to find
.
Solution: By using definition 1.5.2 and section 10 in
table 1.1.1, we obtain:
Thus, .
Definition 1.5.3 is a periodic function on if
has a period such that for every
.
Example 1.5.16 Given is periodic on such
that the first period of is given by the following
piece-wise continuous function:
a) Find the 8th period of this function.
b) Suppose . Find .
c) Suppose . Find .
Solution: Part a: By using section 13 in table 1.1.1, we
obtain:
Since we need find the 8th period, then this means that
, and we can apply what we got above as follows:
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
44 M. Kaabar
Using the given first period function, we obtain:
PPart b: By using definition 1.5.3, we obtain:
from the given first
period function.
Part c: By using definition 1.5.3, we obtain:
.
from the given first
period function.
Definition 1.5.4 Suppose that is fixed, and
is chosen arbitrary. Then, we obtain:
is called Dirac Delta Function.
Result 1.5.4 .
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
45
EExample 1.5.17 Find .
Solution: By using the right side of section 12 in table
1.1.1, we obtain:
Thus, .
1.6 Systems of Linear
Equations
Most of the materials of this section are taken from
section 1.8 in my published book titled A First Course
in Linear Algebra: Study Guide for the Undergraduate
Linear Algebra Course, First Edition1, because it is
very important to give a review from linear algebra
about Cramer’s rule, and how some concepts of linear
algebra can be used to solve some problems in
differential equations. In this section, we discuss how
to use what we have learned from previous sections
such as initial value problems (IVP), and how to use
Cramer’s rule to solve systems of linear equations.
Definition 1.6.1 Given system of linear equations.
Let be the matrix form of the given system:
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
46 M. Kaabar
The system has a unique solution if and only if
. Cramer’s Rule tells us how to
find as follows:
Let W = Then, the solutions for the system of
linear equations are:
EExample 1.6.1 Solve the following system of linear
equations using Cramer’s Rule:
Solution: First of all, we write system in the form
according to definition 1.6.1.
Since W in this form is , then
The solutions for this system of linear equations are:
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
47
Thus, the solutions are
EExample 1.6.2 Solve for and :
Given that
Solution: First, we need to take the laplace transform
of both sides for each of the above two equations.
For We take the laplace transform of both
sides:
Now, we substitute what is given in this question to
obtain the following:
Thus, .
For We take the laplace transform of both
sides:
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
48 M. Kaabar
Now, we substitute what is given in this question to
obtain the following:
Thus, .
From what we got from Equation 1 and Equation 2, we
need to find and as follows:
Now, we use Cramer’s rule as follows:
Hence, .
Further, we can use one of the given equations to find
as follows:
We need to find the second derivative of .
.
Now, we can find as follows:
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
49
Thus,
1.7 Exercises
11. Find .
2. Find .
3. Find .
4. Find .
5. Find .
6. Find .
7. Solve the following Initial Value Problem (IVP):
. Given .
8. Solve the following Initial Value Problem (IVP):
. Given , and .
9. Find .
10. Find .
11. Find .
12. Given
Rewrite in terms of .
13. Find .
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
50 M. Kaabar
114. Solve the following Initial Value Problem (IVP):
. Given
.
15. Solve the following Initial Value Problem (IVP):
where
.
16. Prove result 1.5.2.
17. Solve the following Initial Value Problem (IVP):
Given
.
18. Find .
19. Find .
20. Solve for and :
Given that
21. Solve for and :
Given that
22. Find such that .
(Hint: Use laplace transform to solve this problem)
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
51
CChapter 2
Systems of Homogeneous
Linear Differential
Equations (HLDE)
In this chapter, we start introducing the homogeneous
linear differential equations (HLDE) with constant
coefficients. In addition, we discuss how to find the
general solution of HLDE. At the end of this chapter,
we introduce a new method called Undetermined
Coefficient Method.
2.1 HLDE with Constant
Coefficients
In this section, we discuss how to find the general
solution of the homogeneous linear differential
equations (HLDE) with constant coefficients.
To give an introduction about HLDE, it is important to
start with the definition of homogeneous system.
*Definition 2.1.1 Homogeneous System is defined as a
system of linear equations that has all zero
constants. (i.e. the following is an example of
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
52 M. Kaabar
homogeneous system):
*Definition 2.1.1 is taken from section 3.1 in my
published book titled A First Course in Linear Algebra:
Study Guide for the Undergraduate Linear Algebra
Course, First Edition1.
EExample 2.1.1 Describe the following differential
equation: .
Solution: Since the above differential equation has a
zero constant, then according to definition 2.1.1, it is a
homogeneous differential equation. In addition, it is
linear because the dependent variable and all its
derivatives are to the power 1. For the order of this
homogeneous differential equation, since the highest
derivative is 2, then the order is 2. Thus,
is a homogeneous linear differential
equation of order 2.
Example 2.1.2 Describe the following differential
equation: .
Solution: Since the above differential equation has a
zero constant, then according to definition 2.1.1, it is a
homogeneous differential equation. In addition, it is
linear because the dependent variable and all its
derivatives are to the power 1. For the order of this
homogeneous differential equation, since the highest
derivative is 3, then the order is 3.
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
53
Thus, is a homogeneous
linear differential equation of order 3.
EExample 2.1.3 Describe the following differential
equation: .
Solution: Since the above differential equation has a
nonzero constant, then according to definition 2.1.1, it
is a non-homogeneous differential equation. In
addition, it is linear because the dependent variable
and all its derivatives are to the power 1. For the order
of this non-homogeneous differential equation, since
the highest derivative is 2, then the order is 2.
Thus, is a non-homogeneous
linear differential equation of order 2.
Example 2.1.4 Find the general solution the following
Initial Value Problem (IVP): . Given:
(Hint: Use the concepts of section 1.4)
Solution: is a homogeneous linear
differential equation of order 1. First, we need to find
the domain for the solution of the above differential
equation in other words we need to find for what
values of the solution of the above differential
equation holds. Therefore, we do the following:
Using definition 1.4.1, we also suppose the following:
The domain of solution is .
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
54 M. Kaabar
Now, to find the solution of the above differential
equation, we need to take the laplace transform for
both sides as follows
because ( ).
from result 1.2.2.
To find a solution, we need to find the inverse laplace
transform as follows:
Thus, the general solution for some
constant . Here, .
RResult 2.1.1 Assume that is a
homogeneous linear differential equation of order
with constant coefficients and . Then,
a) must have exactly
independent solutions, say
b) Every solution of is of
the form: , for
some constants .
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
55
RResult 2.1.2 Assume that , , …,
are independent if and only if are
distinct real numbers.
Example 2.1.5 Given
Find the general solution for .
(Hint: Use results 2.1.1 and 2.1.2)
Solution: is a homogeneous linear
differential equation of order 2. In this example, we
will use a different approach from example 2.1.4
(laplace transform approach) to solve it. Since
is HLDE with constant coefficients,
then we will do the following: Let , we need
to find .
First of all, we will find the first and second derivatives
as follows:
Now, we substitute and in
as follows:
Thus, . Then, we use our values to
substitute in our assumption which is :
at ,
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
56 M. Kaabar
at ,
Hence, using result 2.1.1, the general solution for
is: , for some . (Note:
denotes to homogeneous). Now, we need to find
the values of as follows:
at ,
Since , then
at ,
Since , then
From and , and .
Thus, the general solution is:
.
EExample 2.1.6 Given
Find the general solution for . (Hint: Use results
2.1.1 and 2.1.2, and in this example, no need to find
the values of )
Solution: is a
homogeneous linear differential equation of order 3.
Since is HLDE with
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
57
constant coefficients, then we will do the following: Let
, we need to find .
First of all, we will find the first, second, and third
derivatives as follows:
Now, we substitute , , and
in as
follows:
Thus, . Then, we use our values to
substitute in our assumption which is :
at ,
at ,
at ,
Thus, using result 2.1.1, the general solution for
is: , for some .
(Note: denotes to homogeneous).
EExample 2.1.7 Given
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
58 M. Kaabar
Find the general solution for . (Hint: Use results
2.1.1 and 2.1.2, and in this example, no need to find
the values of )
SSolution: is a
homogeneous linear differential equation of order 5.
Since is HLDE with
constant coefficients, then we will do the following: Let
, we need to find .
First of all, we will find the first, second, third, fourth,
and fifth derivatives as follows:
Now, we substitute , ,
and in
as follows:
Thus, . Then, we use
our values to substitute in our assumption which is
:
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
59
at ,
at ,
at ,
because (Note:
means )
In other words is the set of all linear
combinations of , , and .
at ,
at ,
Thus, using result 2.1.1, the general solution for
is: , for some
. (Note: denotes to
homogeneous).
EExample 2.1.8 Given
Are independent?
Solution: We cannot write as a linear
combination of and as follows:
Thus, are independent.
Example 2.1.9 Given
Are independent?
Solution: We can write as a linear combination of
and as follows:
. Thus, are
dependent (not independent).
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
60 M. Kaabar
2.2 Method of Undetermined
Coefficients
In this section, we discuss how to use what we have
learned from section 2.1 to combine it with what we
will learn from section 2.2 in order to find the general
solution using a method known as undetermined
coefficients method. In this method, we will find a
general solution consisting of homogeneous solution
and particular solution together.
We give the following examples to introduce the
undetermined coefficient method.
EExample 2.2.1 Given Find
the general solution for . (Hint: No need to find the
value of )
Solution: Since does not have a
constant coefficient, then we need to use the
undetermined coefficients method as follows:
Step 1: We need to find the homogeneous solution by
letting equal to zero as follows:
. Now, it is a homogeneous linear
differential equation of order 1.
Since is a HLDE with constant
coefficients, then we will do the following:
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
61
Let , we need to find .
First of all, we will find the first, second, third, fourth,
and fifth derivatives as follows:
Now, we substitute in as
follows:
Thus, . Then, we use our value to substitute in
our assumption which is :
at ,
Thus, using result 2.1.1, the general solution for
is: , for some . (Note:
denotes to homogeneous).
SStep 2: We need to find the particular solution as
follows: Since equals , then the
particular solution should be in the following form:
because is a polynomial of the
first degree, and the general form for first degree
polynomial is .
Now, we need to find and as follows:
We substitute in .
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
62 M. Kaabar
at , we obtain:
at , we obtain:
From and , we get: and .
Thus, .
SStep 3: We need to find the general solution as follows:
Thus, .
Example 2.2.2 Given
Find the general solution for . (Hint: No need to
find the value of )
Solution: In this example, we will have the same
homogeneous solution as we did in example 2.2.1 but
the only difference is the particular solution. We will
repeat some steps in case you did not read example
2.2.1. Since does not have a
constant coefficient, then we need to use the
undetermined coefficients method as follows:
Step 1: We need to find the homogeneous solution by
letting equal to zero as follows:
. Now, it is a homogeneous linear
differential equation of order 1.
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
63
Since is a HLDE with constant
coefficients, then we will do the following:
Let , we need to find .
First of all, we will find the first, second, third, fourth,
and fifth derivatives as follows:
Now, we substitute in as
follows:
Thus, . Then, we use our value to substitute in
our assumption which is :
at ,
Thus, using result 2.1.1, the general solution for
is: , for some . (Note:
denotes to homogeneous).
SStep 2: We need to find the particular solution as
follows: Since equals , then the
particular solution should be in the following form:
Now, we need to find as follows:
We substitute in
.
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
64 M. Kaabar
Thus,
SStep 3: We need to find the general solution as follows:
Thus,
Result 2.2.1 Suppose that you have a linear differential
equation with the least derivative, say , and this
differential equation equals to a polynomial of degree
. Then, we obtain the following:
.
Result 2.2.2 Suppose that you have a linear differential
equation, then the general solution is always written
as: .
Example 2.2.3 Given Describe
but do not find it.
Solution: To describe , we do the following:
By using result 2.2.1, we obtain the following:
.
Example 2.2.4 Given Describe
but do not find it.
Solution: To describe , we do the following:
By using result 2.2.1, we obtain the following:
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
65
EExample 2.2.5 Given Describe
but do not find it.
Solution: To describe , we do the following:
In this example, we look at , and we write it as:
, and then we multiply it by .
.
Example 2.2.6 Given
Describe but do not find it.
Solution: To describe , we do the following:
In this example, we look at , and we write it as:
, and then we multiply it by .
.
2.3 Exercises
1. Given Find the general
solution for . (Hint: Use results 2.1.1 and 2.1.2,
and in this exercise, no need to find the values of
)
2. Given Find the general
solution for . (Hint: No need to find the value of
)
3. Given Find the general
solution for . (Hint: No need to find the value of
)
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
66 M. Kaabar
44. Given Find the general
solution for . (Hint: No need to find the value of
)
5. Given Find the general
solution for . (Hint: No need to find the value of
)
6. Given Describe
but do not find it.
7. Given Describe
but do not find it.
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
67
CChapter 3
Methods of First and
Higher Orders Differential
Equations
In this chapter, we introduce two new methods called
Variation Method and Cauchy-Euler Method in order
to solve first and higher orders differential equations.
In addition, we give several examples about these
methods, and the difference between them and the
previous methods in chapter 2.
3.1 Variation Method
In this section, we discuss how to find the particular
solution using Variation Method. For the homogeneous
solution, it will be similar to what we learned in
chapter 2.
Definition 3.1.1 Given is a
linear differential equation of order 2. Assume that
and are independent solution to the
homogeneous solution. Then, the particular solution
using Variation Method is written as:
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
68 M. Kaabar
. To find
and , we need to solve the following two
equations:
DDefinition 3.1.2 Given is
a linear differential equation of order 3. Assume that
and are independent solution to the
homogeneous solution. Then, the particular solution
using Variation Method is written as:
.
To find and , we need to solve the
following three equations:
Example 3.1.1 Given Find the general
solution for . (Hint: No need to find the values of
and )
Solution: Since does not have a constant
coefficient, then we need to use the variation method
as follows:
Step 1: We need to find the homogeneous solution by
letting equal to zero as follows:
. Now, it is a homogeneous linear
differential equation of order 2.
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
69
Since is a HLDE with constant
coefficients, then we will do the following:
Let , we need to find .
First of all, we will find the first and second derivatives
as follows:
Now, we substitute and in
as follows:
Thus, and . Then, we use our values to
substitute in our assumption which is :
at ,
at ,
Notice that and are independent.
Thus, using result 2.1.1, the general homogenous
solution for is: , for some
. (Note: denotes to homogeneous).
SStep 2: We need to find the particular solution using
definition 3.1.1 as follows: Since equals ,
then the particular solution should be in the following
form: . To find
and , we need to solve the following two
equations:
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
70 M. Kaabar
------
------
Now, we substitute what we got above in the particular
solution form as follows:
By solving and , and
.
Since it is impossible to integrate to
find , then it is enough to write as:
.
Since it is possible to integrate to find ,
then we do the following:
, .
Thus, we write the particular solution as follows:
SStep 3: We need to find the general solution as follows:
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
71
Thus,
for some
EExample 3.1.2 Given Find the
general solution for . (Hint: No need to find the
values of and )
Solution: Since does not have a
constant coefficient, then we need to use the variation
method as follows:
Step 1: We need to find the homogeneous solution by
letting equal to zero as follows:
. Now, it is a homogeneous linear
differential equation of order 2.
Since is a HLDE with constant
coefficients, then we will do the following:
Let , we need to find .
First of all, we will find the first and second derivatives
as follows:
Now, we substitute and
in as follows:
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
72 M. Kaabar
Thus, and . Then, we use our values to
substitute in our assumption which is :
at ,
at ,
Notice that and are independent.
Thus, using result 2.1.1, the general homogenous
solution for is: , for
some . (Note: denotes to
homogeneous).
SStep 2: We need to find the particular solution using
definition 3.1.1 as follows: Since equals
, then the particular solution should be in the
following form: .
To find and , we need to solve the following
two equations:
------
------
Now, we substitute what we got above in the particular
solution form as follows:
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
73
By solving and , and using Cramer’s rule, we
obtain:
By substituting in to find as follows:
Since it is possible to integrate to find
, then we do the following:
.
Since it is possible to integrate to find
, then we do the following:
.
Thus, we write the particular solution as follows:
SStep 3: We need to find the general solution as follows:
Thus,
for someengr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
74 M. Kaabar
3.2 Cauchy-Euler Method
In this section, we will show how to use Cauchy-Euler
Method to find the general solution for differential
equations that do not have constant coefficients.
To introduce this method, we start with some examples
as follows:
EExample 3.2.1 Given Find the
general solution for . (Hint: No need to find the
values of and )
Solution: Since does not have
constant coefficients, then we need to use the Cauchy-
Euler method by letting , and after substitution
all terms must be of the same degree as follows:
First of all, we will find the first and second derivatives
as follows:
Now, we substitute and
in as follows:
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
75
Thus, and . Then, we use our values to
substitute in our assumption which is :
at ,
at ,
In the above case, we multiplied by because we
had a repeating for , and in Cauchy-Euler Method, we
should multiply any repeating by natural logarithm.
Thus, the general solution for is:
, for some .
EExample 3.2.2 Given Find the
general solution for . (Hint: No need to find the
values of and )
Solution: Since does not have
constant coefficients, then we need to use the Cauchy-
Euler method by letting , and after substitution
all terms must be of the same degree as follows:
First of all, we will find the first, second and third
derivatives as follows:
Now, we substitute , and
in as follows:
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
76 M. Kaabar
Thus, .
Then, we use our values to substitute in our
assumption which is :
Since we have two parts (real and imaginary), then by
using the Cauchy-Euler Method, we need to write our
solution as follows:
Thus, the general solution for is:
, for some
.
3.3 Exercises
11. Given Find the general solution
for . (Hint: No need to find the values of and )
2. Given Find the general solution
for . (Hint: No need to find the values of and )
3. Given Find the general solution for
. (Hint: No need to find the values of , and )
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
77
44. Given Find the general solution
for . (Hint: No need to find the values of , and
)
5. Given Is it possible to find the
general solution for using Cauchy-Euler Method?
Why?
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
78 M. Kaabar
CChapter 4
Extended Methods of First
and Higher Orders
Differential Equations
In this chapter, we discuss some new methods such as
Bernulli Method, Separable Method, Exact Method,
Reduced to Separable Method and Reduction of Order
Method. We use these methods to solve first and
higher orders linear and non-linear differential
equations. In addition, we give examples about these
methods, and the differences between them and the
previous methods in chapter 2 and chapter 3.
4.1 Bernoulli Method
In this section, we start with two examples about using
integral factor to solve first order linear differential
equations. Then, we introduce Bernulli Method to solve
some examples of first order non-linear differential
equations.
Definition 4.1.1 Given
is a linear differential equation of
order 1. Dividing both sides by , we obtain:
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
79
Assume that and , then:
Thus, the solution using Integral Factor Method is
written in the following steps:
SStep 1: Multiply both sides of by letting
:
Step 2:
Step 3:
Step 4: Integrate both sides of , we obtain:
Step 5: By solving for , and substituting
we obtain:
Thus, the final solution is:
Example 4.1.1 Given Find the
general solution for . (Hint: Use integral factor
method and no need to find the value of )
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
80 M. Kaabar
SSolution: Since does not have
constant coefficients, and it is a first order non-linear
differential equation, then by using definition 4.1.1, we
need to use the integral factor method by letting
, where and
Hence,
The general solution is written as follows:
Thus, the general solution is:
for some .
Example 4.1.2 Given Find the
general solution for . (Hint: Use integral factor
method and no need to find the value of )
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
81
SSolution: Since does not have
constant coefficients, and it is a first order non-linear
differential equation, then by using definition 4.1.1, we
need to use the integral factor method by letting
, where and
Hence,
The general solution is written as follows:
Thus, the general solution is:
for some .
Definition 4.1.2 Given where
and and is a non-linear differential
equation of order 1. Thus, the solution using Bernoulli
Method is written in the following steps:
Step 1: Change it to first order linear differential
equation by letting .engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
82 M. Kaabar
SStep 2: Find the derivative of both sides for
as follows:
Step 3: Solve for as follows:
Step 4: Since we assumed that , then
, and hence .
Step 5: Substitute what we got above in
as follows:
Step 6: Divide by as follows:
Step 7: After substitution, we obtain:
Step 8: We substitute in the above equation
as follows:
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
83
Thus, the final solution is:
In the following example, we will show how to use
Bernoulli Method, and we will explore the relationship
between Bernoulli Method and Integral Factor
Method.
Example 4.1.3 Given Find the
general solution for . (Hint: Use Bernoulli method
and no need to find the value of )
Solution: Since does not have
constant coefficients, and it is a first order non-linear
differential equation, then by using definition 4.1.2, we
need to do the following by letting , where in
this example , and and .
Since we assumed that , then
, and
We substitute what we got above in
as follows:
Now, we divide by as follows:
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
84 M. Kaabar
Then, we substitute in as follows:
Now, we substitute in as follows:
Then, we solve for as follows:
To solve , we need to use the integral factor method:
Hence,
The general solution for is written as follows:
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
85
The general solution for is: .
Thus, the general solution for is:
for some .
4.2 Separable Method
In this section, we will solve some differential
equations using a method known as Separable Method.
This method is called separable because we separate
two different terms from each other.
DDefinition 4.2.1 The standard form of Separable
Method is written as follows:
Note: it does not matter whether it is the above form or
in the following form:
Example 4.2.1 Solve the following differential
equation:
Solution: By using definition 4.2.1, we need to rewrite
the above equation in a way that each term is
separated from the other term as follows:
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
86 M. Kaabar
Now, we need to do a cross multiplication for as
follows:
Then, we integrate both sides of as follows:
Thus, the general solution is :
EExample 4.2.2 Solve the following differential
equation:
Solution: By using definition 4.2.1, we need to rewrite
the above equation in a way that each term is
separated from the other term as follows:
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
87
Now, we need to do a cross multiplication for as
follows:
Then, we integrate both sides of as follows:
Thus, the general solution is :
4.3 Exact Method
In this section, we will solve some differential
equations using a method known as Exact Method. In
other words, this method is called the Anti-Implicit
Derivative Method.
DDefinition 4.3.1 The standard form of Exact Method is
written as follows:
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
88 M. Kaabar
Then, we solve to find , and our general
solution will be as follows: for some constant
. In other words, the standard form for exact first
order differential equation is: , and it is
considered exact if .
NNote: is defined as the first derivative with
respect to and considering as a constant, while
is defined as the first derivative with respect to
and considering as a constant.
Example 4.3.1 Given Find .
Solution: By using definition 4.3.1, we first find
by finding the first derivative with respect to and
considering as a constant as follows: .
Then, we find by finding the first derivative
with respect to and considering as a constant as
follows:
Thus, .
Example 4.3.2 Given
Find .
Solution: By using definition 4.3.1, we first find
by finding the first derivative with respect to and
considering as a constant as follows:
.
Then, we find by finding the first derivative
with respect to and considering as a constant as
follows:
Thus, .
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
89
EExample 4.3.3 Solve the following differential
equation:
Solution: First of all, we need to check for the exact
method as follows: We rewrite the above differential
equation according to definition 4.3.1:
Thus, from the above differential equation, we obtain:
and
Now, we need to check for the exact method by finding
as follows:
We first find by finding the first derivative of
with respect to and considering as a
constant as follows:
Then, we find by finding the first derivative of
with respect to and considering as a
constant as follows:
Since , then we can use the
exact method.
Now, we choose either or
and then we integrate. We will
choose and we will integrate it as
follows:
We need to find as follows:
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
90 M. Kaabar
Since we selected previously for
integration, then we need to find for as
follows:
Now, we substitute in as
follows:
Then, we integrate both sides of as follows:
Thus, the general solution of the exact method is :
4.4 Reduced to Separable
Method
In this section, we will solve some differential
equations using a method known as Reduced to
Separable Method.
DDefinition 4.4.1 The standard form of Reduced to
Separable Method is written as follows:
where .
Example 4.4.1 Solve the following differential
equation:
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
91
SSolution: By using definition 4.4.1, we first let
, and then, we need to find the first
derivative of both sides of .
Now, we solve for as follows:
Then, we substitute and in
as follows:
Now, we can use the separable method to solve as
follows:
By using definition 4.2.1, we need to rewrite in a
way that each term is separated from the other term
as follows:
Now, we need to do a cross multiplication for as
follows:
Then, we integrate both sides of as follows:
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
92 M. Kaabar
Now, we substitute in as follows:
Thus, the general solution is :
4.5 Reduction of Order
Method
In this section, we will solve differential equations
using a method called Reduction of Order Method.
DDefinition 4.5.1 Reduction of Order Method is valid
method only for second order differential equations,
and one solution to the homogenous part must be
given. For example, given
and . To find , the differential equation
must be written in the standard form (Coefficient of
must be 1) as follows:
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
93
Now, let , and substitute it in as
follows:
Hence, is written as follows:
In our example,
.
Thus, the homogenous solution is written as follows:
for some .
Example 4.5.1 Given the following differential
equation: ,
and is a solution to the associated
homogenous part. Find ? (Hint: Find first
, and then write )
Solution: By using definition 4.5.1, To find , the
differential equation must be equal to zero and must
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
94 M. Kaabar
also be written in the standard form (Coefficient of
must be 1) as follows:
We divide both sides of
by as follows:
Now, let , and substitute it in
as follows:
Hence, is written as follows:
In example 4.5.1,
Since it is impossible to integrate , then it
is enough to write it as: .
Therefore, .
Thus, the homogenous solution is written as follows:
for some
.
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
95
4.6 Exercises
11. Given Find the general
solution for . (Hint: Use Bernoulli method and no
need to find the value of )
2. Given Find the general solution for
. (Hint: Use Bernoulli method and no need to find
the value of )
3. Solve the following differential equation:
4. Solve the following differential equation:
5. Solve the following differential equation:
6. Solve the following differential equation:
7. Solve the following differential equation:
8. Given the following differential equation:
and is a solution
to the associated homogenous part. Find ?
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
96 M. Kaabar
CChapter 5
Applications of Differential
Equations
In this chapter, we give examples of three different
applications of differential equations: temperature,
growth and decay, and water tank. In each section, we
give one example of each of the above applications, and
we discuss how to use what we have learned previously
in this book to solve each problem.
5.1 Temperature Application
In this section, we give an example of temperature
application, and we introduce how to use one of the
differential equations methods to solve it.
Example 5.1.1 Thomas drove his car from Pullman,
WA to Olympia, WA, and the outside air temperature
was constant . During his trip, he took a break at
Othello, WA gas station, and then he switched off the
engine of his car, and checked his car temperature
gauge, and it was . After ten minutes, Thomas
checked his car temperature gauge, and it was .
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
97
a) How long will it take for the temperature of the
engine to cool to ?
b) What will be the temperature of the engine 30
minutes from now?
SSolution: Part a: To determine how long will it take for
the temperature of the engine to cool to , we need
to do the following:
Assume that is the temperature of engine at the
time , and is the constant outside air temperature.
Now, we need to write the differential equation for this
example as follows:
where is a constant.
From , we can write as follows:
From this example, it is given the following:
, , and
From , is constant, and the dependent variable
is , while the independent variable is the time .
By substituting in , we obtain:
Since is a first order linear differential equation,
then by using definition 4.1.1, we need to use the
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
98 M. Kaabar
integral factor method by letting , where
and .
Hence, .
The general solution is written as follows:
The general solution is: for some
.
Now, we need to find by substituting in
as follows:
Thus,
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
99
By substituting in , we obtain:
By taking the natural logarithm for both sides of ,
we obtain:
Now, we substitute in as follows:
Then, we need to find the time when by
substituting it in as follows:
By taking the natural logarithm for both sides of ,
we obtain:
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
100 M. Kaabar
Thus, the temperature of the engine will take
approximately minutes to cool to
PPart b: To determine what will be the temperature of
the engine 30 minutes from now, we need to do the
following:
We assume that , and then we substitute it in
as follows:
Thus, the temperature of the engine 30 minutes from
now will be approximately .
5.2 Growth and Decay
Application
In this section, we give an example of growth and
decay application, and we introduce how to use one of
the differential equations methods to solve it.
Example 5.2.1 The rate change of number of students
at Washington State University (WSU) is proportional
to the square root of the number of students at any
time . If the number of WSU students in 2013 was
28,686 students2, and suppose that the number of
students at WSU after one year was 32,000 students.
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
101
a) How long will it take to double number of WSU
students in 2013?
b) What will be the number of WSU students in
2018?
SSolution: Part a: To determine how long will it take to
double number of WSU students in 2013, we need to do
the following:
Assume that is the number of WSU students at
any time .
Now, we need to write the differential equation for this
example as follows:
where is a constant.
From , we can write as follows:
From this example, it is given the following:
, and .
From , the dependent variable is , while the
independent variable is the time .
To solve , we need to use separable method as
follows:
By using definition 4.2.1, we need to rewrite in a
way that each term is separated from the other term
as follows:
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
102 M. Kaabar
Now, we need to do a cross multiplication for as
follows:
Then, we integrate both sides of as follows:
Thus, the general solution is :
for some .
Then, we rewrite as follows:
We square both sides of as follows:
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
103
Now, we need to find by substituting
in as follows:
Thus,
By substituting in , we obtain:
Thus,
Now, we substitute in as follows:
Then, we need to find the time when
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
104 M. Kaabar
by substituting it in as
follows:
years
Thus, it will take approximately years to
double the number of WSU students in 2013.
PPart b: To determine what will be number of WSU
students in 2018, we need to do the following:
We assume that , and then we substitute it in
as follows:
students
Thus, the number of WSU students will be
approximately students in 2018.
5.3 Water Tank Application
In this section, we give an example of water tank
application, and we introduce how to use one of the
differential equations methods to solve it.
Example 5.3.1 One of the most beautiful places at
Washington State University campus is known as
WSU Water Tower. Assume thatWSU Water Tower
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
105
has a tank that contains initially 350 gallons of
purified water, given that when , the amount of
minerals is bounds. Suppose that there is a mixture
of minerals containing 0.2 bound of minerals per gallon
is poured into the tank at rate of 5 gallons per minute,
while the mixture of minerals goes out of the tank at
rate of 2 gallons per minute.
a) What is the amount of minerals in the tank of
WSU Water Tower at any time ?
b) What is the concentration of minerals in the
tank of WSU Water Tower at minutes?
SSolution: Part a: To determine the amount of minerals
in the tank of WSU Water Tower at any time , we
need to do the following:
Assume that is the amount of minerals at any
time , and is the concentration of minerals in the
tank at any time . is written in the following
form:
From this example, it is given the following:
, , and
.
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
106 M. Kaabar
Now, we need to rewrite our previous equation for this
example by substituting what is given in the example
itself in as follows:
From , we can write the differential equation as
follows:
From , the dependent variable is , while the
independent variable is the time . Then, we rewrite
as follows:
Since is a first order linear differential equation,
then by using definition 4.1.1, we need to use the
integral factor method by letting , where
and .
.
The general solution is written as follows:
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
107
The general solution is:
for some .
Now, we need to find by substituting
bounds in as follows:
Thus,
The amount of minerals in the tank of WSU Water
Tower at any time is:
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
108 M. Kaabar
PPart b: To determine the concentration of minerals in
the tank of WSU Water Tower at minutes, we
need to do the following:
We substitute minutes in as follows:
Thus, the concentration of minerals in the tank of
WSU Water Tower at minutes is
approximately minutes.
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
109
AAppendices
Review of Linear Algebra
Appendix A: Determinants*
*The materials of appendix A are taken from section
1.7 in my published book titled A First Course in
Linear Algebra: Study Guide for the Undergraduate
Linear Algebra Course, First Edition1.
In this section, we introduce step by step for finding
determinant of a certain matrix. In addition, we
discuss some important properties such as invertible
and non-invertible. In addition, we talk about the
effect of row-operations on determinants.
Definition A.1 Determinant is a square matrix. Given
, let where A is
matrix, The determinant of A is
represented by .
Hence, . (Warning:
this definition works only for matrices).
Example A.1 Given the following matrix:
Find the determinant of A.
Solution: Using definition A.1, we do the following:
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
110 M. Kaabar
Thus, the determinant of A is 11.
Example A.2 Given the following matrix:
Find the determinant of A.
Solution: Since A is matrix such that
, then we cannot use definition A.1
because it is valid only for matrices. Thus, we
need to use the following method to find the
determinant of A.
Step 1: Choose any row or any column. It is
recommended to choose the one that has more zeros.
In this example, we prefer to choose the second column
or the first row. Let’s choose the second column as
follows:
Step 2: To find the determinant of A, we do the
following: For , since is in the first row and
second column, then we virtually remove the first row
and second column.
For , since is in the second row and second
column, then we virtually remove the second row and
second column.
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
111
For , since is in the third row and second
column, then we virtually remove the third row and
second column.
SStep 3: Add all of them together as follows:
Thus, the determinant of A is 16.
Result A.1 Let . Then, A is invertible
(non-singular) if and only if
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
112 M. Kaabar
The above result means that if , then A is
invertible (non-singular), and if A is invertible (non-
singular), then .
EExample A.3 Given the following matrix:
Is A invertible (non-singular)?
Solution: Using result A.1, we do the following:
Since the determinant of A is 0, then A is non-
invertible (singular).
Thus, the answer is No because A is non-invertible
(singular).
Definition A.2 Given . Assume that
such that . To find
(the inverse of A), we use the following format that
applies only for matrices:
Example A.4 Given the following matrix:
Is A invertible (non-singular)? If Yes, Find .
Solution: Using result A.1, we do the following:
Since the determinant of A is not 0, then A is invertible
(non-singular).
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
113
Thus, the answer is Yes, there exists according to
definition 1.7.2 as follows:
RResult A.2 Let be a triangular matrix. Then,
= multiplication of the numbers on the main
diagonal of A.
There are three types of triangular matrix:
a) Upper Triangular Matrix: it has all zeros on the
left side of the diagonal of matrix.
(i.e. is an Upper Triangular Matrix).
b) Diagonal Matrix: it has all zeros on both left and
right sides of the diagonal of matrix.
(i.e. is a Diagonal Matrix).
c) Lower Triangular Matrix: it has all zeros on the
right side of the diagonal of matrix.
(i.e. is a Diagonal Matrix).
Fact A.1 Let . Then, .
Fact A.2 Let . If A is an invertible (non-
singular) matrix, then is also an invertible (non-
singular) matrix. (i.e. ).
Proof of Fact A.2 We will show that .engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
114 M. Kaabar
We know from previous results that .
By taking the transpose of both sides, we obtain:
Then,
Since , then .
Similarly, .
Thus, .
TThe effect of Row-Operations on determinants:
Suppose is a non-zero constant, and are row
numbers in the augmented matrix.
* Ri , (Multiply a row with a non-zero
constant ).
i.e. 3R2 --
Assume that where is known, then
.
Similarly, if then
.
* Ri +Rk -- Rk (Multiply a row with a non-zero
constant ).
i.e. Ri +Rk -- Rk
Then, .
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
115
* Ri Rk (Interchange two rows). It has no effect on
the determinants.
In general, the effect of Column-Operations on
determinants is the same as for Row-Operations.
EExample A.5 Given the following matrix A with
some Row-Operations:
2R1 -- A1 3R3 -- A2 -2R4 -- A4
If , then find
Solution: Using what we have learned from the effect
of determinants on Row-Operations:
because has the first
row of A multiplied by 2.
because has the
third row of multiplied by 3.
Similarly,
because has the fourth row of multiplied by -2.
Result A.3 Assume with a given
. Let be a number. Then, .
Result A.4 Assume
Then: a)
b) Assume exists and exists.
Then,
c)
d)
e) If exists, then
Proof of Result A.4 (b) We will show that
.
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
116 M. Kaabar
If we multiply ( ) by (AB), we obtain:
B =
Thus,
PProof of Result A.4 (e) We will show that
.
Since , then
Thus,
Appendix B: Vector Spaces*
*The materials of appendix B are taken from chapter 2
in my published book titled A First Course in Linear
Algebra: Study Guide for the Undergraduate Linear
Algebra Course, First Edition1.
We start this chapter reviewing some concepts of set
theory, and we discuss some important concepts of
vector spaces including span and dimension. In the
remaining sections we introduce the concept of linear
independence. At the end of this chapter we discuss
other concepts such as subspace and basis.
B.1 Span and Vector Spaces
In this section, we review some concepts of set theory,
and we give an introduction to span and vector spaces
including some examples related to these concepts.
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
117
Before reviewing the concepts of set theory, it is
recommended to revisit section 1.4, and read the
notations of numbers and the representation of the
three sets of numbers in figure 1.4.1.
Let’s explain some symbols and notations of set theory:
means that 3 is an element of
means that is not an element of
{ } means that it is a set.
{5} means that 5 is a subset of , and the set consists of
exactly one element which is 5.
DDefinition B.1.1 The span of a certain set is the set of
all possible linear combinations of the subset of that
set.
Example B.1.1 Find Span{1}.
Solution: According to definition B.1.1, then the span
of the set {1} is the set of all possible linear
combinations of the subset of {1} which is 1.
Hence, Span{1} = .
Example B.1.2 Find Span{(1,2),(2,3)}.
Solution: According to definition B.1.1, then the span
of the set {(1,2),(2,3)} is the set of all possible linear
combinations of the subsets of {(1,2),(2,3)} which are
(1,2) and (2,3). Thus, the following is some possible
linear combinations:
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
118 M. Kaabar
Hence, .
EExample B.1.3 Find Span{0}.
Solution: According to definition B.1.1, then the span
of the set {0} is the set of all possible linear
combinations of the subset of {0} which is 0.
Hence, Span{0} = 0.
Example B.1.4 Find Span{c} where c is a non-zero
integer.
Solution: Using definition B.1.1, the span of the set {c}
is the set of all possible linear combinations of the
subset of {c} which is .
Thus, Span{c} = .
Definition B.1.2
is a set of all points where each point has exactly
coordinates.
Definition B.1.3 is a vector space if satisfies the
following:
a. For every ,
b. For every ,
(i.e. Given then
. Let’s assume that
, then for some numbers
).
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
119
B.2 The Dimension of Vector
Space
In this section, we discuss how to find the dimension of
vector space, and how it is related to what we have
learned in section B.1.
DDefinition B.2.1 Given a vector space , the dimension
of is the number of minimum elements needed in
so that their is equal to , and it is denoted by
. (i.e. ).
Result B.2.1 .
Proof of Result B.2.1 We will show that
Claim:
Thus, is a subset of ( ).
For every ,
Therefore,
We prove the above claim, and hence
.
Fact 2B.2.1 .
Proof of Fact B.2.1 We will show that
Claim: where
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
120 M. Kaabar
We cannot find a number such that
We prove the above claim, and hence .
FFact B.2.2 .
Fact B.2.3 .
B.3 Linear Independence
In this section, we learn how to determine whether
vector spaces are linearly independent or not.
Definition B.3.1 Given a vector space , we say
are linearly independent if none of
them is a linear combination of the remaining .
(i.e. are linearly independent because
we cannot write them as a linear combination of each
other, in other words, we cannot find a number
such that and ).
Definition B.3.2 Given a vector space , we say
are linearly dependent if at least one of
is a linear combination of the others.
Example B.3.1 Assume are linearly
independent. Show that and are linearly
independent.
Solution: We will show that and are
linearly independent. Using proof by contradiction, we
assume that and are linearly dependent.
For some non-zero number , .
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
121
Using the distribution property and algebra, we obtain:
Thus, none of and is a linear combination of
the others which means that and are
linearly independent. This is a contradiction.
Therefore, our assumption that and were
linearly dependent is false. Hence, and are
linearly independent.
EExample B.3.2 Given the following vectors:
Are these vectors independent elements?
Solution: First of all, to determine whether these
vectors are independent elements or not, we need to
write these vectors as a matrix.
Each point is a row-operation. We need to
reduce this matrix to Semi-Reduced Matrix.
Definition B.3.3 Semi-Reduced Matrix is a reduced-
matrix but the leader numbers can be any non-zero
number.
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
122 M. Kaabar
Now, we apply the Row-Reduction Method to get the
Semi-Reduced Matrix as follows:
This is a Semi-
Reduced Matrix.
Since none of the rows in the Semi-Reduced Matrix
become zero-row, then the elements are independent
because we cannot write at least one of them as a
linear combination of the others.
EExample 2.3.3 Given the following vectors:
Are these vectors independent elements?
Solution: First of all, to determine whether these
vectors are independent elements or not, we need to
write these vectors as a matrix.
Each point is a row-operation. We
need to reduce this matrix to Semi-Reduced Matrix.
Now, we apply the Row-Reduction Method to get the
Semi-Reduced Matrix as follows:
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
123
This is a Semi-Reduced
Matrix.
Since there is a zero-row in the Semi-Reduced Matrix,
then the elements are dependent because we can write
at least one of them as a linear combination of the
others.
B.4 Subspace and Basis
In this section, we discuss one of the most important
concepts in linear algebra that is known as subspace.
In addition, we give some examples explaining how to
find the basis for subspace.
DDefinition B.4.1 Subspace is a vector space but we call
it a subspace because it lives inside a bigger vector
space. (i.e. Given vector spaces and , then according
to the figure 2.4.1, is called a subspace of ).
Figure B.4.1: Subspace of
V
D
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
124 M. Kaabar
Fact B.4.1 Every vector space is a subspace of itself.
Example B.4.1 Given a vector space .
a. Does live in ?
b. Does equal to ?
c. Is a subspace of ?
d. Does equal to
e. Does equal to
Solution: To answer all these questions, we need first
to draw an equation from this vector space, say .
The following figure represents the graph of the above
equation, and it passes through a point .
Figure B.4.2: Graph of
Now, we can answer the given questions as follows:
Part a: Yes; lives in .
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
125
PPart b: No; does not equal to . To show that we
prove the following claim:
Claim: where
It is impossible to find a number such that
because in this case where .
We prove the above claim, and .
Thus, does not equal to
Part c: Yes; is a subspace of because lives inside
a bigger vector space which is .
Part d: No; according to the graph in figure 2.4.2,
does not belong to .
Part e: Yes; because we can write and as a
linear combination of each other.
Assume , then we obtain:
.
Thus, .
Result B.4.1 is a subspace of if satisfies the
following:
a. lives inside .
b. has only lines through the origin .
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
126 M. Kaabar
EExample B.4.2 Given a vector space
.
a. Does live in ?
b. Is a subspace of
Solution: Since the equation of the above vector space
is a three-dimensional equation, there is no need to
draw it because it is difficult to draw it exactly. Thus,
we can answer the above questions immediately.
Part a: Yes; lives inside .
Part b: No; since , then is not a subspace
of .
Fact B.4.2 Assume lives inside . If we can write
as a , then it is a subspace of .
Fact B.4.3 Assume lives inside . If we cannot write
as a , then it is not a subspace of .
Fact B.4.4 Assume lives inside . If is in
, then is a subspace of .
Fact B.4.5 Assume lives inside . If is
not in , then is not a subspace of .
Now, we list the main results on :
Result B.4.2 Maximum number of independent points
is .
Result B.4.3 Choosing any independent points in ,
say , then .
Result B.4.4 .
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
127
Results B.4.3 and B.4.4 tell us the following: In order
to get all , we need exactly independent points.
RResult B.4.5 Assume , then
( points of the are independents).
Definition B.4.2 Basis is the set of points that is
needed to the vector space.
Example B.4.3 Let .
a. Find .
b. Find a basis for .
Solution: First of all, we have infinite set of points, and
lives inside . Let’s assume the following:
Part a: To find , we check whether and
are dependent elements or not. Using what we have
learned so far from section 2.3: We need to write these
vectors as a matrix.
Each point is a row-operation. We need to
reduce this matrix to Semi-Reduced Matrix.
Now, we apply the Row-Reduction Method to get the
Semi-Reduced Matrix as follows:
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
128 M. Kaabar
This is a Semi-Reduced Matrix.
Since there is a zero-row in the Semi-Reduced Matrix,
then these elements are dependent because we can
write at least one of them as a linear combination of
the others. Only two points survived in the Semi-
Reduced Matrix. Thus, .
PPart b: is a plane that passes through the origin
. Since , then any two independent
points in will form a basis for . Hence, the following
are some possible bases for :
Basis for is .
Another basis for is .
Result B.4.6 It is always true that .
Example B.4.4 Given the following:
.
Find a basis for .
Solution: We have infinite set of points, and lives
inside . Let’s assume the following:
We check if and are dependent elements.
Using what we have learned so far from section 2.3
and example 2.4.3: We need to write these vectors as a
matrix.
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
129
Each point is a row-operation. We
need to reduce this matrix to Semi-Reduced Matrix.
Now, we apply the Row-Reduction Method to get the
Semi-Reduced Matrix as follows:
This is a Semi-Reduced
Matrix.
Since there is no zero-row in the Semi-Reduced Matrix,
then these elements are independent. All the three
points survived in the Semi-Reduced Matrix. Thus,
. Since , then any three
independent points in from the above matrices will
form a basis for . Hence, the following are some
possible bases for :
Basis for is .
Another basis for is .
Another basis for is .
EExample B.4.5 Given the following:
.
a. Show that is a subspace of .
b. Find a basis for .
c. Rewrite as a .
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
130 M. Kaabar
SSolution: We have infinite set of points, and lives
inside .
Part a: We write each coordinate of as a linear
combination of the free variables and .
Since it is possible to write each coordinate of as a
linear combination of the free variables and , then
we conclude that is a subspace of .
Part b: To find a basis for , we first need to find
. To find , let’s play a game called (ON-
OFF GAME) with the free variables
Now, we check for independency: We already have the
Semi-Reduced Matrix: Thus, .
Hence, the basis for is .
Part b: Since we found the basis for , then it is easy
to rewrite as a as follows:
Fact B.4.6
Example B.4.6 Given the following:
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
131
.
Is a subspace of ?
SSolution: We have infinite set of points, and lives
inside . We try write each coordinate of as a linear
combination of the free variables and .
is not a linear combination of and .
We assume that , and .
If , then .
Since it is impossible to write each coordinate of as a
linear combination of the free variables and , then
we conclude that is not a subspace of .
Example B.4.7 Form a basis for .
Solution: We just need to select any random four
independent points, and then we form a matrix
with four independent rows as follows:
Note: is a number.
Let’s assume the following:
Thus, the basis for , and
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
132 M. Kaabar
.
EExample B.4.8 Form a basis for that contains the
following two independent points:
.
Solution: We need to add two more points to the given
one so that all four points are independent. Let’s
assume the following:
This is a random point.
This is a random point.
Then, we need to write these vectors as a matrix.
Each point is a row-operation. We
need to reduce this matrix to Semi-Reduced Matrix.
Now, we apply the Row-Reduction Method to get the
Semi-Reduced Matrix as follows:
This is a Semi-Reduced Matrix.
Thus, the basis for is
.
Example B.4.9 Given the following:
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
133
Is ?
SSolution: We have infinite set of points, and lives
inside . There are two different to solve this
example:
The First Way: Let’s assume the following:
We start asking ourselves the following question:
Question: Can we find and such that
?
Answer: Yes but we need to solve the following system
of linear equations:
Using what we have learned from chapter 1 to solve
the above system of linear equations, we obtain:
Hence, Yes:
The Second Way (Recommended): We first need to find
, and then a basis for . We have to write
as a matrix.engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
134 M. Kaabar
Each point is a row-operation. We
need to reduce this matrix to Semi-Reduced Matrix.
Now, we apply the Row-Reduction Method to get the
Semi-Reduced Matrix as follows:
This is a Semi-Reduced
Matrix.
Since there is a zero-row in the Semi-Reduced Matrix,
then these elements are dependent. Thus, .
Thus, Basis for is , and
.
Now, we ask ourselves the following question:
Question: Can we find and such that
?
Answer: Yes:
Thus, . Hence, Yes:
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
135
Appendix C: Homogenous
Systems*
*The materials of appendix C are taken from chapter 3
in my published book titled A First Course in Linear
Algebra: Study Guide for the Undergraduate Linear
Algebra Course, First Edition1.
In this chapter, we introduce the homogeneous
systems, and we discuss how they are related to what
we have learned in chapter B. We start with an
introduction to null space and rank. Then, we study
one of the most important topics in linear algebra
which is linear transformation. At the end of this
chapter we discuss how to find range and kernel, and
their relation to sections C.1 and C.2.
C.1 Null Space and Rank
In this section, we first give an introduction to
homogeneous systems, and we discuss how to find the
null space and rank of homogeneous systems. In
addition, we explain how to find row space and column
space.
Definition C.1.1 Homogeneous System is a
system of linear equations that has all zero constants.
www.ebook3000.com
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
136 M. Kaabar
(i.e. the following is an example of homogeneous
system):
Imagine we have the following solution to the
homogeneous system: .
Then, this solution can be viewed as a point of (here
is ) :
RResult C.1.1 The solution of a homogeneous system
can be written as
.
Result C.1.2 All solutions of a homogeneous system
form a subset of , and it is equal to the
number of variables.
Result C.1.3 Given a homogeneous system . We
write it in the matrix-form: where is a
coefficient. Then, the set of all solutions in this system
is a subspace of .
Proof of Result C.1.3 We assume that
and are two
solutions to the above system. We will show that
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
137
is a solution. We write them in the matrix-form:
and
Now, using algebra:
By taking as a common factor, we obtain:
Thus, is a solution.
FFact C.1.1 If is a solution, and
, then is a solution.
Fact C.1.2 The only system where the solutions form a
vector space is the homogeneous system.
Definition C.1.2 Null Space of a matrix, say is a set
of all solutions to the homogeneous system, and it is
denoted by or .
engr.w
aseem
15
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
138 M. Kaabar
DDefinition C.1.3 Rank of a matrix, say is the number
of independent rows or columns of , and it is denoted
by .
Definition C.1.4 Row Space of a matrix, say is the
of independent rows of , and it is denoted by
.
Definition C.1.5 Column Space of a matrix, say is the
of independent columns of , and it is denoted by
.
Example C.1.1 Given the following matrix:
.
a. Find .
b. Find .
c. Rewrite as .
d. Find .
e. Find .
Solution: Part a: To find the null space of , we need to
find the solution of as follows:
Step 1: Write the above matrix as an Augmented-
Matrix, and make all constants’ terms zeros.
Copyright © 2015 Mohammed K A Kaabar All Rights Reserved
139
SStep 2: Apply what we have learned from chapter 1 to
solve systems of linear equations use Row-Operation
Method.
This is a Completely-Reduced
Matrix.
Step 3: Read the solution for the above system of linear
equations after using Row-Operation.
Free variables are and .
Assuming that , . Then, the solution of the
above homogeneous system is as follows:
Thus, according to definition 3.1.2,
, .
Part b: It is always true that
Here, .
www.ebook3000.com
engr.w
aseem
15
A friendly introduction to differential equations
A friendly introduction to differential equations
A friendly introduction to differential equations
A friendly introduction to differential equations
A friendly introduction to differential equations
A friendly introduction to differential equations
A friendly introduction to differential equations
A friendly introduction to differential equations
A friendly introduction to differential equations
A friendly introduction to differential equations
A friendly introduction to differential equations
A friendly introduction to differential equations
A friendly introduction to differential equations

More Related Content

Similar to A friendly introduction to differential equations

Formidable College Supplemental Essays Th
Formidable College Supplemental Essays ThFormidable College Supplemental Essays Th
Formidable College Supplemental Essays ThMegan Mack
 
a comprehensive interactive texbook full review of calculus including level 1...
a comprehensive interactive texbook full review of calculus including level 1...a comprehensive interactive texbook full review of calculus including level 1...
a comprehensive interactive texbook full review of calculus including level 1...WisamAkram1
 
College Essay Tell Us Something Yourself
College Essay Tell Us Something YourselfCollege Essay Tell Us Something Yourself
College Essay Tell Us Something YourselfDiana Jordan
 
Learning English Essay Blogspot
Learning English Essay BlogspotLearning English Essay Blogspot
Learning English Essay BlogspotTiffany Rodriguez
 
This is a Case Study about you. (me)As you reflect your readings.docx
This is a Case Study about you. (me)As you reflect your readings.docxThis is a Case Study about you. (me)As you reflect your readings.docx
This is a Case Study about you. (me)As you reflect your readings.docxchristalgrieg
 
R.K.Bansal - A Textbook Of Strength Of Materials_ Mechanics of Solids (2012, ...
R.K.Bansal - A Textbook Of Strength Of Materials_ Mechanics of Solids (2012, ...R.K.Bansal - A Textbook Of Strength Of Materials_ Mechanics of Solids (2012, ...
R.K.Bansal - A Textbook Of Strength Of Materials_ Mechanics of Solids (2012, ...MADHANT5
 
Conclusion Paragraph For. Online assignment writing service.
Conclusion Paragraph For. Online assignment writing service.Conclusion Paragraph For. Online assignment writing service.
Conclusion Paragraph For. Online assignment writing service.Nancy Jarjis
 
algebra lineal ada5c97a-340b-4ae9-afce-b864c9f851df.pdf
algebra lineal ada5c97a-340b-4ae9-afce-b864c9f851df.pdfalgebra lineal ada5c97a-340b-4ae9-afce-b864c9f851df.pdf
algebra lineal ada5c97a-340b-4ae9-afce-b864c9f851df.pdfenigmagb9
 
Essay Writing Topics For Territorial Army Exam
Essay Writing Topics For Territorial Army ExamEssay Writing Topics For Territorial Army Exam
Essay Writing Topics For Territorial Army ExamLori Flasch
 
What Is A Good Thesis Statement For A Cause And Effect Essay
What Is A Good Thesis Statement For A Cause And Effect EssayWhat Is A Good Thesis Statement For A Cause And Effect Essay
What Is A Good Thesis Statement For A Cause And Effect EssaySarah Camacho
 
ECET350 Final Exam Study GuideYOU MAY WANT TO PRINT THIS GUIDE.1.docx
ECET350 Final Exam Study GuideYOU MAY WANT TO PRINT THIS GUIDE.1.docxECET350 Final Exam Study GuideYOU MAY WANT TO PRINT THIS GUIDE.1.docx
ECET350 Final Exam Study GuideYOU MAY WANT TO PRINT THIS GUIDE.1.docxjenkinsmandie
 
Sedat Biringen, Chuen-Yen Chow - An Introduction to Computational Fluid Mecha...
Sedat Biringen, Chuen-Yen Chow - An Introduction to Computational Fluid Mecha...Sedat Biringen, Chuen-Yen Chow - An Introduction to Computational Fluid Mecha...
Sedat Biringen, Chuen-Yen Chow - An Introduction to Computational Fluid Mecha...863initial
 
Essay Of Diwali Vacation. Online assignment writing service.
Essay Of Diwali Vacation. Online assignment writing service.Essay Of Diwali Vacation. Online assignment writing service.
Essay Of Diwali Vacation. Online assignment writing service.Inell Campbell
 
Contoh Essay Ide Bisnis. Online assignment writing service.
Contoh Essay Ide Bisnis. Online assignment writing service.Contoh Essay Ide Bisnis. Online assignment writing service.
Contoh Essay Ide Bisnis. Online assignment writing service.Nancy Ross
 
500 Prompts For Narrative And Personal Writing. 500
500 Prompts For Narrative And Personal Writing. 500500 Prompts For Narrative And Personal Writing. 500
500 Prompts For Narrative And Personal Writing. 500Deana Villanueva
 
Fundamentals of Momentum, Heat and Mass Transfer (James R. Welty, Gregory L. ...
Fundamentals of Momentum, Heat and Mass Transfer (James R. Welty, Gregory L. ...Fundamentals of Momentum, Heat and Mass Transfer (James R. Welty, Gregory L. ...
Fundamentals of Momentum, Heat and Mass Transfer (James R. Welty, Gregory L. ...LeonelENavaSantana
 
Circuit analysis ii with matlab
Circuit analysis ii with matlabCircuit analysis ii with matlab
Circuit analysis ii with matlabnhocbanthan
 
Circuit analysis ii with matlab steven t karris
Circuit analysis ii with matlab steven t karrisCircuit analysis ii with matlab steven t karris
Circuit analysis ii with matlab steven t karrisjcblackmore
 
How To Write A College Application Essay - Bright
How To Write A College Application Essay - BrightHow To Write A College Application Essay - Bright
How To Write A College Application Essay - BrightRachel Walters
 
Circuit analysis i with matlab computing and simulink sim powersystems modeling
Circuit analysis i with matlab computing and simulink sim powersystems modelingCircuit analysis i with matlab computing and simulink sim powersystems modeling
Circuit analysis i with matlab computing and simulink sim powersystems modelingIndra S Wahyudi
 

Similar to A friendly introduction to differential equations (20)

Formidable College Supplemental Essays Th
Formidable College Supplemental Essays ThFormidable College Supplemental Essays Th
Formidable College Supplemental Essays Th
 
a comprehensive interactive texbook full review of calculus including level 1...
a comprehensive interactive texbook full review of calculus including level 1...a comprehensive interactive texbook full review of calculus including level 1...
a comprehensive interactive texbook full review of calculus including level 1...
 
College Essay Tell Us Something Yourself
College Essay Tell Us Something YourselfCollege Essay Tell Us Something Yourself
College Essay Tell Us Something Yourself
 
Learning English Essay Blogspot
Learning English Essay BlogspotLearning English Essay Blogspot
Learning English Essay Blogspot
 
This is a Case Study about you. (me)As you reflect your readings.docx
This is a Case Study about you. (me)As you reflect your readings.docxThis is a Case Study about you. (me)As you reflect your readings.docx
This is a Case Study about you. (me)As you reflect your readings.docx
 
R.K.Bansal - A Textbook Of Strength Of Materials_ Mechanics of Solids (2012, ...
R.K.Bansal - A Textbook Of Strength Of Materials_ Mechanics of Solids (2012, ...R.K.Bansal - A Textbook Of Strength Of Materials_ Mechanics of Solids (2012, ...
R.K.Bansal - A Textbook Of Strength Of Materials_ Mechanics of Solids (2012, ...
 
Conclusion Paragraph For. Online assignment writing service.
Conclusion Paragraph For. Online assignment writing service.Conclusion Paragraph For. Online assignment writing service.
Conclusion Paragraph For. Online assignment writing service.
 
algebra lineal ada5c97a-340b-4ae9-afce-b864c9f851df.pdf
algebra lineal ada5c97a-340b-4ae9-afce-b864c9f851df.pdfalgebra lineal ada5c97a-340b-4ae9-afce-b864c9f851df.pdf
algebra lineal ada5c97a-340b-4ae9-afce-b864c9f851df.pdf
 
Essay Writing Topics For Territorial Army Exam
Essay Writing Topics For Territorial Army ExamEssay Writing Topics For Territorial Army Exam
Essay Writing Topics For Territorial Army Exam
 
What Is A Good Thesis Statement For A Cause And Effect Essay
What Is A Good Thesis Statement For A Cause And Effect EssayWhat Is A Good Thesis Statement For A Cause And Effect Essay
What Is A Good Thesis Statement For A Cause And Effect Essay
 
ECET350 Final Exam Study GuideYOU MAY WANT TO PRINT THIS GUIDE.1.docx
ECET350 Final Exam Study GuideYOU MAY WANT TO PRINT THIS GUIDE.1.docxECET350 Final Exam Study GuideYOU MAY WANT TO PRINT THIS GUIDE.1.docx
ECET350 Final Exam Study GuideYOU MAY WANT TO PRINT THIS GUIDE.1.docx
 
Sedat Biringen, Chuen-Yen Chow - An Introduction to Computational Fluid Mecha...
Sedat Biringen, Chuen-Yen Chow - An Introduction to Computational Fluid Mecha...Sedat Biringen, Chuen-Yen Chow - An Introduction to Computational Fluid Mecha...
Sedat Biringen, Chuen-Yen Chow - An Introduction to Computational Fluid Mecha...
 
Essay Of Diwali Vacation. Online assignment writing service.
Essay Of Diwali Vacation. Online assignment writing service.Essay Of Diwali Vacation. Online assignment writing service.
Essay Of Diwali Vacation. Online assignment writing service.
 
Contoh Essay Ide Bisnis. Online assignment writing service.
Contoh Essay Ide Bisnis. Online assignment writing service.Contoh Essay Ide Bisnis. Online assignment writing service.
Contoh Essay Ide Bisnis. Online assignment writing service.
 
500 Prompts For Narrative And Personal Writing. 500
500 Prompts For Narrative And Personal Writing. 500500 Prompts For Narrative And Personal Writing. 500
500 Prompts For Narrative And Personal Writing. 500
 
Fundamentals of Momentum, Heat and Mass Transfer (James R. Welty, Gregory L. ...
Fundamentals of Momentum, Heat and Mass Transfer (James R. Welty, Gregory L. ...Fundamentals of Momentum, Heat and Mass Transfer (James R. Welty, Gregory L. ...
Fundamentals of Momentum, Heat and Mass Transfer (James R. Welty, Gregory L. ...
 
Circuit analysis ii with matlab
Circuit analysis ii with matlabCircuit analysis ii with matlab
Circuit analysis ii with matlab
 
Circuit analysis ii with matlab steven t karris
Circuit analysis ii with matlab steven t karrisCircuit analysis ii with matlab steven t karris
Circuit analysis ii with matlab steven t karris
 
How To Write A College Application Essay - Bright
How To Write A College Application Essay - BrightHow To Write A College Application Essay - Bright
How To Write A College Application Essay - Bright
 
Circuit analysis i with matlab computing and simulink sim powersystems modeling
Circuit analysis i with matlab computing and simulink sim powersystems modelingCircuit analysis i with matlab computing and simulink sim powersystems modeling
Circuit analysis i with matlab computing and simulink sim powersystems modeling
 

More from Education

High-order Assembly Language/Shuttle (HAL/S)
High-order Assembly Language/Shuttle (HAL/S)High-order Assembly Language/Shuttle (HAL/S)
High-order Assembly Language/Shuttle (HAL/S)Education
 
Program security chapter 3
Program security chapter 3Program security chapter 3
Program security chapter 3Education
 
Network security chapter 1,2
Network security chapter  1,2Network security chapter  1,2
Network security chapter 1,2Education
 
Data warehousing labs maunal
Data warehousing labs maunalData warehousing labs maunal
Data warehousing labs maunalEducation
 

More from Education (11)

High-order Assembly Language/Shuttle (HAL/S)
High-order Assembly Language/Shuttle (HAL/S)High-order Assembly Language/Shuttle (HAL/S)
High-order Assembly Language/Shuttle (HAL/S)
 
Program security chapter 3
Program security chapter 3Program security chapter 3
Program security chapter 3
 
Network security chapter 1,2
Network security chapter  1,2Network security chapter  1,2
Network security chapter 1,2
 
Lecture 7
Lecture 7Lecture 7
Lecture 7
 
Lecture 6
Lecture 6Lecture 6
Lecture 6
 
Lecture 5
Lecture 5Lecture 5
Lecture 5
 
Lecture 4
Lecture 4Lecture 4
Lecture 4
 
Lecture 3
Lecture 3Lecture 3
Lecture 3
 
Lecture 2
Lecture 2Lecture 2
Lecture 2
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
 
Data warehousing labs maunal
Data warehousing labs maunalData warehousing labs maunal
Data warehousing labs maunal
 

Recently uploaded

Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 

Recently uploaded (20)

Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 

A friendly introduction to differential equations

  • 2. Please carefully review your Digital Proof download for formatting, grammar, and design issues that may need to be corrected. We recommend that you review your book three times, with each time focusing on a different aspect. Once you are satisfied with your review, you can approve your proof and move forward to the next step in the publishing process. To print this proof we recommend that you scale the PDF to fit the size of your printer paper. Check the format, including headers, footers, page numbers, spacing, table of contents, and index. Review any images or graphics and captions if applicable. Read the book for grammatical errors and typos. 1 2 3 Digital Proofer A Friendly Introduct... Authored by Mohammed K A Kaabar 6.69" x 9.61" (16.99 x 24.41 cm) Black & White on White paper 164 pages ISBN-13: 9781506004532 ISBN-10: 1506004539 A Friendly Introduction to Differential Equations engr.w aseem 15
  • 3. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 2 M. Kaabar AA Friendly Introduction to Differential Equations Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 3 AAbout the Author Mohammed Kaabar has a Bachelor of Science in Theoretical Mathematics from Washington State University, Pullman, WA. He is a graduate student in Applied Mathematics at Washington State University, Pullman, WA, and he is a math tutor at the Math Learning Center (MLC) at Washington State University, Pullman. He is the author of A First Course in Linear Algebra Book, and his research interests are applied optimization, numerical analysis, differential equations, linear algebra, and real analysis. He was invited to serve as a Technical Program Committee (TPC) member in many conferences such as ICECCS 14, ENCINS 15, eQeSS 15, SSCC 15, ICSoEB 15, CCA 14, WSMEAP 14, EECSI 14, JIEEEC 13 and WCEEENG 12. He is an online instructor of two free online courses in numerical analysis: Introduction to Numerical Analysis and Advanced Numerical Analysis at Udemy Inc, San Francisco, CA. He is a former member of Institute of Electrical and Electronics Engineers (IEEE), IEEE Antennas and Propagation Society, IEEE Consultants Network, IEEE Smart Grid Community, IEEE Technical Committee on RFID, IEEE Life Sciences Community, IEEE Green ICT Community, IEEE Cloud Computing Community, IEEE Internet of Things Community, IEEE Committee on Earth Observations, IEEE Electric Vehicles Community, IEEE Electron Devices Society, IEEE Communications Society, and IEEE Computer Society. He also received several educational awards and certificates from accredited institutions. For more information about the author and his free online courses, please visit his personal website: http://www.mohammed-kaabar.net. www.ebook3000.com engr.w aseem 15
  • 4. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 4 M. Kaabar TTable of Contents Introduction 6 1 The Laplace Transform 9 1.1 Introduction to Differential Equations..…........9 1.2 Introduction to the Laplace Transforms……..14 1.3 Inverse Laplace Transforms……….…….........24 1.4 Initial Value Problems……..……………..........27 1.5 Properties of Laplace Transforms……….……33 1.6 Systems of Linear Equations……….………....45 1.7 Exercises……………………………………..…...49 2 Systems of Homogeneous Linear Differential Equations (HLDE) 51 2.1 HLDE with Constant Coefficients..................51 2.2 Method of Undetermined Coefficients…….…60 2.3 Exercises…………………………………….…...65 3 Methods of First and Higher Orders Differential Equations 67 3.1 Variation Method……………………………….67 3.2 Cauchy-Euler Method………..…………..……74 3.3 Exercises……………………………………..….76 Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 5 44 Extended Methods of First and Higher Orders Differential Equations 78 4.1 Bernoulli Method………………….….....………78 4.2 Separable Method…..…..................................85 4.3 Exact Method………..…..................................87 4.4 Reduced to Separable Method…..…...............90 4.5 Reduction of Order Method……...…...............92 4.6 Exercises……………………………………….....95 5 Applications of Differential Equations 96 5.1 Temperature Application……........................96 5.2 Growth and Decay Application…..………....100 5.3 Water Tank Application…………….....…….104 Appendices 109 A Determinants…………………….......................109 B Vector Spaces…………….………..………….....116 C Homogenous Systems…...…………….....…….135 Answers to Odd-Numbered Exercises 157 Index 159 Bibliography 163engr.w aseem 15
  • 5. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 6 M. Kaabar IIntroduction In this book, I wrote five chapters: The Laplace Transform, Systems of Homogenous Linear Differential Equations (HLDE), Methods of First and Higher Orders Differential Equations, Extended Methods of First and Higher Orders Differential Equations, and Applications of Differential Equations. I also added exercises at the end of each chapter above to let students practice additional sets of problems other than examples, and they can also check their solutions to some of these exercises by looking at “Answers to Odd-Numbered Exercises” section at the end of this book. This book is a very useful for college students who studied Calculus II, and other students who want to review some concepts of differential equations before studying courses such as partial differential equations, applied mathematics, and electric circuits II. According to my experience as a math tutor, I have noticed that some students have difficulty to understand some concepts of laplace transforms because most authors of differential equations books did not start with laplace transforms as a first chapter, and they left it at the end of their books. Therefore, I decided to start with a different approach by choosing laplace transforms to be in the first chapter of this book. If you have any comments related to the contents of this book, please email your comments to mohammed.kaabar@email.wsu.edu. I wish to express my gratitude and appreciation to my father, my mother, and my only lovely 13-year old brother who is sick, and I want to spend every dollar in his heath care. I would also like to give a special thanks to all administrators and professors of mathematics at WSU for their educational support. In conclusion, I would appreciate to consider this book as a milestone for developing more math books that can serve our mathematical society in the area of differential equations. Mohammed K A Kaabar Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 7 TTable of Laplace Transform 1 2 where m is a positive integer (whole number) 3 4 5 6 7 8 where m is a positive integer 9 where m is a positive integer where m is a positive integer 10 11 12 13 Assume that is periodic with period , then: Table 1.1.1: Laplace Transform www.ebook3000.com engr.w aseem 15
  • 6. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 8 M. Kaabar This page intentionally left blank Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 9 CChapter 1 The Laplace Transform In this chapter, we start with an introduction to Differential Equations (DEs) including linear DEs, nonlinear DEs, independent variables, dependent variables, and the order of DEs. Then, we define the laplace transforms, and we give some examples of Initial Value Problems (IVPs). In addition, we discuss the inverse laplace transforms. We cover in the remaining sections an important concept known as the laplace transforms of derivatives, and we mention some properties of laplace transforms. Finally, we learn how to solve systems of linear equations (LEs) using Cramer’s Rule. 1.1 Introductions to Differential Equations In this section, we are going to discuss how to determine whether the differential equation is linear or nonlinear, and we will find the order of differential equations. At the end of this section, we will show the purpose of differential equations. engr.w aseem 15
  • 7. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 10 M. Kaabar let’s start with the definition of differential equation and with a simple example about differential equation. DDefinition 1.1.1 A mathematical equation is called differential equation if it has two types of variables: dependent and independent variables where the dependent variable can be written in terms of independent variable. Example 1.1.1 Given that . a) Find . (Hint: Find the general solution of ) b) Determine whether is a linear differential equation or nonlinear differential equation. Why? c) What is the order of this differential equation? Solution: Part a: To find , we need to find the general solution of by taking the integral of both sides as follows: Since because the integral of derivative function is the original function itself (In general, ), then . Thus, the general solution is the following: where is constant. This means that is called dependent variable because it depends on , and is called independent variable because it is independent from . Part b: To determine whether is a linear differential equation or nonlinear differential equation, we need to introduce the following definition: Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 11 DDefinition 1.1.2 The differential equation is called linear if the dependent variable and all its derivatives are to the power 1. Otherwise, the differential equation is nonlinear. According to the above question, we have the following: where is constant. Since the dependent variable and all its derivatives are to the power 1, then using definition 1.1.2, this differential equation is linear. Part c: To find the order of this differential equation, we need to introduce the following definition: Definition 1.1.3 The order of differential equation is the highest derivative in the equation (i.e. The order of is 3). Using definition 1.1.3, the order of is 1. Example 1.1.2 Given that . a) Determine whether is a linear differential equation or nonlinear differential equation. Why? b) What is the order of this differential equation? Solution: Part a: Since is called dependent variable because it depends on , and is called independent variable because it is independent from , then to determine whether is a linear differential equation or nonlinear differential equation, we need to use definition 1.1.2 as follows: Since the dependent variable and all its derivatives are to the power 1, then this differential equation is linear. Part b: To find the order of , we use definition 1.1.3 which implies that the order is 3 because the highest derivative is 3. www.ebook3000.com engr.w aseem 15
  • 8. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 12 M. Kaabar EExample 1.1.3 Given that . (Hint: Do not confuse between and because means the fourth derivative of , while means the fourth power of m). a) Determine whether is a linear differential equation or nonlinear differential equation. Why? b) What is the order of this differential equation? Solution: Part a: Since is called dependent variable because it depends on , and is called independent variable because it is independent from , then to determine whether is a linear differential equation or nonlinear differential equation, we need to use definition 1.1.2 as follows: Since the dependent variable and all its derivatives are not to the power 1, then this differential equation is nonlinear. Part b: To find the order of , we use definition 1.1.3 which implies that the order is 4 because the highest derivative is 4. The following are some useful notations about differential equations: is the th derivative of . is the th power of . The following two examples are a summary of this section: Example 1.1.4 Given that . Determine whether it is a linear differential equation or nonlinear differential equation. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 13 SSolution: To determine whether it is a linear differential equation or nonlinear differential equation, We need to apply what we have learned from the previous examples in the following five steps: Step 1: is a dependent variable, and is an independent variable. Step 2: Since and all its derivatives are to the power 1, then the above differential equation is linear. Step 3: Coefficients of and all its derivatives are in terms of the independent variable . Step 4: Assume that Then, must be in terms of . Step 5: Our purpose from the above differential equation is to find a solution where can be written in term of . Thus, the above differential equation is a linear differential equation of order 3. Example 1.1.5 Given that Determine whether it is a linear differential equation or nonlinear differential equation. Solution: To determine whether it is a linear differential equation or nonlinear differential equation, We need to apply what we have learned from the previous examples in the following five steps: Step 1: is a dependent variable, and is an independent variable. Step 2: Since and all its derivatives are to the power 1, then the above differential equation is linear. Step 3: Coefficients of and all its derivatives are in terms of the independent variable . engr.w aseem 15
  • 9. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 14 M. Kaabar SStep 4: Assume that Then, must be in terms of . Step 5: Our purpose from the above differential equation is to find a solution where can be written in term of . Thus, the above differential equation is a linear differential equation of order 4. 1.2 Introductions to the Laplace Transforms In this section, we are going to introduce the definition of the laplace transforms in general, and how can we use this definition to find the laplace transform of any function. Then, we will give several examples about the laplace transforms, and we will show how the table 1.1.1 is helpful to find laplace transforms. Definition 1.2.1 the laplace transform, denoted by , is defined in general as follows: Example 1.2.1 Using definition 1.2.1, find . Solution: To find using definition 1.2.1, we need to do the following steps: Step 1: We write the general definition of laplace transform as follows: Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 15 SStep 2: Here in this example, because . Step 3: By the definition of integral, we substitute with . Step 4: We need to find as follows: It is easier to find what it is inside the above box , and after that we can find the limit of . Thus, . Step 5: We need find the limit of as follows: To check if our answer is right, we need to look at table 1.1.1 at the beginning of this book. According to table 1.1.1 section 2, we found which is the same answer we got. Thus, we can conclude our example with the following fact: Fact 1.2.1 . Example 1.2.2 Using definition 1.2.1, find . Solution: To find using definition 1.2.1, we need to do the following steps: Step 1: We write the general definition of laplace transform as follows: www.ebook3000.com engr.w aseem 15
  • 10. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 16 M. Kaabar SStep 2: Here in this example, because . Step 3: By the definition of integral, we substitute with . Step 4: We need to find as follows: It is easier to find what it is inside the above box , and after that we can find the limit of . Thus, . Step 5: We need find the limit of as follows: To check if our answer is right, we need to look at table 1.1.1 at the beginning of this book. According to table 1.1.1 section 4, we found which is the same answer we got. The following examples are two examples about finding the integrals to review some concepts that will help us finding the laplace transforms. Example 1.2.3 Find . Solution: To find , it is easier to use a method known as the table method than using integration by parts. In the table method, we need to create two columns: one for derivatives of , and the other one for integrations of . Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 17 Then, we need to keep deriving till we get zero, and we stop integrating when the corresponding row is zero. The following table shows the table method to find : Derivatives Part Integration Part Table 1.2.1: Table Method for We always start with positive sign, followed by negative sign, and so on as we can see in the above table 1.2.1. Now, from the above table 1.2.1, we can find as follows: Thus, . In conclusion, we can always use the table method to find integrals like and . EExample 1.2.4 Find . Solution: To find , it is easier to use the table method than using integration by parts. In the table method, we need to create two columns: one for derivatives of , and the other one for integrations of . Then, we need to keep deriving till we get zero, and we stop integrating when the corresponding row is zero. The following table shows the table method to find :engr.w aseem 15
  • 11. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 18 M. Kaabar Derivatives Part Integration Part Table 1.2.2: Table Method for We always start with positive sign, followed by negative sign, and so on as we can see in the above table 1.2.2. Now, from the above table 1.2.2, we can find as follows: Thus, . EExample 1.2.5 Using definition 1.2.1, find . Solution: To find using definition 1.2.1, we need to do the following steps: Step 1: We write the general definition of laplace transform as follows: Step 2: Here in this example, because . Step 3: Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 19 By the definition of integral, we substitute with . SStep 4: We need to find as follows: It is easier to find what it is inside the above box , and after that we can find the limit of . Now, we need to find using the table method. In the table method, we need to create two columns: one for derivatives of , and the other one for integrations of . Then, we need to keep deriving till we get zero, and we stop integrating when the corresponding row is zero. The following table shows the table method to find : Derivatives Part Integration Part Table 1.2.3: Table Method for We always start with positive sign, followed by negative sign, and so on as we can see in the above table 1.2.3. Now, from the above table 1.2.3, we can find as follows: Thus, . Now, we need to evaluate the above integral from 0 to as follows: . www.ebook3000.com engr.w aseem 15
  • 12. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 20 M. Kaabar SStep 5: We need find the limit of as follows: To check if our answer is right, we need to look at table 1.1.1 at the beginning of this book. According to table 1.1.1 section 2 at the right side, we found which is the same answer we got. Example 1.2.6 Using table 1.1.1, find . Solution: To find using table 1.1.1, we need to do the following steps: Step 1: We look at the transform table (table 1.1.1). Step 2: We look at which section in table 1.1.1 contains function. Step 3: We write down what we get from table 1.1.1 (Section 3 at the left side) as follows: Step 4: We change what we got from step 3 to make it look like as follows: . Thus, . Example 1.2.7 Using table 1.1.1, find . Solution: To find using table 1.1.1, we need to do the following steps: Step 1: We look at the transform table (table 1.1.1). Step 2: We look at which section in table 1.1.1 contains function. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 21 SStep 3: We write down what we get from table 1.1.1 (Section 3 at the right side) as follows: Step 4: We change what we got from step 3 to make it look like as follows: . Thus, . We will give some important mathematical results about laplace transforms. Result 1.2.1 Assume that is a constant, and , are functions. Then, we have the following: (Hint: are the laplace transforms of and respectively). a) (i.e. where ). b) c) d) is not necessary equal to Example 1.2.8 Using definition 1.2.1, find . Solution: To find using definition 1.2.1, we need to do the following steps: Step 1: We write the general definition of laplace transform as follows: Step 2: Here in this example, because . Step 3: By the definition of integral, we substitute with .engr.w aseem 15
  • 13. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 22 M. Kaabar SStep 4: We need to find as follows: It is easier to find what it is inside the above box , and after that we can find the limit of . To find , we need to use integration by parts as follows: Now, we can find the limit as follows: Because . Since we have , then using result 1.2.1 , we obtain the following: Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 23 Thus, . We conclude this example with the following results: RResult 1.2.2 Assume that is a function, and is the laplace transform of . Then, we have the following: a) . b) . c) . d) . For more information about this result, it is recommended to look at section 8 in table 1.1.1. If you look at it, you will find the following: . Result 1.2.3 Assume that is a constant, and is a function where is the laplace transform of . Then, we have the following: . www.ebook3000.com engr.w aseem 15
  • 14. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 24 M. Kaabar 1.3 Inverse Laplace Transforms In this section, we will discuss how to find the inverse laplace transforms of different types of mathematical functions, and we will use table 1.1.1 to refer to the laplace transforms. DDefinition 1.3.1 The inverse laplace transform, denoted by is defined as a reverse laplace transform, and to find the inverse laplace transform, we need to think about which function has a laplace transform that equals to the function in the inverse laplace transform. For example, suppose that is a function where is the laplace transform of . Then, the inverse laplace transform is . (i.e. we need to think which function has a laplace transform that equals to in this case the answer is 1). Example 1.3.1 Find . Solution: First of all, . Using definition 1.3.1 and table 1.1.1, the answer is 34. Example 1.3.2 Find . Solution: Using definition 1.3.1 and the right side of section 3 in table 1.1.1, we find the following: is an equivalent to Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 25 Since , then this means that . Example 1.3.3 Find . Solution: Using definition 1.3.1 and the left side of section 3 in table 1.1.1, we find the following: is an equivalent to Since , then this means that . Example 1.3.4 Find . Solution: Using definition 1.3.1 and section 4 in table 1.1.1, we find the following: . is an equivalent to Since , then this means that . Result 1.3.1 Assume that is a constant, and is a function where are the laplace transforms of . a) . b) Example 1.3.5 Find . Solution: Using result 1.3.1, . Now, by using the left side of section 3 in table 1.1.1, we need to make it look like because . engr.w aseem 15
  • 15. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 26 M. Kaabar Therefore, we do the following: , and is an equivalent to . Since , then by using definition 1.3.1, this means that . Example 1.3.6 Find . Solution: Using result 1.3.1, . Now, by using section 4 in table 1.1.1, we need to make it look like because . Therefore, we do the following: . Since , then by using definition 1.3.1, this means that . Example 1.3.7 Find . Solution: . Now, by using section 3 in table 1.1.1, we need to make it look like and because . Therefore, we do the following: . Since , then by using definition 1.3.1, this means that . Example 1.3.8 Find . Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 27 SSolution: Using definition 1.3.1 and the right side of section 2 in table 1.1.1, we find the following: where is a positive integer. is an equivalent to Since , then this means that . 1.4 Initial Value Problems In this section, we will introduce the main theorem of differential equations known as Initial Value Problems (IVP), and we will use it with what we have learned from sections 1.2 and 1.3 to find the largest interval on the x-axis. Definition 1.4.1 Given . Assume that for every where is some interval, and are continuous on . Suppose that for some . Then, the solution to the differential equations is unique which means that there exists exactly one in terms of , and this type of mathematical problems is called Initial Value Problems (IVP). Example 1.4.1 Find the largest interval on the so that has a solution. Given . www.ebook3000.com engr.w aseem 15
  • 16. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 28 M. Kaabar SSolution: Finding largest interval on the means that we need to find the domain for the solution of the above differential equation in other words we need to find for what values of the solution of the above differential equation holds. Therefore, we do the following: Using definition 1.4.1, we also suppose the following: Now, we need to determine the interval of each coefficient above as follows: has a solution which is continuous everywhere ( ) except has a solution which is continuous everywhere ( ). has a solution which is continuous on the interval . has a solution which is continuous everywhere ( ). Thus, the largest interval on the is . Example 1.4.2 Find the largest interval on the so that has a solution. Given . Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 29 SSolution: Finding largest interval on the means that we need to find the domain for the solution of the above differential equation in other words we need to find for what values of the solution of the above differential equation holds. Therefore, we do the following: Using definition 1.4.1, we also suppose the following: Now, we need to determine the interval of each coefficient above as follows: has a solution which is continuous everywhere ( ) except and . has a solution which is continuous everywhere ( ) except . has a solution which is continuous everywhere ( ). Thus, the largest interval on the is . Example 1.4.3 Solve the following Initial Value Problem (IVP): . Given . Solution: is a linear differential equation of order 1. First, we need to find the domain for the solution of the above differential equation inengr.w aseem 15
  • 17. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 30 M. Kaabar other words we need to find for what values of the solution of the above differential equation holds. Therefore, we do the following: Using definition 1.4.1, we also suppose the following: The domain of solution is . Now, to find the solution of the above differential equation, we need to take the laplace transform for both sides as follows because ( ). from result 1.2.2. We substitute because it is given in the question itself. To find a solution, we need to find the inverse laplace transform as follows: and we use table 1.1.1 section 4. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 31 (It is written in terms of instead of because we need it in terms of ). Then, we will find by finding the derivative of what we got above ( as follows: . Finally, to check our solution if it is right, we substitute what we got from and in as follows: Thus, our solution is correct which is and . EExample 1.4.4 Solve the following Initial Value Problem (IVP): . Given , and . Solution: is a linear differential equation of order 2. First, we need to find the domain for the solution of the above differential equation in other words we need to find for what values of the solution of the above differential equation holds. Therefore, we do the following: Using definition 1.4.1, we also suppose the following: The domain of solution is . www.ebook3000.com engr.w aseem 15
  • 18. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 32 M. Kaabar Now, to find the solution of the above differential equation, we need to take the laplace transform for both sides as follows because ( ). from result 1.2.2. We substitute , and because it is given in the question itself. To find a solution, we need to find the inverse laplace transform as follows: and we use table 1.1.1 at the left side of section 3. (It is written in terms of instead of because we need it in terms of ). Then, we will find by finding the derivative of what we got above as follows: Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 33 Now, we will find by finding the derivative of what we got above as follows: Finally, to check our solution if it is right, we substitute what we got from and in as follows: Thus, our solution is correct which is and . 1.5 Properties of Laplace Transforms In this section, we discuss several properties of laplace transforms such as shifting, unit step function, periodic function, and convolution. We start with some examples of shifting property. EExample 1.5.1 Find . Solution: By using shifting property at the left side of section 5 in table 1.1.1, we obtain: Let , and . .engr.w aseem 15
  • 19. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 34 M. Kaabar Hence, . Now, we need to substitute with as follows: Thus, . EExample 1.5.2 Find . Solution: By using shifting property at the left side of section 5 in table 1.1.1, we obtain: Let , and . . Hence, Now, we need to substitute with as follows: Thus, . Example 1.5.3 Find . Solution: Since we have a shift such as , we need to do the following: Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 35 By using shifting property at the right side of section 5 in table 1.1.1, we obtain: Let , , and . Thus, EExample 1.5.4 Find . Solution: Since we have a shift such as , we need to do the following: By using shifting property at the right side of section 5 in table 1.1.1, we obtain: Let , , and . Thus, Example 1.5.5 Find . www.ebook3000.com engr.w aseem 15
  • 20. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 36 M. Kaabar SSolution: . Since the numerator has a polynomial of degree 0 ( , and the denominator a polynomial of degree 2, then this means the degree of numerator is less than the degree of denominator. Thus, in this case, we need to use the partial fraction as follows: It is easier to use a method known as cover method than using the traditional method that takes long time to finish it. In the cover method, we cover the original, say , and substitute in to find the value of . Then, we cover the original, say , and substitute in to find the value of . Thus, and . This implies that Now, we need to do the following: Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 37 . Now, we will introduce a new property from table 1.1.1 in the following two examples. EExample 1.5.6 Find . Solution: By using the left side of section 9 in table 1.1.1, we obtain: where , and . Hence, Now, we need to find as follows: This means that we first need to find the laplace transform of , and then we need to find the first derivative of the result from the laplace transform. Thus, . Example 1.5.7 Find . Solution: By using the left side of section 9 in table 1.1.1, we obtain: where , and . Hence, engr.w aseem 15
  • 21. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 38 M. Kaabar Now, we need to find as follows: This means that we first need to find the laplace transform of , and then we need to find the second derivative of the result from the laplace transform. Thus, . EExample 1.5.8 Solve the following Initial Value Problem (IVP): . Given . Solution: is a linear differential equation of order 2. First, we need to find the domain for the solution of the above differential equation in other words we need to find for what values of the solution of the above differential equation holds. Therefore, we do the following: Using definition 1.4.1, we also suppose the following: The domain of solution is . Now, to find the solution of the above differential equation, we need to take the laplace transform for both sides as follows Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 39 because . from result 1.2.2. We substitute , and because it is given in the question itself. To find a solution, we need to find the inverse laplace transform as follows: Since the numerator has a polynomial of degree 0 ( , and the denominator a polynomial of degree 3, then this means the degree of numerator is less than the degree of denominator. Thus, in this case, we need to use the partial fraction as follows: Now, we use the cover method. In the cover method, we cover the original, say , and substitute in to find the value of . We cover the original, www.ebook3000.com engr.w aseem 15
  • 22. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 40 M. Kaabar say , and substitute in to find the value of . Then, we cover the original, say , and substitute in to find the value of . Thus, , and . This implies that Now, we need to do the following: . DDefinition 1.5.1 Given . Unit Step Function is defined as follows: Result 1.5.1 Given . Then, we obtain: a) for every . b) for every . Example 1.5.9 Find . Solution: Since is between and , then by using definition 1.5.1, we obtain: . Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 41 EExample 1.5.10 Find . Solution: Since is between 0 and , then by using definition 1.5.1, we obtain: . Example 1.5.11 Find . Solution: By using the left side of section 7 in table 1.1.1, we obtain: Thus, . Example 1.5.12 Find . Solution: By using the right side of section 7 in table 1.1.1, we obtain: Thus, Example 1.5.13 Given Rewrite in terms of . Solution: To re-write in terms of , we do the following: engr.w aseem 15
  • 23. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 42 M. Kaabar Now, we need to check our unit step functions as follows: We choose . Thus, our unit step functions are correct. EExample 1.5.14 Find . Solution: By using the upper side of section 6 in table 1.1.1, we obtain: where , and . Hence, . Definition 1.5.2 Convolution, denoted by is defined as follows: where and are functions. (Note: do not confuse between multiplication and convolution). Result 1.5.2 where and are functions. (The proof of this result left as an exercise 16 in section 1.7). Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 43 RResult 1.5.3 . Example 1.5.15 Use definition 1.5.2 to find . Solution: By using definition 1.5.2 and section 10 in table 1.1.1, we obtain: Thus, . Definition 1.5.3 is a periodic function on if has a period such that for every . Example 1.5.16 Given is periodic on such that the first period of is given by the following piece-wise continuous function: a) Find the 8th period of this function. b) Suppose . Find . c) Suppose . Find . Solution: Part a: By using section 13 in table 1.1.1, we obtain: Since we need find the 8th period, then this means that , and we can apply what we got above as follows: www.ebook3000.com engr.w aseem 15
  • 24. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 44 M. Kaabar Using the given first period function, we obtain: PPart b: By using definition 1.5.3, we obtain: from the given first period function. Part c: By using definition 1.5.3, we obtain: . from the given first period function. Definition 1.5.4 Suppose that is fixed, and is chosen arbitrary. Then, we obtain: is called Dirac Delta Function. Result 1.5.4 . Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 45 EExample 1.5.17 Find . Solution: By using the right side of section 12 in table 1.1.1, we obtain: Thus, . 1.6 Systems of Linear Equations Most of the materials of this section are taken from section 1.8 in my published book titled A First Course in Linear Algebra: Study Guide for the Undergraduate Linear Algebra Course, First Edition1, because it is very important to give a review from linear algebra about Cramer’s rule, and how some concepts of linear algebra can be used to solve some problems in differential equations. In this section, we discuss how to use what we have learned from previous sections such as initial value problems (IVP), and how to use Cramer’s rule to solve systems of linear equations. Definition 1.6.1 Given system of linear equations. Let be the matrix form of the given system: engr.w aseem 15
  • 25. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 46 M. Kaabar The system has a unique solution if and only if . Cramer’s Rule tells us how to find as follows: Let W = Then, the solutions for the system of linear equations are: EExample 1.6.1 Solve the following system of linear equations using Cramer’s Rule: Solution: First of all, we write system in the form according to definition 1.6.1. Since W in this form is , then The solutions for this system of linear equations are: Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 47 Thus, the solutions are EExample 1.6.2 Solve for and : Given that Solution: First, we need to take the laplace transform of both sides for each of the above two equations. For We take the laplace transform of both sides: Now, we substitute what is given in this question to obtain the following: Thus, . For We take the laplace transform of both sides: www.ebook3000.com engr.w aseem 15
  • 26. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 48 M. Kaabar Now, we substitute what is given in this question to obtain the following: Thus, . From what we got from Equation 1 and Equation 2, we need to find and as follows: Now, we use Cramer’s rule as follows: Hence, . Further, we can use one of the given equations to find as follows: We need to find the second derivative of . . Now, we can find as follows: Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 49 Thus, 1.7 Exercises 11. Find . 2. Find . 3. Find . 4. Find . 5. Find . 6. Find . 7. Solve the following Initial Value Problem (IVP): . Given . 8. Solve the following Initial Value Problem (IVP): . Given , and . 9. Find . 10. Find . 11. Find . 12. Given Rewrite in terms of . 13. Find . engr.w aseem 15
  • 27. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 50 M. Kaabar 114. Solve the following Initial Value Problem (IVP): . Given . 15. Solve the following Initial Value Problem (IVP): where . 16. Prove result 1.5.2. 17. Solve the following Initial Value Problem (IVP): Given . 18. Find . 19. Find . 20. Solve for and : Given that 21. Solve for and : Given that 22. Find such that . (Hint: Use laplace transform to solve this problem) Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 51 CChapter 2 Systems of Homogeneous Linear Differential Equations (HLDE) In this chapter, we start introducing the homogeneous linear differential equations (HLDE) with constant coefficients. In addition, we discuss how to find the general solution of HLDE. At the end of this chapter, we introduce a new method called Undetermined Coefficient Method. 2.1 HLDE with Constant Coefficients In this section, we discuss how to find the general solution of the homogeneous linear differential equations (HLDE) with constant coefficients. To give an introduction about HLDE, it is important to start with the definition of homogeneous system. *Definition 2.1.1 Homogeneous System is defined as a system of linear equations that has all zero constants. (i.e. the following is an example of www.ebook3000.com engr.w aseem 15
  • 28. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 52 M. Kaabar homogeneous system): *Definition 2.1.1 is taken from section 3.1 in my published book titled A First Course in Linear Algebra: Study Guide for the Undergraduate Linear Algebra Course, First Edition1. EExample 2.1.1 Describe the following differential equation: . Solution: Since the above differential equation has a zero constant, then according to definition 2.1.1, it is a homogeneous differential equation. In addition, it is linear because the dependent variable and all its derivatives are to the power 1. For the order of this homogeneous differential equation, since the highest derivative is 2, then the order is 2. Thus, is a homogeneous linear differential equation of order 2. Example 2.1.2 Describe the following differential equation: . Solution: Since the above differential equation has a zero constant, then according to definition 2.1.1, it is a homogeneous differential equation. In addition, it is linear because the dependent variable and all its derivatives are to the power 1. For the order of this homogeneous differential equation, since the highest derivative is 3, then the order is 3. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 53 Thus, is a homogeneous linear differential equation of order 3. EExample 2.1.3 Describe the following differential equation: . Solution: Since the above differential equation has a nonzero constant, then according to definition 2.1.1, it is a non-homogeneous differential equation. In addition, it is linear because the dependent variable and all its derivatives are to the power 1. For the order of this non-homogeneous differential equation, since the highest derivative is 2, then the order is 2. Thus, is a non-homogeneous linear differential equation of order 2. Example 2.1.4 Find the general solution the following Initial Value Problem (IVP): . Given: (Hint: Use the concepts of section 1.4) Solution: is a homogeneous linear differential equation of order 1. First, we need to find the domain for the solution of the above differential equation in other words we need to find for what values of the solution of the above differential equation holds. Therefore, we do the following: Using definition 1.4.1, we also suppose the following: The domain of solution is . engr.w aseem 15
  • 29. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 54 M. Kaabar Now, to find the solution of the above differential equation, we need to take the laplace transform for both sides as follows because ( ). from result 1.2.2. To find a solution, we need to find the inverse laplace transform as follows: Thus, the general solution for some constant . Here, . RResult 2.1.1 Assume that is a homogeneous linear differential equation of order with constant coefficients and . Then, a) must have exactly independent solutions, say b) Every solution of is of the form: , for some constants . Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 55 RResult 2.1.2 Assume that , , …, are independent if and only if are distinct real numbers. Example 2.1.5 Given Find the general solution for . (Hint: Use results 2.1.1 and 2.1.2) Solution: is a homogeneous linear differential equation of order 2. In this example, we will use a different approach from example 2.1.4 (laplace transform approach) to solve it. Since is HLDE with constant coefficients, then we will do the following: Let , we need to find . First of all, we will find the first and second derivatives as follows: Now, we substitute and in as follows: Thus, . Then, we use our values to substitute in our assumption which is : at , www.ebook3000.com engr.w aseem 15
  • 30. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 56 M. Kaabar at , Hence, using result 2.1.1, the general solution for is: , for some . (Note: denotes to homogeneous). Now, we need to find the values of as follows: at , Since , then at , Since , then From and , and . Thus, the general solution is: . EExample 2.1.6 Given Find the general solution for . (Hint: Use results 2.1.1 and 2.1.2, and in this example, no need to find the values of ) Solution: is a homogeneous linear differential equation of order 3. Since is HLDE with Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 57 constant coefficients, then we will do the following: Let , we need to find . First of all, we will find the first, second, and third derivatives as follows: Now, we substitute , , and in as follows: Thus, . Then, we use our values to substitute in our assumption which is : at , at , at , Thus, using result 2.1.1, the general solution for is: , for some . (Note: denotes to homogeneous). EExample 2.1.7 Given engr.w aseem 15
  • 31. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 58 M. Kaabar Find the general solution for . (Hint: Use results 2.1.1 and 2.1.2, and in this example, no need to find the values of ) SSolution: is a homogeneous linear differential equation of order 5. Since is HLDE with constant coefficients, then we will do the following: Let , we need to find . First of all, we will find the first, second, third, fourth, and fifth derivatives as follows: Now, we substitute , , and in as follows: Thus, . Then, we use our values to substitute in our assumption which is : Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 59 at , at , at , because (Note: means ) In other words is the set of all linear combinations of , , and . at , at , Thus, using result 2.1.1, the general solution for is: , for some . (Note: denotes to homogeneous). EExample 2.1.8 Given Are independent? Solution: We cannot write as a linear combination of and as follows: Thus, are independent. Example 2.1.9 Given Are independent? Solution: We can write as a linear combination of and as follows: . Thus, are dependent (not independent). www.ebook3000.com engr.w aseem 15
  • 32. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 60 M. Kaabar 2.2 Method of Undetermined Coefficients In this section, we discuss how to use what we have learned from section 2.1 to combine it with what we will learn from section 2.2 in order to find the general solution using a method known as undetermined coefficients method. In this method, we will find a general solution consisting of homogeneous solution and particular solution together. We give the following examples to introduce the undetermined coefficient method. EExample 2.2.1 Given Find the general solution for . (Hint: No need to find the value of ) Solution: Since does not have a constant coefficient, then we need to use the undetermined coefficients method as follows: Step 1: We need to find the homogeneous solution by letting equal to zero as follows: . Now, it is a homogeneous linear differential equation of order 1. Since is a HLDE with constant coefficients, then we will do the following: Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 61 Let , we need to find . First of all, we will find the first, second, third, fourth, and fifth derivatives as follows: Now, we substitute in as follows: Thus, . Then, we use our value to substitute in our assumption which is : at , Thus, using result 2.1.1, the general solution for is: , for some . (Note: denotes to homogeneous). SStep 2: We need to find the particular solution as follows: Since equals , then the particular solution should be in the following form: because is a polynomial of the first degree, and the general form for first degree polynomial is . Now, we need to find and as follows: We substitute in . engr.w aseem 15
  • 33. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 62 M. Kaabar at , we obtain: at , we obtain: From and , we get: and . Thus, . SStep 3: We need to find the general solution as follows: Thus, . Example 2.2.2 Given Find the general solution for . (Hint: No need to find the value of ) Solution: In this example, we will have the same homogeneous solution as we did in example 2.2.1 but the only difference is the particular solution. We will repeat some steps in case you did not read example 2.2.1. Since does not have a constant coefficient, then we need to use the undetermined coefficients method as follows: Step 1: We need to find the homogeneous solution by letting equal to zero as follows: . Now, it is a homogeneous linear differential equation of order 1. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 63 Since is a HLDE with constant coefficients, then we will do the following: Let , we need to find . First of all, we will find the first, second, third, fourth, and fifth derivatives as follows: Now, we substitute in as follows: Thus, . Then, we use our value to substitute in our assumption which is : at , Thus, using result 2.1.1, the general solution for is: , for some . (Note: denotes to homogeneous). SStep 2: We need to find the particular solution as follows: Since equals , then the particular solution should be in the following form: Now, we need to find as follows: We substitute in . www.ebook3000.com engr.w aseem 15
  • 34. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 64 M. Kaabar Thus, SStep 3: We need to find the general solution as follows: Thus, Result 2.2.1 Suppose that you have a linear differential equation with the least derivative, say , and this differential equation equals to a polynomial of degree . Then, we obtain the following: . Result 2.2.2 Suppose that you have a linear differential equation, then the general solution is always written as: . Example 2.2.3 Given Describe but do not find it. Solution: To describe , we do the following: By using result 2.2.1, we obtain the following: . Example 2.2.4 Given Describe but do not find it. Solution: To describe , we do the following: By using result 2.2.1, we obtain the following: Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 65 EExample 2.2.5 Given Describe but do not find it. Solution: To describe , we do the following: In this example, we look at , and we write it as: , and then we multiply it by . . Example 2.2.6 Given Describe but do not find it. Solution: To describe , we do the following: In this example, we look at , and we write it as: , and then we multiply it by . . 2.3 Exercises 1. Given Find the general solution for . (Hint: Use results 2.1.1 and 2.1.2, and in this exercise, no need to find the values of ) 2. Given Find the general solution for . (Hint: No need to find the value of ) 3. Given Find the general solution for . (Hint: No need to find the value of ) engr.w aseem 15
  • 35. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 66 M. Kaabar 44. Given Find the general solution for . (Hint: No need to find the value of ) 5. Given Find the general solution for . (Hint: No need to find the value of ) 6. Given Describe but do not find it. 7. Given Describe but do not find it. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 67 CChapter 3 Methods of First and Higher Orders Differential Equations In this chapter, we introduce two new methods called Variation Method and Cauchy-Euler Method in order to solve first and higher orders differential equations. In addition, we give several examples about these methods, and the difference between them and the previous methods in chapter 2. 3.1 Variation Method In this section, we discuss how to find the particular solution using Variation Method. For the homogeneous solution, it will be similar to what we learned in chapter 2. Definition 3.1.1 Given is a linear differential equation of order 2. Assume that and are independent solution to the homogeneous solution. Then, the particular solution using Variation Method is written as: www.ebook3000.com engr.w aseem 15
  • 36. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 68 M. Kaabar . To find and , we need to solve the following two equations: DDefinition 3.1.2 Given is a linear differential equation of order 3. Assume that and are independent solution to the homogeneous solution. Then, the particular solution using Variation Method is written as: . To find and , we need to solve the following three equations: Example 3.1.1 Given Find the general solution for . (Hint: No need to find the values of and ) Solution: Since does not have a constant coefficient, then we need to use the variation method as follows: Step 1: We need to find the homogeneous solution by letting equal to zero as follows: . Now, it is a homogeneous linear differential equation of order 2. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 69 Since is a HLDE with constant coefficients, then we will do the following: Let , we need to find . First of all, we will find the first and second derivatives as follows: Now, we substitute and in as follows: Thus, and . Then, we use our values to substitute in our assumption which is : at , at , Notice that and are independent. Thus, using result 2.1.1, the general homogenous solution for is: , for some . (Note: denotes to homogeneous). SStep 2: We need to find the particular solution using definition 3.1.1 as follows: Since equals , then the particular solution should be in the following form: . To find and , we need to solve the following two equations: engr.w aseem 15
  • 37. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 70 M. Kaabar ------ ------ Now, we substitute what we got above in the particular solution form as follows: By solving and , and . Since it is impossible to integrate to find , then it is enough to write as: . Since it is possible to integrate to find , then we do the following: , . Thus, we write the particular solution as follows: SStep 3: We need to find the general solution as follows: Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 71 Thus, for some EExample 3.1.2 Given Find the general solution for . (Hint: No need to find the values of and ) Solution: Since does not have a constant coefficient, then we need to use the variation method as follows: Step 1: We need to find the homogeneous solution by letting equal to zero as follows: . Now, it is a homogeneous linear differential equation of order 2. Since is a HLDE with constant coefficients, then we will do the following: Let , we need to find . First of all, we will find the first and second derivatives as follows: Now, we substitute and in as follows: www.ebook3000.com engr.w aseem 15
  • 38. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 72 M. Kaabar Thus, and . Then, we use our values to substitute in our assumption which is : at , at , Notice that and are independent. Thus, using result 2.1.1, the general homogenous solution for is: , for some . (Note: denotes to homogeneous). SStep 2: We need to find the particular solution using definition 3.1.1 as follows: Since equals , then the particular solution should be in the following form: . To find and , we need to solve the following two equations: ------ ------ Now, we substitute what we got above in the particular solution form as follows: Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 73 By solving and , and using Cramer’s rule, we obtain: By substituting in to find as follows: Since it is possible to integrate to find , then we do the following: . Since it is possible to integrate to find , then we do the following: . Thus, we write the particular solution as follows: SStep 3: We need to find the general solution as follows: Thus, for someengr.w aseem 15
  • 39. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 74 M. Kaabar 3.2 Cauchy-Euler Method In this section, we will show how to use Cauchy-Euler Method to find the general solution for differential equations that do not have constant coefficients. To introduce this method, we start with some examples as follows: EExample 3.2.1 Given Find the general solution for . (Hint: No need to find the values of and ) Solution: Since does not have constant coefficients, then we need to use the Cauchy- Euler method by letting , and after substitution all terms must be of the same degree as follows: First of all, we will find the first and second derivatives as follows: Now, we substitute and in as follows: Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 75 Thus, and . Then, we use our values to substitute in our assumption which is : at , at , In the above case, we multiplied by because we had a repeating for , and in Cauchy-Euler Method, we should multiply any repeating by natural logarithm. Thus, the general solution for is: , for some . EExample 3.2.2 Given Find the general solution for . (Hint: No need to find the values of and ) Solution: Since does not have constant coefficients, then we need to use the Cauchy- Euler method by letting , and after substitution all terms must be of the same degree as follows: First of all, we will find the first, second and third derivatives as follows: Now, we substitute , and in as follows: www.ebook3000.com engr.w aseem 15
  • 40. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 76 M. Kaabar Thus, . Then, we use our values to substitute in our assumption which is : Since we have two parts (real and imaginary), then by using the Cauchy-Euler Method, we need to write our solution as follows: Thus, the general solution for is: , for some . 3.3 Exercises 11. Given Find the general solution for . (Hint: No need to find the values of and ) 2. Given Find the general solution for . (Hint: No need to find the values of and ) 3. Given Find the general solution for . (Hint: No need to find the values of , and ) Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 77 44. Given Find the general solution for . (Hint: No need to find the values of , and ) 5. Given Is it possible to find the general solution for using Cauchy-Euler Method? Why? engr.w aseem 15
  • 41. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 78 M. Kaabar CChapter 4 Extended Methods of First and Higher Orders Differential Equations In this chapter, we discuss some new methods such as Bernulli Method, Separable Method, Exact Method, Reduced to Separable Method and Reduction of Order Method. We use these methods to solve first and higher orders linear and non-linear differential equations. In addition, we give examples about these methods, and the differences between them and the previous methods in chapter 2 and chapter 3. 4.1 Bernoulli Method In this section, we start with two examples about using integral factor to solve first order linear differential equations. Then, we introduce Bernulli Method to solve some examples of first order non-linear differential equations. Definition 4.1.1 Given is a linear differential equation of order 1. Dividing both sides by , we obtain: Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 79 Assume that and , then: Thus, the solution using Integral Factor Method is written in the following steps: SStep 1: Multiply both sides of by letting : Step 2: Step 3: Step 4: Integrate both sides of , we obtain: Step 5: By solving for , and substituting we obtain: Thus, the final solution is: Example 4.1.1 Given Find the general solution for . (Hint: Use integral factor method and no need to find the value of ) www.ebook3000.com engr.w aseem 15
  • 42. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 80 M. Kaabar SSolution: Since does not have constant coefficients, and it is a first order non-linear differential equation, then by using definition 4.1.1, we need to use the integral factor method by letting , where and Hence, The general solution is written as follows: Thus, the general solution is: for some . Example 4.1.2 Given Find the general solution for . (Hint: Use integral factor method and no need to find the value of ) Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 81 SSolution: Since does not have constant coefficients, and it is a first order non-linear differential equation, then by using definition 4.1.1, we need to use the integral factor method by letting , where and Hence, The general solution is written as follows: Thus, the general solution is: for some . Definition 4.1.2 Given where and and is a non-linear differential equation of order 1. Thus, the solution using Bernoulli Method is written in the following steps: Step 1: Change it to first order linear differential equation by letting .engr.w aseem 15
  • 43. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 82 M. Kaabar SStep 2: Find the derivative of both sides for as follows: Step 3: Solve for as follows: Step 4: Since we assumed that , then , and hence . Step 5: Substitute what we got above in as follows: Step 6: Divide by as follows: Step 7: After substitution, we obtain: Step 8: We substitute in the above equation as follows: Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 83 Thus, the final solution is: In the following example, we will show how to use Bernoulli Method, and we will explore the relationship between Bernoulli Method and Integral Factor Method. Example 4.1.3 Given Find the general solution for . (Hint: Use Bernoulli method and no need to find the value of ) Solution: Since does not have constant coefficients, and it is a first order non-linear differential equation, then by using definition 4.1.2, we need to do the following by letting , where in this example , and and . Since we assumed that , then , and We substitute what we got above in as follows: Now, we divide by as follows: www.ebook3000.com engr.w aseem 15
  • 44. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 84 M. Kaabar Then, we substitute in as follows: Now, we substitute in as follows: Then, we solve for as follows: To solve , we need to use the integral factor method: Hence, The general solution for is written as follows: Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 85 The general solution for is: . Thus, the general solution for is: for some . 4.2 Separable Method In this section, we will solve some differential equations using a method known as Separable Method. This method is called separable because we separate two different terms from each other. DDefinition 4.2.1 The standard form of Separable Method is written as follows: Note: it does not matter whether it is the above form or in the following form: Example 4.2.1 Solve the following differential equation: Solution: By using definition 4.2.1, we need to rewrite the above equation in a way that each term is separated from the other term as follows: engr.w aseem 15
  • 45. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 86 M. Kaabar Now, we need to do a cross multiplication for as follows: Then, we integrate both sides of as follows: Thus, the general solution is : EExample 4.2.2 Solve the following differential equation: Solution: By using definition 4.2.1, we need to rewrite the above equation in a way that each term is separated from the other term as follows: Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 87 Now, we need to do a cross multiplication for as follows: Then, we integrate both sides of as follows: Thus, the general solution is : 4.3 Exact Method In this section, we will solve some differential equations using a method known as Exact Method. In other words, this method is called the Anti-Implicit Derivative Method. DDefinition 4.3.1 The standard form of Exact Method is written as follows: www.ebook3000.com engr.w aseem 15
  • 46. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 88 M. Kaabar Then, we solve to find , and our general solution will be as follows: for some constant . In other words, the standard form for exact first order differential equation is: , and it is considered exact if . NNote: is defined as the first derivative with respect to and considering as a constant, while is defined as the first derivative with respect to and considering as a constant. Example 4.3.1 Given Find . Solution: By using definition 4.3.1, we first find by finding the first derivative with respect to and considering as a constant as follows: . Then, we find by finding the first derivative with respect to and considering as a constant as follows: Thus, . Example 4.3.2 Given Find . Solution: By using definition 4.3.1, we first find by finding the first derivative with respect to and considering as a constant as follows: . Then, we find by finding the first derivative with respect to and considering as a constant as follows: Thus, . Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 89 EExample 4.3.3 Solve the following differential equation: Solution: First of all, we need to check for the exact method as follows: We rewrite the above differential equation according to definition 4.3.1: Thus, from the above differential equation, we obtain: and Now, we need to check for the exact method by finding as follows: We first find by finding the first derivative of with respect to and considering as a constant as follows: Then, we find by finding the first derivative of with respect to and considering as a constant as follows: Since , then we can use the exact method. Now, we choose either or and then we integrate. We will choose and we will integrate it as follows: We need to find as follows: engr.w aseem 15
  • 47. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 90 M. Kaabar Since we selected previously for integration, then we need to find for as follows: Now, we substitute in as follows: Then, we integrate both sides of as follows: Thus, the general solution of the exact method is : 4.4 Reduced to Separable Method In this section, we will solve some differential equations using a method known as Reduced to Separable Method. DDefinition 4.4.1 The standard form of Reduced to Separable Method is written as follows: where . Example 4.4.1 Solve the following differential equation: Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 91 SSolution: By using definition 4.4.1, we first let , and then, we need to find the first derivative of both sides of . Now, we solve for as follows: Then, we substitute and in as follows: Now, we can use the separable method to solve as follows: By using definition 4.2.1, we need to rewrite in a way that each term is separated from the other term as follows: Now, we need to do a cross multiplication for as follows: Then, we integrate both sides of as follows: www.ebook3000.com engr.w aseem 15
  • 48. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 92 M. Kaabar Now, we substitute in as follows: Thus, the general solution is : 4.5 Reduction of Order Method In this section, we will solve differential equations using a method called Reduction of Order Method. DDefinition 4.5.1 Reduction of Order Method is valid method only for second order differential equations, and one solution to the homogenous part must be given. For example, given and . To find , the differential equation must be written in the standard form (Coefficient of must be 1) as follows: Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 93 Now, let , and substitute it in as follows: Hence, is written as follows: In our example, . Thus, the homogenous solution is written as follows: for some . Example 4.5.1 Given the following differential equation: , and is a solution to the associated homogenous part. Find ? (Hint: Find first , and then write ) Solution: By using definition 4.5.1, To find , the differential equation must be equal to zero and must engr.w aseem 15
  • 49. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 94 M. Kaabar also be written in the standard form (Coefficient of must be 1) as follows: We divide both sides of by as follows: Now, let , and substitute it in as follows: Hence, is written as follows: In example 4.5.1, Since it is impossible to integrate , then it is enough to write it as: . Therefore, . Thus, the homogenous solution is written as follows: for some . Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 95 4.6 Exercises 11. Given Find the general solution for . (Hint: Use Bernoulli method and no need to find the value of ) 2. Given Find the general solution for . (Hint: Use Bernoulli method and no need to find the value of ) 3. Solve the following differential equation: 4. Solve the following differential equation: 5. Solve the following differential equation: 6. Solve the following differential equation: 7. Solve the following differential equation: 8. Given the following differential equation: and is a solution to the associated homogenous part. Find ? www.ebook3000.com engr.w aseem 15
  • 50. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 96 M. Kaabar CChapter 5 Applications of Differential Equations In this chapter, we give examples of three different applications of differential equations: temperature, growth and decay, and water tank. In each section, we give one example of each of the above applications, and we discuss how to use what we have learned previously in this book to solve each problem. 5.1 Temperature Application In this section, we give an example of temperature application, and we introduce how to use one of the differential equations methods to solve it. Example 5.1.1 Thomas drove his car from Pullman, WA to Olympia, WA, and the outside air temperature was constant . During his trip, he took a break at Othello, WA gas station, and then he switched off the engine of his car, and checked his car temperature gauge, and it was . After ten minutes, Thomas checked his car temperature gauge, and it was . Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 97 a) How long will it take for the temperature of the engine to cool to ? b) What will be the temperature of the engine 30 minutes from now? SSolution: Part a: To determine how long will it take for the temperature of the engine to cool to , we need to do the following: Assume that is the temperature of engine at the time , and is the constant outside air temperature. Now, we need to write the differential equation for this example as follows: where is a constant. From , we can write as follows: From this example, it is given the following: , , and From , is constant, and the dependent variable is , while the independent variable is the time . By substituting in , we obtain: Since is a first order linear differential equation, then by using definition 4.1.1, we need to use the engr.w aseem 15
  • 51. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 98 M. Kaabar integral factor method by letting , where and . Hence, . The general solution is written as follows: The general solution is: for some . Now, we need to find by substituting in as follows: Thus, Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 99 By substituting in , we obtain: By taking the natural logarithm for both sides of , we obtain: Now, we substitute in as follows: Then, we need to find the time when by substituting it in as follows: By taking the natural logarithm for both sides of , we obtain: www.ebook3000.com engr.w aseem 15
  • 52. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 100 M. Kaabar Thus, the temperature of the engine will take approximately minutes to cool to PPart b: To determine what will be the temperature of the engine 30 minutes from now, we need to do the following: We assume that , and then we substitute it in as follows: Thus, the temperature of the engine 30 minutes from now will be approximately . 5.2 Growth and Decay Application In this section, we give an example of growth and decay application, and we introduce how to use one of the differential equations methods to solve it. Example 5.2.1 The rate change of number of students at Washington State University (WSU) is proportional to the square root of the number of students at any time . If the number of WSU students in 2013 was 28,686 students2, and suppose that the number of students at WSU after one year was 32,000 students. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 101 a) How long will it take to double number of WSU students in 2013? b) What will be the number of WSU students in 2018? SSolution: Part a: To determine how long will it take to double number of WSU students in 2013, we need to do the following: Assume that is the number of WSU students at any time . Now, we need to write the differential equation for this example as follows: where is a constant. From , we can write as follows: From this example, it is given the following: , and . From , the dependent variable is , while the independent variable is the time . To solve , we need to use separable method as follows: By using definition 4.2.1, we need to rewrite in a way that each term is separated from the other term as follows: engr.w aseem 15
  • 53. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 102 M. Kaabar Now, we need to do a cross multiplication for as follows: Then, we integrate both sides of as follows: Thus, the general solution is : for some . Then, we rewrite as follows: We square both sides of as follows: Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 103 Now, we need to find by substituting in as follows: Thus, By substituting in , we obtain: Thus, Now, we substitute in as follows: Then, we need to find the time when www.ebook3000.com engr.w aseem 15
  • 54. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 104 M. Kaabar by substituting it in as follows: years Thus, it will take approximately years to double the number of WSU students in 2013. PPart b: To determine what will be number of WSU students in 2018, we need to do the following: We assume that , and then we substitute it in as follows: students Thus, the number of WSU students will be approximately students in 2018. 5.3 Water Tank Application In this section, we give an example of water tank application, and we introduce how to use one of the differential equations methods to solve it. Example 5.3.1 One of the most beautiful places at Washington State University campus is known as WSU Water Tower. Assume thatWSU Water Tower Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 105 has a tank that contains initially 350 gallons of purified water, given that when , the amount of minerals is bounds. Suppose that there is a mixture of minerals containing 0.2 bound of minerals per gallon is poured into the tank at rate of 5 gallons per minute, while the mixture of minerals goes out of the tank at rate of 2 gallons per minute. a) What is the amount of minerals in the tank of WSU Water Tower at any time ? b) What is the concentration of minerals in the tank of WSU Water Tower at minutes? SSolution: Part a: To determine the amount of minerals in the tank of WSU Water Tower at any time , we need to do the following: Assume that is the amount of minerals at any time , and is the concentration of minerals in the tank at any time . is written in the following form: From this example, it is given the following: , , and . engr.w aseem 15
  • 55. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 106 M. Kaabar Now, we need to rewrite our previous equation for this example by substituting what is given in the example itself in as follows: From , we can write the differential equation as follows: From , the dependent variable is , while the independent variable is the time . Then, we rewrite as follows: Since is a first order linear differential equation, then by using definition 4.1.1, we need to use the integral factor method by letting , where and . . The general solution is written as follows: Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 107 The general solution is: for some . Now, we need to find by substituting bounds in as follows: Thus, The amount of minerals in the tank of WSU Water Tower at any time is: www.ebook3000.com engr.w aseem 15
  • 56. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 108 M. Kaabar PPart b: To determine the concentration of minerals in the tank of WSU Water Tower at minutes, we need to do the following: We substitute minutes in as follows: Thus, the concentration of minerals in the tank of WSU Water Tower at minutes is approximately minutes. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 109 AAppendices Review of Linear Algebra Appendix A: Determinants* *The materials of appendix A are taken from section 1.7 in my published book titled A First Course in Linear Algebra: Study Guide for the Undergraduate Linear Algebra Course, First Edition1. In this section, we introduce step by step for finding determinant of a certain matrix. In addition, we discuss some important properties such as invertible and non-invertible. In addition, we talk about the effect of row-operations on determinants. Definition A.1 Determinant is a square matrix. Given , let where A is matrix, The determinant of A is represented by . Hence, . (Warning: this definition works only for matrices). Example A.1 Given the following matrix: Find the determinant of A. Solution: Using definition A.1, we do the following: engr.w aseem 15
  • 57. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 110 M. Kaabar Thus, the determinant of A is 11. Example A.2 Given the following matrix: Find the determinant of A. Solution: Since A is matrix such that , then we cannot use definition A.1 because it is valid only for matrices. Thus, we need to use the following method to find the determinant of A. Step 1: Choose any row or any column. It is recommended to choose the one that has more zeros. In this example, we prefer to choose the second column or the first row. Let’s choose the second column as follows: Step 2: To find the determinant of A, we do the following: For , since is in the first row and second column, then we virtually remove the first row and second column. For , since is in the second row and second column, then we virtually remove the second row and second column. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 111 For , since is in the third row and second column, then we virtually remove the third row and second column. SStep 3: Add all of them together as follows: Thus, the determinant of A is 16. Result A.1 Let . Then, A is invertible (non-singular) if and only if www.ebook3000.com engr.w aseem 15
  • 58. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 112 M. Kaabar The above result means that if , then A is invertible (non-singular), and if A is invertible (non- singular), then . EExample A.3 Given the following matrix: Is A invertible (non-singular)? Solution: Using result A.1, we do the following: Since the determinant of A is 0, then A is non- invertible (singular). Thus, the answer is No because A is non-invertible (singular). Definition A.2 Given . Assume that such that . To find (the inverse of A), we use the following format that applies only for matrices: Example A.4 Given the following matrix: Is A invertible (non-singular)? If Yes, Find . Solution: Using result A.1, we do the following: Since the determinant of A is not 0, then A is invertible (non-singular). Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 113 Thus, the answer is Yes, there exists according to definition 1.7.2 as follows: RResult A.2 Let be a triangular matrix. Then, = multiplication of the numbers on the main diagonal of A. There are three types of triangular matrix: a) Upper Triangular Matrix: it has all zeros on the left side of the diagonal of matrix. (i.e. is an Upper Triangular Matrix). b) Diagonal Matrix: it has all zeros on both left and right sides of the diagonal of matrix. (i.e. is a Diagonal Matrix). c) Lower Triangular Matrix: it has all zeros on the right side of the diagonal of matrix. (i.e. is a Diagonal Matrix). Fact A.1 Let . Then, . Fact A.2 Let . If A is an invertible (non- singular) matrix, then is also an invertible (non- singular) matrix. (i.e. ). Proof of Fact A.2 We will show that .engr.w aseem 15
  • 59. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 114 M. Kaabar We know from previous results that . By taking the transpose of both sides, we obtain: Then, Since , then . Similarly, . Thus, . TThe effect of Row-Operations on determinants: Suppose is a non-zero constant, and are row numbers in the augmented matrix. * Ri , (Multiply a row with a non-zero constant ). i.e. 3R2 -- Assume that where is known, then . Similarly, if then . * Ri +Rk -- Rk (Multiply a row with a non-zero constant ). i.e. Ri +Rk -- Rk Then, . Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 115 * Ri Rk (Interchange two rows). It has no effect on the determinants. In general, the effect of Column-Operations on determinants is the same as for Row-Operations. EExample A.5 Given the following matrix A with some Row-Operations: 2R1 -- A1 3R3 -- A2 -2R4 -- A4 If , then find Solution: Using what we have learned from the effect of determinants on Row-Operations: because has the first row of A multiplied by 2. because has the third row of multiplied by 3. Similarly, because has the fourth row of multiplied by -2. Result A.3 Assume with a given . Let be a number. Then, . Result A.4 Assume Then: a) b) Assume exists and exists. Then, c) d) e) If exists, then Proof of Result A.4 (b) We will show that . www.ebook3000.com engr.w aseem 15
  • 60. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 116 M. Kaabar If we multiply ( ) by (AB), we obtain: B = Thus, PProof of Result A.4 (e) We will show that . Since , then Thus, Appendix B: Vector Spaces* *The materials of appendix B are taken from chapter 2 in my published book titled A First Course in Linear Algebra: Study Guide for the Undergraduate Linear Algebra Course, First Edition1. We start this chapter reviewing some concepts of set theory, and we discuss some important concepts of vector spaces including span and dimension. In the remaining sections we introduce the concept of linear independence. At the end of this chapter we discuss other concepts such as subspace and basis. B.1 Span and Vector Spaces In this section, we review some concepts of set theory, and we give an introduction to span and vector spaces including some examples related to these concepts. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 117 Before reviewing the concepts of set theory, it is recommended to revisit section 1.4, and read the notations of numbers and the representation of the three sets of numbers in figure 1.4.1. Let’s explain some symbols and notations of set theory: means that 3 is an element of means that is not an element of { } means that it is a set. {5} means that 5 is a subset of , and the set consists of exactly one element which is 5. DDefinition B.1.1 The span of a certain set is the set of all possible linear combinations of the subset of that set. Example B.1.1 Find Span{1}. Solution: According to definition B.1.1, then the span of the set {1} is the set of all possible linear combinations of the subset of {1} which is 1. Hence, Span{1} = . Example B.1.2 Find Span{(1,2),(2,3)}. Solution: According to definition B.1.1, then the span of the set {(1,2),(2,3)} is the set of all possible linear combinations of the subsets of {(1,2),(2,3)} which are (1,2) and (2,3). Thus, the following is some possible linear combinations: engr.w aseem 15
  • 61. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 118 M. Kaabar Hence, . EExample B.1.3 Find Span{0}. Solution: According to definition B.1.1, then the span of the set {0} is the set of all possible linear combinations of the subset of {0} which is 0. Hence, Span{0} = 0. Example B.1.4 Find Span{c} where c is a non-zero integer. Solution: Using definition B.1.1, the span of the set {c} is the set of all possible linear combinations of the subset of {c} which is . Thus, Span{c} = . Definition B.1.2 is a set of all points where each point has exactly coordinates. Definition B.1.3 is a vector space if satisfies the following: a. For every , b. For every , (i.e. Given then . Let’s assume that , then for some numbers ). Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 119 B.2 The Dimension of Vector Space In this section, we discuss how to find the dimension of vector space, and how it is related to what we have learned in section B.1. DDefinition B.2.1 Given a vector space , the dimension of is the number of minimum elements needed in so that their is equal to , and it is denoted by . (i.e. ). Result B.2.1 . Proof of Result B.2.1 We will show that Claim: Thus, is a subset of ( ). For every , Therefore, We prove the above claim, and hence . Fact 2B.2.1 . Proof of Fact B.2.1 We will show that Claim: where www.ebook3000.com engr.w aseem 15
  • 62. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 120 M. Kaabar We cannot find a number such that We prove the above claim, and hence . FFact B.2.2 . Fact B.2.3 . B.3 Linear Independence In this section, we learn how to determine whether vector spaces are linearly independent or not. Definition B.3.1 Given a vector space , we say are linearly independent if none of them is a linear combination of the remaining . (i.e. are linearly independent because we cannot write them as a linear combination of each other, in other words, we cannot find a number such that and ). Definition B.3.2 Given a vector space , we say are linearly dependent if at least one of is a linear combination of the others. Example B.3.1 Assume are linearly independent. Show that and are linearly independent. Solution: We will show that and are linearly independent. Using proof by contradiction, we assume that and are linearly dependent. For some non-zero number , . Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 121 Using the distribution property and algebra, we obtain: Thus, none of and is a linear combination of the others which means that and are linearly independent. This is a contradiction. Therefore, our assumption that and were linearly dependent is false. Hence, and are linearly independent. EExample B.3.2 Given the following vectors: Are these vectors independent elements? Solution: First of all, to determine whether these vectors are independent elements or not, we need to write these vectors as a matrix. Each point is a row-operation. We need to reduce this matrix to Semi-Reduced Matrix. Definition B.3.3 Semi-Reduced Matrix is a reduced- matrix but the leader numbers can be any non-zero number. engr.w aseem 15
  • 63. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 122 M. Kaabar Now, we apply the Row-Reduction Method to get the Semi-Reduced Matrix as follows: This is a Semi- Reduced Matrix. Since none of the rows in the Semi-Reduced Matrix become zero-row, then the elements are independent because we cannot write at least one of them as a linear combination of the others. EExample 2.3.3 Given the following vectors: Are these vectors independent elements? Solution: First of all, to determine whether these vectors are independent elements or not, we need to write these vectors as a matrix. Each point is a row-operation. We need to reduce this matrix to Semi-Reduced Matrix. Now, we apply the Row-Reduction Method to get the Semi-Reduced Matrix as follows: Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 123 This is a Semi-Reduced Matrix. Since there is a zero-row in the Semi-Reduced Matrix, then the elements are dependent because we can write at least one of them as a linear combination of the others. B.4 Subspace and Basis In this section, we discuss one of the most important concepts in linear algebra that is known as subspace. In addition, we give some examples explaining how to find the basis for subspace. DDefinition B.4.1 Subspace is a vector space but we call it a subspace because it lives inside a bigger vector space. (i.e. Given vector spaces and , then according to the figure 2.4.1, is called a subspace of ). Figure B.4.1: Subspace of V D www.ebook3000.com engr.w aseem 15
  • 64. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 124 M. Kaabar Fact B.4.1 Every vector space is a subspace of itself. Example B.4.1 Given a vector space . a. Does live in ? b. Does equal to ? c. Is a subspace of ? d. Does equal to e. Does equal to Solution: To answer all these questions, we need first to draw an equation from this vector space, say . The following figure represents the graph of the above equation, and it passes through a point . Figure B.4.2: Graph of Now, we can answer the given questions as follows: Part a: Yes; lives in . Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 125 PPart b: No; does not equal to . To show that we prove the following claim: Claim: where It is impossible to find a number such that because in this case where . We prove the above claim, and . Thus, does not equal to Part c: Yes; is a subspace of because lives inside a bigger vector space which is . Part d: No; according to the graph in figure 2.4.2, does not belong to . Part e: Yes; because we can write and as a linear combination of each other. Assume , then we obtain: . Thus, . Result B.4.1 is a subspace of if satisfies the following: a. lives inside . b. has only lines through the origin . engr.w aseem 15
  • 65. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 126 M. Kaabar EExample B.4.2 Given a vector space . a. Does live in ? b. Is a subspace of Solution: Since the equation of the above vector space is a three-dimensional equation, there is no need to draw it because it is difficult to draw it exactly. Thus, we can answer the above questions immediately. Part a: Yes; lives inside . Part b: No; since , then is not a subspace of . Fact B.4.2 Assume lives inside . If we can write as a , then it is a subspace of . Fact B.4.3 Assume lives inside . If we cannot write as a , then it is not a subspace of . Fact B.4.4 Assume lives inside . If is in , then is a subspace of . Fact B.4.5 Assume lives inside . If is not in , then is not a subspace of . Now, we list the main results on : Result B.4.2 Maximum number of independent points is . Result B.4.3 Choosing any independent points in , say , then . Result B.4.4 . Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 127 Results B.4.3 and B.4.4 tell us the following: In order to get all , we need exactly independent points. RResult B.4.5 Assume , then ( points of the are independents). Definition B.4.2 Basis is the set of points that is needed to the vector space. Example B.4.3 Let . a. Find . b. Find a basis for . Solution: First of all, we have infinite set of points, and lives inside . Let’s assume the following: Part a: To find , we check whether and are dependent elements or not. Using what we have learned so far from section 2.3: We need to write these vectors as a matrix. Each point is a row-operation. We need to reduce this matrix to Semi-Reduced Matrix. Now, we apply the Row-Reduction Method to get the Semi-Reduced Matrix as follows: www.ebook3000.com engr.w aseem 15
  • 66. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 128 M. Kaabar This is a Semi-Reduced Matrix. Since there is a zero-row in the Semi-Reduced Matrix, then these elements are dependent because we can write at least one of them as a linear combination of the others. Only two points survived in the Semi- Reduced Matrix. Thus, . PPart b: is a plane that passes through the origin . Since , then any two independent points in will form a basis for . Hence, the following are some possible bases for : Basis for is . Another basis for is . Result B.4.6 It is always true that . Example B.4.4 Given the following: . Find a basis for . Solution: We have infinite set of points, and lives inside . Let’s assume the following: We check if and are dependent elements. Using what we have learned so far from section 2.3 and example 2.4.3: We need to write these vectors as a matrix. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 129 Each point is a row-operation. We need to reduce this matrix to Semi-Reduced Matrix. Now, we apply the Row-Reduction Method to get the Semi-Reduced Matrix as follows: This is a Semi-Reduced Matrix. Since there is no zero-row in the Semi-Reduced Matrix, then these elements are independent. All the three points survived in the Semi-Reduced Matrix. Thus, . Since , then any three independent points in from the above matrices will form a basis for . Hence, the following are some possible bases for : Basis for is . Another basis for is . Another basis for is . EExample B.4.5 Given the following: . a. Show that is a subspace of . b. Find a basis for . c. Rewrite as a . engr.w aseem 15
  • 67. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 130 M. Kaabar SSolution: We have infinite set of points, and lives inside . Part a: We write each coordinate of as a linear combination of the free variables and . Since it is possible to write each coordinate of as a linear combination of the free variables and , then we conclude that is a subspace of . Part b: To find a basis for , we first need to find . To find , let’s play a game called (ON- OFF GAME) with the free variables Now, we check for independency: We already have the Semi-Reduced Matrix: Thus, . Hence, the basis for is . Part b: Since we found the basis for , then it is easy to rewrite as a as follows: Fact B.4.6 Example B.4.6 Given the following: Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 131 . Is a subspace of ? SSolution: We have infinite set of points, and lives inside . We try write each coordinate of as a linear combination of the free variables and . is not a linear combination of and . We assume that , and . If , then . Since it is impossible to write each coordinate of as a linear combination of the free variables and , then we conclude that is not a subspace of . Example B.4.7 Form a basis for . Solution: We just need to select any random four independent points, and then we form a matrix with four independent rows as follows: Note: is a number. Let’s assume the following: Thus, the basis for , and www.ebook3000.com engr.w aseem 15
  • 68. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 132 M. Kaabar . EExample B.4.8 Form a basis for that contains the following two independent points: . Solution: We need to add two more points to the given one so that all four points are independent. Let’s assume the following: This is a random point. This is a random point. Then, we need to write these vectors as a matrix. Each point is a row-operation. We need to reduce this matrix to Semi-Reduced Matrix. Now, we apply the Row-Reduction Method to get the Semi-Reduced Matrix as follows: This is a Semi-Reduced Matrix. Thus, the basis for is . Example B.4.9 Given the following: Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 133 Is ? SSolution: We have infinite set of points, and lives inside . There are two different to solve this example: The First Way: Let’s assume the following: We start asking ourselves the following question: Question: Can we find and such that ? Answer: Yes but we need to solve the following system of linear equations: Using what we have learned from chapter 1 to solve the above system of linear equations, we obtain: Hence, Yes: The Second Way (Recommended): We first need to find , and then a basis for . We have to write as a matrix.engr.w aseem 15
  • 69. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 134 M. Kaabar Each point is a row-operation. We need to reduce this matrix to Semi-Reduced Matrix. Now, we apply the Row-Reduction Method to get the Semi-Reduced Matrix as follows: This is a Semi-Reduced Matrix. Since there is a zero-row in the Semi-Reduced Matrix, then these elements are dependent. Thus, . Thus, Basis for is , and . Now, we ask ourselves the following question: Question: Can we find and such that ? Answer: Yes: Thus, . Hence, Yes: Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 135 Appendix C: Homogenous Systems* *The materials of appendix C are taken from chapter 3 in my published book titled A First Course in Linear Algebra: Study Guide for the Undergraduate Linear Algebra Course, First Edition1. In this chapter, we introduce the homogeneous systems, and we discuss how they are related to what we have learned in chapter B. We start with an introduction to null space and rank. Then, we study one of the most important topics in linear algebra which is linear transformation. At the end of this chapter we discuss how to find range and kernel, and their relation to sections C.1 and C.2. C.1 Null Space and Rank In this section, we first give an introduction to homogeneous systems, and we discuss how to find the null space and rank of homogeneous systems. In addition, we explain how to find row space and column space. Definition C.1.1 Homogeneous System is a system of linear equations that has all zero constants. www.ebook3000.com engr.w aseem 15
  • 70. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 136 M. Kaabar (i.e. the following is an example of homogeneous system): Imagine we have the following solution to the homogeneous system: . Then, this solution can be viewed as a point of (here is ) : RResult C.1.1 The solution of a homogeneous system can be written as . Result C.1.2 All solutions of a homogeneous system form a subset of , and it is equal to the number of variables. Result C.1.3 Given a homogeneous system . We write it in the matrix-form: where is a coefficient. Then, the set of all solutions in this system is a subspace of . Proof of Result C.1.3 We assume that and are two solutions to the above system. We will show that Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 137 is a solution. We write them in the matrix-form: and Now, using algebra: By taking as a common factor, we obtain: Thus, is a solution. FFact C.1.1 If is a solution, and , then is a solution. Fact C.1.2 The only system where the solutions form a vector space is the homogeneous system. Definition C.1.2 Null Space of a matrix, say is a set of all solutions to the homogeneous system, and it is denoted by or . engr.w aseem 15
  • 71. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 138 M. Kaabar DDefinition C.1.3 Rank of a matrix, say is the number of independent rows or columns of , and it is denoted by . Definition C.1.4 Row Space of a matrix, say is the of independent rows of , and it is denoted by . Definition C.1.5 Column Space of a matrix, say is the of independent columns of , and it is denoted by . Example C.1.1 Given the following matrix: . a. Find . b. Find . c. Rewrite as . d. Find . e. Find . Solution: Part a: To find the null space of , we need to find the solution of as follows: Step 1: Write the above matrix as an Augmented- Matrix, and make all constants’ terms zeros. Copyright © 2015 Mohammed K A Kaabar All Rights Reserved 139 SStep 2: Apply what we have learned from chapter 1 to solve systems of linear equations use Row-Operation Method. This is a Completely-Reduced Matrix. Step 3: Read the solution for the above system of linear equations after using Row-Operation. Free variables are and . Assuming that , . Then, the solution of the above homogeneous system is as follows: Thus, according to definition 3.1.2, , . Part b: It is always true that Here, . www.ebook3000.com engr.w aseem 15