3 - 1 Laplace Transform
3 - 1 Laplace Transform
Pa = atmospheric pressure
F0
F1
Pa
MODELING EXAMPLE 3.6. Liquid draining tank
𝑑𝐿′
𝜏 + 𝐿′ = 𝐾𝑝 𝐹′0
𝑑𝑡
• We can get the solution by using integrating factor:
𝑡
−𝜏
𝐿′ = 𝐾𝑝 Δ𝐹0 1 − 𝑒
END
LAPLACE
TRANSFORMS
WHY WE NEED LAPLACE TRANSFORM
I would like to
• model elements
individually
• combine as needed
• determine key
dynamic features
w/o solving
•This will be a
“transfer function”
WHY WE NEED LAPLACE TRANSFORM
𝑓 𝑡 = ℒ −1 𝐹 𝑠
Laplace Transforms of Common
Functions
1. Constant Function f(t) = C (C constant).
∞ 𝑡=∞
−𝑠𝑡
𝐶 −𝑠𝑡 𝐶
ℒ(𝐶) = න 𝐶𝑒 𝑑𝑡 = − 𝑒 ቤ =
𝑠 𝑡=0
𝑠
0
2. Step Function
The unit step function is widely used in the analysis of process
control problems. It is defined as:
0 for 𝑡 < 0
𝑆 𝑡 =ቊ
𝐶 for 𝑡 ≥ 0
𝑓 𝑡 ℎ
ℒ 𝑓(𝑡) = 1 − 𝑒 −𝑡𝑤 𝑠
𝑠
𝑡𝑤
Time, t
Table 4.1. Laplace Transforms
Table 4.1. Laplace Transforms
Solution of ODEs by Laplace
Transforms
■ Procedure:
1. Take the ℒ of both sides of the ODE.
2. Rearrange the resulting algebraic equation in the s
domain to solve for the ℒ of the output variable, e.g.,
Y(s).
3. Perform a partial fraction expansion.
4. Use the ℒ -1 to find y(t) from the expression for Y(s).
Example
Solve the ODE, 𝑑𝑦
5 + 4𝑦 = 2 𝑤𝑖𝑡ℎ 𝑦 0 = 1
𝑑𝑡
Rearrange, 5𝑠 + 2
𝑌 𝑠 =
𝑠 5𝑠 + 4
20
Solve for coefficients to get
1 1 1 1
𝛼1 = , 𝛼2 = − , 𝛼3 = , 𝛼4 = −
6 2 2 6
𝒕
■ If we have function 𝐟 𝐭 = 𝒙𝒅 𝒙 𝒇 𝟎
𝑡 ∞ 𝑡
ℒ න 𝑓 𝑥 𝑑𝑥 = න න 𝑓 𝑥 𝑑𝑥 𝑒 −𝑠𝑡 𝑑𝑡
0 0 0
𝑡
1
ℒ න 𝑓 𝑥 𝑑𝑥 = 𝐹(𝑠)
0 𝑠
END