0% found this document useful (0 votes)
5 views40 pages

Week VI

The document discusses Laplace Transforms and their applications in solving differential equations, particularly focusing on inputs with discontinuities and impulse functions. It outlines the steps for applying the Laplace Transform, the mathematical definitions, and properties such as s-shifting, t-shifting, and the Dirac's Delta function. Additionally, it covers the convolution theorem and its relevance to nonhomogeneous linear ordinary differential equations.

Uploaded by

sahinsabrikaan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views40 pages

Week VI

The document discusses Laplace Transforms and their applications in solving differential equations, particularly focusing on inputs with discontinuities and impulse functions. It outlines the steps for applying the Laplace Transform, the mathematical definitions, and properties such as s-shifting, t-shifting, and the Dirac's Delta function. Additionally, it covers the convolution theorem and its relevance to nonhomogeneous linear ordinary differential equations.

Uploaded by

sahinsabrikaan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 40

Laplace Transforms, eigenvalue problem, grad, div, and

curl

Hakan Dogan

Department of Mechanical Engineering


Hacettepe University

MMU604(MMU703) Analytical Methods in Engineering (II)


March 24, 2025

MMU604/MMU703 March 24, 2025 1 / 20


Laplace Transforms

Laplace Transforms

• More directly without determining a general solution/homogeneous


ODE
• Inputs that have discontinuities or represent short impulses or
complicated periodic functions (e.g., the unit step function, the
Dirac’s delta)

MMU604/MMU703 March 24, 2025 2 / 20


Laplace Transforms

Laplace Transforms

• More directly without determining a general solution/homogeneous


ODE
• Inputs that have discontinuities or represent short impulses or
complicated periodic functions (e.g., the unit step function, the
Dirac’s delta)
Steps:
1 Apply the Laplace Transform (LT) → algebraic equation
2 Solve the equation by purely algebraic manipulation
3 Transform back into time-domain

MMU604/MMU703 March 24, 2025 2 / 20


Laplace Transforms

Laplace Transforms

The Laplace Transform:


Z ∞
F (s) = L {f (t)} = e −st f (t)dt (1)
0

MMU604/MMU703 March 24, 2025 3 / 20


Laplace Transforms

Laplace Transforms

The Laplace Transform:


Z ∞
F (s) = L {f (t)} = e −st f (t)dt (1)
0
The Inverse Transform:
f (t) = L −1 (F ) (2)

MMU604/MMU703 March 24, 2025 3 / 20


Laplace Transforms

MMU604/MMU703 March 24, 2025 4 / 20


Laplace Transforms

s-Shifting

Z ∞ Z ∞
F (s − a) = e −(s−a)t f (t)dt = e −st e at f (t)dt
0 0

MMU604/MMU703 March 24, 2025 5 / 20


Laplace Transforms

s-Shifting

Z ∞ Z ∞
F (s − a) = e −(s−a)t f (t)dt = e −st e at f (t)dt
0 0
= L e at f (t)


MMU604/MMU703 March 24, 2025 5 / 20


Laplace Transforms

s-Shifting

Z ∞ Z ∞
F (s − a) = e −(s−a)t f (t)dt = e −st e at f (t)dt
0 0
= L e at f (t)


If we know f (t), we can find e at f (t).

MMU604/MMU703 March 24, 2025 5 / 20


Laplace Transforms

Transforms of derivatives and integrals

 ′ Z ∞ ∞ Z ∞
−st ′
L f (t) = f (t)dt = e −st f (t) e −st f (t)dt
 
e +s (3)
0 0 0
Z ∞
= 0 − 1.f (0) + s e −st f (t)dt (4)
0
= sL {f (t)} − f (0) (5)

MMU604/MMU703 March 24, 2025 6 / 20


Laplace Transforms

Transforms of derivatives and integrals

 ′′ Z ∞ ∞ Z ∞
−st ′′
L f (t) = f (t)dt = e −st f ′ (t) e −st f ′ (t)dt
 
e +s (6)
0 0 0
Z ∞
= 0 − 1.f ′ (0) + s e −st f ′ (t)dt (7)
0
= s 2 L {f (t)} − sf (0) − f ′ (0) (8)

MMU604/MMU703 March 24, 2025 7 / 20


Laplace Transforms

Transforms of derivatives and integrals

 ′′ Z ∞ ∞ Z ∞
−st ′′
L f (t) = f (t)dt = e −st f ′ (t) e −st f ′ (t)dt
 
e +s (6)
0 0 0
Z ∞
= 0 − 1.f ′ (0) + s e −st f ′ (t)dt (7)
0
= s 2 L {f (t)} − sf (0) − f ′ (0) (8)

Derivative:
n o
L f (n) = s n L {f } − s n−1 f (0) − s n−2 f ′ (0) − ... − f n−1 (0) (9)

MMU604/MMU703 March 24, 2025 7 / 20


Laplace Transforms

Transforms of derivatives and integrals

 ′′ Z ∞ ∞ Z ∞
