Download as pdf or txt
Download as pdf or txt
You are on page 1of 14

One Variable Calculus and

Differential Equations
for non-majors – MT171

Idrissa S. A.
Amour.Idrissa@udsm.ac.tz

Applications of first order ode


Department of Mathematics - UDSM
April 14, 2022
Falling body
A body of mass 25 g falls from rest toward the earth
from a great height. As it falls, air resistance acts upon
it, and we shall assume that this resistance is
numerically equal to 2v , where v is the velocity (in
meter per second). Find the velocity and distance fallen
at time t seconds.
Solution: We choose positive direction downwards.
Using Newton’s second law, F = ma, then
dv
m = F1 + F2
dt
where F1 is the weight and F2 is resistance force.
ISA MT171 – 2021/2022 2 / 14
Falling body
F1 = mg = 25 × 10−3 × 10 = +0.25 N, F2 = −2v
dv
Ô⇒ 0.025 = 0.25 − 2v
dt
the body was at rest Ô⇒ v (0) = 0
The DE is separable; separating
dv
Ô⇒ = 40dt
0.25 − 2v
1
Ô⇒ − ln ∣0.25 − 2v ∣ = 40t + c
2
Ô⇒ 0.25 − 2v = c1 e −80t
Ô⇒ v = 0.125 − ke −80t
ISA MT171 – 2021/2022 3 / 14
Falling body
Using v (0) = 0 we see that k = 0.125 and therefore
v (t) = 0.125(1 − e −80t )
dx
Ô⇒ = 0.125(1 − e −80t )
dt
integrating
1 −80t
x = 0.125(t + e ) + c2
80
note that x(0) = 0 and thus c2 = 0.125 × 1/80, thus
1 −80t 1
x(t) = 0.125(t + e − )
80 80
ISA MT171 – 2021/2022 4 / 14
Falling body
Limiting Velocity
What is the limiting velocity of the body?
Compute
lim v (t)
tÐ→∞

which gives

lim v (t) = lim 0.125(1 − e −80t )


tÐ→∞ tÐ→∞

= 0.125 ( lim 1 − lim e −80t )


tÐ→∞ tÐ→∞
= 0.125 (1 − 0) = 0.125

ISA MT171 – 2021/2022 5 / 14


Rate of growth and decay
Radioactive Material
The rate at which radioactive nuclei decay is
proportional to the number of such nuclei that are
present in a given sample.

Example: Half of the original number of radioactive


nuclei have undergone disintegration in a period of 1500
years.
1 What percentage of the original radioactive nuclei
will remain after 4500 years?
2 In how many years will only one-tenth of the
original number remain?
ISA MT171 – 2021/2022 6 / 14
Rate of growth and decay
Solution: Let x be the amount of radioactive nuclei
present at time t years. Then the rate of disintegration
is dx/dt. The mathematical model of the problem is
dx
= Kx
dt
since x is positive and decreases with time, the constant
K is negative, dx/dt < 0 Ô⇒ K < 0.
To emphasize that x is decreasing we use a constant
k = −K > 0 and write the model as
dx
= −kx
dt
ISA MT171 – 2021/2022 7 / 14
Rate of growth and decay
Let x0 be the amount initially present Ô⇒ x(0) = x0 .
Given also that x(1500) = 21 x0 . The DE is clearly
separable and the solution is
x(t) = ce −kt
using the IC x(0) = x0 Ô⇒ c = x0 and
x = x0 e −kt
x0
To find k we need to use the IC x(1500) =
2
1/1500
x0 1
= x0 e −1500k Ô⇒ e −k = ( )
2 2
ISA MT171 – 2021/2022 8 / 14
Rate of growth and decay
t/1500
1
the solution is thus; x(t) = x0 ( )
2
Part 1: After t = 4500 years. x = x0 (1/2)3 = 18 x0
Thus one-eight or 12.5% of the original number will
remain.
Part 2: when only one-tenth will remain? we need so
solve for t in
t/1500
1 1
=( )
10 2
1500 ln 10
t= ≈ 4985 years
ln 2
ISA MT171 – 2021/2022 9 / 14
Cooling
Newton’s law of cooling: the rate of change of the
temperature of a cooling body is proportional to the
difference between the temperature of the body and the
constant temperature of the medium surrounding the
body.
Example: A body of temperature 800 F is placed in a
room of constant temperature 500 F at time t = 0; and
at the end of 5 minutes, the body has cooled to a
temperature of 700 F. Determine the temperature of the
body as a function of time t > 0. In particular answer
the following questions.

ISA MT171 – 2021/2022 10 / 14


Cooling
1 What is the temperature of the body at the end of
10 minutes?
2 When will the temperature of the body be 600 F?
3 After how many minutes will the temperature of
the body be within 10 F of the constant 500 F
temperature of the room?
Solution: Let θ be the temperature of the body at
time t, by Newton’s law of cooling we have

= k(θ − 50), θ(0) = 80, θ(5) = 70
dt

ISA MT171 – 2021/2022 11 / 14


Cooling
The DE is both linear and separable, it is easy to see
∣θ − 50∣ = ce kt
Since θ > 50 Ô⇒ ∣θ − 50∣ = θ − 50 and therefore
θ(t) = 50 + ce kt
use IC 1, θ(0) = 80 Ô⇒ c = 30, thus
θ(t) = 50 + 30e kt
using the IC 2, θ(5) = 70 Ô⇒ e 5k = 20
30 = 23 , therefore the
temperature is given by
t/5
2
θ(t) = 50 + 30( )
3
ISA MT171 – 2021/2022 12 / 14
Cooling
Part I, temp at the end of 10 minutes, θ(10) = ?
2
2
θ(10) = 50 + 30( ) ≈ 63.330 F
3
Part II, when the temp is 600 F?, we have
t/5
2
60 = 50 + 30( )
3
t/5
2 1
Ô⇒ ( ) =
3 3
ln 13
t = 5( 2 ) ≈ 13.55 (minutes)
ln 3
ISA MT171 – 2021/2022 13 / 14
Cooling

Part III, when the temp is within 10 , that is θ = 51


t/5 1
2 1 ln 30
( ) = Ô⇒ t = 5( 2 ) ≈ 41.94 (minutes)
3 30 ln 3

So in approximately 42 minutes the temperature of the


body will be within 10 of that of the room.

ISA MT171 – 2021/2022 14 / 14

You might also like