• Tidak ada hasil yang ditemukan

Applications of Laplace transforms

N/A
N/A
Protected

Academic year: 2024

Membagikan "Applications of Laplace transforms"

Copied!
11
0
0

Teks penuh

(1)

Applications of Laplace transforms

1. Solving initial value problems: solutions of linear differential equations with constant coefficients

step 1: Perform Laplace transform on both sides of the differential equation.

step 2: The initial value problem is converted to an algebraic equation.

step3: Algebraic equation is solved.

step4: Consider the inverse Laplace transform of this solution step 5: This is the solution of the initial value problem.

Example 1:

Solve the initial value problem which is a first order differential equation

y'(t)+5y(t)=t ; y(t=0)=2;

Considering Laplace transform on both the sides and applying the formula for Laplace transform of a derivative , we obtain

sY(s)−2+5Y(s)=1

s2 ... step 1 ( s+5¿Y(s)=s12+2

Y(s)=(s+51)s2+s+52 ... step 2

We solve for Y(s) using partial fractions. (s+51)s2=As +sB2+s+C5

A s(s+5)+B(s+5)+C s2=1 ; putting s=0 , B=15 ; putting s=−5,C=251 ; putting s=1, 6A+65+251 =1

(2)

or A=−125 ; Substituting the values of A , B , C

Y(s)=−1 25s+ 1

5s2+ 1

25(s+1) ... step3

y(t)=L−1[Y(s)]

y(t)=−1 25 +1

5t+ 1

25e5t ...step4 Example 2:

We now solve } left (t right ) +2 {y} ^ {'} left (t right ) +6= {t} ^ {2

y¿

y(t=0)=2; y'(t=0)=0

} left (t right ) + {2y} ^ {'} left (t right ) +6 right rbrace = L\{ {t} ^ {2} \ y¿

L¿ s2Y(s)−sy(t=0)−y'(t=0)+2sY(s)−4+6

s=2 s3 Y(s)(s2+2s)=2s+4−6

s+2 s3 Y(s)=2s+4

s2+2s 6

s(s2+2s)+ 2 s3(s2+2s) y(t)=2−(3t+3e−2t

2 3

2) +1

8 e−2t+t 4t2

4+t3 61

8

The significance of Laplace transform for solving differential equations is that it can be used

a) For discontinuous forcing functions while the conventional method cannot be used for solving such differential equations.

b) Initial conditions are used as a part of the transformation from differential to algebraic equation unlike the conventional method which uses these initial conditions for evaluating the constants for complete solution of the differential equations. For example consider the conventional simple harmonic motion with damping. The differential equation representing it is

(3)

md2x dt2 +bdx

dt+kx=f(t)

With m ,b , k respectively as the mass ,damping constant and the force constant. If the forcing term f(t) is not a continuous function, it is still possible to solve this differential equation using Laplace transforms.

Example 3:

Solve the following initial value problem using Laplace transform.

d2x

dt2 +4x=sin 3t , x(0) ¿x'(0)=0 ; x'(0)=dxdt

L

{

ddt2x2 +4x

}

=L{sin 3t}

s2X(s)+4X(s)−sx(0)−¿ x'(0)= 3

s2+9 ;

s

(s2+4)(¿ ¿2+9) X(s)=3

¿

;

Thus

s

(s2+4)(¿ ¿2+9) 2

¿ x(t)=L−1¿

; Using partial fraction decomposition we obtain

x(t)= 3

10sin 2t1 5sin 3t