−st ′′
L f (t) = f (t)dt = e −st f ′ (t) e −st f ′ (t)dt
 
e +s (6)
0 0 0
Z ∞
= 0 − 1.f ′ (0) + s e −st f ′ (t)dt (7)
0
= s 2 L {f (t)} − sf (0) − f ′ (0) (8)

Derivative:
n o
L f (n) = s n L {f } − s n−1 f (0) − s n−2 f ′ (0) − ... − f n−1 (0) (9)

Integral:
t
Z 
1
L f (τ)dτ = F (s) (10)
0 s

MMU604/MMU703 March 24, 2025 7 / 20


Laplace Transforms

y ′′ + ay ′ + by = r (t), y (0) = K0 , y ′ (0) = K1 (11)

s 2 Y (s) − sy (0) − y ′ (0) + a [sY (s) − y (0)] + bY (s) = R(s) (12)


For zero initial conditions:
Y (s) 1
= 2 → G (s) Transfer function (13)
R(s) s + as + b

The response:

Y (s) = (s + a) y (0) + y ′ (0) G (s) + R(s)G (s)


 
(14)

MMU604/MMU703 March 24, 2025 8 / 20


Laplace Transforms

Unit step function


0 if t <a
u(t − a) = (15)
1 if t >a

MMU604/MMU703 March 24, 2025 9 / 20


Laplace Transforms

Unit step function


0 if t <a
u(t − a) = (15)
1 if t >a
The Laplace Transform:
Z ∞
L {u(t − a)} = u(t − a)e −st dt (16)
0
e −st ∞
Z ∞
−st
= e 1dt = − , t =a≤0 (17)
0 s t=a

e −as
L {u(t − a)} = (18)
s
where s > 0.

MMU604/MMU703 March 24, 2025 9 / 20


Laplace Transforms

Unit step function


0 if t <a
u(t − a) = (15)
1 if t >a
The Laplace Transform:
Z ∞
L {u(t − a)} = u(t − a)e −st dt (16)
0
e −st ∞
Z ∞
−st
= e 1dt = − , t =a≤0 (17)
0 s t=a

e −as
L {u(t − a)} = (18)
s
where s > 0.
On-off switch!

MMU604/MMU703 March 24, 2025 9 / 20


Laplace Transforms

[]

MMU604/MMU703 March 24, 2025 10 / 20


Laplace Transforms

[]

MMU604/MMU703 March 24, 2025 10 / 20


Laplace Transforms

t-Shifting

Replacing t by (t − a) in f (t).

0 if t <a
f˜(t) = f (t − a)u(t − a) = (19)
f (t − a) if t >a

MMU604/MMU703 March 24, 2025 11 / 20


Laplace Transforms

t-Shifting

Replacing t by (t − a) in f (t).

0 if t <a
f˜(t) = f (t − a)u(t − a) = (19)
f (t − a) if t >a

The Laplace Transform:


Z ∞
e −as F (s) = e −as e −sτ f (τ)dτ (20)
0
Z ∞
= e −s(τ+a) f (τ)dτ (21)
Z0∞
= e −st f (t − a)dt (22)
a
Z ∞ Z ∞
= e −st f (t − a)u(t − a)dt = e −st f˜(t)dt (23)
0 0

MMU604/MMU703 March 24, 2025 11 / 20


Laplace Transforms

t-Shifting

The Laplace Transform:

L {f (t − a)u(t − a)} = e −as F (s) (24)

MMU604/MMU703 March 24, 2025 12 / 20


Laplace Transforms

Dirac’s Delta Function

A function: 
1/k if a ≤ t ≤ a + k
fk (t − a) = (25)
0 otherwise

MMU604/MMU703 March 24, 2025 13 / 20


Laplace Transforms

Dirac’s Delta Function

A function: 
1/k if a ≤ t ≤ a + k
fk (t − a) = (25)
0 otherwise
The impulse:
Z a+k
1
Z ∞
Ik = fk (t − a)dt = dt = 1 (26)
0 a k

MMU604/MMU703 March 24, 2025 13 / 20


Laplace Transforms

Dirac’s Delta Function

A function: 
1/k if a ≤ t ≤ a + k
fk (t − a) = (25)
0 otherwise
The impulse:
Z a+k
1
Z ∞
Ik = fk (t − a)dt = dt = 1 (26)
0 a k
The Dirac’s Delta or Unit impulse function:

δ (t − a) = lim fk (t − a) (27)
k→0

MMU604/MMU703 March 24, 2025 13 / 20


Laplace Transforms

Dirac’s Delta Function

A function: 
1/k if a ≤ t ≤ a + k
fk (t − a) = (25)
0 otherwise
The impulse:
Z a+k
1
Z ∞
Ik = fk (t − a)dt = dt = 1 (26)
0 a k
The Dirac’s Delta or Unit impulse function:

δ (t − a) = lim fk (t − a) (27)
k→0


