Use differential equations to solve real life problems related to growth (decay, cooling of bodies, falling bodies, electrical circuits, and vibrating springs)
Use differential equations to solve real life problems related to growth (decay, cooling of bodies, falling bodies, electrical circuits, and vibrating springs)
Using Differential Equations to Solve Real-Life Problems
Differential equations are powerful tools for modelling real-world phenomena where quantities change continuously. This study note covers how to apply first and second-order differential equations to solve practical problems involving growth, decay, cooling of bodies, falling objects, electrical circuits, and vibrating springs.
1.1 Exponential Growth and Decay
Many natural processes follow the pattern: the rate of change of a quantity is proportional to the amount present.
The Model:
dtdN=kN
where N is the quantity at time t, and k is the constant of proportionality (positive for growth, negative for decay).
Solution:
Separating variables and integrating:
NdN=kdt⟹ln∣N∣=kt+C⟹N=N0ekt
where N0 is the initial amount at t=0.
Example: Radioactive Decay
A radioactive substance has an initial mass of 200 g. After 8 days, only half remains. Find the mass after 30 days.
Solution:
Given N0=200 g, and at t=8 days, N=100 g.
100=200e8k⟹e8k=21⟹k=−81ln2
At t=30 days:
N=200e−830ln2=200⋅2−830≈14.87 g
1.2 Newton's Law of Cooling
The rate of cooling of an object is proportional to the difference between its temperature and the surrounding temperature.
The Model:
dtdT=−k(T−Ts)
where T is the object's temperature, Ts is the surrounding temperature, and k>0.
Solution:
T−TsdT=−kdt⟹ln∣T−Ts∣=−kt+C
⟹T(t)=Ts+(T0−Ts)e−kt
Example:
Oil was heated to 70°C and cooled to 50°C after 6 minutes in surroundings of 25°C. Find the time to cool from 50°C to 40°C.
Solution:
At t=6: 50=25+(70−25)e−6k25=45e−6k⟹k=61ln(59)
For T=40°C, T0=50°C:
40=25+25e−kt⟹t=kln(25/15)≈5.2 minutes
2.1 Falling Body Problems
Consider a mass m falling under gravity with air resistance proportional to velocity.
The Model (Newton's Second Law):
mdtdv=mg−kv
where g is acceleration due to gravity, and k is the drag coefficient.
Solution:
dtdv=g−mkv
This is a first-order linear equation. The solution gives velocity approaching terminal velocity vt=kmg as t→∞.
Example:
An object weighing 2.45 N falls from rest. Air resistance is 2v. Find velocity at time t. (Take g=9.8 m/s²)
Solution:
Mass m=9.82.45=0.25 kg
0.25dtdv=2.45−2v
dtdv=9.8−8v
Separating variables:
∫9.8−8vdv=∫dt⟹−81ln∣9.8−8v∣=t+C
Using v(0)=0: C=−81ln(9.8)
v(t)=1.225(1−e−8t) m/s
2.2 Vibrating Springs (Simple Harmonic Motion)
A mass m attached to a spring with spring constant k oscillates.
The Model:
mdt2d2x+kx=0
or equivalently:
dt2d2x+ω2x=0,where ω=mk
Solution:
The characteristic equation is λ2+ω2=0, giving λ=±iω.
x(t)=Acos(ωt)+Bsin(ωt)
This represents simple harmonic motion with period T=ω2π.
Example:
A 4 kg mass stretches a spring by 0.5 m (requiring 2 N force). Find the position at any time t with x(0)=2 m and x′(0)=3 m/s.
Solution:
k=0.52=4⟹ω=44=1
x(t)=Acost+Bsint
Using x(0)=2: A=2
Differentiating: x′=−Asint+Bcost
Using x′(0)=3: B=3
x(t)=2cost+3sint
2.3 Damped Vibrating Springs
Real oscillations experience damping due to friction or resistance.
The Model:
mdt2d2x+cdtdx+kx=0
where c is the damping constant.
The solution depends on whether the system is underdamped, critically damped, or overdamped.
2.4 Electrical Circuits (RLC)
An RLC series circuit is described by a second-order differential equation.
The Model (for charge Q on capacitor):
Ldt2d2Q+RdtdQ+C1Q=E(t)
For current I=dtdQ:
Ldt2d2I+RdtdI+C1I=E′(t)
Example:
For an RLC circuit with L=0.25 H, R=250 Ω, C=29.76×10−6 F, find current given I(0)=0 and I′(0)=34.
Solution:
The characteristic equation:
0.25λ2+250λ+29.76×10−61=0
Solving gives λ1=−160, λ2=−840
I(t)=Ae−160t+Be−840t
Using conditions: I(0)=0⟹A+B=0
I′(t)=−160Ae−160t−840Be−840t
I′(0)=34⟹−160A−840B=34
Solving: A=201, B=−201
I(t)=201(e−160t−e−840t)
Identify the physical situation and determine which quantities are changing.
State the governing principle (e.g., Newton's second law, Kirchhoff's law, Newton's cooling law).
Formulate the differential equation using the appropriate model.
Solve the differential equation using separation of variables, integrating factor, or characteristic equation methods.
Apply initial or boundary conditions to find particular solutions.
Interpret the solution in terms of the original physical problem.
In Tanzania, differential equations are used in everyday contexts such as predicting the growth of savings in mobile money accounts (like M-Pesa) where interest earned is proportional to the current balance, modelling the decay of pesticide effectiveness in agricultural farms, or analyzing the cooling of freshly harvested tea leaves before processing. For example, a small-scale maize farmer in Morogoro could use exponential decay equations to determine how long harvested maize will remain safe in storage based on temperature measurements, applying Newton's law of cooling with the ambient village temperature.
Swali
A radioactive substance has an initial mass of 100 g. After 5 days, only 25 g remains. What is the mass after 15 days?
Ingia ili kuwasilisha jibu lako na lihesabiwe katika umahiri wako.