Physical significance: The above differential equation represents the motion of a simple harmonic motion with an external driving force. It could represent a spring mass system which is subjected to an external force sin 3t . The resultant displacement is represented by x(t) which represents a motion with natural frequency ( ω=2¿ and the forcing term ( ω=3¿.

Example 4:

We next a differential equation for a spring mass system with damping.

x''−3x'+2x=0 ; x(0)=0; x'(0)=0;

L{x' '−3x'+2x}=s2X(s)−1−3sX(s)+2X(s)=0

(4)

X(s)= 1

(s2−3s+2)= 1

(s−2) 1

s−1 ; x(t)=e2tet Example 5:

This example is that of a series LCR circuit with an external source

V(t) and L , R , C as the inductance , resistance and capacitance respectively. The instantaneous charge and the current are q(t) and i(t) respectively. At t=0, charge on the capacitor and the current in the circuit is 0.

Ldi

dt+R i+q

C=V

since dqdt=i , we obtain Lddt2q2 +Rdq dt+ q

C=V

Considering the Laplace transform on both the sides we obtain ,

L

[

s2Q(s)sq(0)dqdt t=0

]

+¿ R[sQ(s)−q(0)]+QC(s)=Vs

Assigning values to the constants, R=10ohms , L=1H ,C=.01F ,

V=220V , we obtain

s2Q(s)+10s Q(s)+100Q(s)=220/s ; Solving for Q(s) ,

Q(s)= 220

s(s2+10s+100) ;

q(t) ¿11/5−(11∗(cos(5∗3(1/2)t)+(3(1/2)∗sin(5∗3(1/2)t))/3))/(5∗exp(5∗t))

2. Application of Laplace transform for solving simultaneous differential equations.

This finds applications in coupled circuits like those of two inductive coils with mutual inductance between them. Determination of currents in such circuits involves solving simultaneous differential equations.The second application is coupled oscillators like coupled spring mass systems.

x'=y+3x (1)

(5)

y'=4 yx (2)

x(t=0)=1 ; ;

y(t=0) =0

Taking Laplace transform of (1) , we obtain

L{x'(t)}=L{ y+3x} or sX(s)−1=Y(s)+3X(s) or

X(s)[s−3]Y(s)=1 (3)

L{y'(t)}=L{4yx} or sY(s)−0=4Y(s)−X(s)

X(s)+Y(s){s−4}=0 (4) substituting for Y(s) from eq. (3) in eq. (4) ,we obtain

X(s)+{s4}{ X(s)[s−3] -1} ¿0

X(s){s2−7s+13}=s4 or

X(s)= s4

s2−7s+13 ;

x(t)=¿ exp((7t)/2)(cos((3^(1/2)t)/2) - (3^(1/2)sin((3^(1/2)t)/2))/3) 2. We apply Laplace transform for solving the family of differential equations for successive disintegration in radioactivity. Let NA(t) be the parent nucleus which disintegrates into the daughter nucleus

NB(t) which further disintegrates into the stable nucleus Nc(t) .

NA→ NB→ NC . Determine the number of nuclides NA, NB and NC at any instant of time t , given the initial number of nuclides are

NA=N0; NB=0; NC=0

d NA

dt =¿ λANA (5)

d NB

dt =−λBNB+λANA (6) d NdtC=λBNB

Taking Laplace transform of eq(5) , we obtain

(6)

s L{NA}N0=−L{λANA} ; (s+λ)L{NA} ¿N0; L{NA}=(sN+0λ)

NA=N0eλAt

Considering the Laplace transform of eq.(6) we obtain

s L{NB}0=λAL{NA}−λBL{NB} ; L{NB}=¿ (S+λλAN0

B)(S+λA)

L{NB}=λAN0 1

λAλB

[

S+1λAS+1λB

]

; NB=λλAANλ0B[eλBteλAt] We repeat the process for eq(3) and obtain NC .

s L{NC}−0=λAN0 λB

λAλB[eλBteλAt] ; Let k=λAN0 λ λB

AλB ;

L{NC}=k

s [eλBteλAt]; NC=k

[

0t eλBvdv+0t eλAvdv

]

Using L−1

{

F(ss)

}

=0t f(v)dv ;

Thus NC=k

[

λ1BeλλBBt+eλλAAtλ1A

]

3.

Application of Laplace transform for solving partial differential equations

a) Solution of heat flow along semi infinite bar The heat diffusion equation is

¿

2u¿ r , t¿=k ∂u∂ t(r ,t) with u¿¿ r , t¿, c , ρ , k respectively as the temperature distribution in the material, specific heat capacity, density of the material and its thermal conductivity. This equation assumes that there are no external heat sources.

(7)

For a semi infinite bar , x>0 , we consider the 1-d form of the heat diffusion equation. Let u(x , t) represent the temperature at a distance

x from one end of the bar at time t . The boundary condition is that u(0, t)=u0 and the initial condition is u(x ,0)=0

As it is a semi infinite bar, we solve this problem using Laplace transform ( x>0¿ . For an infinite bar , we employ Fourier transform.

Let k =α , the thermal diffusivity , We consider the Laplace transform on both the sides of the heat diffusion equation

L

{

α 2u(∂ xx ,t2 )

}

=L{∂ u(∂tx ,t)} or

α

0

2u(x , t)

∂ x2 estdt=sU(x , s)−u(x ,0) with U(x , s) as the Laplace transform of u(x ,t)

The LHS integration is with respect to t while the double differentiation is with respect to x .

α

0

2u(x , t)

∂ x2 estdt=α 2

∂ x2

0

u(x , t)estdt=α2U(x , s)

∂ x2

Using the initial condition u(x ,0)=0 , we obtain

α 2U(x , s)

∂ x2 =sU(x , s) , let αs=p2

U(x , s)=A epx+B epx with A and B as constants to be evaluated.

u(x , t)=0 as x → ∞ for the boundedness of the temperature. Thus

U(x , s) = 0 as x → ∞ which implies that A=0

Since u(0, t)=u0 therefore U(0, s)=L{u0}=us0 with u0 as the constant temperature at x=0 .

u0 s =B

and the complete solution is U(x , s)=us0epx = us0exs/

(8)

The solution u(x , t) is the Laplace inverse of U(x , s).

x

4αt

1−erf ⁡¿ L−1{u0

s epx}=u0¿

We first discuss the Laplace inverse of the function es//s Using the property of the Laplace transform

If L f (v)=F(s), L

{

0t f(v)dv

}

=F(ss) or

L−1

{

Fs(s)

}

=¿ 0 t

f(v)dv , F(ss)=es//s , we obtain from eqn(4)

0 t v

−3 2 e

−1 4v

2π dv , substituting v=1/4y2 we get

1/2t

2

π e

y2dy = erfc ( 1/2t¿ We next consider L−1{exss}

Using the property that L

{

f

(

at

) }

=aF(as) and putting a=x2

L−1

{

es xx22s

}

=¿ x12erfc

(

2

1xt2

)

L−1

{

exss

}

=erfc

(

2xt

)

Example 2:

Consider the 1-d wave equation,

2u(x , t)

∂ x2 =1 v2

2u(x , t)

∂ t2

u(x , t) is the displacement of the string form the equilibrium position at position x at time t , v represents the velocity of the wave.

(9)

We consider the Laplace transform of the wave equation to obtain

0

2u(x , t)

∂ x2 estdt ¿ 2

∂ x2

0

u(x , t) estdt as the integration is only over

t so ∂ x22 can be outside the integral. Secondly after integration, the dependence on t vanishes and ∂ x22 can be converted into an ordinary differential.

L

{

2u∂ x(x , t2 )

}

=d2Ud x(x , s)2

Example 3:

Determine the L

{

∂u∂ t(x , t)

}

By definition , L

{

∂u∂ t(x , t)

}

=0 ∂u∂ t(x , t)est dt

integrating by parts [u(x , t)est]0

+s

0

u(x , t)estdt Assuming that u(x ,t) is bounded at t → ∞ ,

L

{

∂u∂ t(x , t)

}

=sU(x , s)−u(x ,0) ( 7)

L

{

∂ t2u2

}

can be determined by considering ∂u∂ t=f(t) and using eq.( ) L

{

∂ t2u2

}

=s F(s)−f(x ,0)=s[sU(x , s)−u(x ,0)]∂u∂ tt=0

L

{

∂ t2u2

}

=s2U(x , s)su(x ,0)∂u∂ tt=0

(10)

Exercises

1. Solve the wave equation for a string fixed at both ends

x=0∧x=1 . u(0, t)=0,u(1, t)=0;u(x ,0)=sin 4πx , ut(x ,0)=0 with ut=∂u∂ t

2. Consider 2 masses m1 and m2 which are coupled by a massless spring, of spring constant k . Solve the simultaneous differential equations and hence determine the displacement of the masses at any instant of time t . Initial conditions are

x1=x2=0;d x1

dt =u;d x2 dt =0

3. Solve the following simultaneous differential equation.

d x

dt =4xy ;dy

dt = x+4y

4. In a series L C R circuit , at t=0 a voltage V=20 sin 400t volts is suddenly switched on. Assume the values of L ¿1H , R= 1000ohms and C ¿6.25micro Farads . Determine the value of current i(t) and charge q(t) at any instant of time.

5. In an open circuit with L ¿10mH ; R ¿250Ω , C ¿1μF ,at t=0 , the capacitor has a charge of 10−5coulombs . At this instant the circuit is closed. Determine the charge Q (t) .

(11)

6. Solve the second order differential equation

d2y

d t2+9y=9U(t−3) , y(0)=dydt

t=0

=0

7. Using Laplace transform , solve

∂u(x , t)

∂ t =2u(x , t)

∂ x2 , u(x ,0)=3 sin2πx , u(0, t)=0,u(1, t)=0 (D.U.)

0<x<1;t>0

8. Solve the simultaneous differential equations using Laplace transforms.

dx

dt + y=0; dydtx=0; x(0)=1, y(0)=0 (D.U.) 9. Solve using Laplace transform

dx

dt=−xy ; dydt=−4xy ; x(t=0)=1; y(t=0)=0

Referensi

Dokumen terkait

We can therefore invert the foregoing Laplace transform with respect to ν and we get the formula (4.9) corresponding to the case of the maximum functional... However, the

A typical Burrows Wheeler Transform method that has been proposed by Burrows and Wheeler for lossless text compression consists of 3 stages as seen in Figure 1 [7], where.. • BWT is

The dual-Reciprocity Laplace Transform Boundary Element Method (DRL TBEM) will be used to solve time-dependent thermally and homogeneous body heat conduction

The “difficulties” of Heaviside’s mathematics was specifically and pointedly addressed in an influential book by two mathematicians (using the Laplace transform years

Solving Telegraph Equations Using Aboodh Transform Aboodh transform can be used to solve the differential equation of telegraph in an efficient manner, to prove the capability of this

In general, a casual discrete-time sequence, , or the impulse response,ℎ , of a discrete-time system is zero before time 0,that is =0, < 0, < 0 The Laplace transform plays a very

3.2 Cointegration Test Since the series of nominal exchange rate ert , money differential mt–mt* and income differential yt–yt* were shown to be of the same order of integration i.e.,

The Laplace Transform 148 Poles, Zeroes, and the Region of convergence 149 Properties of the Laplace transform 150 The Discrete Fourier Transform and Fast Fourier Transform 153 The