Differential Equations of First Order-1
Differential Equations of First Order-1
Usually differential equations are relations among quantities that change over time and/or space
and therefore are relevant to the study of the evolving universe, the weather, stock market, etc.
Dfferential equations are fundamental in electronic engineering for modeling and analyzing various
systems. Here are some key applications:
1. Circuit Analysis:
- RLC Circuits: Differential equations describe the behavior of resistors (R), inductors (L), and
capacitors (C) in circuits. For example, the second-order differential equation for a series RLC
circuit can be derived from Kirchhoff's laws.
- Transient Analysis: Differential equations help determine how circuit voltages and currents
change over time when a circuit is powered on or off.
2. Signal Processing:
- Filters: The design of analog filters (low-pass, high-pass, band-pass) involves differential
equations that describe how the output signal relates to the input signal over time.
- Control Systems: Differential equations model the dynamic behavior of systems, which is
crucial in control theory to maintain desired output levels.
3. Electromagnetic Fields:
- Maxwell's Equations: These fundamental equations of electromagnetism are a set of partial
differential equations that describe how electric and magnetic fields interact. They are essential
for the design of antennas, transmission lines, and other RF components.
4. Communication Systems:
- Modulation and Demodulation: The analysis of modulated signals often involves differential
equations to understand how signals change over time and how to retrieve information from
them.
5. Semiconductor Physics:
- Carrier Transport: The behavior of charge carriers in semiconductor materials can be described
using differential equations, which are crucial for the design of transistors and diodes.
6. Stability Analysis:
- Dynamic Systems: In control systems and feedback loops, differential equations are used to
analyze system stability, response times, and oscillations.
7. Vibration Analysis:
- Mechanical Systems: In electromechanical systems, differential equations can model vibrations
and dynamic responses, critical for the design of devices like motors and sensors.
1.Differential equations can be used as layers in neural networks, allowing neural networks to model
complex systems described by differential equations. 2. Recurrent neural networks can be viewed as
discrete approximations of differential equations, connecting deep learning and differential
equations. 3. Partial differential equations can be discretized using techniques like finite difference
approximations, allowing them to be solved using neural networks. Differential equations are a
powerful tool for representing complex and dynamic systems in computer science. They can be used
to model and analyze complex systems, such as those found in robotics, artificial intelligence, and
machine learning.
• Vibrating string.
• Wave equation.
• Heat equation.
• Bending of a beam.
Formulas on integration:
• ∫ 1 dx = x + C
• ∫ a dx = ax+ C
• ∫ xn dx = ((xn+1)/(n+1))+C ; n≠1,
• ∫ cos x dx = sin x + C
• ∫ sec2x dx = tan x + C
• ∫ csc2x dx = -cot x + C
Solution: A solution to a differential equation is a relation 𝑦 = 𝑓(𝑥) between the dependent variable 𝑦
and independent variable 𝑥 that satisfies the differential equation.
2. 𝑦 = 𝑒 −2𝑥 + 2𝑥 + 3 is a solution of 𝑦 ′ + 3𝑦 − 6𝑥 − 11 = 0.
3. 𝑦 = 3𝑒 −3𝑥 + 2𝑒 3𝑥 + 2 is a solution of 𝑦 ′′ − 9𝑦 + 18 = 0
Order : The order of a differential equation is the order of the highest order derivative occurs in the
equation.
Degree: The degree of a differential equation is the degree(exponent) of the highest order derivative
occurs in the equation.
3
𝑑2 𝑦 𝑑𝑦 4
1. The degree of ( 2 ) + ( ) + 4𝑦 + 3 = 0 is 3.
𝑑𝑥 𝑑𝑥
𝑑2 𝑦 𝑑𝑦 2
2. The degree of 𝑑𝑥 2
+ (𝑑𝑥 ) + 4𝑦 3 = 0 is 1.
General solution:
Particular solution :
A solution obtained by putting particular values to the arbitrary constants present in the general
solution of a differential equation is said to be a particular solution.
Initial value problem: A differential equation together with a condition on the solution at a single point.
𝑥3
𝑒𝑦 − = 𝐶 , which is the general solution.
3
2. Homogeneous Differential equation: A homogeneous differential equation is of the form 𝑓(𝑥, 𝑦)𝑑𝑥 + 𝑔(𝑥, 𝑦)𝑑𝑦 =
0, where 𝑓(𝑥, 𝑦), 𝑔(𝑥, 𝑦) are homogeneous functions of same degree..
Note: 𝑓(𝑥, 𝑦) is said to be homogeneous function of degree 𝑛 if all the terms are of degree 𝑛 in 𝑥&𝑦.
𝑑𝑦 𝑑𝑣 𝑑𝑣 𝑓(𝑥, 𝑣𝑥)
Put 𝑦 = 𝑣𝑥 then = 𝑣+𝑥 . From (1) 𝑣 + 𝑥 =− ..(2
𝑑𝑥 𝑑𝑥 𝑑𝑥 𝑔(𝑥, 𝑣𝑥)
(2) can be transformed of the form 𝑀(𝑥)𝑑𝑥 + 𝑁(𝑣)𝑑𝑣 = 0, which can be solved to obtain solution ℎ(𝑥, 𝑣) = 𝑐 and
𝑦
so obtain solution ℎ (𝑥, ) = 𝑐 of (1).
𝑥
𝑑𝑦
First order differential equation 𝑑𝑥 + 𝑃(𝑥)𝑦 = 𝑄(𝑥)
{ In general
derivative + P *dependent variable = Q , where P &Q are functions of independent variable}
𝑑𝑦
Remember in 𝑑𝑥
,𝑥 𝑖𝑠 𝑖𝑛𝑑𝑒𝑝𝑒𝑛𝑑𝑒𝑛𝑡 𝑎𝑛𝑑 𝑦 𝑖𝑠 𝑑𝑒𝑝𝑒𝑛𝑑𝑒𝑛𝑡.
𝑑𝑦
Solution of Linear differential equation 𝑑𝑥
+ 𝑃(𝑥)𝑦 = 𝑄(𝑥)
𝒅𝒚
Pr 1. Solve 𝒙 𝒅𝒙 + 𝒚 = 𝐥𝐨𝐠 𝒙.
𝑑𝑦
Sol: Given DE is 𝑥 𝑑𝑥 + 𝑦 = log 𝑥
(1) is linear in 𝑦
1 log 𝑥
Here 𝑃(𝑥) = , 𝑄(𝑥) =
𝑥 𝑥
1
IF: 𝑒 ∫ 𝑃(𝑥)𝑑𝑥 = 𝑒 ∫𝑥 𝑑𝑥 = 𝑒 log 𝑥 = 𝑥
⟹ 𝑦 ∗ 𝑥 = ∫ log 𝑥 𝑑𝑥 + 𝑐
⟹ 𝑦 ∗ 𝑥 = ∫ (log 𝑥)(1)𝑑𝑥 + 𝑐
1
`𝑦 ∗ 𝑥 = (log 𝑥)(𝑥) − ∫ 𝑥 ∗ 𝑑𝑥 + 𝑐
𝑥
⟹ 𝑦 ∗ 𝑥 = (log 𝑥)(𝑥) − ∫ 𝑑𝑥 + 𝑐
𝑮𝒆𝒏𝒆𝒓𝒂𝒍 𝒔𝒐𝒍𝒖𝒕𝒊𝒐𝒏 𝒐𝒇 𝒈𝒊𝒗𝒆𝒏 𝑫𝑬 𝒊𝒔 𝒚𝒙 = 𝒙 𝐥𝐨𝐠 𝒙 − 𝒙 + 𝒄, where 𝒄 is a parameter.
𝒅𝒚
Pr 2. Solve (𝟏 + 𝒙𝟐 ) + 𝟐𝒙𝒚 = 𝟒𝒙𝟐 .
𝒅𝒙
𝑑𝑦
Sol: Given differential equation is (1 + 𝑥 2 ) 𝑑𝑥 + 2𝑥𝑦 = 4𝑥2
⟹ 𝑦 ∗ (1 + 𝑥2 ) = ∫ 4𝑥2 𝑑𝑥 + 𝑐
𝟒𝒙𝟑
The general solution of given equation is 𝒚(𝟏 + 𝒙𝟐 ) = + 𝒄 , where 𝒄 is a parameter.
𝟑
𝒅𝒚
Pr 3:Solve + 𝟐𝒙𝒚 = 𝒆−𝒙 𝟐
𝒅𝒙
𝑑𝑦
Sol: Given DE is 𝑑𝑥 + 2𝑥𝑦 = 𝑒 −𝑥 2
2
⟹ 𝑦 ∗ 𝑒𝑥 = 𝑥 + 𝑐
𝑑𝑧 𝑑𝑧 𝑑𝑧 𝑑𝑦 𝑑𝑦
Put 𝑣(𝑦) = 𝑧 if = 𝑘𝑢(𝑦) , then = . = 𝑘𝑢(𝑦)
𝑑𝑦 𝑑𝑥 𝑑𝑦 𝑑𝑥 𝑑𝑥
1 𝑑𝑧
From (1) 𝑘 𝑑𝑥 + 𝑃(𝑥)𝑧 = 𝑄(𝑥)
𝑑𝑧
⟹ + 𝑘𝑃(𝑥)𝑧 = 𝑘𝑄(𝑥)
𝑑𝑥
𝑇ℎ𝑖𝑠 𝑖𝑠 𝑙𝑖𝑛𝑒𝑎𝑟 𝑖𝑛 𝑧 . 𝑤ℎ𝑖𝑐ℎ 𝑐𝑎𝑛 𝑏𝑒 𝑠𝑜𝑙𝑣𝑒𝑑.
𝒅𝒚
Pr 4. solve + 𝒙 𝒔𝒊𝒏𝟐𝒚 = 𝒙𝟑 𝐜𝐨𝐬𝟐 𝒚
𝒅𝒙
𝑑𝑦
Sol: Given DE is + 𝑥 𝑠𝑖𝑛2𝑦 = 𝑥 3 cos2 𝑦…(1)
𝑑𝑥
𝑑𝑧 𝑑𝑧 𝑑𝑦 𝑑𝑦
⟹ 𝑑𝑥 = 𝑑𝑦 . 𝑑𝑥 = sec2 𝑦 𝑑𝑥
𝑑𝑧
From (2) 𝑑𝑥 + 2𝑥𝑧 = 𝑥 3 …(3), which is linear 𝑧.
2
To evaluate ∫ 𝑒 𝑥 ∗ 𝑥3 𝑑𝑥
2 1 2 1
∫ 𝑒 𝑥 ∗ 𝑥3 𝑑𝑥 = ∫ 𝑒 𝑥 ∗ 𝑥2 2𝑥𝑑𝑥 = ∫ 𝑒 𝑡 𝑡𝑑𝑡
2 2
1 1 1 1 2 2
= 2 ∫ 𝑡𝑒 𝑡 𝑑𝑡 = 2 [𝑡𝑒 𝑡 − ∫ 𝑒 𝑡 (1)𝑑𝑡] = 2 [𝑡𝑒 𝑡 − 𝑒 𝑡 ] = 2 [𝑥2 𝑒 𝑥 − 𝑒 𝑥 ]
2 1 2 2
Thus General solution of (3) is 𝑧 ∗ 𝑒 𝑥 = 2 [𝑥2 𝑒 𝑥 − 𝑒 𝑥 ] + 𝐶
𝒅𝒚
Pr 5. Solve 𝒙 𝒅𝒙 + 𝒚 = 𝒚𝟐 𝒙𝟐 𝐜𝐨𝐬 𝒙
𝑑𝑦
Ans : Given DE is 𝑥 𝑑𝑥 + 𝑦 = 𝑦 2 𝑥 2 cos 𝑥…(1)
Dividing throughout by 𝑦 2
𝑑𝑦 1
𝑦 −2 𝑑𝑥 + 𝑥 𝑦 −1 = 𝑥 cos 𝑥….(2)
𝑑𝑧
Put 𝑦 −1 = 𝑧, then 𝑑𝑦 = −𝑦 −2
𝑑𝑧 𝑑𝑧 𝑑𝑦 𝑑𝑦
⟹ = . = −𝑦−2
𝑑𝑥 𝑑𝑦 𝑑𝑥 𝑑𝑥
𝑑𝑦 𝑑𝑧
⟹ 𝑦−2 =−
𝑑𝑥 𝑑𝑥
𝑑𝑧 1
From (2) − 𝑑𝑥 + 𝑥 𝑧 = 𝑥 cos 𝑥
𝑑𝑧 1
⟹
𝑑𝑥
−𝑥𝑧 = −𝑥 cos 𝑥…(3)
(2) is linear in 𝑧.
1
𝑃(𝑥) = − 𝑥 ,𝑄(𝑥) = 𝑥 cos 𝑥
1
1
IF: 𝑒 ∫ 𝑃(𝑥)𝑑𝑥 = 𝑒 ∫ − 𝑥𝑑𝑥 = 𝑒 − log 𝑥 = 𝑒 log(1/ 𝑥) = 𝑥
𝒅𝒚
Pr 6: Solve (𝟏 + 𝒙𝟐 ) − 𝟐𝒙𝒚 = 𝒙𝟑 + 𝒙
𝒅𝒙
𝑑𝑦
Sol: Given DE is (1 + 𝑥 2 ) 𝑑𝑥 − 2𝑥𝑦 = 𝑥 3 + 𝑥
(1) Is Linear in 𝑦.
2𝑥
Here 𝑃(𝑥) = − 1+𝑥 2 , 𝑄(𝑥) = 𝑥
2𝑥 1 1
−∫ 𝑑𝑥 −∫ 2𝑥𝑑𝑥 −∫ 𝑑(1+𝑥2 ) 2) 1
IF: 𝑒 ∫ 𝑃(𝑥)𝑑𝑥 = 𝑒 1+𝑥2 = =𝑒 1+𝑥2 =𝑒 1+𝑥2 = 𝑒 − log(1+𝑥 = 1+𝑥2
𝑦 2 log 𝑥 = 𝑐.
Necessary and sufficient condition for the exact Differential equation:
𝜕𝑀 𝜕𝑁
A differential equation 𝑀(𝑥, 𝑦)𝑑𝑥 + 𝑁(𝑥, 𝑦)𝑑𝑦 = 0 is exact differential equation iff = .
𝜕𝑦 𝜕𝑥
The General solution of exact differential equation 𝑀(𝑥, 𝑦)𝑑𝑥 + 𝑁(𝑥, 𝑦)𝑑𝑦 = 0 is
∫𝑦 𝑐𝑜𝑛𝑠𝑡𝑎𝑛𝑡 𝑀(𝑥, 𝑦)𝑑𝑥 + ∫ 𝑁1 𝑑𝑦 = 𝑐 , where 𝑁1 is some of the terms of 𝑁 not containing 𝑥.
𝑒 𝑥𝑦
⟹𝑦 + 2𝑥 2 𝑦 2 − 𝑥 2 + 3𝑥 − 𝑦 2 + 5𝑦 = 𝑐
𝑦
Non exact differential equation: 𝑀(𝑥, 𝑦)𝑑𝑥 + 𝑁(𝑥, 𝑦)𝑑𝑦 = 0 is non exact differential
𝜕𝑀 𝜕𝑁
equation if ≠
𝜕𝑦 𝜕𝑥
Note: There may be more than one integrating factor of a non exact differential equation,
however we will get same general equation (may be in different form) by using any
integrating factor.
Types of Integrating factors:
1. By inspection
2. If a non exact differential equation is 𝑀(𝑥, 𝑦)𝑑𝑥 + 𝑁(𝑥, 𝑦)𝑑𝑦 = 0 is a homogeneous
𝟏
differential equation then 𝑴𝒙+𝑵𝒚 is an integrating factor of the equation.
3. If a non exact differential equation is 𝑀(𝑥, 𝑦)𝑑𝑥 + 𝑁(𝑥, 𝑦)𝑑𝑦 = 0 can be expressed in
𝟏
the form 𝑦𝑓(𝑥𝑦)𝑑𝑥 + 𝑥𝑔(𝑥𝑦)𝑑𝑦 = 0 then 𝑴𝒙−𝑵𝒚 is an integrating factor of the
equation.
𝜕𝑀 𝜕𝑁
≠
𝜕𝑦 𝜕𝑥
∴ (1) is non exact differential equation.
Observe 𝑀(𝑥, 𝑦) = (𝑦 3 − 2𝑥𝑦 2 ), 𝑁(𝑥, 𝑦) = −𝑥𝑦 2 + 3𝑥 2 𝑦 are homogeneous
functions of same degree and so (1) is a homogeneous differential equation.
𝑴𝒙 + 𝑵𝒚 = (𝑦 3 − 2𝑥𝑦 2 )𝑥 − (𝑥𝑦 2 − 3𝑥 2 𝑦)𝑦 = 𝑥 2 𝑦 2
𝟏 𝟏
An integrating factor of (1) is 𝑴𝒙+𝑵𝒚 = 𝑥2𝑦2
𝟏 3
⟹ 𝑥2 𝑦2 [(𝑦 − 2𝑥𝑦2 )𝑑𝑥 − (𝑥𝑦2 − 3𝑥2 𝑦)𝑑𝑦] = 0 is exact DE
𝒚 𝟐 𝟏 𝟑
⟹(
𝑥2
− 𝒙) 𝒅𝒙 + (− 𝒙 + 𝒚) 𝒅𝒚 = 𝟎 is exact
𝒚 𝟐 𝟑
General solution: ∫𝑦 𝑐𝑜𝑛𝑠𝑡𝑎𝑛𝑡 (𝑥 2 − 𝒙) 𝑑𝑥 + ∫ 𝒚 𝒅𝒚 = 𝑐
𝒚
⟹ − − 𝟐𝒍𝒐𝒈 𝒙 + 𝟑 𝒍𝒐𝒈 𝒚 = 𝒄
𝒙
𝒚
⟹− − 𝒍𝒐𝒈 𝒙𝟐 + 𝒍𝒐𝒈 𝒚𝟑 = 𝒄
𝒙
𝒚𝟑 𝒚
The general solution of given DE is 𝒍𝒐𝒈 − − 𝒙 = 𝒄 , where 𝒄 is a parameter.
𝒙𝟐
Pr 2 : Solve 𝑦(1 + 2𝑥𝑦)𝑑𝑥 + 𝑥(1 − 3𝑥𝑦)𝑑𝑦 = 0
Sol: Given DE is 𝑦(1 + 2𝑥𝑦)𝑑𝑥 + 𝑥(1 − 3𝑥𝑦)𝑑𝑦 = 0….(1)
Equation (1) is of the form 𝑀(𝑥, 𝑦)𝑑𝑥 + 𝑁(𝑥, 𝑦)𝑑𝑦 = 0
Here 𝑀(𝑥, 𝑦) = 𝑦(1 + 2𝑥𝑦) = 𝑦 + 2𝑥𝑦 2 , 𝑁(𝑥, 𝑦) = 𝑥(1 − 3𝑥𝑦) = 𝑥 − 3𝑥 2 𝑦
𝜕𝑀 𝜕𝑁
= 1 + 4𝑥𝑦, = 1 − 6𝑥𝑦
𝜕𝑦 𝜕𝑥
𝜕𝑀 𝜕𝑁
≠
𝜕𝑦 𝜕𝑥
∴ (1) is non exact differential equation.
Observe that (1) is expressed in the form 𝑦𝑓(𝑥𝑦)𝑑𝑥 + 𝑥𝑔(𝑥𝑦)𝑑𝑦=0
𝑀𝑥 − 𝑁𝑦 = (𝑦 + 2𝑥𝑦 2 )𝑥 − (𝑥 − 3𝑥 2 𝑦)𝑦 = 5𝑥 2 𝑦 2
1 1
An integrating factor of the equation (1) is 𝑀𝑥−𝑁𝑦 = 5𝑥 2 𝑦 2
1
⟹ 𝑥2 𝑦2 𝑖𝑠 𝑎𝑛 𝐼𝐹 𝑜𝑓 (1) { note that if 𝑢(𝑥, 𝑦) is an IF then 𝑘𝑢(𝑥, 𝑦) is also an IF.}
𝟏
⟹ 𝑥2 𝑦2 [𝑦(1 + 2𝑥𝑦)𝑑𝑥 + 𝑥(1 − 3𝑥𝑦)𝑑𝑦] = 0 is exact DE
𝟏 𝟐 𝟏 𝟑
⟹(
𝑥2 𝑦
+ 𝒙) 𝒅𝒙 + (𝒙𝑦2 − 𝒚) 𝒅𝒚 ∝= 𝟎 is exact
𝟏 𝟐 𝟑
General solution: ∫𝑦 𝑐𝑜𝑛𝑠𝑡𝑎𝑛𝑡 (𝑥 2 𝑦 + 𝒙) 𝑑𝑥 + ∫ − 𝒚 𝒅𝒚 = 𝑐
𝟏
⟹− + 𝟐𝒍𝒐𝒈 𝒙 − 𝟑 𝒍𝒐𝒈 𝒚 = 𝒄
𝒙𝒚
𝟏
⟹− + 𝒍𝒐𝒈 𝒙𝟐 − 𝒍𝒐𝒈 𝒚𝟑 = 𝒄
𝒙𝒚
𝒙𝟑 𝟏
The general solution of given DE is 𝒍𝒐𝒈 − − 𝒙𝒚 = 𝒄 , where 𝒄 is a parameter.
𝒚𝟐
𝑑𝜃
⟹ = −𝑘𝑑𝑡
𝜃 − 𝜃0
By integrating on both sides log( 𝜃 − 𝜃0 ) = −𝑘𝑡 + 𝑐
⟹ 𝜃 − 𝜃0 = 𝑒−𝑘𝑡+𝑐
⟹ 𝜃 = 𝜃0 + 𝐵𝑒−𝑘𝑡 by taking 𝑒 𝑐 = 𝐵
The temperature of the body at any time 𝑡 is given by 𝜃 = 𝜃0 + 𝐵𝑒 −𝑘𝑡 where 𝐵 &k are
arbitrary constants, whose values can be calculated by applying two conditions.
Law of natural growth: Population grows at a rate proportional to te number present at any
time
Let 𝑁 be the number present at any time 𝑡.
𝑑𝑁
By Law of natural growth: ∝𝑁
𝑑𝑡
𝑑𝑁
⟹ 𝑑𝑡
= 𝑘𝑁
𝑑𝑁
⟹ = 𝑘𝑑𝑡
𝑁
By integrating on both sides log 𝑁 = 𝑘𝑡 + 𝑐
⟹ 𝑁 = 𝑒𝑘𝑡+𝑐
⟹ 𝑁 = 𝐵𝑒𝑘𝑡 by taking 𝑒 𝑐 = 𝐵
The population in number at any time 𝑡 is given by𝑁 = 𝐵𝑒 𝑘𝑡 b where 𝐵 &k are arbitrary
constants, whose values can be calculated by applying two conditions.
𝑑𝑀
⟹ = −𝑘𝑑𝑡
𝑀
By integrating on both sides log 𝑀 = −𝑘𝑡 + 𝑐
⟹ 𝑀 = 𝑒−𝑘𝑡+𝑐
⟹ 𝑀 = 𝐵𝑒−𝑘𝑡 by taking 𝑒 𝑐 = 𝐵
The amount at any time 𝑡 is given by 𝑀 = 𝐵𝑒 −𝑘𝑡 b where 𝐵 &k are arbitrary constants,
whose values can be calculated by applying two conditions.
Pr: The temperature of the body drops from 1000 𝐶 to 750 𝐶 in 10 min. when the surrounding
air is at 200 𝐶 temp. (i) Show that temperature is 460 𝐶of the body after 30 mins . (ii) Show
that the time is74 mins when the temperature will be 250 𝐶.
𝑑𝜃
⟹ = −𝑘𝑑𝑡
𝜃 − 20
By integrating on both sides log( 𝜃 − 20) = −𝑘𝑡 + 𝑐
⟹ 𝜃 − 20 = 𝑒−𝑘𝑡+𝑐
Given 𝜃 = 75 at 𝑡 = 10
From (2) 75 = 20 +80𝑒−10𝑘
⟹ 75 = 20 + 80𝑒−10𝑘 …
⟹ 80𝑒−10𝑘 =55
55 11 11 1 11
⟹ 𝑒−10𝑘 = 80 = 16 0r −10𝑘 = ln ( ) so 𝑘 = − ln (16)
16 10
1 11 11
𝜃 = 20 + 80𝑒 −𝑘𝑡 .(3) where 𝑘 = − 10 ln (16) (𝑜𝑟 𝑒 −10𝑘 = 16 )
𝑑𝑁
⟹ = 𝑘𝑑𝑡
𝑁
By integrating on both sides log 𝑁 = 𝑘𝑡 + 𝑐
⟹ 𝑁 = 𝑒𝑘𝑡+𝑐
Given 𝑁 = 332 at 𝑡 = 1
From(2) , 332=100𝑒 𝑘
⟹ 𝑒𝑘 = 3.32 and so 𝑘 = ln (3.32)
3𝑘
The value of N after 1 ½ hr will be 𝑁 = 100𝑒 2 = 100(3.32)3/2 = 605 approximately.
4. The rate at which a certain substance decomposes in a certain solution at any instance
is proportional to the amount present in the solution at that instant. Initially the
substance weighted 25 grams and two hours later the weight came down to 10 grams.
Apply the procedure to find the amount of substance will be after one more hour?
𝑑𝑀
⟹ = −𝑘𝑑𝑡
𝑀
By integrating on both sides log 𝑀 = −𝑘𝑡 + 𝑐
⟹ 𝑀 = 𝑒−𝑘𝑡+𝑐
1. The rate at which the ice melts at any instance is proportional to the amount present
at that instant. Initially the ice weighted 25 grams and two minutes later the weight
came down to 10 grams. Apply the procedure to find the amount of substance will be
after one more minute?
2. The rate at which a body cools is proportional to the difference between the
temperature of the body and that of the surrounding air. if a body in air at 25 0c will
cool from 1000c to 750c in one minute. Find the temperature at the end of three
minutes.
3. A body kept in air with temperature 250 𝐶 cools from 1400 𝐶 to 800 𝐶 in 20
minutes.Apply the Newton’s law of cooling to find the temperature of the body after
40 min and find the time when the temperature will be 350 𝐶.