Understanding Differential Equations
Understanding Differential Equations
The Derivative:
The derivative is given by the usual limit definition.
Definition 1
Let x(t) be a function with the single independent variable t. The
derivative of x with respect to t is defined by
It studies how the state variables of something evolve and change over
time t? (Dynamic change)
We live in a world of interrelated changing entities(states).
The position of the earth changes with time,
The velocity of falling body changes with time,
The bending of a beam changes with the weight of the load placed on
it,
The area of circle changes with the size of the radius,
The path of projectile changes with the velocity and angle at which it
is fired.
Let N(t) = the size of the colony of rabbits, N ′ (t) = the rate of growth of
rabbits. We write as
dN
N′ = = kN, k > 0(why ?)
dt
Chemistry:
Example 0.3
A radioactive substance decays at rate proportional to how much it is
remaining.
Let A(t) = the amount of decayed substance, A′ (t) = the rate of of decay.
We write as
dA
A′ = = kA, k < 0(why ?)
dt
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 4 / 157
· · · Cont’d
Physics:
Example 0.4
The temperature of a cup of coffee cools at a rate proportional to:(temp
of coffee-room temp)
The only two forces acting on the body are its weight, Fg = mg , and
the force done by the spring, Fs0 = −k∆l.
Therefore, X
F = Fs 0 + Fg = 0
We are using the sign convention displayed in figure, where forces
pointing downwards are positive.
We now find out how the body will move when we take it away from
the rest position.
To describe that movement we introduce a vertical coordinate for the
displacements, y , as shown in figure, with y positive downwards, and
y = 0 at the rest position of the spring and the body.
We further stretch the spring with the body by y0 and then we release
it with an initial velocity v0 .
Since the first two terms on the right hand side above cancel out,
Fg + Fs0 = 0, the body displacement from the equilibrium position, y (x),
must be solution of the differential equation
my ′′ (x) + ky (x) = 0.
DEs:
ODEs
PDEs
Revision from prerequisite course:
What is function? Identify independent and dependent variables.
What is the derivatives of functions?
Partial derivatives
Integration and techniques of integrations?
The main objectives of this chapter is
to introduce various types of first-order and simple higher-order
differential equations and
to deal with the corresponding techniques for solving these differential
equations.
Definition 4
An ordinary differential equation (ODEs) is an equation containing one
independent variable x ∈ R, the dependent variable y , and some of its
derivatives y ′ , y ′′ , ..., y (n) .
In general, an nth-order ODEs can be written as
Types of solutions:
Explicit solution: y = ϕ(x)
Implicit solution: ψ(x, y ) = 0
The general solution: y = ϕ(x, C ).
A particular solution emerges when C takes on a certain numerical
value.
Example 0.7
Show that y = ϕ(x) = xc , x ̸= 0 is a solution of first order ODE:
dy
x = −y .
dx
Verify .
dy
+ x = 0.
dx
Verify .
2
Solution. y = c − x2 , find the first derivative of y . That is, y ′ = −x.
Then substitute in the equation, we get
dy
x + x = 0 =⇒ −x + x = 0 =⇒ 0 = 0,
dx
which is true for all x.
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 16 / 157
· · · Cont’d
Example 0.9
Show that y = ϕ(x) = x 2 + c1 x + c2 is a solution of second order ODE:
d 2y
= 2.
dx 2
Verify .
Example 0.10
For what value of k is/are y (x) = kx 2 e 2x a solution of the the differential
equation
dy
x − 2y = −2x 3 e 2x
dx
Definition 5
Order of a Differential Equation:
The order of a differential equation is the order of the highest derivative
appearing in the differential equation.
Example 0.11
d 2x
dt 2
+ x dx
dt = 0, order two
dx
dt + x = cosx, order one
dx dx 2
dt + x( dt ) = sinx, order one
Definition 6
Degree of a Differential Equation:
The degree of a differential equation is the power(exponent) of the highest
derivative which occurs in it, after the differential equation has been made
free from radicals and fractions as far as the derivatives are concerned.
Note:1. Degree of differential equation is the power or exponent to which
the highest-order derivative is raised, where the derivatives can be written
in the polynomial form or reducible to a polynomial form.
Example 0.12
y ′′′′ + sin(y ′′ ) = 0. order=4,Degree= undefined
sin(y ′ ) = x
Reducible: y ′ = sin−1 (x), order=1, Degree=1
ln(y ′′ ) + y ′ = x
′
Non-reducible: y ′′ = e x e y ,order =2,degree undefined
(y ′′ )−1 + y ′ = xy ′′ + cosx
Reducible: 1 + y ′ y ′′ = x(y ′′ )2 + (cosx)y ′′ order=2, Degree=2
tan(y ′′′ ) + y ′′ = x 2
Non-reducible: y ′′′ = tan−1 (x 2 − y ′′ ),order =3,degree undefined
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 20 / 157
· · · Cont’d
′ √
Ex: e y = y + 2, y ′′ + y′ = 0
Example 0.13
dy
dx + x = sinx, degree one
√
x dy k
dx + dy = y , degree two,
dx
q 3
d 2y dy 2
dx 2
= 1 + dx , degree four
Definition 7
Linear and Nonlinear Differential Equations:
If y and its various derivatives y ′ , y ′′ , · · · appear linearly in the equation, it
is a linear differential equation; otherwise, it is nonlinear.
Definition 8
The general form of an nth -order linear ordinary differential equation is
Example 0.15
Definition 9
Homogeneous and Non-homogeneous linear Differential Equations:
A differential equation is said to be homogeneous if it has zero (y (x) = 0)
as a solution; otherwise, it is non-homogeneous.
Example 0.16
y ′′ + 2y ′ + 4y = 10cos2x, non-homogeneous
x 2 y ′′ + xy ′ + (x 2 − ν 2 )y = 0, x > 0, ν ≥ 0, homogeneous
an (x)y (n) + an−1 (x)y (n−1) + · · · + a0 (x)y = 0 , homogeneous.
(y − x 2 )dx + (x + y 3 )dy = 0 , non-homogeneous
F (x, y , y ′ , · · · , y (n) ) = 0,
Example 0.17
A
Show that y (x) = x + B is a solution of
d 2y 2 dy
2
+ = 0.
dx x dx
Remark 0.1
In general, an nth -order ordinary differential equation will contain n
arbitrary constants in its general solution. Hence, for an nth -order ordinary
differential equation, n conditions are required to determine the n
constants to yield a particular solution.
In applications, there are usually two types of conditions that can be used
to determine the constants: Initial conditions and boundary conditions.
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 26 / 157
· · · Cont’d
Example 0.18
Consider the motion of an object dropped vertically at time t = 0 from
x = 0 as shown in the following figure. Suppose that there is no resistance
from the medium.
y ′ = f (x, y )
Example 0.19
Find the general solution of the first order ODE
dy
= 1 + e 2x
dx
Solution.
dy
= 1 + e 2x =⇒ dy = (1 + e 2x )dx, (separation of variable)
dx Z Z
=⇒ dy = (1 + e 2x )dx + c, (indefinite integral )
Z
y= (1 + e 2x )dx + c
=⇒ y = x + 12 e 2x + c is a general solution.
Example 0.20
dy
dx = y 2 xe 3x+4y - separable
dy
dx = y + sinx-not separable
H(y ) = G (x) + c, c = c2 − c1
is a general solution.
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 35 / 157
· · · Cont’d
Example 0.21
Find the general solution of the following first-order ODEs
a. (1 + x)dx − ydy = 0
dy −x
b. dx = y
dy
c. dx = y2 − 4
y2 x2
=⇒ = + x + c1 =⇒ y 2 (x) = 2x + x 2 + c1 is a general solutio
2 2
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 36 / 157
· · · Cont’d
Example 0.22
Given the linear first order differential equation
y ′ = −xy .
Solution.
dy
= −xy
dx
1
=⇒ dy = −xdx
y
Z Z
1
=⇒ dy = − xdx + c
y
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 37 / 157
· · · Cont’d
−x 2 −x 2
=⇒ ln(y ) = + c1 =⇒ y (x) = ce 2
2
is a general solution.
Finally, apply IC to get particular solution. That is,
02
1 = y (0) = ce 2 = c.
Exercises:
Given the nonlinear differential equation
y ′ = −y 2 .
Solution.
dy
= x 2y
dx
1
=⇒ dy = x 2 dx
y
Z Z
1
=⇒ dy = x 2 dx + c
y
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 39 / 157
· · · Cont’d
x3 x3
=⇒ ln(y ) = + c1 =⇒ y (x) = ce 3
3
is a general solution. To find a particular solution, determine the value of
c, by substituting x = 0 and y = 3 into general solution.
That is,
0
3 = y (0) = ce 3 =⇒ c = 3.
Therefore, the solution to IVP is
x3
y (x) = 3e 3 .
Example 0.24
Find the function u which satisfies the equation
du
= 2u,
dx
given that u(0) = e 3 .
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 40 / 157
· · · Cont’d
Example 0.25
Find the general solutions for the following equations
dy
dx = e x−y + x 2 e −y
y − x dy 2
dx = y +
dy
dx
x3
=⇒ e y + ex + c
=
3
x3
=⇒ y (x) = ln( + e x + c)
3
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 41 / 157
· · · Cont’d
Inseparable equations, but can be reduced to separable through
transformation:
Transformation of equations:
Type: Equations of the form:
dy
= f (ax + by + c)
dx
can be reduced to an equation in which variables can be separated. For
this purpose, we use the substitution
v (x) = ax + by + c, y = y (x)
Then
dv dy
=a+b
dx dx
dv
=⇒ = a + bf (v )
dx
which is separable.
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 42 / 157
· · · Cont’d
Example 0.26
Find the general solutions for the following equations
dy
dx = (4x + y + 1)2
(x + 2y − 1)dx = (x + 2y + 1)dy
Solution. dy 2
dx = (4x + y + 1) .
Put v (x) = 4x + y + 1. Then
dv dy dv
=4+ =⇒ = 4 + v2
dx dx dx
which is separable.
dv
= 4 + v2
dx
1
=⇒ 2
dv = dx
Z 4+v Z
1
=⇒ dv = dx + c
4 + v2
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 43 / 157
· · · Cont’d
1 1 −1 v
R R
=⇒ 4(1+( v2 )2 )
dv = dx + c =⇒ 2 tan ( 2 ) =x +c
=⇒ tan−1 ( v2 ) = 2x + c1 =⇒ v (x) = 2tan(2x + c1 )
4x + y + 1 = 2tan(2x + c1 )
x+2y −1
Solution. dy
dx = x+2y +1 .
Put v (x) = x + 2y . Then
dv dy dv v −1 3v − 1
=1+2 =⇒ =1+2 =
dx dx dx v +1 v +1
−1)
=⇒ ( 1/3(3v
3v −1 + 3/2
3v −1 )dv = dx.
1 3
v + ln(3v − 1) = x + c
3 2
1 3
(x + 2y ) + ln(3(x + 2y ) − 1) = x + c
3 2
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 44 / 157
· · · Cont’d
dv
=⇒ f (v ) = x +v
dx
which is separable.
Example 0.27
Find the general solutions for the following equations
(x 3 + xy 2 )dx − (y 3 + 3x 2 y )dy = 0
y
Solution. Take v = x =⇒ y = vx. Differentiating w.r.t x
dy dv
=⇒ = x +v
dx dx
dy x 3 +xy 2 1+3( yx )2 1+3v 2
dx = y 3 +3x 2 y
= ( yx )3 +3( yx
)= v 3 +3v
dv 1 + 3v 2
=⇒ x +v = 3
dx v + 3v
which is separable.
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 46 / 157
· · · Cont’d
to be exact is
My = Nx . (6)
Proof. Let (5) be exact. Hence by definition above, there exist a function
u(x, y ) of x and y , such that
∂u ∂u
dx + dy = M(x, y )dx + N(x, y )dy
∂x ∂y
Equating coefficients of dx and dy , we get
M = ux (7)
N = uy (8)
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 49 / 157
···
We know that M and N are continuous and have continuous partial
derivative of first order. Then by partial differentiation of (7), and (8)
w.r.t x and y respectively, we get
My = uyx , Nx = uxy
Since My and Nx are continuous, it follows that uxy and uyx are
continuous. Thus, the two second partial derivatives are equal. That is,
uxy = uyx . And hence, we have My = Nx .
My = Nx , (the necessary condition for exactness).
How to solve?
Working procedures for solving an exact differential equation:
Compare the given equation with
Mdx + Ndy = 0
and find out M and N. Then find out My and Nx . If My = Nx , we
conclude that the given equation is exact.
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 50 / 157
· · · Cont’d
If the equation is exact, then by definition, there exists a function u such
that
ux = M (9)
and
uy = N (10)
Example 0.28
Find the general solution of the following differential equation
Solution.
Comparing the given equation with Mdx + Ndy = 0, we have
Therefore,
My = −4x − 4y , and Nx = −4x − 4y .
Thus, My = Nx and so the given equation is exact.
= 3x 2 y 2 + x 4 y + f (y ). (15)
(when integrating w.r.t. x, y is treated as constant).
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 56 / 157
· · · Cont’d
To find f (y ), we differentiate equation (15) with respect to y and then
comparing with N = 6x 2 y + x 4 + e y yield
uy = 6x 2 y + x 4 + f ′ (y )
= 6x 2 y + x 4 + e y ,
hence,
f ′ (y ) = e y .
Hence, upon integrating, we get
f (y ) = e y .
Substituting into equation (15) leads
u(x, y ) = 3x 2 y 2 + x 4 y + e y = c.
Therefore, the general solution is given by
3x 2 y 2 + x 4 y + e y = c.
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 57 / 157
· · · Cont’d
To find a particular solution use the initial condition.
3.12 .y 2 (1) + 14 .y (1) + e y (1) = c =⇒ c = 1.
Therefore, the particular solution is 3x 2 y 2 + x 4 y + e y = 1.
Exercises:
1. Solve
cos(x + y )dx + (3y 2 + 2y + cos(x + y ))dy
2. Solve the IVP
(3x 2 y − 1)dx + (x 3 + 6y − y 2 )dy = 0, y (0) = 3
3. Solve th IVP
−ysin(xy )dx − xsin(xy )dy , y (1) = π
4. Find the value(s) of constant β such that
(2xe y + 3y 2 )dy + (3x 2 + βe y )dx = 0
is exact. Further, for this value of β, solve the equation.
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 58 / 157
· · · Cont’d
How to solve non-exact Equation?
Integrating factor
Definition 16
If an equation of the form
Mdx + Ndy = 0
Example 0.30
Solve the first-order ODE
where
M(x, y ) = 3(x 2 + y 2 ), N(x, y ) = x(x 2 + 3y 2 + 6y ).
Test for exactness:
My = 6y , Nx = 3y 2 + 3x 2 + 6y
= e y x 3 + 3xe y y 2 + f (y ). (19)
Differentiating equation (19) with respect to y and comparing with
uy = e y x 3 + 6xye y + 3xy 2 e y yield
uy = e y x 3 + 6xye y + 3xy 2 e y + f ′ (y )
= e y x 3 + 3xe y y 2 + 6xye y ,
hence,
f ′ (y ) = 0 =⇒ f (y ) = C1 .
Substituting into equation (19) leads
u(x, y ) = e y x 3 + 3xe y y 2 = C
=⇒ xe y (x 2 + 3y 2 ) = C
is a general solution.
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 65 / 157
· · · Cont’d
Example 0.31
Solve the first-order ODE
where
M(x, y ) = 2x − y 2 , N(x, y ) = xy .
Test for exactness:
My = −2y , Nx = y
Therefore, My ̸= Nx =⇒ the differential equation is not exact.
Exercises:
1. Solve the first-order ODE
R Z R R
−
y (x) = e a(x)dx
f (x)e a(x)dx
dx + Ce − a(x)dx
Z
−x
=⇒ e y= e x dx + C
= e x (e x + C ) = e 2x + Ce x
=⇒ y (x) = e 2x + Ce x
is a general solution.
d(x 3 y ) = 1dx
Z Z Z
d(x 3 y ) = 1dx + C =⇒ x 3 y = 1dx + C
y (x) = x −2 + cx −3
is a general solution defined on (0, ∞).
Example 0.34
Find the general solution of
(x 2 − 9)y ′ − xy = 0.
Example 0.35
Solve the initial value problem:
(
′ 1, 0 ≤ x ≤ 1
y + y = f (x), y (0) = 0, where f (x) =
0 = 0, x > 1
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 75 / 157
· · · Cont’d
[Link] solve the DE for y (x) first on the interval [0, 1] and then on
the interval (1, ∞).
For 0 ≤ x ≤ 1, we have
y ′ + y = 1, y (0) = 0
For x > 1, we have
y′ + y = 0
Hence we can write the solution as
(
1 − e −x , 0 ≤ x ≤ 1
y (x) =
ce −x , x > 1.
It is possible to determine c so that the foregoing function is continuous at
x = 1. The requirement that limx→1+ y (x) = y (1) implies that
ce −1 = 1 − e −1
or c = e − 1.
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 76 / 157
· · · Cont’d
(
1 − e −x , 0 ≤ x ≤ 1
y (x) =
(e − 1)e −x , x > 1.
is continuous on (0, ∞).
Example 0.36
Find the general solution of
dx x + 2y 3
=
dy y
dx
Solution. Write in standard form: dy − y1 x = 2y 2 . Here
−1
R
dy
a(y ) = −1 2
y , f (y ) = 2y . Thus, I (y ) = e
y = e −lny = y1 .
Hence, the required solution is x(y ) = y 3 + cy , where c is an arbitrary
constant.
Exercises:
1. Find the general solution of
dy
x + 4y − x 3 = 0.
dx
2. Find the general solution of
dy
x2 + x 3 (y − sinx) = 0.
dx
3. Solve the IVP
dy
ex = 20 + 3e x y , y (0) = 7.
dx
4. Solve the IVP
dy
2 + 3y = 20x 2 , y (1) = 10.
dx
dy
+ a(x)y = f (x)y n , (24)
dx
where n is any real number, and n ̸= 0, 1. This equation is nonlinear.
How to solve ? We use transformation:
Certain non-linear ODE can be transformed to linear form in terms of new
variables. For n ̸=, 0, 1. y (x) = 0 is clearly a solution.
Dividing both sides of the equation by y n yields
dy
y −n
+ a(x)y 1−n = f (x).
dx
Letting u = y 1−n . Differentiating w.r.t x, we get
dy du dy 1 du
(1 − n)y −n = =⇒ y −n =
dx dx dx 1 − n dx
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 79 / 157
· · · Cont’d
1 du
+ a(x)u = f (x) =⇒ u ′ + (1 − n)a(x)u = (1 − n)f (x).
1 − n dx
Hence, a Bernoulli differential equation is transformed to a linear
first-order equation in the new variable u.
Example 0.37
Solve the following Bernoulli Equations
dy
= Ay − By 2
dx
Solution. Rewrite in the form
dy
− Ay = −By 2
dx
Dividing both sides of the equation by y 2 yields
dy
y −2 − Ay −1 = −B
dx
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 80 / 157
· · · Cont’d
How to solve ?
If y1 (x) is a known particular solution to Riccati equation, then
substituting u = y − y1 into equation will transform the Riccati equation
into Berenuolli equation of new variable u.
=⇒ T (t) = Tm + ce −kt
is a general solution. At t = 0, T (0) = 100◦ C :
1
=⇒ T (20) = 20 + 80e −k.20 =⇒ 60 = 20 + 80e −k.20 =⇒ k = ln2
20
Hence
1
T (t) = 20 + 80e −( 20 ln2).t
When T = 30◦ C : t =?
1
30 = 20 + 80e −( 20 ln2).t
=⇒ t = 60min.
More time needed to reach 30◦ C ?
Hence, it will need 60 − 20 = 40 more minutes for the temperature to fall
to 30◦ C .
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 86 / 157
· · · Cont’d
Motion of a Particle in a Resisting Medium
Example 0.41
A bullet is fired perpendicularly into a plate at an initial speed of
v0 = 100m/sec. When the bullet exits the plate, its speed is
v1 = 80m/sec. It is known that the thickness of the plate is b = 0.1m and
the resistant force of the plate on the bullet is proportional to the square
of the speed of the bullet, i.e., R = βv 2 . Determine the time T that the
bullet takes to pass through the plate.
v0 − v1
k=
v0 v1 T
At what time t = T the bullet takes to pass through the plate?
But, we have v = dx
dt . Thus,
dx 1
= 1
dt kt + v0
1 1 1 1 1 1 1 1 1 v0
b = x(T ) = ln kT + − ln = ln − ln = ln .
k v0 k v0 k v1 k v0 k v1
1 v0 1
=⇒ k = ln , v1 = v (T ) = v .
b v1 1
ln
0
T + 1
b v1 v0
b 1 1
T = v − = 0.000819sec
ln
0 v1 v0
v1
(v0 = 100, v1 = 80, b = 0.1)
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 91 / 157
· · · Cont’d
Mixture problems:
Suppose that a large mixing tank initially holds V0 gallons of a solution in
which x0 pounds of a substance is dissolved. Let another solution,
lb gal
containing xi gal of substance, flows into the tank at a given rate ri min .
When the solution in the tank is well stirred, it pumped out at a given rate
gal
r0 min according to the following figure.
dx
= Ci ri − C0 r0
dt
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 93 / 157
· · · Cont’d
Now, the input rate of substance
lb gal lb
Ri = (concentration)(volume rate) = xi × ri = xi ri
gal min min
=⇒ Ri = Ci ri = xi ri
and
dV
= ri − ro , V (0) = V0 .
dt
From this we get,
V (t) = (ri − ro )t + V0 .
Then the concentration of substance in the tank, as well as in the
x lb
outflow, is Co (t) = gal at any time t.
V
Hence the output rate of substance
x lb gal xro lb
Ro = Co (t)r0 = × ro =
V gal min V min
xro xro
=⇒ Ro = =
V (ri − ro )t + V0
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 94 / 157
· · · Cont’d
Therefore, we have
dx xro
= xi ri −
dt (ri − ro )t + V0
which is a first order linear differential equation.
To solve this equation, one can use
separation of variable
integrating factor
On solving the above differential equation, we obtain the amount of
substance in the tank at any time t. That is x(t).
Note:
If ri = ro , then clearly V (t) = V0 constant value.
When ri > ro then the number of gallons of solution in the tank is
increasing.
When or ri < ro , then the number of gallons of solution in the tank is
decreasing .
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 95 / 157
· · · Cont’d
Example 0.42
A tank initially contains 50 gallons of pure water. Starting at t = 0 a brine
containing 2lb of dissolved salt per gallon flows into the tank at the rate of
gal
2 min . The mixture is kept uniform by stirring and the well-stirred mixture
simultaneously flows out of the tank at the same rate. Then
i. Derive a mathematical model describing the problem.
ii. How much salt is in the tank at any time t > 0
iii. How much salt is present at the end of 25 minutes?
iv. How much salt is present after a long time?
iii) Let x1 be the amount of the salt present in the tank at the end of 25
minutes. That is, x(25) = x1 . Then we get
−3×25 −3
x1 = x(25) = 100(1 − e 50 ) = 100(1 − e 2 )
iv) Here we require to find out the amount of salt present in the tank as
t → ∞.
To find this value,
−3t
lim x(t) = lim 100(1 − e 50 ) = 100.
x→∞ x→∞
Example 0.44
A circuit has in series an electromotive force given by E = 100sin40tV , a
resistor of 10Ω and an inductor of 0.5H. If the initial current is 0, find the
current at time t > 0.
Solution. Let i denote the current in amperes at time t. The total
electromotive force is E = 100sin40t.
The voltage drop across the resistor = ER = Ri = 10i.
di
and the voltage drop across the inductor = EL = L( dt ) = 12 dt
di
.
Applying Kirchhoff’s law, we have
1 di
+ 10i = 100sin40t
2 dt
di
=⇒ + 20i = 200sin40t, i(0) = 0
dt
which is first order linear equation.
By Feyissa Kebede (PhD)(ASTU) November 1, 2025 104 / 157