∞ if t = a
δ (t − a) = (28)
0 otherwise
and the area: Z ∞
δ (t − a)dt = 1 (29)
0
MMU604/MMU703 March 24, 2025 13 / 20
Laplace Transforms

Dirac’s Delta Function

1
fk (t − a) = [u(t − a) − u(t − (a + k))] (30)
k
The Laplace Transform:

1 h −as i 1 − e −ks
L {fk (t − a)} = e − e −(a+k)s = e −as (31)
ks ks
taking the limit as k → 0 (L’Hopital):

+se −ks
→1 as k → 0 (32)
s
Hence,
L {fk (t − a)} = e −as (33)

MMU604/MMU703 March 24, 2025 14 / 20


Laplace Transforms

Convolution

L {f }L {g } is the transform of the convolution of f and g .


Z t
h(t) = (f ∗ g )(t) = f (τ)g (t − τ)dτ (34)
0

where h(t) = L − 1{H} and H = FG .

MMU604/MMU703 March 24, 2025 15 / 20


Laplace Transforms

Convolution

A nonhomogeneous linear ODE:

y ′′ + ay ′ + by = r (t) (35)

Y (s) = (s + a)y (0) + y ′ (0) G (s) + R(s)G (s)


 
(36)
For zero initial values:
Y (s) = R(s)G (s) (37)
The convolution theorem gives the solution:
Z t
y (t) = g (t − τ)r (τ)dτ (38)
0

MMU604/MMU703 March 24, 2025 16 / 20


Linear Algebra and Eigenvalue Problem

Eigenvalue Problem

Eigenvalue problem:

Ax = λ x (39)
A: a given non-zero square matrix
x : an unknown vector (eigenvector)
λ: an unknown scalar (eigenvalue)

MMU604/MMU703 March 24, 2025 17 / 20


Linear Algebra and Eigenvalue Problem

Eigenvalue Problem

Eigenvalue problem:

Ax = λ x (39)
A: a given non-zero square matrix
x : an unknown vector (eigenvector)
λ: an unknown scalar (eigenvalue)

Find λ and x satisfying the above equation.

MMU604/MMU703 March 24, 2025 17 / 20


Linear Algebra and Eigenvalue Problem

Eigenvalue Problem

    
6 3 5 33
= (40)
4 7 1 27

MMU604/MMU703 March 24, 2025 18 / 20


Linear Algebra and Eigenvalue Problem

Eigenvalue Problem

    
6 3 5 33
= (40)
4 7 1 27
    
6 3 3 30
= (41)
4 7 4 40

MMU604/MMU703 March 24, 2025 18 / 20


Linear Algebra and Eigenvalue Problem

Eigenvalue Problem

    
6 3 5 33
= (40)
4 7 1 27
    
6 3 3 3
= 10 (41)
4 7 4 4

MMU604/MMU703 March 24, 2025 18 / 20


Linear Algebra and Eigenvalue Problem

Eigenvalue Problem

    
6 3 5 33
= (40)
4 7 1 27
    
6 3 3 3
= 10 (41)
4 7 4 4

Ax = λ x (42)

Example!

MMU604/MMU703 March 24, 2025 18 / 20


Linear Algebra and Eigenvalue Problem

Eigenvalue Problem

a11 x1 + ... + a1n xn = λ x1


a21 x1 + ... + a2n xn = λ x2
...
an1 x1 + ... + ann xn = λ xn

MMU604/MMU703 March 24, 2025 19 / 20


Linear Algebra and Eigenvalue Problem

Eigenvalue Problem

a11 x1 + ... + a1n xn = λ x1


a21 x1 + ... + a2n xn = λ x2
...
an1 x1 + ... + ann xn = λ xn

(a11 − λ )x1 + a12 x2 + ... + a1n xn = 0


a21 x1 + (a22 − λ )x2 + ... + a2n xn = 0
...
an1 x1 + an2 x2 + ... + (ann − λ )xn = 0

MMU604/MMU703 March 24, 2025 19 / 20


Eigenvalue Problem

Eigenvalue Problem

(a11 − λ )x1 + a12 x2 + ... + a1n xn = 0


a21 x1 + (a22 − λ )x2 + ... + a2n xn = 0
...
an1 x1 + an2 x2 + ... + (ann − λ )xn = 0

In matrix notation:

(A − λ I )x = 0

MMU604/MMU703 March 24, 2025 20 / 20


Eigenvalue Problem

Eigenvalue Problem

(a11 − λ )x1 + a12 x2 + ... + a1n xn = 0


a21 x1 + (a22 − λ )x2 + ... + a2n xn = 0
...
an1 x1 + an2 x2 + ... + (ann − λ )xn = 0

In matrix notation:

(A − λ I )x = 0

Characteristic equation can be written:

D(λ ) = det (A − λ I )

MMU604/MMU703 March 24, 2025 20 / 20


Vector calculus

Vector calculus

gradiend, divergence, and curl

MMU604/MMU703 March 24, 2025 21 / 20

You might also like