You are on page 1of 122

Chapter

5
5.1

Laplace Transform

Introduction

In this chapter, we will introduce Laplace transform. This is an extremely important technique.
For a given set of initial conditions, it will give the total response of the circuit comprising of both
natural and forced responses in one operation. The idea of Laplace transform is analogous to any
familiar transform. For example, Logarithms are used to change a multiplication or division problem into a simpler addition or subtraction problem and Antilogs are used to carry out the inverse
process. This example points out the essential feature of a transform: They are designed to create
a new domain to make mathematical manipulations easier. After evaluating the unknown in the
new domain, we use inverse transform to get the evaluated unknown in the original domain. The
Laplace transform enables the circuit analyst to convert the set of integrodifferential equations
describing a circuit to the complex frequency domain, where thay become a set of linear algebraic equations. Then using algebraic manipulations, one may solve for the variables of interest.
Finally, one uses the inverse transform to get the variable of interest in time domain. Also, in
this chapter, we express the impedance in s domain or complex frequency domain. Hence, we
may analyze a circuit using one of the reduction techniques such as Thevenin theorem or source
transformation discussed in earlier chapters.

5.2

Definition of Laplace transorm

A transform is a change in the mathematical description of a physical variable to facilitate computation. Keeping this definition in mind, Laplace transform of a function f (t) is defined as

Lff (t)g = F (s) =

Z1

f (t)e

st

dt

(5.1)

Here the complex frequency is s =  + j! . Since the argument of the exponent e in equation
(5.1) must be dimensionless, it follows that s has the dimensions of frequency and units of inverse
seconds (sec 1 ).

330

Network Theory

The notation implies that once the integral has been evaluated, f (t), a time domain function
is transformed to F (s), a frequency domain function.
If the lower limit of integration in equation (5.1) is 1, then it is called the bilateral Laplace
transform. However for circuit applications, the lower limit is taken as zero and accordingly the
transform is unilateral in nature.
The lower limit of integration is sometimes chosen to be 0 to permit f (t) to include  (t) or
its derivatives. Thus we should note immediately that the integration from 0 to 0+ is zero except
when an impulse function or its derivatives are present at the origin.
Region of convergence

The Laplace transform of a signal f (t) as seen from equation (5.1) is an integral operation. It
exists if f (t)e

t

Z1

f (t)e

is absolutely integrable. That is

t

dt < 1. Cleary, only typical

choices of  will make the integral converge. The range of  that ensures the existence of X (s)
defines the region of convergence (ROC) of the Laplace transform. As an example, let us take
x(t) = e3t , t  0. Then

Z1

X (s) =

x(t)e

( +j! )t

dt

Z1
=

e(

 +3)t

j!t

dt

The above integral converges if and only if  + 3 < 0 or  > 3. Thus,  > 3 defines the
ROC of X (s). Since, we shall deal only with causal signals(t  0) we avoid explicit mention of
ROC.
Due to the convergence factor, e t , a number of important functions have Laplace transforms, even though Fourier transforms for these functions do not exist. But this does not mean
that every mathematical function has Laplace transform. The reader should be aware that, for
2
example, a function of the form et does not have Laplace transform.
The inverse Laplace transform is defined by the relationship:

fF (s)g = f (t) =

1
2j

Z
+j

 j

F (s)est ds

(5.2)

where  is real. The evaluation of integral in equation (5.2) is based on complex variable theory,
and hence we will avoid its use by developing a set of Laplace transform pairs.

Laplace Transform

5.3

331

Three important singularity functions

The three important singularity functions employed in circuit analysis are:


(i) unit step function, u(t)
(ii) delta function,  (t)
(iii) ramp function, r (t).
They are called singularity functions because they are either not finite or they do not possess
finite derivatives everywhere.
The mathematical definition of unit step function is


u(t) =

0;
1;

t<0
t>0

(5.3)

The step function is not defined at t = 0. Thus,


the unit step function u(t) is 0 for negative values
of t, and 1 for positive values of t. Often it is
advantageous to define the unit step function as
follows:

u(t) =

1;
0;

t  0+
t0
Figure 5.1 The unit step function

A discontinuity may occur at time other than


t = 0; for example, in sequential switching, the
unit step function that occurs at t = a is expressed
as u(t a).

Figure 5.2 The step function occuring at t

= a Figure 5.3


Thus;

u(t

a) =

0;
1;

t
t

Similarly, the unit step function that occurs at t =

Thus;

u(t + a) =

0;
1;

The step function occuring at t

a < 0 or t < a
a > 0 or t > a
a is expressed as u(t + a).

t + a < 0 or t <
t + a > 0 or t >

a
a

332

Network Theory

We use step function to represent an abrupt change in voltage or current, like the changes that
occur in the circuits of control engineering and digital systems. For example, the voltage


v (t) =

0;
K;

t<a
t>a

may be expressed in terms of the unit step function as


v (t) = Ku(t

a)

(5.4)

The derivative of the unit step function u(t) is the unit impulse function  (t).
That is;

 (t) =

8
<

0;
t<0
d
undened; t = 0
u(t) =
:
dt
0;
t>0

(5.5)

The unit impulse function also known as dirac delta fucntion is shown in Fig. 5.4.
The unit impulse may be visualized as very short duration pulse of unit area. This may be
expressed mathematically as:

Z0+
 (t)dt = 1

(5.6)

where t = 0 denotes the time just before t = 0 and t = 0+ denotes


the time just after t = 0. Since the area under the unit impulse is unity,
it is a practice to write 1 beside the arrow that is used to symbolize
the unit impulse function as shown in Fig. 5.4. When the impulse has
a strength other than unity, the area of the impulse function is equal
to its strength. For example, an impulse function 5 (t) has an area
of 5 units. Figure 5.5 shows impulse functions, 2 (t + 2), 5 (t) and
2 (t 3).

Figure 5.5 Three impulse functions

Figure 5.4 The circuit


impulse function

Laplace Transform

333

An important property of the unit impulse function is what is often called the sifting property;
which is exhibited by the following integral:

Zt2
f (t) (t

t0 )dt =

t1

f (t0 ); t1 < t0 < t2


0;
t 1 > t0 > t2

for a fintie t0 and any f (t) continuous at t0 .


Integrating the unit step function results in the unit ramp function r (t).

Zt
r (t) =


or

r (t) =

u( )d = tu(t)

0;
t;

(5.7)

t0
t0

Figure 5.6 shows the ramp function.

Figure 5.6 The unit ramp function

In general, a ramp is a function that changes at a constant rate.

Figure 5.7 The unit ramp function delayed by t0

Figure 5.8 The unit ramp function advanced by t0

A delayed ramp function is shown in Fig. 5.7. Mathematically, it is described as follows:

r (t

t0 ) =

t  t0
t0 ; t  t0

0;
t

334

Network Theory

An advanced ramp function is shown in Fig. 5.8. Mathematically, it is described as follows:


r (t + t0 ) =

0;
t
t + t0 ; t 

t0
t0

It is very important to note that the three sigularity functions are related by differentiation as
 (t) =

or by integration as

u(t) =

Zt
u(t) =

5.4

du(t)
;
dt

dr (t)
dt

Zt
 (t)dt;

r (t) =

u( )d

Functional transforms

A functional transform is simply the Laplace transform of a specified function of t. Here we make
an assumption that f (t) is zero for t < 0.
5.4.1 Decaying exponential function

f (t) = e

at

u(t), where a > 0 and u(t) is the unit step function.

at

Z1

u(t) = F (s) =

f (t)dt
0

Z1
e

at

st

dt

e (s+a)t

(s + a)

t=0

1
=
s+a
5.4.2

Unit step function

f (t) = u(t)

Lfu(t)g = F (s) =

Z1

e
0

st

dt =

1
s

Laplace Transform

335

5.4.3 Impulse function

f (t) =  (t)

Lf (t)g = F (s) =

Z1

 (t)e

st

dt = e

st

t=0

=1

Please note that we have used the sifting property of an impulse function.
5.4.4 Sinusoidal function

t0

f (t) = sin !t;

sin !t =

Since

ej!t

2j
Lfe at g = s +1 a

and
we have

1 

Lfsin !tg = F (s) = 21j

Z1

ej!t

0

1
1
=
2j s j!
=

s2

j!t

j!t

1
s + j!

st

dt

+ !2

Table 5.1 gives a list of important Laplace transform pairs. It includes the functions of most
interest in an introductory course on circuit applications.
Table 5.1 Important transform pairs
f (t)(t  0)

F (s)

 (t)

1
1

u(t)
t
e

at

sin !t
cos !t

1
s2

1
s+a

!
s2 + ! 2
s
2
s + !2

336

Network Theory

f (t)(t  0)

F (s)
n!

tn
te

sn+1

1
(s + a)2

at

at

sin !t

at

cos !t

!
(s + a)2 + ! 2
s+a
(s + a)2 + ! 2

All functions in the above table are represented without multiplied by u(t), since we have explicity declared that t  0.

5.5

Operational transforms (properties of Laplace transform)

Operational transforms indicate how mathematical operations performed on either f (t) or F (s)
are converted into the opposite domain. Following operations are of primary interest.
Note: The symbol  means by the definition.
5.5.1 Linearity

Lff1 (t)g = F1 (s) and Lff2 (t)g = F2 (s)

If

Lfa1 f1 (t) + a2 f2 (t)g = a1 F1 (s) + a2 F2 (s)

then
Proof :

Lfa1 f1 (t) + a2 f2 (t)g 

Z1
0

Z1

= a1

f1 (t)e

st

dt + a2

5.1
bt

u(t)).

SOLUTION

We have the transform pair

Lfu(t)g = 1s
and

Lfe

bt

f2 (t)e
0

Find the Laplace transform of f (t) = (A + Be

u(t)g =

dt

Z1

= a1 F1 (s) + a2 F2 (s)
EXAMPLE

st

[a1 f1 (t) + a2 f2 (t)]e

1
s+b

st

dt

Laplace Transform

Thus, using linearity property,

Lff (t)g = F (s) = LfAu(t)g + LfBe


=
=

bt

u(t)g

B
A
+
s
s+b

(A + B)s + Ab
s(s + b)

5.5.2 Time shifting

If Lfx(t)g = X (s), then for any real number t0 ,

Lfx(t

t0 )u(t

Proof :

Lfx(t

t0 )u(t
u(t

Lfx(t

we get;

X (s)

Z1
t0 )g 

x(t
0


Since;

t0 s

t0 )g = e

t0 )u(t

t0 ) =

Z1

t0 )g =

1;
0;

t0 )u(t
t
t

t0 )e

x(t

t0 )e

st

dt

Using the transformation of variable,


t =  + t0

Lfx(t

Z1

t0 )u(t

t0 )g =

x( )e
0

EXAMPLE

=e

t0 s

=e

t0 s

5.2

Find the Laplace transform of x(t), shown in Fig. 5.9.

Figure 5.9

dt

t0 > 0 or t > t0
t0 < 0 or t < t0

t0

we get;

st

s( +t0 )

Z1
x( )e
0

X (s)

d

s

d

337

338

Network Theory

SOLUTION

Figure 5.10(a)

Figure 5.10(b)

Using Figs. 5.10(a) and 5.10(b), we can write


x(t) = x1 (t) + x2 (t) = u(t

We know that, Lfu(t)g =

1
s

u(t

2)

and using time shifting property, we have

Lfx(t)g = X (s) = 1s e
X(s) =

1
(e
s

2s

2s

4s

4s

5.5.3 Shifting in s domain (Frequency-domain shifting)

If Lfx(t)g = X (s), then

4)

Lfes t x(t)g = X (s

s0 )

Proof :

Lfe

s0 t

Z1
x(t)g 

es0 t x(t)e

st

dt

Z1
x(t)e

(s s0 )t

= X (s

s0 )

dt

Laplace Transform

EXAMPLE

5.3

Find the Laplace transform of x(t) = Ae

at

cos(!0 t + )u(t).

SOLUTION

Given

x(t) = Ae

at

cos(!0 t + )u(t)

= Ae

at

[cos !0 t cos 

= A cos e

at

sin !0 t sin ]u(t)

cos !0 tu(t)

A sin e

at

sin !0 tu(t)

We know the transform pairs,

Lfcos !0 tu(t)g =
Lfsin !0 tu(t)g =

and

s
s2
s2

+ !02

!0

+ !02

Applying frequency shifting property, we get

and

at




cos !0 tu(t) = 2
s + !2

0 s

at




sin !0 tu(t) = 2
s + !2

!s +a

s+a
=
(s + a)2 + !02
!0

0 s

!s +a

!0
=
(s + a)2 + !02

Finally, applying linearity property, we get

LfAe

at

cos(!0 t + )u(t)g = A cos  Lfe at cos !0 tu(t)g A sin  Lfe


A cos  (s + a)
!0
=
A sin 
2
2
(s + a) + !0
(s + a)2 + !02
A[(s + a) cos 0 sin ]
=
(s + a)2 + 02

5.5.4 Time scaling

If Lfx(t)g = X (s), then

Lfx(at)g = a1 X

s
a

at

sin !0 tu(t)g

339

340

Network Theory

Proof :

Lfx(at)g 

Z1

st

x(at)e

dt

at = 

put
)

adt = d

Lfx(at)g =

Hence

Z1
0

=
EXAMPLE

s a

x( )e

Z1
x( )e

1
a

d

s

a

d =

1
a

5.4

Find the Laplace transform of x(t) = sin(2!0 t)u(t).


SOLUTION

We know the transform pair,

Lfsin !0 tu(t)g =

s2

Applying scaling property,

!0

+ !02

Lfsin 2!0 tu(t)g = 12 64  s !2 0

+ !02
2
20
= 2
s + 402

7
5

5.5.5 Time differentiation

If Lfx(t)g = X (s), then

dx(t)
dt


= sX (s)

x(0)

Proof :
y (t) =

Let
Then

dx(t)
dt

Lfy(t)g = Y (s) 
Z1
=
0

Z1
y (t)e
0

dx(t)
e
dt

st

dt

st

dt

s
a

Laplace Transform

341

Integrating by parts yields

Z1

1
Y (s) = e st x(t) 0

= lim [e
t

Hence;

dx(t)
dt

!1

=0

st

st

x(t)( se

x(t)]

)dt

Z1
x(0) + s

x(t)e

st

dt

x(0) + sX (s)

= Y (s) = sX (s)

x(0)

Therefore, differentiation in time domain is equivalent to multiplication by s in the s domain.


Whenever x(t) is discontinuous at t = 0 (like a step function), then x(0) should be read as
x(0 ).

The differentiation property can be extended to yield

dn x(t)
dtn

= sn X (s)

sn

x(0)   

xn

(0)

When x(t) is discontinuous at the origin, the argument 0 on the right side of the above equation
should be read as 0 . Accordingly for a discontinuous function x(t) at the origin, we get

EXAMPLE

dn x(t)
dtn

= sn X (s)

sn

x(0 )   

xn

(0 )

5.5

Find the Laplace transform of x(t) = sin2 !0 tu(t).


SOLUTION

We find that, x(0) = 0

We know that,

dx(t)
= 2!0 sin !0 t cos !0 tu(t)
dt
= !0 sin 2!0 tu(t)
Lfsin !0 tu(t)g = 2 !0 2
s + !0

(5.8)

342

Network Theory

Applying time scaling property,

Lfsin 2!0 tu(t)g = 12 64  s !2 0

+ !02

s2

7
5

2!0
+ 2(!0 )2

Taking Laplace transform on both the sides of equation (5.8), we get

L
)

sX (s)


EXAMPLE

dx(t)
dt

= !0 Lfsin !0 tu(t)g

2!02
s2 + (2!0 )2
202
X(s) =
s[s2 + (20 )2 ]
x(0) =

5.6

Solve the second order linear differential equation



y (t) + 5y (t) + 6y (t) = x(t)

with the initial conditions, y (0) = 2, y 0 (0) = 1 and x(t) = e t u(t).


SOLUTION

Taking Laplace transform on both the sides of the given differential equation, we get

2
s Y (s)

sy (0)

y (0) + 5 jsY (s)

y (0)j + 6Y (s) = X (s)

X (s) = Lfe t u(t)g =

where
Substituting the initial conditions, we get

1
+ 2s + 11
s+1
2s2 + 13s + 12
Y (s) =
(s + 1)(s + 2)(s + 3)

(s2 + 5s + 6)Y (s) =


)

Using partial fraction expansion, we get

1
1
1
+6
Y (s) =
2 s+1
s+2

9
1
2 s+3

Taking inverse Laplace transform, we get


y(t) =

1 t
e + 6e
2

2t

9
e
2

3t

t0

1
s+1

Laplace Transform

343

5.5.6 Integration in time domain

For a causal signal x(t),

Zt
x( )d;

y (t) =

If

Lfy(t)g = Y (s) = Xs(s)

then
Proof :

LBx(t)C = X(s) 

Z1

x(t)e st dt

Dividing both sides by s yields


X (s)
=
s

Z1
x(t)

st

dt

Integrating the right-hand side by parts, we get

Z1


X (s)
e ts
=
y (t)
s
s
t=0

y (t)
0

1
Z1
X (s)
e st
= y (t)
+ y (t)e
s
s
t=0

ts

s
st

( s)dt

dt

The first term on the right-hand side evaluates to zero at both limits, because
e

1=0

Z0
and y (0) =

x( )d = 0
0

Hence;

Y (s) =

X (s)
s

Thus, integration in time domain is equivalent to division by s in the s domain.


EXAMPLE

5.7

Consider the RC circuit shown in Fig. 5.11. The input is the rectangular pulse shown in Fig. 5.12.
Find i(t) by assuming circuit is initially relaxed.

344

Network Theory

Figure 5.11

Figure 5.12

SOLUTION

Applying KVL to the circuit represented by Fig. 5.11, we get


Ri(t) +

Ri(t) +

Zt

i( )d = v (t)

Zt

i( )d = Vo [u(t

a)

u(t

b)]

Taking Laplace transforms on both the sides, we get


RI(s) +

Vo
(e as e bs )
Cs
s
Vo
R
I(s) =
(e as e
1
s+
RC

I(s) =

bs

We know the transform pair,

Lfe

at

u(t)g =

1
s+a

and then using the time-shift property, we can find inverse of I(s).
Vo
i(t) =
e
R

That is;
)

i(t) =

Vo h
R

t
RC



u(t)

(t

a)
RC

!t

u(t

vo
e
R

a)

5.5.7 Differentiation in the s domain

For a signal x(t), t  0, we have

Lf

tx(t)g =

dX (s)
ds

t
RC

(t

u(t)

b)
RC

!t

u(t

b)

Laplace Transform

Proof :
For a causal signal, x(t), the Laplace transform is given by

Lfx(t)g = X (s) =

Z1

x(t)e

st

dt

Differentiating both the sides with respect to s, we get

Z1

dX (s)
=
ds

In general;
EXAMPLE

)dt

[ tx(t)]e

st

dt

dX (s)
or Lftx(t)g =
ds
n
X (s)
Lftn x(t)g = ( 1)n d ds
n

Lf

Hence;

st

Z1

dX (s)
=
ds

x(t)( te

tx(t)g =

5.8

Find the Laplace transform of x1 (t) = te

3t u(t).

SOLUTION

We know that,

Hence

Lfe

at

u(t)g =

Lfe

3t

u(t)g =

Using the differentiation in s domain property,

1
s+a

1
s+3

Lfx1 (t)g = X1 (s) = dsd s +1 3


=

1
(s + 3)2

5.5.8 Convolution

If
and
then

Lfx(t)g = X (s)
Lfh(t)g = H (s)

Lfx(t)  h(t)g = X (s)H (s)

where  indicates the convolution operator.

dX (s)
ds

345

346

Network Theory

Proof :

Z1
x(t)  h(t) =

x( )h(t

 )d

Since x(t) and h(t) are causal signals, the convolution in this case reduces to

Z1

x(t)  h(t) =

x( )h(t

 )d

0
2
Z1 Z1
Lfx(t)  h(t)g = 4 x( )h(t

Hence;

3
 )d 5 e

st

dt

Interchanging the order of integrals, we get

Lfx(t)  h(t)g =

Z1

2
x( ) 4

Using the change of variable  = t

Z1
h(t

 )e

st

dt5 d

 in the inner integral, we get

Lfx(t)  h(t)g =

Z1

x( )e

s

Z1
h()e

s

d5 d

= X (s)H (s)
Please note that this theorem reduces the complexity of evaluating the convolution integral to
a simple multiplication.
EXAMPLE

5.9

Find the convolution of h(t) = e

and f (t) = e

2t .

SOLUTION

h(t)  f (t) = L

fH (s)F (s)g


1
1
1
=L
s+1
s+2


1
1
1
=L
+
s+1
s+2
t
2
t
e
, t0
=e

1

Laplace Transform

EXAMPLE

347

5.10

Find the convolution of two indentical rectangular pulses. Each rectangular pulse has unit amplitude and duration equal to 2T seconds. Also, the pulse is centered at t = T .
SOLUTION

Let the pulse be as shown in Fig. 5.13.


From the Fig. 5.13, we can write
x(t) = u(t)

u(t

2T )

Taking Laplace transform, we get


X (s) =

1
= (1

Figure 5.13

e 2T s )
s
y (t) = x(t)  x(t)

Let
Then;

Y (s) = X 2 (s)

=
)

2T s

Y (s) =


2T s 2

e
s

s2

s2

2T s

1
s2

4T s

Taking inverse Laplace transform, we get


y (t) = tu(t)

= r (t)

2(t

2T )u(t

2r (t

y(t) = x(t)  x(t)


5.5.9

2T ) + (t

2T ) + r (t

4T )u(t

4T )

4T )

Figure 5.14

Initial-value theorem

The initial-value theorem allows us to find the initial value x(0)


directly from its Laplace transform X (s).
If x(t) is a causal signal,
x(0) = lim sX (s)

then;

!1

(5.9)

Proof :
To prove this theorem, we use the time differentiation property.

dx(t)
dt

Z1


= sX (s)

x(0) =
0

dx
e
dt

st

dt

 The problems with  are better understood after the inverse Laplace transforms are studied.

(5.10)

348

Network Theory

If we let s ! 1, then the integral on the right side of equation (5.10) vanishes due to damping
factor, e st .
Thus;

lim [sX (s)

)
EXAMPLE

!1

x(0)] = 0

x(0) = lim sX (s)


s

!1

5.11

Find the initial value of


F (s) =

s+1

(s + 1)2 + 32

SOLUTION

f (0) = lim sX (s) = lim s


s

!1

s2 + s

s2 1 +

!1 s2

= lim
s

(s + 1)2 + 32

!1 (s + 1) 2 + 32

= lim
s

!1

s+1

1+

2
s

1
s

10

 =1

s2

We know the transform pair:

Lfe

bt

cos atg =

s+b
(s + b)2 + a2

Hence, inverse Laplace transform of F (s) yields


f (t) = e t cos 3t
At t = 0, we get f (0) = 1.
This verifies the theorem.
5.5.10

Final-value theorem

The final-value theorem allows us to find the final value x(1) directly from its Laplace transform
X (s).

If x(t) is a causal signal,


then
Proof :
The Laplace transform of

lim x(t) = lim sX (s)

!1

dx(t)
is given by
dt
sX (s)

!0

Z1

x(0) =
0

dx(t)
e
dt

st

dt

Laplace Transform

Taking the limit s ! 0 on both the sides, we get


lim [sX (s)

!0

Z1

x(0)] = lim

!0
0
Z1

=
0

Z1
=

dx(t)
e
dt

st

dx(t) h
lim e
s 0
dt

349

dt

st

dt

dx(t)
dt
dt

= x(t)j1
0
0

= x(1)
Since;

lim [sX (s)

we get;

!0

x(1)

Hence;

x(0)

x(0)] = lim [sX (s)]

!0
x(0) = lim [sX (s)
s !0
x(1) = lim [sX (s)]
s !0
s

x(0)
x(0)]

This proves the final value theorem.

The final value theorem may be applied if, and only if, all the poles of X (s) have a real part
that is negative.
The final value theorem is very useful since we can find x(1) from X (s). However, one
must be careful in using final value theorem since the function x(t) may not have a final value
a
as t ! 1. For example, consider x(t) = sin at having X (s) = 2
. Now we know
s + a2
lim sin at does not exit. However, if we uncarefully use the final value theorem in this case, we
t!1
would obtain:
a
=0
lim sX (s) = lim s 2
s !0
s !0 s + a 2
Note that the actual function x(t) does not have a limiting value as t ! 1. The final value
theorem has failed because the poles of X (s) lie on the j! axis. Therefore, we conclude that for
final value theorem to give a valid result, poles of X (s) should not lie to right side of the s-plane
or on the j! axis.
EXAMPLE

5.12

Find the final value of


X (s) =

 Consider a function, X(s)

10
(s + 1)2 + 102

P (s)
. The roots of the denomoniator polymial, Q(s) are called poles () and the
Q(s)
roots of the numerator polynomial, P (s) are called zeros (O).
=

350

Network Theory

SOLUTION

lim x(t) = x(1)

!1

!0

s10

!0 (s + 1)2 + 102 = 0

= lim [sX (s)] = lim


We know the Laplace transform pair

L
Hence;

at

sin bt =

b
(s + a)2 + b2

x(t) = L

=L

fX (s)g

10
(s + 1)2 + 102


=e

sin 10t

x(1) = 0

Thus;

This verifies the result obtained from final-value theorem.


5.5.11

Time periodicity

Let us consider a function x(t) that is periodic as


shown in Fig. 5.15. The function x(t) can be
represented as the sum of time-shifted functions
as shown in Fig. 5.16.

Figure 5.15 A periodic function

Hence;

Figure 5.16 Decomposition of periodic function

x(t) = x1 (t) + x2 (t) + x3 (t) +   

= x1 (t) + x1 (t

T )u(t

T ) + x1 (t

2T )u(t

2T ) +   

(5.11)

where x1 (t) is the waveform described over the first period of x(t). That is, x1 (t) is the same as
the function x(t) gated over the interval 0 < t < T .

gating means the function x(t) is multiplied by 1 over the interval 0  t  T and elsewhere by 0.

Laplace Transform

351

Taking the Laplace transform on both sides of equation (5.11) with the time-shift property
applied, we get
Ts

X (s) = X1 (s) + X1 (s)e

X (s) = X1 (s)(1 + e

1 + a + a2 +    =

But
Hence, we get

1
1

+e

2T s

2T s

+ 

+ )

jaj < 1

X (s) = X1 (s)

Ts

+ X1 (s)e

1
1

(5.12)

Ts

In equation (5.12), X1 (s) is the Laplace transform of x(t) defined over first period only.
Hence, we have shown that the Laplace transform of a periodic function is the Laplace transform
evaluated over its first period divided by 1 e T s .
EXAMPLE

5.13

Find the Laplace transform of the periodic signal x(t) shown in Fig. 5.17.

Figure 5.17

SOLUTION

From Fig. 5.17, we find that T = 2 Seconds.


The signal x(t) considered over one period is donoted as x1 (t) and shown in Fig. 5.18(a).

Figure 5.18(a)

Figure 5.18(b)

Figure 5.18(c)

352

Network Theory

The signal x1 (t) may be viewed as the multiplication of xA (t) and g (t).
That is;

x1 (t) = xA (t)g (t)

= [ t + 1][u(t)
)

x1 (t) =

u(t

tu(t) + tu(t

1)]

1) + u(t)

tu(t) + (t

1 + 1)u(t

tu(t) + (t

1)u(t

u(t

1) + u(t)

1) + u(t

= u(t)

tu(t) + (t

1)u(t

= u(t)

r (t) + r (t

1)

1)
u(t

1) + u(t)

1)
u(t

1)

1)

Taking Laplace Transform, we get


X1 (s) =

=
Hence;

5.6

X(s) =

s
s

s2

1+e

1
s2

s2

X1 (s)
(s 1 + e s )
= 2
sT
1 e
s (1 e 2s )

Inverse Laplace transform

The inverse Laplace transform of X (s) is defined by an integral operation with respect to variable
s as follows:

1
x(t) =
2

Z
+j

 j

X (s)est ds

(5.13)

Since s is complex, the solution requries a knowledge of complex variables. In otherwords,


the evaluation of integral in equation (5.13) requires the use of contour integration in the complex
plane, which is very difficult. Hence, we will avoid using equation (5.13) to compute inverse
Laplace transform.
In many situations, the Laplace transform can be expressed in the form
X (s) =

where

P (s)
Q(s)

P (s) = bm sm + bm
n

Q(s) = an s + an

(5.14)
m 1
1s
n 1

1s

+    + b1 s + b0

+    + a1 s + a0 ;

an 6= 0

The function X (s) as defined by equation (5.14) is said to be rational function of s, since
it is a ratio of two polynomials. The denominator Q(s) can be factored into linear factors.

Laplace Transform

A partial fraction expansion allows a strictly proper rational function

353

P (s)
to be expressed as a
Q(s)

factor of terms whose numerators are constants and whose denominator corresponds to linear or
a combination of linear and repeated factors. This in turn allows us to relate such terms to their
corresponding inverse transform.
For performing partial fraction technique on X (s), the function X (s) has to meet the following conditions:
(i) X (s) must be a proper fraction. That is, m < n. When X (s) is improper, we can use long
division to reduce it to proper fraction.
(ii) Q(s) should be in the factored form.
EXAMPLE

5.14

Find the inverse Laplace transform of


X (s) =

2s + 4
s2 + 4s + 3

SOLUTION

2s + 4
+ 4s + 3
2(s + 2)
K1
K2
=
=
+
(s + 1)(s + 3)
s+1
s+3
K1 = (s + 1)X (s)js= 1

X (s) =

where;

s2

2(s + 2)
=
(s + 3) s=

=1

K2 = (s + 3)X (s)js=

Hence;
We know that:
Therefore;
EXAMPLE

2(s + 2)
=
=1
(s + 1) s= 3
1
1
+
X (s) =
s+1
s+3
1
t
Lfe u(t)g = s +
x(t) = [e t + e 3t ]u(t)

5.15

Find the inverse Laplace transform of


X (s) =

s2 + 2s + 5
(s + 3)(s + 5)2

354

Network Theory

SOLUTION

K1
K2
K3
+
+
s+3
s+5
(s + 5)2
K1 = (s + 3)X (s)js= 3

X (s) =

Let
where

s2 + 2s + 5
=
(s + 5)2 s=

=2


1 d
[(s + 5)2 X (s)]
K2 =
1! ds
s=

5


+ 2s + 5
d
=

ds
s+3
s= 5

2

s + 6s + 1
=
= 1
(s + 3)2 s= 5

K3 = (s + 5 )2 X (s) s= 5

s2 + 2s + 5
=
= 10
(s + 3)

s2

s= 5

1
s+5

2
X (s) =
s+3

Then

10
(s + 5)2

Taking inverse Laplace transform, we get


x(t) = 2e

3t

x(t) = (2e

or

e
3t

5t

10te
5t

5t

t0

10te

5t )u(t)

Reinforcement problems
R.P

5.1

Find the Laplace transform of: (a) cosh(at) (b) sinh(at)


SOLUTION

1
(a) cosh(at) = [eat + e at ]
2
We know the Laplace transform pair:

Lfe
and

at

g=

1
s+a
1

Lfeat g = s

Laplace Transform

Applying linearity property, we get,

Lfcosh(at)g = 12 Lfeat g + 12 Lfe




=
=

1
1
1
+
2 s a s+a

s2

1
(b) sinh at = [eat e at ]
2
Applying linearity property,

a2

Lfsinh(at)g = 12 s 1 a
a
= 2
s
a2
R.P

at

1
s+a

5.2

Find the Laplace transform of f (t) = cos(!t + ).


SOLUTION

f (t) = cos(!t +  )

Given

= cos  cos !t

sin  sin !t

Applying linearity property, we get,

Lff (t)g = F (s)

= cos  Lfcos !tg

= cos 
=
R.P

s2

!2

sin  Lfsin !tg


sin 

s cos sin
s2 + 2

s2

+ !2

5.3

Find the Laplace transform of each of the following functions:


(a) x(t) = t2 cos(2t + 30 )u(t)

(b) x(t) = 2tu(t)

 
t

(c) x(t) = 5u
(d) x(t) = 5e

3
t
2

u(t)

d
 (t)
dt

355

356

Network Theory

SOLUTION

(a) Let us first find the Laplace transform of cos(2t + 30 )u(t)

L fcos(2t + 30 )u(t)g = L fcos 30 cos 2tu(t)


= cos 30 Lfcos 2tu(t)g


= cos 30
=

sin 30 sin 2tu(t)g

sin 30 Lfsin 2tu(t)g




2

sin 30
s2 + 4

s2

+4
2 sin 30
s2 + 4

s cos 30

The Laplace transform of x(t) is now found by using differentiation in s domain property.


d2 
L
fcos(2t + 30 )u(t)g
2
ds 

d2 s cos 30
2 sin 30
= 2
ds
s2 + 4

t2 cos(2t + 30 ) =

2p

3
s 17
d2 6
2
7
= 26
ds 4 s2 + 4 5

2p

3
s 17
d d 6
6 2
7
=
ds ds 4 s2 + 4 5
d d
=
ds ds
d
=
ds

" p

" p

3
( 2s)
= 2
(s2 + 4)2

(b) x(t) = 2tu(t)

12 3s

s2 + 4


3 2
s +4
2

3
s
2

3
s 1
2 2
(s2 + 4)2
6s2 +

3
s
2

2s

(s2 + 4)3

#
1

s2 + 4

3
2
+
(s2 + 4)2
2s

4L

3
s
2

(s2 + 4)3

d
 (t)
dt

Lfx(t)g = X (s) = 2Lftu(t)g

#
2

8s2

3s2

d
 (t)
dt

!
1

Laplace Transform

We know that whenever a function f (t) is discontinuous at the origin, we have L

357

d
f (t)
dt

= sF (s) f (0 ). Applying this relation to the second term on the right side of the above
equation, we get
X (s) = 2

=
=

 

4[s  1

s2

4[s

s2

2
s2

 (0 )]

0]

4s

(c) x(t) = 5u

3
Using scaling property,

s

Lff (at)g = a1 F

Lfx(t)g = X (s) = 5  11=3 Lfu(t)g

we get;

 

1
1
=5

1=3
s
=

5
s

(d) x(t) = 5e 2 u(t)


We know the Laplace transform pair:

Lfe

at

u(t)g =

1
s+a

Lfx(t)g = X (s) = 5L

Hence;

=5

R.P

1
s+

1
2

1
t
2

5.4

Find the Laplace transform of the following functions:


(a) x(t) = t cos at
(b) x(t) =
(c) x(t) =

1
sin at sinh(at)
2a2
sin2 !t
t

u(t)

10
2s + 1

s
1
3


s
1
3

358

Network Theory

SOLUTION

(a) x(t) = t cos at


d
F (s)
ds
f (t) = cos at
s
F (s) = 2
s + a2

Lftf (t)g =

We know that
Let
)

s
d
ds s2 + a2

Lft cos atg = Lftf (t)g =

Hence

=
x(t) =

(b)

s2

a2

(s2 + a2 )2

1
sin at sinh at
2a2

1
2a2
1
= 2
4a

1 at
e sin at
2

eat sin at

1
e
2
e

at

at

sin at

sin at

We know the shifting in s domain property:

Lfes t f (t)g = F (s)js!(s


0

s0 )

Applying this property along with linearity property, we get

Lfx(t)g = X (s)

1 
Lfeat sin atg
4a2 

1
a
= 2
4a s2 + a2 s!s

Lfe

1
= 2
4a (s

=
(c) x(t) =

1
t

[(s

at

sin atg




2
2
s +a
a

a
a)2 + a2

!s+a

a
(s + a)2 + a2

s
a)2 + a2 ] [(s + a)2 + a2 ]

sin2 !t

We know that

Lff (t)g = F (s) =

Z1
f (t)e
0

st

dt

Laplace Transform

Z1
Hence;

Z1
F (s)ds =

Z1
f (t)
s

Z1


f (t)

Z1
=
0

=L

st

f (t)
e
t

f (t)
t

1

1 j!t 2
e
j2
ej 2!t 2 + e j 2!t
=
4 

 
1
1 1
1
+
F (s) =
4 s j 2!
2 s
1 j!t
=
e
j2

Hence;
Hence,
X (s) = L

=L




f (t)

!1

= lim
x

1
ln
4

R.P

Zx
x

F (s)ds = lim

1
1
4 s + j 2!

sin !t

t
t

Z1

dt

dt

f (t) = sin2 !t

In the present case;

359

dsdt

st

st

ln(x

!1

f (x)dx
s

j 2! )

x2 + 4! 2
x2

s2 + 4
1
ln
4
s2

ln(s


2

!1

j 2! )

1
ln
4

2 ln x + 2 ln s + ln(x + j 2! )
4

 2
2
s + 4!

ln(s + j 2! )

s2

5.5

Consider the pulse shown in Fig. R.P. 5.5, where f (t) = e2t for 0 < t < T . Find F (s) for the
pulse.

360

Network Theory

Figure R.P. 5.5

SOLUTION

The discrete pulse f (t) could be imagined as the product of signal x(t) and g (t) as shown in Fig. R.P. 5.5(a)
and (b) respectively.
That is;

f (t) = x(t)g (t)

= e2t [u(t)
2t

= e u(t)
2t

= e u(t)
2t

= e u(t)
Hence;

u(t

T )]

2t

e u(t
e
e

2T 2(t T )

1
s

u(t

T (s 2)

2
s
e T (s
(s 2)

T)

u(t

T)

e2T e T s

Lff (t)g = F (s) = s 1 2


=

T)

2(t T +T )

2)

2
Figure R.P. 5.5(a)

Alternate method:

Lff (t)g = F (s) 


ZT
=
0

Z1
f (t)e
0

e2t e

st

dt

e T (s
(s 2)

2)

st

dt

Laplace Transform

R.P

5.6

Find the Laplace transform of f (t) shown in Fig. R.P. 5.6.

Figure R.P. 5.6


SOLUTION

f (t) is a discrete pulse and can be expressed mathematically as:

f (t) = x(t)g (t)

= sin t[u(t)

u(t

= sin tu(t)

sin tu(t

= sin tu(t)

sin[ (t

1 + 1)]u(t

1)

f (t) = sin tu(t)

sin[ (t

1)] cos  (t

1)

cos[ (t

1)]

1)] sin u(t

= sin tu(t) + sin[ (t


Hence;

F (s) = Lff (t)g =

R.P

1)

1)

1)]u(t

1)

1s 

e

+ 2
s2 +  2
s + 2

[1 + e s ]
s2 + 2

Figure R.P. 5.6(a)

5.7

Determine the Laplace transform of f (t) shown in Fig. R.P. 5.7.

Figure R.P. 5.7

361

362

Network Theory

SOLUTION

We can write,
f (t) = x(t)g (t)

 

5
t [u(t) u(t 2)]
2
5
5
= tu(t)
tu(t 2)
2
2
5
5
= tu(t)
(t 2 + 2)u(t 2)
2
2
5
5
= tu(t)
(t 2)u(t 2) 5u(t 2)
2
2 

 
5 1
5 1
5 2s
e 2s
e
Hence; Lff (t)g = F (s) =
2
2
2 s
2 s
s
5
= 2 [1 e 2s 2se 2s ]
2s
=

R.P

Figure R.P. 5.7(a)

5.8

Find the Laplace transform of f (t) shown in Fig. R.P. 5.8.

Figure R.P. 5.8

SOLUTION

The equation of a straight line is y = mx + c, where m = slope of the line and c = intercept on
y -axis.

Hence, f (t) =
When f (t) =

5
t+5
3
2, let us find t.

Laplace Transform

363

5
t+5
3
)
t = 4:2 Seconds
Mathematically,
That is;

2=

f (t) = x(t)g (t)

5
=
t + 5 [u(t) u(t 4:2)]
3
5
5
=
tu(t) + tu(t 4:2) + 5u(t) 5u(t 4:2)
3
3
5
5
=
tu(t) + (t 4:2 + 4:2)u(t 4:2)
3
3
+5u(t) 5u(t 4:2)
5
5
=
tu(t) + (t 4:2)u(t 4:2) + 7u(t 4:2)
3
3
+5u(t) 5u(t 4:2)
5
5
=
tu(t) + (t 4:2)u(t 4:2) + 2u(t 4:2) + 5u(t)
3
3
Hence;
F (s) = Lff (t)g
5
5
2
= 2 + 2 e 4:2s + e
3s
3s
s
4
:
2
s
+ 6se
5 + 5e
=
3s2
R.P

Figure R.P. 5.8(a)

4:2s

4:2s

5.9

5
s

+ 15s

If f (0 ) = 3 and 15u(t) 4 (t) = 8f (t) + 6f 0 (t), find f (t) (hint: by taking the Laplace
transform of the differential equation, solving for F (s) and by inverting, find f (t)).
SOLUTION

Given,
15u(t) 4 (t) = 8f (t) + 6f 0 (t)
Taking Laplace transform on both the sides, we get
15
s

Therefore;

15
s

4 = 8F (s) + 6[sF (s)

4 = 8F (s) + 6sF (s) + 18

F (s)(6s + 8) =

f (0 )]

18 +

4s

15
s

18
15 4s
+
(6s + 8) s(6s + 8)
K
K2
22s + 15
= 1+
= 
4
4
s
s+
6s s +
3
3

F (s) =

364

Network Theory

The constants K1 and K2 are found using the theory of partial fractions.




22s + 15

K1 = 
= 1:875
4
6 s+
3 s=0

22s + 15
K2 =
4 = 5:542
6s
s=

1:875

5:542
4
s+
3

Hence;

F (s) =

Taking the inverse, we get

f (t) = 1.875

R.P

5.542e

4
t
3

u(t)

5.10

Find the inverse Laplace transform of the following functions:


s+1
(a) F (s) = 2
s + 4s + 13
(b) F (s) =

s2

3e s
+ 2s + 17

SOLUTION

F (s) =

(a)

s+1

(s + 2)2 + 9

(s + 2) 1
(s + 2)2 + 9
s+2
=
(s + 2)2 + 32
s+2
=
(s + 2)2 + 32
=

1
(s + 2)2 + 32
3
1
3 (s + 2)2 + 32

The determination of the Laplace inverse makes use of the following two Laplace transform
pairs:

Lfe

bt

sin atg =

(s + b)2 + a2
Lfe bt cos atg = (s +sb+)2 b+ a2
Hence;

f (t) = L

=e
(b)

F (s) =

fF (s)g

2t

cos 3t

3e s
s2 + 2s + 17

1
e
3

2t

sin 3t

Laplace Transform

Let

F (s) = e

where

X (s) =

Since
we get;

365

X (s)

3
3
=
+ 2s + 17
(s + 1)2 + 42


3
4
=
4 (s + 1)2 + 42
3
x(t) = e t sin 4t
4
F (s) = e s X (s)
s2

f (t) = x(t

1)
3 (t 1)
Therefore;
f (t) = e
sin[4(t 1)];
t>1
4
3
f (t) = e (t 1) sin[4(t 1)]u(t 1)
4
Laplace transform method for solving a set of differential equations:
1. Identify the circuit variables such as inductor currents and capacitor voltages.
2. Obtain the differential equations describing the circuit and keep a watch on the initial conditions of the circuit variables.
3. Obtain the Laplace transform of the various differential equations.
4. Using Cramers rule or a similar technique, solve for one or more of the unknown variables,
obtaining the solution in s domain.
5. Find the inverse transform of the unknown variables and thus obtain the solution in the time
domain.
R.P

5.11

Referring to the RL circuit of Fig. R.P. 5.11, (a) write a differential equation for the inductor
current iL (t). (b) Find IL (s), the Laplace transform of iL (t). (c) Solve for iL (t).

Figure R.P. 5.11

366

Network Theory

SOLUTION

(a) Applying KVL clockwise, we get


10iL (t) + 5

diL
dt

5u(t

2) = 0

(b) Taking Laplace transform of the above equation, we get


5
10IL (s) + 5[sIL (s) iL (0 )] = e 2s
s

IL (s) = s

2s

2s

=e

2s

+ 5iL (0 )

5s + 10
+ 5  10
s(s + 2)

1
IL (s) = e
2

Hence;

5  10 3 s
K1
K2
+
+
s
s+2
s(s + 2)

1
1
K1 =
=

s + 2 s=0
2


1
1
K2 =
=
s s= 2
2

where

3s

2s

1
s

5  10 3
1
+
s+2
(s + 2)

(c) Taking Inverse Laplace transform, we get



1
u(t) e 2t u(t) t!t 2 + 5  10 3 e 2t u(t)
iL (t) =
2

1
=
u(t 2) e 2t u(t 2) + 5  10 3 e 2t u(t)
2
R.P

5.12

Obtain a single integrodifferential equation in terms of iC for the circuit of Fig. R.P. 5.12. Take
the Laplace transform, solve for IC (s), and then find iC (t) by making use of inverse transform.

Figure R.P. 5.12

Laplace Transform

367

SOLUTION

Applying KVL clockwise to the right-mesh, we get

Z1
iC dt + 4[iC

4u(t) + iC + 10

0:5 (t)] = 0

Taking Laplace transform, we get


1
10IC (s)
4 + IC (s) +
+ 4IC (s)
s

2=0
2s 4
5s + 10
1.6
= 0.4
s+2

IC (s) =

Taking inverse Laplace transform, we get


iC (t) = 0.4(t)
R.P

1.6e

2t u(t)

Amps.

5.13

Refer the circuit shown in Fig. R.P. 5.13. Find i(0) and i(1) using initial and final value theorems.

Figure R.P. 5.13

SOLUTION

Applying KVL we get


i+2

di
= 10
dt

Taking Laplace transform, on both the sides, we get


I (s) + 2[sI (s)

)
)

i(0 )] =

I (s) + 2[sI (s)

1] =

I (s)[1 + 2s] =

10
s

10
s

10
s

+2

368

Network Theory

10
2
+
s(1 + 2s)
1 + 2s
10 + 2s
=
s(1 + 2s)
5+s

= 
1
s s+
2

I (s) =

According to initial value theorem,


i(0) = lim sI (s)
s

!1

(s + 5)

= lim s 
s!1
1
s s+
2
5
1+
s =1
= lim
1
s!1
1+
2s
We know from fundamentals for an inductor, i(0+ ) = i(0 ) = i(0). Hence, i(0) found using
initial value theorem verifies the initial value of i(t) given in the problem.
From final value theorem,
i(1) = lim sI (s)
s

!0

5
s(s + 5)
=
= 10 A
= lim 
s !0
1
1=2
s s+
2
R.P

5.14

Find i(t) and vC (t) for the circuit shown in Fig. R.P. 5.14 when vC (0) = 10 V and i(0) = 0 A. The
input source is vi = 15u(t) V. Choose R so that the roots of the characteristic equation are real.

Figure R.P. 5.14

Laplace Transform

369

SOLUTION

Applying KVL clockwise, we get


L

di
+ vC + Ri = vi (t)
dt

(5.15)

The differential equation describing the variable vC is


C

dvC
=i
dt

(5.16)

The Laplace transform of equation (5.15) is


L[sI (s)

i(0) + VC (s) + RI (s) = Vi (s)]

(5.17)

The Laplace transform of equation (5.16) is


C [sVC (s)

vC (0) = I (s)]

(5.18)

Noting that i(0) = 0, substituting for C and L and rearranging equation (5.17) and (5.18), we
get,
[R + s]I (s) + VC (s) = Vi (s) =
I (s) +

1
sVC (s) = 5
2

15
s

(5.19)
(5.20)

Putting equations (5.19) and (5.20) in matrix form, we get

2
4

R+s

3"
# 2 15 3
1
I (s)
=4 s 5
1 5
VC (s)
s
5
2

(5.21)

Solving for I (s) using Cramers rule, we get


I (s) =

5
s2 + Rs + 2

The inverse Laplace transform of I (s) will depend on the value of R. The equation
s2 + Rs + 2 = 0 is defined as the characteristic equation. For the roots of this equation to
be real, it is essential that b2 4ac  0 .

R2

This means that;


)

 The condition b2

4120
p
R2 2

4ac  0 is with respect to algebraic equaion ax2 + bx + c = 0.

370

Network Theory

Let us choose the value of R as 3


I (s) =

Then
)

where

Hence;

I (s) =
K1 =

5
5
=
+ 3s + 2
(s + 1)(s + 2)

s2

K2
K1
+
s+1 s+2

5
s + 2 s =

=5

5
=
K2 =
s + 1 s = 2
5
5
I (s) =
s+1
s+2

Taking inverse Laplace transform, we get


i(t) = 5e t u(t)

5e

2t u(t)

Please note that t = 0 gives i(0) = 0 and t = 1 gives i(1) = 0.


Solving the matrix equation (5.21) for VC (s), using Cramers rule, we get
VC (s) =

10s2 + 10Rs + 30
s(s2 + Rs + 2)

Substituting the value of R, we get


VC (s) =

10(s2 + 3s + 3)
s(s + 1)(s + 2)

Using partial fraction expansion, we can write,


VC (s) =

where, K1 = 15, K2 =
Hence;

K1
K2
K3
+
+
s
s+1
s+2

10, K3 = 5
VC (s) =

15
s

10
5
+
s+1
s+2

Taking inverse Laplace transform, we get


vC (t) = 15u(t)

10e t u(t) + 5e

Verification:
Putting t = 0, we get
vC (0) = 15

10 + 5 = 10 V

vC (1) = 15

0 + 0 = 15 V

This checks the validity of results obtained.

2t u(t)

Laplace Transform

R.P

371

5.15

For the circuit shown in Fig. R.P. 5.15, the steady state is reached with the 100 V source. At t = 0,
1
switch K is opened. What is the current through the inductor at t = seconds ?
2

Figure R.P. 5.15

SOLUTION

At t = 0 , the circuit is as shown in Fig. 5.15(a).


i2 (0+ ) = i2 (0 ) = 2:5 A

Figure R.P. 5.15(a)

Figure R.P. 5.15(b)

For t  0+ , the circuit diagram is as shown in Fig. 5.15(b). Applying KVL clockwise to the
circuit, we get
80i(t) + 4

di
=0
dt

372

Network Theory

Taking Laplace transform, we get


80I (s) + 4[sI (s)
)

i(0 )] = 0

80I (s) + 4sI (s) = 4  2:5

[20 + s]I (s) = 2:5


2:5
I (s) =
s + 20
Taking inverse Laplace transform, we get,
i(t) = 2:5e

At t = 0:5 sec, we get


i(0.5) = 2.5e
R.P

10

20t

= 1.135  10

5.16

Refer the circuit shown in Fig. R.P. 5.16. Find:


(a) vo (t) for t  0
(b) io (t) for t  0
(c) Does your solution for io (t) make sense when t = 0? Explain.

Figure R.P. 5.16


SOLUTION

Figure R.P. 5.16(a)

Laplace Transform

373

KCL at node A: (for t  0)


Idc =

1
L

Zt
vo dt +
0

vo
dvo
+C
R
dt

Taking Laplace transform,


Idc
Vo (s)
Vo (s)
=
+
+ sCVo (s)
s
sL
R
Idc
 C
Vo (s) =
1
1
s+
s2 +
RC
LC

Hence;

Substituting the values of Idc , R, L, and C , we find that


Vo (s) =

120; 000
120; 000
=
s2 + 10; 000s + 16  106
(s + 2000)(s + 8000)

Using partial fractions, we get


Vo (s) =

where K1 = 20, and K2 =


Hence;

K1
K2
+
s + 2000
s + 8000

20
Vo (s) =

20

20

s + 2000

s + 8000

Taking inverse Laplace transform, we get


vo (t) = 20e
(b)

io (t) = C

Hence

2000t u(t)

20e

8000t u(t)

dvo
dt
Io (s) = C [sVo (s)

vo (0)]

For t  0 , since the switch was in closed state, the circuit was not activated by the source.
This means that vo (0) = vo (0 ) = vo (0+ ) = 0 and iL (0+ ) = iL (0 ) = 0:
Then;

Io (s) = CsVo (s)

25  10 9  s  120; 000
s2 + 10; 000s + 16  106
3  10 3 s
=
(s + 2000)(s + 8000)

K1
s + 2000

K2
s + 8000

374

Network Theory

We find that, K1 =

10

3,

Therefore;

and K2 = 4  10
Io (s) =

10 3
4  10 3
+
s + 2000
s + 8000

Taking inverse Laplace transform, we get


io (t) = 4e
(c)

io (0+ ) = 4

8000t u(t)

2000t u(t)mA

1 = 3mA

Yes. The initial inductor current is zero by hypothesis iL (0+ ) = IL (0 ) = 0 . Also, the initial
resistor current is zero because vo (0+ ) = vo (0 ) = 0. Thus at t = 0+ , the source current
appears in the capacitor.

R.P

5.17

Refer the circuit shown in Fig. R.P. 5.17. The circuit parameters are R = 10k, L = 800 mH
and C = 100nF, if Vdc = 70V, find:
(a) vo (t) for t  0
(b) io (t) for t  0
(c) Use initial and final value theorems to check the inital and final values of current and
voltage.

Figure R.P. 5.17

SOLUTION

At t = 0 , switch is open and at t = 0+ , the switch is closed. Since at t = 0 , the circuit is not
energized by dc source, io (0 ) = 0 and vo (0 ) = 0. Then by the hypothesis, that the current in
an inductor and voltage across a capacitor cannot change instantaneously,
io (0+ ) = io (0 ) = 0 and

vo (0+ ) = vo (0 ) = 0

Laplace Transform

The KCL equation when the switch is closed (for t  0+ ) is given by


vo
1
dvo
+
+
C
dt
R
L

Zt
(vo

Vdc )d = 0

Zt

dvo
vo
1
C
+
+
dt
R
L

vo d =
0

Zt

dvo
vo
1
+
+
dt
R
L

vo d =
0

Zt

Vdc d

1
L

Vdc t

Laplace transform of the above equation gives


C [sVo (s)

vo (0)] +

Vo (s)
1 Vo (s)
1 Vdc
+
=
R
L s
L s2

Since vo (0) is same as vo (0 ), we get


CsVo (s) +

Vo (s)
1 Vo (s)
Vdc
+
=
R
L s
Ls2

Vdc
LC

Vo (s) =
s

s2

RC

s+

LC

Substituting the values of Vdc , R, L, and C , we get


875  106
s [s2 + 1000s + 1250  104 ]
875  106
=
s(s s1 )(s s2 )

Vo (s) =

where

s1 ; s 2 =

=
Hence;

Vo (s) =

500 

25  104

1250  104

500  j 3500
s(s + 500)

875  106
j 3500)(s + 500 + j 3500)

Using partial fractions, we get


Vo (s) =

We find that

875  106
= 70
125  105
875  106
K2 =
( 500 + j 3500)(j 7000)
K1 =

K1
K2
K2
+
+
s
s + 500 j 3500
s + 500 + j 3500

375

376

Network Theory

p
= 5 50 /171:87
p
p
70
5 50 /171:87
5 50 / 171:87
Vo (s) =
+
+
s
s + 500 j 3500
s + 500 + j 3500

Taking inverse Laplace transform, we get

vo (t) = 70 + 5 50 /171:87 e

(500 j 3500)t

p
+ 5 50 / 171:87 e

(500+j 3500)t

u(t)

The inverse of Vo (s) can be expressed in a better form by following the technique described
below:
Let us consider a transformed function
C + jd
C jd
+
s + a j!
s + a + j!
m/ 
m /
+
=
s + a j!
s + a + j!

F (s) =

m=

where

c2 + d2 and  = tan

 
d
c

The inverse transform of F (s) is given by


f (t) = 2me

at

cos(!t + )u(t)

(For the proof see R.P. 5.19)


In the present context,
p

m = 5 50;  = 171:87

! = 3500 and a = 500

This means that,

)
p
5 50 /171:87
5 50 / 171:87
+
s + 500 j 3500
s + 500 + j 3500

( p

p
= 2  5 50e 500t cos (3500t + 171:87 )
p
= 10 50e 500t cos (3500t + 171:87 )

Hence;

vo (t) = 70 + 10 50e

500t cos (3500t

+ 171.87 ) u(t)

Laplace Transform

(b)

vo
dvo
+C
R
dt

io (t) =

Taking Laplace transforms on both the sides, we get


Vo (s)
+ C sVo (s)
R
Vo (s)
Io (s) =
+ CsVo (s)
R



Io (s) =

)
)

Io (s) = CVo (s) s +


=

Vdc
L

vo (0 )

RC
s+

6
6 
4

s s2 +

1
RC

RC

s+

7
7
5

LC

Substituting the values of Vdc , R, L, and C , we get


Io (s) =

87:5(s + 1000)
s(s + 500 j 3500)(s + 500 + j 3500)

K1
K2
K2
+
+
s
s + 500 j 3500
s + 500 + j 3500

We find that,
87:5  1000
= 7mA
1250  104
87:5(500 + j 3500)
K2 =
( 500 + j 3500)(j 7000)
= 12:5 / 106:26 mA
7
12:5 / 106:26
12:5 /106:26
+
Io (s) = +
s
s + 500 j 3500
s + 500 + j 3500
K1 =

The inverse Laplace transform yields,

io (t) = 7 + 12:5 / 106:26 e

= 7 + 25e

(c)

s2

RC

s+

+ 12:5 /106:26 e

106.26 ) u(t)mA

500t cos(3500t

Vdc
 LC

Vo (s) =

(500 j 3500)t

(500+j 3500)t

u(t)

LC

Vdc  LC
= 70V
LC
The same result may be obtained by putting t = 1 in the expression for vo (t).

From Final Value theorem:

vo (1) = lim vo (t) = lim sVo (s) =


t

!1

!0

377

378

Network Theory

From initial value theorem :

vo (0) = lim sVo (s)


s

!1

!1 6 ss2 +

6s

= lim
s

Vdc
LC

RC

s+

1
LC

=0
This verifies our beginning analysis that vo (0+ ) = vo (0 ) = 0. The same result may be
obtained by putting t = 0 in the expression for vo (t). 

1
s+
Vdc
RC


We know that,
Io (s) =
1
1
L
2
s s +
s+
RC

From final value theorem :

Io (1) = lim sIo (s)


s

!0

= lim 6 s
s

!0

Vdc
L


s2

s+


6s

LC

RC

1
RC

s+

LC

Vdc RC
L 1
LC
Vdc
70
=
= 7 mA
=
R
10  103

The same result may be obtained by putting t = 1 in the expression for io (t).
From initial value theorem :

io (0) = lim sIo (s)


s

!1

6 Vdc

= lim s 6
s!1 4 L

s+

s s2 +

=0

RC

1
RC

s+

7
7
5

LC

This agrees with our initial analysis that the initial current through the inductor is zero. The
same result can be obtained by putting t = 0 in the expression for io (t).

Laplace Transform

R.P

379

5.18

Apply the initial and final value theorems to each of the functions given below:
s2 + 5s + 10
s2 + 5s + 10
(a) F (s) =
(b) F (s) =
s+6
5(s2 + 6s + 8)
SOLUTION

Since in F (s) referred in (a) and (b) are improper 1 fractions, the corresponding time domain
counterparts, f (t) contain impulses.
Thus, neither the initial value theorem nor the final value theorems may be applied to these
transformed functions.
R.P

5.19

c + jd
c jd
+
s + a j!
s + a + j!

Find the inverse Laplace transform of F (s) =


SOLUTION

Expressing c + jd and c

jd in the exponenetial from, we get,


F (s) =
m=

where

mej
me j
+
s + a j!
s + a + j!

f (t) = L

Hence;

c2
1

d2

(a j! )t

= me e

= 2me

 
d
c

fF (s)g

j

= me

and  = tan

at j ( +!t)

"

at

(a+j! )t

j ( +!t)

u(t) + me

j

u(t) + me

at

ej (+!t) + e

j ( +!t)

u(t)

u(t)

u(t)

= 2me at cos( + t)u(t)


R.P

5.20

Find the initial and final values of f (t) when F (s) =

s2

60
2s + 1

SOLUTION

Initial value theorem


f (0) = lim sF (s)
s

!1

= lim s
s

!1

s2

60
=0
2s + 1

1
If the degree of the numerator polynomial is greater than or equal to the degree of the denominator polynomial,
the fraction is said to be improper.

380

Network Theory

Final value theorem:


The poles of F (s) are given by finding the roots of the denominator polynomial. That is,
s2

2s + 1 = 0

(s

1)2 = 0

s = 1; 1

Since both the poles of F (s) lie to the right of the s plane, final value theorem cannot be used
to find f (1).
R.P

5.21

Find i(t) for the circuit of Fig.R.P. 5.21, when i1 (t) = 7e


i(1).

6t

A for t  0 and i(0) = 0. Also find

Figure R.P. 5.21

SOLUTION

Refer Fig. R.P. 5.21(a).


KCL at node v1 :

v1

+ i = 7e

6t

di
dt 

di
1
3i + 4
+ i = 7e 6t
Hence;
5
dt
4 di 8
)
+ i = 7e 6t
5 dt 5
35
di
+ 2i = e 6t
)
dt
4

Also;

v1 = 3i + 4

Figure R.P. 5.21(a)

Taking Laplace transform of the differential equation, we get


[sI (s)
)

35 1
4 s+6
35
1
I (s) =
4 (s + 2)(s + 6)

i(0)] + 2I (s) =

Laplace Transform

381

Using partial fraction expansion, we get


I (s) =

35
35
and K2 =
16 
 16

1
35
1
35
I (s) =
16 s + 2
16 s + 6

35  2t
i(t) =
e 6t u(t)
e
16
K1 =

and find that


Hence;


5.7

K1
K2
+
s+2
s+6

Circuit element models and initial conditions

In the analysis of a circuit, the Laplace transform can be carried one step further by transforming
the circuit itself rather than the differential equation. Earlier we have seen how to represent a
circuit in time domain by differential equations and then use Laplace transform to transform the
differential equations into algebraic equations. In this section, we will see how we can represent
a circuit in s domain using the Laplace transform and then analyze it using algebraic equations.
5.7.1

Resistor

The voltage-current relationship for a resistor R is given by Ohms law:


v (t) = i(t)R

(5.22)

Taking Laplace transform on both the sides, we get


V (s) = I (s)R

(5.23)

Fig. 5.19 (a) shows the representation of a resistor in time domain and Fig. 5.19(b) in frequency domain using Laplace transform.

Figure 5.19(a) Resistor represented in

Figure 5.19(b) Resistor represented in the

time domain

frequency domain using Laplace transform

The impedance of an element is defined as


Z (s) =

V (s)
I (s)

382

Network Theory

provided all initial conditions are zero. Please note that the impedance is a concept defined only
in frequency domain and not in time domain. In the case of a resistor, there is no initial condition
to be set to zero. Comparision of equations (5.22) and (5.23) reveals that, resistor R has same
representation in both time and frequency domains.
5.7.2 Capacitor

For a capacitor with capacitance C , the time-domain voltage-current relationship is


v (t) =

1
C

Zt
i( )d + v (0)

(5.24a)

The s domain characterization is obtained by taking the Laplace transform of the above equation. That is,
V (s) =

1
Cs

I (s) +

v (0)
s

(5.24b)

To find the impedance of a capacitor, set the initial condition v (0) to zero. Then from equation
V (s)
1
(5.24b), we get Z (s) =
=
as the impedance of the capacitor. With the help of equation
I (s)
Cs
(5.24b), we can draw the frequency domain representation of a Capacitor and the same is shown
in Fig. 5.20(b). This equivalent circuit is drawn so that the KVL equation represented by equation
(5.24 b) is satisfied. Performing source transformation on the equivalent s domain circuit for a
capacitor which is shown in Fig. 5.20(b), we get an alternate frequency domain representation as
shown in Fig. 5.20(c).

Figure 5.20(a) A capacitor represented in time domain


(b) A capacitor represented in the frequency domain
(c) Alternate frequency domain representation for a capacitor

Laplace Transform

383

5.7.3 Inductor

For an inductor with inductance L, the time domain voltage-current relation is


v (t) = L

di(t)
dt

(5.25)

The Laplace transform of equation (5.25) yields,


V (s) = LsI (s)

Li(0)

(5.26)

To find impedance of an inductor, set the initial condition i(0) to zero. Then from equation
(5.26), we get
Z (s) =

V (s)
= Ls
I (s)

(5.27)

which represents the impedance of the inductor. Equation (5.26) is used to get the frequency
domain representation of an inductor and the same is shown in Fig. 5.21(b). The series connection
of elements corresponds to sum of the voltages in equation (5.26). Converting the voltage source
in Fig.5.21(b) into an equivalent current source, we get an alternate representation for the inductor
in frequency domain which is as shown in Fig. 5.21(c).
To find the frequency domain representation of a circuit, we replace the time domain representation of each element in the circuit by its frequency domain representation.

Figure 5.21(a) An inductor represented in time domain


(b) An inductor represented in the frequency domain
(c) An alternate frequency domain representation

To find the complete response of a circuit, we first get its frequency domain representation.
Next, using KV L or KCL, we find the variables of interest in s doamin. Finally, we use the
inverse Laplace transform to represent the variables of interest in time domain.

384

Network Theory

EXAMPLE

5.16

Determine the voltage vC (t) and the current iC (t) for t  0 for the circuit shown in Fig. 5.22.
C

Figure 5.22

SOLUTION

We shall analyze this circuit using nodal technique. Hence we represent the capacitor in frequency
domain by a parallel circuit since it is easier to account for current sources than voltage sources
while handling nodal equations.
The symbol for switch indicates that at t = 0 it is closed and at t = 0+ , it is open. The
circuit at t = 0 is shown in Fig. 5.23(a). Let us assume that at t = 0 , the circuit is in steady
state. Under steady state condition, capacitor acts as on open circuit as shown in Fig. 5.23(a).
26
12
4
=
=
6+3
9
3
4
vC (0 ) =  3 = 4V
3
vC (0) = vC (0+ ) = vC (0 ) = 4V
i1 (0 ) =

Hence;

Fig. 5.23(b) represents the frequency


domain representation of the circuit
shown in Fig. 5.22.

Figure 5.23(a)

KCL at top node:


VC (s)

2
s
+ VC (s) = 2 +
2
s
6
2
)
VC (s) =
2
s
s+
3

Figure 5.23(b)

Laplace Transform

Inverse Laplace transform yields

vC (t) = 6
Also;

IC (s) =

VC (s)

iC (t) =

2
e
3

2
t
3

2
t
3

2=

2
s


EXAMPLE

2e

385

u(t)V
2
3
s+

2
3

u(t)A

5.17

Determine the current iL (t) for t  0 for the circuit shown in Fig. 5.24.

Figure 5.24
SOLUTION

At t = 0 , switch is closed and at t = 0+ , it is open. Let


us assume that at t = 0 , the circuit is in steady state. In
steady state, capacitor is open and inductor is short. The
equivalent circuit at t = 0 is as shown in Fig. 5.25(a).
12
= 1A
8+4
vC (0 ) = 1  8 = 8V
iL (0 ) =

Therefore;

iL (0) = iL (0+ ) = iL (0 ) = 1A
vC (0) = vC (0+ ) = vC (0 ) = 8V

Figure 5.25(a)

For t  0+ , the circuit in frequency domain is as shown in Fig. 5.25(b). We will use KVL
to find iL (t). Hence, we use series circuits to represent both the capacitor and inductor in the
frequency domain. These series circuits contain voltage sources rather than current sources. It
is easier to account for voltage sources than current sources when writing mesh equations. This
justifies the selection of series representation for both the capacitor and inductor.

386

Network Theory

Applying KVL clockwise to the right


mesh, we get
8
s

20
s

IL (s) + 4sIL (s) 4+8IL (s) = 0

IL (s) =

+4=

20
s

+ 8 + 4s IL (s)

2+s
(s + 1) + 1
=
s2 + 2s + 5
(s + 1)2 + 4


2
s+1
1
+
IL (s) =
(s + 1)2 + 22 2 (s + 1)2  22

Figure 5.25(b)

We know the Laplace transform pairs:

s+a
(s + a)2 + b2


L e at sin bt = (s + ab)2 + b2

L
and

at

cos bt =

iL (t) = e

Hence;
EXAMPLE

t cos 2t +

1 t
e sin 2t u(t)A
2

5.18

Find vo (t) of the circuit shown in Fig. 5.26.

Figure 5.26
SOLUTION

The unit step function u(t) is defined as


follows:

u(t) =

1; t  0+
0; t  0
Figure 5.27(a)

Laplace Transform

387

Since the circuit has two independent sources with u(t) associated with them, the circuit is not
energized for t  0 . Hence the initial current through the inductor is zero. That is, iL (0 ) = 0.
Since current through an inductor cannot change instantaneously,
iL (0) = iL (0+ ) = iL (0 ) = 0
vC (0) = vC (0+ ) = vC (0 ) = 0

Also;

The equivalent circuit for t  0+ in frequency domain is as shown in Fig. 5.27(b).

Figure 5.27(b)

KCL at supernode:
V1 (s)

1+

s3

V2 (s)
2
V2 (s)
+
=
s
2
s



2
1 7
1 1
6
=
+
V1 (s) 4
+ V2 (s)
15
s

1+

s 
s

2+s
2
+ V2 (s)
=
V1 (s)
s+1
2s
s

The constraint equation:


Applying KVL to the path comprising of current source ! voltage source ! inductor,
V1 (s)

we get,

1
+ V2 (s) = 0
s+2
V2 (s)

V1 (s)

1
s+2
1
V2 (s) =
s+2

V1 (s) =

388

Network Theory

Putting the above two equations in matrix form, we get

3
3
2+s 2
V1 (s)
6
2s 7
5=6
54
4
V2 (s)
1

6 s+1
4
1

7
7
1 5

s+2

Solving for V2 (s) and then applying the principle of voltage division, we get
2(3s2 + 6s + 4)
1
V2 (s) =
2
2(s + 2)(3s2 + 3s + 2)


4
s2 + 2s +
3
Vo (s) =
(s + 2)(s + 0:5 j 0:646)(s + 0:5 + j 0:646)

Vo (s) =

Using partial fractions, we can write

K1
K2
K2
+
+
s+2
s + 0:5 j 0:646
s + 0:5 + j 0:646
K1 = 0:5

Vo (s) =

We find that
Hence;
We know that,

K2 = 0:316 / 37:76
0:5
0:316 / 37:76
0:316 /37:76
Vo (s) =
+
+
s+2
s + 0:5 j 0:646
s + 0:5 + j 0:646

1
=e
s+a

at

u(t)

= 2me
Hence,
EXAMPLE

vo (t) = 0.5e

2t u(t)

m /
m/ 
+
s + a j!
s + a + j!
at

cos(!t + )u(t)

+ 0.632e

0:5t cos [0.646t

37.76 ] u(t)

5.19

For the network shown in Fig. 5.28, find vo (t), t > 0, using mesh equations.

Figure 5.28

Laplace Transform

SOLUTION

The step function u(t) is defined as follows.


u(t) =

1; t  0+
0; t  0

Since the circuit is not energized for t  0 , there


are no initial conditions in the circuit. For t  0+ ,
the frequency domain equivalent circuit is shown
in Fig. 5.29(b).

Figure 5.29(a)

Figure 5.29(b)

2
By inspection, we find that I1 (s) =
s
KVL clockwise for mesh 2:
4
s

+ 1 [I2 (s)
4

I1 (s)] + 2I2 (s) + 1 [I2 (s)

I3 (s)] = 0

I1 (s) + I2 (s) [1 + 2 + 1]

I3 (s) = 0

Substituting the value of I1 (s), we get


4
s

+ 4I2 (s)
4I2 (s)

I3 (s) =
I3 (s) =

2
s

6
s

KVL clockwise for mesh 3:


1 [I3 (s)

I2 (s)] + sI3 (s) + 1I3 (s) = 0

I2 (s) + I3 (s) [s + 2] = 0

Putting the KVL equations for mesh 2 and mesh 3 in matrix form, we get

2
4

1 s+2

32
54

I2 (s)
I3 (s)

2 6 3
5=4 s 5
3

389

390

Network Theory

Solving for I3 (s), using Cramers rule, we get


I3 (s) =

1:5

7
s s+
4




Vo (s) = I3 (s)  1 =

1:5

s s+

7
4

Using partial fractions, we can write


Vo (s) =

4
6
6
K1 = ; and K2 =
72
37

We find that,
Hence;


EXAMPLE

K1
K2
+
7
s
s+

Vo (s) =

6 61
4
7 s

vo (t) =

6h
1
7

75
s+
4
e

7
t
4

u(t)

5.20

Use mesh analysis to find vo (t), t > 0 in the network shown in Fig. 5.30.

Figure 5.30
SOLUTION

The circuit is not energized for t  0 because the independent current source is associated with
u(t). This means that there are no initial conditions in the circuit. The frequency domain circuit
for t  0+ is shown in Fig. 5.31.
By inspection we find that:
I1 (s) =

4
s

I2 (s) =

Ix (s) = I3 (s)

4
s

Ix (s)

2
)

2I2 (s) = I3 (s)

4
s

1
I3 (s)
I2 (s) =
2

4
s

Laplace Transform

391

KVL for mesh 3 gives


s [I3 (s)

I2 (s)] + 1 I3 (s)

+1  I3 (s) = 0


1
4
s I3 (s)
I3 (s)
2
s


4
+ I3 (s) = 0
+ I3 (s)

4(s 2)
s(s + 4)
Vo (s) = 1[I3 (s)]
4(s 2)
=
s(s + 4)

I3 (s) =

and

Figure 5.31

By partial fractions, we can write


K1
K2
+
s
s+4
K1 = 2; K2 = 6

Vo (s) =

We find that
Hence;

Vo (s) =

s+4

6e

4t u(t)

Taking inverse Laplace transform, we get


vo (t) = 2u(t)
EXAMPLE

5.21

Using the principle of superposition, find vo (t) for t > 0. Refer the circuit shown in Fig. 5.32.

Figure 5.32
SOLUTION

Since both the independent sources are associated with u(t), which is zero for
t  0 , the circuit will not have any initial conditions. The frequency domain circuit for t  0+
is shown in Fig. 5.33(a).

392

Network Theory

Figure 5.33(a)

As a first step, let us find the contribution to Vo (s) due to voltage source alone. This needs the
deactivation of the current source.
Referring to Fig. 5.33(b), we find that
4
I (s) =

s
s+1+

+1

Vo1 (s) = I (s)[1] =

s2

4
+ 2s + 2

Figure 5.33(b)

Next let us find the contribution to the output due to


current source alone.
Refer to Fig. 5.33(c). Using the principle of current
division,
2
I1 (s) =

s

s+1+

2
s

Vo2 (s) = 1 [I1 (s)] =

+1
s2

2s
+ 2s + 2

Figure 5.33(c)

Finally adding the two contributions, we get


Vo (s) = Vo1 (s) + Vo2 (s)

=
=

We find that,
Hence;

s2

4
2s
2s + 4
+ 2
= 2
+ 2s + 2 s + 2s + 2
s + 2s + 2
K1

K1

s + 1 j1
s + 1 + j1
p

K1 = 2 / 45
p
p
2 / 45
2 /+45
Vo (s) =
+
s + 1 j1
s + 1 + j1

Laplace Transform

We know that:

m /
m/ 
+
s + a jb
s + a + jb


= 2me

at

393

cos(bt + )u(t)

F
vo (t) = 2 2e t cos(t + 45 )u(t)

Hence;
EXAMPLE

5.22

(a) Convert the circuit in Fig. 5.34 to an appropriate s domain representation.


(b) Find the Thevein equivalent seen by 1 resistor.
(c) Analyze the simplified circuit to find an expression for i(t).

Figure 5.34

SOLUTION

(a) Since the independent current source has u(t) in it, the circuit is not activated for t  0 . In
otherwords, all the initial conditions are zero. Fig.5.35 (a) shows the s domain equivalent
circuit for t  0+ .

Figure 5.35(a)

(b) Sine we are interested in the current in 1 using the Thevenin theorem, remove the 1
resistor from the circuit shown in Fig. 5.35(a). The resulting circuit thus obtained is shown
in Fig. 5.35(b).

394

Network Theory

Zt (s) is found by deactivating the independent

current source.
Zt (s) = (5 + 0:001s)jj

500
s

2500 + 0:5s
=

0:001s2 + 5s + 500
Referring to Fig. 5.35 (b),
Vt (s) =

3
s

[Zt (s)]

Figure 5.35(b)

106

+ 1500s
7:5 
Volts
2
s(s + 5000s + 5  105 )

The Thevenin equivalent circuit along with 1


resistor is shown in Fig. 5.35 (c).
I (s) =

Vt (s)
Zt (s) + 1

7:5  106 + 1500s


s(s2 + 5500s + 3  106 )
7:5  106 + 1500s
=
s(s + 4886)(s + 614)

Figure 5.35(c)

Using partial fractions, we get


I (s) =

2:5
s

0:008
s + 4886

2:508
s + 614

Taking inverse Laplace transforms, we get


i(t) = 2.5 + 0.008e

4886t

2.508e

614t

u(t)A

Check:
i(0) = 2:5 + 0:008

2:508 = 0

i(1) = 2:5:

and

These could be verified by evaluating i(t) at t = 0 and t = 1 using the concepts explained in
Chapter 4.
EXAMPLE

5.23

Refer the RLC circuit shown in Fig. 5.36. Find the complete response for v (t) if t  0+ . Take
v (0) = 2V.

Laplace Transform

395

Figure 5.36

SOLUTION

Since we wish to analyze the circuit given in Fig. 5.36 using KVL, we shall represent L and C in
frequency domain using series circuits to accomodate the initial conditions. Accordingly, we get
the frequency domain circuit shown in Fig. 5.36 (a).
Applying KVL
 clockwiseto the circuit shown in Fig. 5.36 (a), we get
2s
2
9
I (s) + = 0
+ 6+s+
2
s + 16
s
s
32
) I (s) = 2
(s + 6s + 9)(s2 + 16)
 
2
9
+
Hence; V (s) = I (s)
s

2
s

288
s(s +

3)2 (s2

+ 16)

Using partial fraction, we get

K4
K2
K3
K4
K1
+
+
+
+
V (s) = +
2
s
s
s+3
(s + 3)
s j4
s + j4

Solving for K1 , K2 , K3 , and K4 , we get

Figure 5.36(a)


288

K1 =
= 2
2
2
(s + 3) (s + 16) s=0


288
d
= 2:2
K2 =
ds s(s2 + 16) s= 3

288
K3 =
s(s2 + 16) s=

= 3:84


288

= 0:36 / 106:2
K4 =
2
s(s + 3) (s + j 4) s=j 4

396

Network Theory

Therefore
V (s) =

0:36 / 106:2
2:2
3:84
0:36 /106:2
+
+
+
2
s+3
(s + 3)
s j4
s + j4

Taking inverse Laplace Transform we get,


v(t) = 2.2e

3t

+ 3.84te

3t

106.2 )

+ 0.72 cos(4t

Verification:
Putting t = 0 in the above equation

v (0) = 2:2 + 0 + 0:72 cos( 106:2 )

= 2:2

0:2 = 2V

(The same quantity is given in the problem)

5.8

Waveform synthesis

The three important singularity functions explained in section 5.3 are very useful as building
blocks in constructing other waveforms. In this section, we illustrate the concept of waveform
synthesis with a number of exmaples, and also determine expressions for these waveforms.
EXAMPLE

5.24

Express the voltage pulse shown in Fig.5.37 in terms of unit step function and then find V (s).


dv (t)
.
Also find L
dt

Figure 5.37

SOLUTION

The pulse shown in Fig. 5.37 is the gate function. This function may be regarded as a step function
that switches on at t = 2 secs and switches off at t = 4 secs.

Laplace Transform

397

Figure 5.37(a)

Referring to Figs. 5.37 and 5.37 (a), we can write


v (t) = v1 (t) + v2 (t)

Hence;

v (t) = 5u(t
V (s) =

5
s

2) 5u(t
5 4s

2s

5
e
s

2s

4)

4s


Figure 5.37(b)

Taking the derivative of v (t), we get


dv (t)
= 5 [ (t
dt

Fig. 5.37(b) shows the graph of

 (t

2)

4)]

dv (t)
.
dt

We can obtain Fig. 5.37(b) directly from Fig. 5.36 by observing that at t = 2 seconds, there is
a sudden rise of 5V leading to 5 (t 2). Similarly, at t = 4 seconds, a sudden fall of 5V leading
to 5 (t 4).
We know the Laplace trasnform pair

Lf (t
Hence;

a)g = e

dv(t)
dt

=e

as
as

=5 e

Lf (t)g
2s

4s

398

Network Theory

EXAMPLE

5.25

Express the current pulse in Fig.5.38 in terms of the unit step.


Find: (i) L fi(t)g

(ii) L

R

i(t)dt .

Figure 5.38
SOLUTION

Figure 5.39(a)

Figure 5.39(b)

Referring to Figs. 5.39 (a) and (b), using the principle of synthesis, we can write
i(t) = i1 (t) + i2 (t) + i3 (t)

= 5u(t)

10u(t

2) + 5u(t

4)

Laplace Transform

399

The Laplace transform of the above equation yields


I (s) =

10

5
1
s

5
1
=
Zs
Let

f (t) =

then;

f (t) =

2s

2e
e

5
+ e
s

2s

+e

4s
4s


2s 2

i(t)dt

[5u(t)

= 5r (t)

10u(t

10r (t

2) + 5u(t

2) + 5r (t

4)]dt

4)

= f1 (t) + f2 (t) + f3 (t)


The function f1 (t) is a ramp of slope = 5 as shown in Fig. 5.39 (c). To this, if we add a ramp
of slope = 10, the effect of this addition is, we get a ramp of slope = 5 10 = 5 for t  2 secs
till we encounter the next ramp. At t = 4 seconds, if we add a ramp with a slope of +5, the net
slope beyond t = 4 seconds is 5 + 5 = 0. Thus figure f (t) is drawn as shown in Fig. 5.39 (d).

Figure 5.39(c)

L ff (t)g = F (s)
= L f5r (t)
=
=

10

s2

s2

5 
1
s2

10r (t
e

2s

2e

+
2s

2) + 5r (t
5

4s

+e

4s

s2

4)g

400

Network Theory

Figure 5.39(d)

EXAMPLE

5.26

Express the sawtooth function in terms of singularity functions. Then find Lfv (t)g.

Figure 5.40
SOLUTION

There are three methods to solve this problem.


Method 1:
The function v1 (t) is a ramp function of slope = +5. This slope +5 should continue till t = 1
second. Hence at t = 1 second, a ramp of slope t = 5 is added to v1 (t). The graph of
v1 (t) + v2 (t) is shown in Fig. 5.41(a). Next, to v1 (t) + v2 (t), a step of 5V is added at t = 1
second.
Hence;
v (t) = v1 (t) + v2 (t) + v3 (t)
= 5r (t)

5r (t

V (s) = Lff (t)g =

5 
1
2

5u(t

1)
5

s2

s2
se

1)
5
s

Laplace Transform

Figure 5.41(a)

Figure 5.41(b)

Method 2:
This method involves graphical manipulation.

Figure 5.41(c)

401

402

Network Theory

The equation of a straight line passing through the origin is y = mx, where m = slope of the
line. This allows us to write v1 (t) = 5t. From Fig. 5.41(c), we can write
v (t) = v1 (t)v2 (t)

Hence;

= 5t [u(t)

u(t

1)]

= 5tu(t)

5tu(t

1)

= 5tu(t)

5(t

1 + 1)u(t

= 5tu(t)

5(t

1)u(t

= 5r (t) 5r (t
5 
V (s) = 2 1 e s
s

1)
se

1)

5u(t

s

1)
5u(t

1)

1)

Method 3:

Figure 5.41(d)

This method also involves graphical manipulation. We observe from Fig. 5.41(d) that v (t) is a
multiplication of a ramp function and a unit step function.
Thus;

v (t) = v1 (t)v2 (t)

= 5r (t) [u( t + 1)]

Figure 5.41(e)

Laplace Transform

From Fig. 5.41(e), we can write


v2 (t) = v3 (t) + v4 (t)

v2 (t) = 1

u(t

1)

u( t + 1) = 1

u(t

1)

Hence;

v (t) = 5r (t) [1

= 5r (t)
We know that,

r (t) = tu(t)

Hence;

v (t) = 5r (t)

Please note that, u(t)u(t

u(t

1)]

5r (t)u(t

1)

5tu(t)u(t

1)

= 5r (t)

5(t

1 + 1)u(t)u(t

= 5r (t)

5(t

1)u(t)u(t

1) = u(t

1)

1)

5u(t)u(t

1)

1) [Refer Fig. 5.41(f)]

Figure 5.41(f)

Thus;

v (t) = 5r (t)

= 5r (t) 5r (t
5 
V (s) = 2 1 e s
s

Hence;
EXAMPLE

5(t

1)u(t
1)

1)
5u(t


se s

5u(t

1)

1)

5.27

Given the signal

8
<

3;
2;
x(t) =
:
2t 4;

t<0
0<t<1
t>1

Express x(t) in terms of singularity functions. Also find Lfx(t)g.


SOLUTION

The signal x(t) may be viewed as follows:


(i) in the interval, t < 0, x(t) may be regarded as 3u( t)
(ii) in the interval, 0 < t < 1, x(t) may be viewed as 2[u(t)
(iii) for t > 1, x(t) may be viewed as (2t 4)u(t 1)

u(t

1)] and

403

404

Network Theory

Thus;

x(t) = 3u( t)

x(t) = 3 [1

2 [u(t)

u(t)]

u(t

1)] + (2t

2u(t) + 2u(t

4)u(t

1)

1) + 2tu(t

1)
1)

=3

5u(t)

2u(t

1) + 2(t

1 + 1)u(t

=3

5u(t)

2u(t

1) + 2(t

1)u(t

=3

5u(t) + 2r(t

4u(t

1) + 2u(t

1)

1)

1)

Lfx(t)g cannot be found because x(t) contains a constant 3 for

1 < t < 0 (a noncausal

signal).
EXAMPLE 5.28
Express f (t) in terms of singularity functions and then find F (s).

Figure 5.42

SOLUTION

To find f (t) for 0 < t < 2 :


Equation of the straight line 1 is
y
x

y1
y2
=
x1
x2

y1
x1

Here, y is f (t) and x is t.


Hence,

f (t) 3
3 3
=
t 0
2 0
2f (t) 6 = 6t

f (t) = 3

3t
Figure 5.43

Laplace Transform

To find f (t) for 2 < t < 3:


Here,

f (t) + 3
0+3
=
t 2
3 2

f (t) + 3 = 3t

f (t) = 3t

8
< 3

Hence

3t; 0 < t < 2


3t 9; 2 < t < 3
f (t) =
:
0;
otherwise

The above equation may also be written as :


f (t) = [3

3t] [u (t)

= 3u (t)

3u (t

3tu (t
)

3)

u (t

2)

9] [u (t

9u (t

2) + 9u (t

2)

3tu (t) + 6tu (t

= 3u (t)

12u (t

2)

3tu (t) + 6 (t

= 3u (t)

12u (t

+12u (t
f (t) = 3u (t)

2)

3) + 9u (t

3 (t

3) u (t

3tu (t) + 6 (t

3
s

3) + 9u (t

3)

2)

3)

3)

2) u (t

2) u (t
9u (t
2)

F (s) = L ff (t)g

Hence;

2)

3tu (t

2)

2 + 2) u (t

3tu (t) + 6 (t

2)

3)]

3)

12u (t

3 + 3) u (t

u (t

2)

2) + 3tu (t

3tu (t) + 3tu (t

f (t) = 3u (t)

3 (t

EXAMPLE

2)] + [3t

6
3
+ 2e
2
s
s

2s

2)
3) + 9u (t

3 (t

3
e
s2

3) u (t

3)
3)

3s

5.29

Express the function f (t) shown in Fig. 5.44 using singularity functions and then find F (s).

Figure 5.44

405

406

Network Theory

SOLUTION

Equation of the straight line shown in Fig. 5.45(a) is


f1 (t) + 1
2+1
=
t 1
2 1
f1 (t) + 1 = t + 1

)
)

f1 (t) =

The above equation is for the values t lying between 1 and 2.


This could be expressed, by writing
f (t) = f1 (t) g (t)
Figure 5.45(a)

Figure 5.45(b)

) f (t) =

Hence;

t [u (t

u (t

1)

(t

1 + 1) u (t

(t

1) u (t

r (t

1)

1)
u (t

2)]
1) + (t
u (t

1) + (t

1) + r (t

F (s) = L ff (t)g

2 + 2) u (t

1
e s
s2

2)

2) u (t

2) + 2u (t

1 s
1
e + 2e
s
s

2) + 2u (t
2)

2s

2
e
s

2s

2)

Laplace Transform

EXAMPLE

5.30

Find the Laplace transform of the function f (t) shown in Fig. 5.46.

Figure 5.46

SOLUTION

Method 1:

Figure 5.47(a)

We can write;

f (t) = fA (t) + fB (t)

= sin tu (t) + sin  (t


Hence;

F (s) = L ff (t)g =

s2

s2 +  2




1+e s
2
+

1) u (t
+

s2 +  2

1)
e

407

408

Network Theory

Method 2 :

Figure 5.47(b)

Graphically, we can manipulate f (t) as


f (t) = fC (t) g (t)

= sin t [u (t)

u (t

1)]

= sin tu (t)

sin tu (t

= sin tu (t)

sin t (t

1 + 1) [u (t

1)]

= sin tu (t)

sin ( (t

1) +  ) u (t

1)

= sin tu (t) + sin  (t


F (s) = L ff (t)g =

Hence;

=
EXAMPLE

s2


s2

2




1+e s
2
+

1)

1) u (t
+

s
s2

+ 2

5.31

Find the Laplace transform of the signal x(t) shown in Fig. 5.48.

Figure 5.48

1)
e

Laplace Transform

409

SOLUTION

Figure 5.49

Mathematically, we can write x(t) as


x (t) = xA (t)

= sin  (t

1) u (t

s2

e s
+ 2

sin  (t

1)

L fx (t)g = X (s) = s2 + 2 e

Hence;

EXAMPLE

xB (t)

s2 +  2

3) u (t
e

3)

3s


3s

5.32

Refer the waveform shown in Fig. 5.50. The equation for the waveform is sin t from 0 to ; sin t
 s 
1
coth
:
from  to 2 . Show that the Lapalce transform of this waveform is F (s) = 2
s +1
2

Figure 5.50

410

Network Theory

SOLUTION

f (t) is a periodic waveform with a period T =  seconds. Let f1 (t) be the waveform f (t)
described over only one period. The Laplace transform of f (t) and f1 (t) are related as
F1 (s)
1 e sT
Let us now proceed to find F1 (s). From Fig. 5.51 (b), we can write
F (s) =

f1 (t) = fA (t) + fB (t)

= sin tu (t) + sin (t  ) u (t


1
1
) F1 (s) = 2
+ 2
e s
s +1
s +1
(1 + e s )
=
s2 + 1
F1 (s)
F1 (s)
Hence; F (s) =
=
sT
1 e
1 e s
s
(1 + e )
) F (s) = 2
(s + 1) (1 e s )

, es=2 + e

s=2

1 e,
2

s2 + 1
, es=2
s=2
e,

 s 

)

Figure 5.51(a)

s=2

s=2

1 cosh 2
 
s2 + 1 sinh s
2
 s 
1
= 2
coth
s +1
2

F (s) =

EXAMPLE

Figure 5.51(b)

5.33

Find the Laplace transform of the pulse shown in Fig. 5.52.

Figure 5.52

Laplace Transform

411

SOLUTION

We can describe Fig. 5.52 mathematically as

0<t<2
Vo ;
Vo t + 3Vo ; 2 < t < 3

f (t) =

The expression for f (t) for 2 < t < 3 is obtianed as follows :


Equation of a straight line between two points is given by
y1
x1

y2
y1
=
x1
x2

y
x

In the present context, y = f (t); x = t; (x1 ; y1 ) = (2; Vo ) and (x2 ; y2 ) = (3; 0)


0 Vo
f (t) Vo
=
t 2
3 2
f (t) = Vo t + 3Vo

Hence;
)

The time domain expression for f (t) between t = 0 and 3 could be written using graphical
manipulation as
f (t) = Vo [u (t)

u (t

2)] + [ Vo t + 3Vo ] [u (t

u (t

2)

3)]

The first term on the right-side of the above equation defines f (t) for 0 < t < 2 and the
second term on the right-side defines f (t) for 2 < t < 3.
f (t) = Vo u (t)

Vo u (t

2)

Vo tu (t

= Vo u (t)

Vo u (t

2)

Vo (t

+Vo (t
= Vo u (t)

3 + 3) u (t
Vo u (t

+3Vo u (t
= Vo u (t)
)

f (t) = Vo u (t)

2) u (t
2)

2)

3Vo u (t

3)

2)
3Vo u (t
2Vo u (t

2)

3Vo u (t

2) + Vo (t

2) + Vo r (t

2)

3) + 3Vo u (t
3)

2) + Vo (t

3) u (t

3)

3)

3) u (t

3)

3)

F (s) = L ff (t)g

Hence;

=
EXAMPLE

Vo (t

2)
2) u (t

Vo r (t

2 + 2) u (t

3) + 3Vo u (t

3) + 3Vo u (t

Vo (t

2) + Vo tu (t

Vo
s

Vo
e
s2

2s

Vo
e
s2

3s

5.34

Consider a staircase waveform which extends to infinity and at t = nt0 jumps to the value n + 1,
being a superposition of unit step functions. Determine the Laplace transform of this waveform.

412

Network Theory

SOLUTION

We can write,
F (s) = L ff (t)g =

1
1+e
=
Let

t0 s

s
=x

then F (s) =

t0 s

2t0 ) +   
1
+ e t0 s + e 2t0 s +   

t0 ) + u (t

f (t) = u (t) + u (t

1
s

+e

1
s

2t0 s

+ 


1
1 + x + x2 +   
s

From Binomial theorem, we have


(1
Hence;

EXAMPLE

= 1 + x + x2 +   
1
F (s) =
s (1 x)
1
=
s (1 e t0 s )
x)

Figure 5.53

5.35

(a) Find the Laplace transform of the staircase waveform shown in Fig. 5.54. (b) If this voltage
were applied to an RL series circuit with R = 1 and L = 1H , find the current i(t).

Figure 5.54
SOLUTION

(a) We can express mathematically, the voltage waveform shown in Fig. 5.54 as,

v (t) =

8
1; 1 < t < 2
>
>
>
>
< 2; 2 < t < 3
3; 3 < t < 4

>
>
4; 4 < t < 5
>
>
:

0; elsewhere

Laplace Transform

v (t) = [u (t

or

1)

+3 [u (t
= u (t

u (t

2)] + 2 [u (t
u (t

3)

1) + u (t

u (t

2)

4)] + 4 [u (t

2) + u (t

3) + u (t

4)

413

3)]
u (t

4)

5)]

4u (t

5)

Taking the Laplace transform, we get


V (s) =

1 s
e +e
s

2s

3s

+e

+e

4s

4e

5s

(b) Assuming all initial conditions to be zero, the time domian circuit shown in Fig. 5.55 gets
transformed to a circuit as shown in Fig. 5.56.

Figure 5.55 Time Domain Circuit

Figure 5.56 Frequency


. Domain Circuit

From Fig. 5.56, we can write


I (s) =

V (s)
s+1

1
1
1
1
e s+
e 2s +
e 3s +
e
s (s + 1)
s (s + 1)
s (s + 1)
s(s + 1)






1
1
1
1
1
1
s
2s
+
e +
e
e
) I (s) =
s
s+1
s
s+1
s
s+1





1
1
1
1
+
e 4s 4
e 5s
s
s+1
s
s+1
) I (s) =

4s

4
e
s (s + 1)

5s

3s

Taking the inverse Laplace transform, we get

i (t) = u (t)

 i (t) =

+ 1

!t 1 + u (t) e u (t) t!t 2 + u (t)


t
e u (t) t!t 4 4 u (t) e t u (t) t!t 5





+ u (t)

e t u (t)
(t 1)

(t

u (t


4)

1) + 1

u (t

4)

4 1

(t 2)

u (t

(t


5)

2) + 1

u (t

5)

e t u (t)

(t 3)

!t

u (t

3)

414

Network Theory

EXAMPLE

5.36

A voltage pulse of 10 V magnitude and 5  sec duration is applied to the RC network shown in
Fig. 5.57. Find the current i(t) if R = 10 and C = 0:05F .

Figure 5.57
SOLUTION

Figure 5.58(a)

Mathematically, we can express v (t) as follows :


v (t) = v1 (t) v2 (t)
= 10u(t)

Hence;

V (s) = L fv (t)g

10 
1

10u(t

t0 s

t0 )

Assuming all initial conditions to be zero, the Laplace


transformed network is as shown in Fig. 5.58(b).

I (s) =

V (s)
R+

1
Cs
e

10 1

s R+




t0 s

1
Cs

Figure 5.58(b)

Laplace Transform


10Cs
1 e t0 s
s (RCs + 1)

1
10
=
1 e t0 s
1
R
s+

I (s) =

2 RC

10 6

1
s+

Taking inverse Laplace transform yields


i (t) =

10
R

10
R

t
RC

t
RC

u (t)
u (t)

i (t) = e 0:510
EXAMPLE

10

10
R

t
RC



u (t)

!t

10

0:5

t0 s 7

RC

t0

u (t

(t 510
e

s+

RC

(t t0 )
RC

u (t)

1
1

t0 )
6
6

)
u t

5  10

5.37

Find the Laplace transform of the waveform shown in Fig. 5.59.

Figure 5.59
SOLUTION


v (t) =

or

v (t) = 3t [u (t)

3t; 0 < t < 1


2; 1 < t < 2

u (t

1)] + 2 [u (t

= 3tu (t)

3tu (t

1) + 2u (t

= 3tu (t)

3 (t

1 + 1) u (t

= 3tu (t)

3 (t

1) u (t

1)

1)
1)

u (t

2)]

2u (t

2)

1) + 2u (t
3u (t

1)

2u (t

1) + 2u (t

1)

2)
2u (t

2)

415

416

Network Theory

v (t) = 3tu (t)

= 3r (t)

3r (t

V (s) = L fv (t)g

Hence;

5.9

3 (t

3
s2

3
e s
s2

1) u (t
1)

u (t

1)

u (t

1 s
e
s

2u (t

1)
2
e
s

2u (t

1)

2)

2)

2s

The System function

The system function or transfer function of a linear time-invariant system is defined as the ratio
of Laplace transform of the output to Laplace transform of the input under the assumption that all
initial conditions are zero.
Hence, for relaxed LTI system, the response Y (s) to an input X (s) is H (s) X (s), where H (s)
is the system function. The system function H (s) may be found in several ways:
1. For a system defined by a linear differential equation, by taking Laplace transform of the
Y (s)
.
differential equation and then finding the ratio
X (s)
2. From the Laplace transform of impulse response h(t).
3. From the s domain model of a physical system like an electrical system.
EXAMPLE

5.38

The output y (t) of an LTI system is found to be e

3t u(t)

when the input x(t) is 0:5u(t).

(a) Find the impulse response h(t) of the system.


(b) Find the output when the input is x(t) = e t u(t).
SOLUTION

(a) Taking Laplace transforms of x(t) and y (t), we get


1
0:5
; X (s) =
s+3
s
Y (s)
2s
H (s) =
=
X (s)
s+3
2 (s + 3) 6
6
H (s) =
=2
(s + 3)
s+3
Y (s) =

Hence
)

Taking inverse Laplace transform, we get


h (t) = 2 (t)

6e

3t u (t)

Laplace Transform

417

x (t) = e t u (t)

(b)
)

Thus;

1
s+1
Y (s) = X (s) H (s)
2s
=
(s + 1) (s + 3)

X (s) =

K2
K1
+
s+1
s+3

2s
K1 =
s + 3 s =

where

Therefore;

2s
=3
K2 =
s + 1 s = 3
3
1
+
Y (s) =
s+1
s+3

Taking inverse Laplace transform of Y (s), we get


y (t) =
y (t) =

or
EXAMPLE

e
e

+ 3e
t

+ 3e

3t

; t0

3t

; u(t)

5.39

Determine the output v (t) for the circuit shown in Fig. 5.60.

Figure 5.60

SOLUTION

The transformed network of Fig. 5.60 with the assumption that all initial conditions are zero is
shown in Fig. 5.61(a).

418

Network Theory

V (s) =

I (s)
s2

1 6 Vs (s) 7
4
15
s
1+

s
1
V (s)
=
H (s) =
Vs (s)
s+1

Figure 5.61(a)

The inverse Laplace transform of H (s) is called the impulse response of the circuit and is
denoted by h(t).
h (t) = e t u (t)
I method :
From Convolution theorem, we have,
v (t) = h (t)  vs (t)

Z1

h ( ) vs (t

 ) d

Z1
e

=
0

= 2e

u ( )  2e

(t  )

u (t

 ) d

Z1
u ( ) u (t

 ) d

Let us compute the product u ( ) u (t

u ( ) =


u (t

) =


Hence;

u ( ) u (t

) =

 ) for different values of 

1;  < 0
0;  > 0
1; t
0; t

 > 0 or  < t
 < 0 or  > t

1; 0 <  < t; t > 0


0;
otherwise

Figure 5.61(b)

Laplace Transform

Therefore;

v (t) = 2e

Zt

d = 2te

419

; t0

= 2te t u (t)
II method :
In the frequency domain, convolution operation is transformed into a multiplicative operation.
That is;

V (s) = H (s) Vs (s)

1
2

(s + 1) (s + 1)
2
=
(s + 1)2

Inverse Laplace transform yields,


v(t) = 2te t u(t)Volts

Reinforcement problems
R.P

5.22

(a) Find H (s) =

Vo (s)
for the circuit shown in Fig. R.P. 5.22. (b) Determine vo (t) when the
Vi (s)

intital current in the inductor is zero.

Figure R.P.5.22
SOLUTION

The Laplace transformed network with all initial conditions set to zero is shown in Fig. R.P.
5.22(a).

Vo (s) = I (s) 150 + 2  10

=
)

H (s) =

Vi (s) 150 + 2  10

100 + 3  10
Vo (s)
1.5
=
Vi (s)
2.5

3s

3s

+ 150 + 2  10

 105 + 2s
 105 + 5s

3s

420

Network Theory

(b) Vo (s) = H (s) Vi (s)


=

1:5  105 + 2s 100



2:5  105 + 5s
s

40 s + 0:75  105
=
s [s + 0:5  105 ]
=

K1
K2
+
s
s + 0:5  105
Figure R.P. 5.22(a)



= 60


s=0


5
40 s + 0:75  10
K2 =
= 20


s
5


40 s + 0:75  105
K1 =
[s + 0:5  105 ]

where

s= 0:5 10

Hence;

Vo (s) =

60
s

20
s + 0:5  105

Taking inverse Laplace transform, we get

vo (t) = 60
R.P

20e

0:5 105t

u (t) Volts

5.23

Refer the circuit shown in Fig. R.P. 5.23. The switch closes at t = 0. Determine the voltage v (t)
after the switch closes.

Figure R.P. 5.23


SOLUTION

The switch is open at t = 0 and closed at t = 0+ . Let us assume that at t = 0 , the circuit is in
steady state. The circuit at t = 0 is shown in Fig. R.P. 5.23(a).

Laplace Transform

421

Figure R.P. 5.23(a)

Referring to Fig. R.P. 5.23(a), we get

8
= 2A
 2+2
v 0 =0
i 0

From switching principles, we know that the current through an inductor and the voltage
across a capacitor cannot change instantaneously. Therefore,



+

i (0) = i 0+ = i 0
v (0) = v 0

and

=v 0


= 2A


= 0V

We shall solve this probelm using nodal technique. Hence, in the frequency domain, we will
use the parallel models for the capacitor and inductor because the parallel models contain current
sources rather than voltage sources. The frequency domain circuit is shown in Fig. R.P. 5.23(b).

Figure R.P.5.23(b)

KCL at node V (s) :


V (s)

2
)
)

s + V (s) + V (s) + 2 = 0
1
s
s

 s

1 1
+ +s =
2 s


s + 2 + 2s2
=
V (s)
2s
V (s)

2
s

422

Network Theory

V (s) =

=
=

2s2

4
+s+2

s2

2
+ 0:5s + 1

s2

2
+ 0:5s + (0:25)2

2
(s + 0:25) + (0:96824)2

2
0:96824

0:96824 (s + 0:25)2 + (0:96824)2

= 2:066 
We know that,

0:96824
(s + 0:25)2 + (0:96824)2

a
2

(s + b) +

Hence,
v (t) = 2.066e
R.P

(0:25)2 + 1

a2

=e

bt

sin at u (t)

0:25t sin (0.96824t) u (t) Volts

5.24

Find the impulse response of the circuit shown in Fig. R.P. 5.24.

Figure R.P. 5.24

SOLUTION

The frequency domain representation of the circuit is shown in Fig. R.P. 5.24(a) by assuming that
all initial conditions to be zero.

Laplace Transform

Figure R.P. 5.24(a)

KCL at node a:
Va (s)

)
)
)

Vb (s)

Va (s)
1
+ Vg (s) +
=0
1
2
2
2s
Va (s) Vb (s)
Va (s) Vb (s)
+
+ 2sVa (s) = 0
2
2



1 1
1 1
=0
+ + 2s
Vb (s)
+
Va (s)
2 2
2 2
Va (s) [1 + 2s] Vb (s) = 0

KCL at node b:
Vb (s)

Vi (s)
s

Va (s)

)
)

Vb (s)

Va (s)

2

=0

1 1
Vi (s)
1
+ Vb (s)
=
+
2
s
2
s
Va (s)
Vi (s)
(2 + s)
+
Vb (s) =
2
2s
s
sVa (s) + (2 + s) Vb (s) = 2Vi (s)

Putting the above nodal equations in matrix form, we get

1 + 2s
s

1
2+s



Va (s)
Vb (s)


=

0
2Vi (s)

Solving, we get
2Vi (s)
2 + s + 4s + 2s2 s
Va (s)
1
=
Vi (s)
(s + 1)2
vi (t) =  (t) ) Vi (s) = 1
Va (s) =

Given

423

424

Network Theory

Va (s)

Hence;

1
(s + 1)2
1
Va (s) =
(s + 1)2
1

Taking inverse Laplace transform, we get


va (t) = h (t) = te t u (t)
R.P

5.25

Find the convolution of h (t) = t and f (t) = e


H (s) F (s).
SOLUTION

h (t)  f (t) = L

/t for t > 0, using the inverse transform of

fH (s) F (s)g
1
H (s) = L fh (t)g = 2

where

F (s) = L ff (t)g =

Hence;

H (s) F (s) =

1
s+

1
+ )

s2 (s

K3
K2
K1
+ 2 +
s
s
s+

Solving the partial fractions yields


1

K1 =

Hence;

H (s) F (s) =


=
R.P

1
s

1
s2

K3 =


+

1
2

1
s+

fH (s) F (s)g

K2 =

 

h (t)  f (t) = L

u (t) +

tu (t) +

1
2

u (t)

1
t
1
+ + 2 e t u (t)
2

5.26

Consider a pulse of amplitude 5V for a duration of 4 seconds with its starting point t = 0. Find
the convolution of this pulse with itself and draw the convolution x (t)  x (t) versus time.

Laplace Transform

Figure R.P. 5.26(a)


SOLUTION

x (t) = 5u (t)

Let

5u (t

4)

e 4s
s
s
y (t) = x (t)  x (t)

X (s) =

Taking Laplace transform, we get


Figure R.P. 5.26(b)

Y (s) = X (s) X (s)

25

50

s2

s2

4s

25
s2

8s

Taking inverse Laplace transform, we get


Hence;
R.P

y (t) = 25tu (t)

50 (t

y(t) = 25r(t)

50r(t

5.27

Show that

Ktr
(r

1 e at

1)!

4) u (t

4) + 25 (t

4) + 25r(t

K
(s + a)r

SOLUTION

Let

f (t) = 1

then

F (s) =

Thus;
We know that;

s
dn F (s)
( 1)n n!
=
dsn
sn 1
n
F (s)
L ftn f (t)g = ( 1)n d ds
n

With f (t) = 1, we get

L ft

g = ( 1)

n!
sn+1

( 1)n n!
sn+1

8)

8) u (t

8)

425

426

Network Theory

Putting n = r

1, we get

L
K

R.P

(r

tr

at

L
1)!

at

and
Therefore;

tr

tr

(r

1)!
sr

(r 1)!
(s + a)r

K
(s + a)r

5.28

Tests conducted on a certain network revealed that the current was i(t) = 2e t + 4e 3t when a
unit step voltage was suddenly applied to the input terminals of the network at t = 0. What voltage
must be applied to get an output current of i(t) = 2e t if the network remains unchanged?
SOLUTION

Given,
Hence;

i(t) =

2e

+ 4e

3t ;

I (s) =
V (s) =

and

t  0 when v (t) = u(t)

2
4
+
s+1
s+3
1
s

Laplace transform of the output


System function = H (s) =
Laplace transform of the input
I (s)
)
H (s) =
V (s)
2s (s 1)
=
(s + 1) (s + 3)
We have to find v (t) when i(t) = 2e t .
First we will find V (s) when I (s) =
Hence;

2
I (s)
using the relation H (s) =
.
s+1
V (s)

V (s) =

I (s)
H (s)

2
s+1
=
2s (s 1)
(s + 1) (s + 3)
(s + 3)
=
s (s 1)
=

K2
K1
+
s
s 1

Laplace Transform

Using partial fractions, we find that K1 =


Hence;

V (s) =

v (t) =

)
R.P

3 and K2 = 4
3
s

s 1
3u (t) + 4et u (t) Volts

5.29

Find the Laplace transform of the periodic waveform shown in Fig. R.P. 5.29.

Figure R.P. 5.29


SOLUTION

The Laplace transform of a periodic waveform is found


using the relation
F (s) =

F1 (s)
e sT

where F1 (s) = L ff1 (t)g = Laplace transform of f (t)


over 0 < t < T . Where T = fundamental period of
f (t).
Figure R.P. 5.29(a)

Referring to Fig. R.P. 5.29(a) we can write:

f1 (t) =

f1 (t) =

1
a

t [u (t)

1
a

0<t<a

1;

a < t < 3a

1
a

tu (t

3a < t < 4a

a)] + [u (t

t + 4 [u (t

1
+ tu (t
a

t
;
a

>
>
1
>
>
>
: a t + 4;
u (t

1
= tu (t)
a

8
>
>
>
>
>
<

3a)

a)

u (t

u (t

4a)]

a)

u (t

a) + u (t

4a) + 4u (t

3a)

4u (t

3a)]

3a)
4a)

1
a

tu (t

3a)

427

428

Network Theory

f1 (t) =

1
a

tu (t)

1
a

(t

+ 4u (t

3a)
1

a + a) u (t

3a + 3a) u (t

= tu (t)

(t

3a) +

4u (t

(t

a) + u (t

4a)

a) u (t

a)

1
a

1
= r (t)
Hence;

1
a

(t

a) u (t

r (t

a)

as2

as2

1
as2

as2
e

3as

3as

+e

4a)
u (t

4a) u (t

3a) u (t

as

3a)

a)

(t

3a) +

1
a

3a)
4a) + 4u (t

(t

4a) u (t

4a)

as

(t

1
a

1
3a) + r (t

r (t

a
a
F1 (s) = L ff1 (t)g

a) + u (t

3a) +

a)

u (t

4a + 4a) u (t

u (t

(t 3a) u (t 3a) 3u (t
a
+4u (t 3a) 4u (t 4a)
1
= tu (t)

(t

a)

+
4as

1
as2

4as

Alternate method for finding F1 (s):

From Figs. R.P. 5.29(b), (c), (d), we can write


f1 (t) = fA (t) + fB (t) + fC (t) + fD (t)

1
= tu (t)
a

1
a

(t

1
a

(t

a) u (t

4a) u (t

Figure R.P. 5.29(b)

4a)

a)

1
a

(t

3a) u (t

3a)

4a)
4a)

Laplace Transform

Figure R.P. 5.29(c)

Figure R.P. 5.29(d)

Hence;

F1 (s) = L ff1 (t)g

=
Finally;

1
as2

as

F (s) = L ff (t)g

=
where T = 4a

1
as2

1 1
F (s) =
as2

1
as2

F1 (s)
e sT

e as e 3as + e
(1 e 4as )

4as

3as

1
as2

4as

429

430

Network Theory

R.P

5.30

Find the Laplace transform of the function f (t) shown in Fig. R.P. 5.30.

Figure R.P. 5.30


SOLUTION

Let f (t) = x(t) + u(t), where x(t) is a periodic triangular wave and is as shown in Fig. R.P.
5.30(a).

Figure R.P.5.30(a)

Figure R.P.5.30(b)

Let x1 (t) be x(t) within its first period as shown in Fig. R.P.5.30(b).
Referring to Fig. R.P. 5.30(b), we can write

x1 (t) =

x1 (t) = 2t [u (t)

u (t

= 2tu (t)

2tu (t

= 2tu (t)

2 (t

2 (t
= 2tu (t)
2 (t

1)] + (4

1) u (t

x1 (t) = 2tu (t)

4 (t

x1 (t) = 2r (t)

4r (t

1)

1) u (t

1) + 4u (t

1) + 2 (t
2u (t

2)]

2)

2tu (t

1)

4u (t

2) u (t

1) + 2tu (t
2)

2)

1) + 4u (t

1) + 2 (t

1) + 2 (t
2)

u (t

2 + 2) u (t

2u (t

1)

1) + 2r (t

1)
4u (t

1)

1 + 1) u (t

1) u (t

2t) [u (t

1) + 4u (t

1 + 1) u (t
2 (t

2t;
0<t<1
2t; 1 < t < 2

2) u (t
2)

1)

4u (t

2) + 4u (t

2)
2)

2)

Laplace Transform

Hence;

X1 (s) = L fx1 (t)g

=
=
=

s2

s2

s2

2e

s2

+
s

2
s2

+e

2s

2s


s 2

Since x(t) is periodic,


X (s) = L fx (t)g =

X1 (s)
1 e sT

where T = 2 seconds
2

Hence;
We know that;

2 (1 e s )
s2 (1 e 2s )
f (t) = x(t) + u(t)

X (s) =

Applying linearity property,


F (s) = X (s) + U (s)

2 1
=
s (1
R.P

2
e s
1
+
2
s
e
)
s

5.31

Find f (t) using convolution integral for the function,


F (s) =

4s
(s + 1) (s2 + 4)

SOLUTION

Let
where

F (s) = F1 (s) F2 (s)

F1 (s) =

s+1
s
F2 (s) = 2
s +4
f (t) = L

Z1

f1 (t) = 4e t u (t)

f2 (t) = cos 2tu (t)

[F1 (s) F2 (s)]

f1 () f2 (t

=
0

) d

431

432

Network Theory


u ( ) u (t

We know that

1; 0 <  < t; t > 0


0; otherwise

) =

Zt
Hence;

(t )

cos 24e

f (t) =
0

= 4e

Zt

d

e cos 2 d

Using the standard integral formula

eax cos bx dx =

eax
a2 + b2

f (t) = 4e

we get

(a cos bx + b sin bx)

t

e

1+4

(cos 2 + 2 sin 2)

=0



4
= e t et (cos 2t + 2 sin 2t 1)
5
4
8
4 t
= cos 2t + sin 2t
e ; t0
5
5
5


8
4
cos 2t + sin 2t
f (t) =
5
5
R.P

4
e
5

u (t)

5.32

If h(t) = 2e

3t u(t)

 (t). Find y (t) = h(t)  x(t) by (a) using convolution in

and x(t) = u(t)

the time-domain (b) Finding H (s) and X (s) and then obtaining L

[H (s)X (s)]

SOLUTION
3t

Given

h(t) = 2e

and

x(t) = u(t)

(a)

u(t)
 (t)

y (t) = x (t)  h (t)

Z1

x () h (t

) d

Z1
ju ()

 ()j 2e

3(t )

u (t

) d

Z1
2e

=
0

3(t )

Z1
u (t

) u () d

2
0

3(t )

u (t

)  () d

Laplace Transform

433

1; 0 <  < t; t > 0


0; otherwise
The second integral on the right-hand side is evaluated using the sifting property for an impulse function.
We know that,

u (t

) u () =

Zt
Hence;

2e

y (t) =
0

y (t) = 2e

3t

2
1
3

3t 3

e d

e3

t

3
e

2e

3t

3(t )

2e

3t

2e

3t

u (t

)j=0

u (t)

u (t)

Since t > 0, we associate u(t) in the first component on the right hand side of y (t).


2
1 e 3t u (t) 2e

3
2 8 3t
u (t)
e
=
3 3

Then;

y (t) =

3t

u (t)

(b) Verification :
1
2
; X (s) =
s+3
s
Y (s) = X (s) H (s)
2 (1 s)
=
s (s + 3)

H (s) =

K2
K1
+
s
s+3

Using partial fractions, we find that


K1 =

Hence;
)

R.P

2
8
; K2 =
3
3 


8
1
2 1
Y (s) =
3 s
3 s+3
2
8 3t
y (t) = u (t)
e u (t)
3 
3
2 8 3t
u (t)
e
=
3 3

5.33

When an impulse  (t) V is applied to a certain network, the ouput voltage is vo (t) = 4u(t)
4u(t 2) V. Find and sketch vo (t) if the imput voltage is 2u (t 1) V.

434

Network Theory

SOLUTION

When vi (t) =  (t), it is given that vo (t) = 4u(t) 4u(t 2).


From this data, we can find the transfer function H (s) as follows:

L fvo (t)g
L fvi (t)g
L f4u (t) 4u (t
=
L f (t)g

H (s) =

4
1

2s

2)g

The transfer function H (s) can be used to find vo (t) when vi (t) = 2u(t 1) V. This procedure
is as follows:
Vo (s)
Vi (s)
Vo (s) = Vi (s) H (s)
H (s) 

2
= e
s

8
s2

8
s2

2s

3s

Taking inverse Laplace transform, we get


vo (t) = 8 (t

= 8r (t

1) u (t

1)

1)

8r (t

8 (t

3) u (t

3)

3)

The corresponding wave form for vo (t) is sketched in Fig. R.P. 5.33

Figure R.P. 5.33

R.P

5.34

Refer the two circuits shown in Fig. R.P. 5.34(a) and (b). Given that v1 (t) = sin 103 t and
v2 (t) = e 1000t for t  0 and c = 1 F.
(a) Show that it is possible to have i1 (t) = i2 (t) for all t  0.
(b) Determine the required values of R and L for the condition in part (a) to hold good.

Laplace Transform

Figure R.P. 5. 34 (a)

435

Figure R.P.5.34 (b)

SOLUTION

Referring Fig. R.P. 5.34(a) we can write in Laplace domain


V1 (s)

I1 (s) =

R+

1
Cs

Similarly, referring Fig. R.P. 5.34(b), we can write in Laplace domain


I2 (s) =

V2 (s)
sL +

1
Cs

i1 (t) = i2 (t) means that I1 (s) = I2 (s)

103

V1 (s) = L sin 103 t =

Also;

V2 (s) = L e

1000t

s2 + (103 )

1
s + 103

Hence, the condition I1 (s) = I2 (s) gives,


103
s2 + 106
)


R s+

103

106
R

1
R+

106

1
s + 103

1
sL +

106 )

=
(s2

106

L (s +

103 )

s2

106

If the above equation is satisfied, then it is possible to have i1 (t) = i2 (t). For this to happen,
it is required that
R

103

= L;

106
R

= 103

The above conditions give L = 1H and R = 103

and

106 =

106
L

436

Network Theory

R.P

5.35

For the circuit shown in Fig. R.P. 5.35 has zero initial conditions. At t = 0, the switch K is
p
closed. Find p
the value of R such that the response v (t) = 0:5 sin 2t volts. Take the excitation
as i(t) = te 2t A.

Figure R.P.5.35

SOLUTION

Given i(t) = te 2t
Taking Laplace transform of i(t) gives
I (s) =

(s +

1
p

2)2

p
Laplace transform of the response v (t) = 0:5 sin 2t is

" p #
2
1
V (s) =
2
2 s +2
Hence;

Z (s) =

V (s)
I (s)

p
1 (s + 2)2
=p
2 s2 + 2

(5.29)

For the circuit shown in Fig. R.P. 5.35 we can write


Z (s) = R +

1
+

1
s

2s
Z (s) = R + 2
s +2

(5.30)

Laplace Transform

437

Equating equations 5.29 and 5.30, we get


p 2
1 s+ 2
2s
p
=R+ 2
2
s +2
2 s +2

p 2

1
s2 + 2 R 2s = p s + 2
2
2
2
s
= p + 2s + p
2
2

Equating the like powers of s, we get

1
2

R= p

Exercise Problems
E.P

5.1

Find the Laplace transform of the following functions :


(a) f1 (t) = sin(!t + )
(b) f2 (t) = sin2 t
(c) f3 (t) =

1
[sinh(at)
2a3

Ans: F1 (s) =
E.P

sin(at)]

s sin + cos
2
, F2 (s) =
, F3 (s) = 2
2
2
2
s +
s (s + 4)
(s

1
a2 ) (s2

+ a2 )

5.2

In the network shown in Fig. E.P. 5.2, the switch K is moved from position a to position b at
t = 0, a steady state having previously been established at position a. Solve for i(t), using the
Laplace transformation method.

Figure E.P. 5.2

Ans: i (t) =

Va
e
RA

RA +RB
L

u (t)

438

E.P

Network Theory

5.3

Find i1 (t) and i2 (t) for t > 0 for the circuit shown in Fig. E.P. 5.3 using Laplace transform.

Figure E.P. 5.3

Ans : i1 (t) = 2.4e

i2 (t) = 1.2e
E.P

 + 0.6e 6510 t + 3 u (t) mA


i
6510 t
1.2e 510 t u (t) mA
5 105 t

5.4

Using Laplace transform technique, find i(t) when i1 = 0:1e


5.4 when b = 105 . Assume steady state conditions at t = 0 .

A for the circuit shown in E.P.

Figure E.P. 5.4

1
27
Ans: i (t) =
e bt +
e
30
40
E.P

bt

17
e
24

6bt

10bt

u (t) A

5.5

The current source shown in Fig. E.P. 5.5 is i(t) = tu(t) A. Find vo (t) when the initial value of
vo is zero.

Ans: vo (t) = t

10

Figure E.P. 5.5

103 t

mV, t  0

Laplace Transform

E.P

439

5.6

Find the inverse Laplace transform of the following F (s):


8s 3
4s2
(a) F (s) = 2
(b) F (s) =
s + 4s + 13
(s + 3)2
2
t

Ans: (a) f (t) = 10.2e
cos (3t + 38.3 ) u (t)

(b) f (t) = 4e
E.P

3t

24te

3t

3t

+ 18t2 e

u (t)

5.7

Using convolution integral, find f (t) if


F (s) =

Ans: f (t) = 2 1
E.P

5t

10
s (s + 5)

u (t)

5.8

Refer the network shown in Fig. E.P. 5.8. Assume the network is in steady state for t < 0.
Determine the current i(t) for t > 0.

Figure E.P. 5.8

Ans:
E.P

i (t) = 4.22e t cos (3t

18.4 ) u (t) A

5.9

Find vo (t) in the circuit shown in Fig. E.P. 5.9.

Figure E.P. 5.9

Ans:

vo (t) = 4

8.93e

3:73t

+ 4.93e

0:27t

u (t) V

440

Network Theory

E.P

5.10

Find vo (t) for t > 0. Refer the circuit shown in Fig. E.P. 5.10.

Figure E.P. 5.10

4
Ans: vo (t) =
+ 2.55e
3
E.P

1
t
3

cos

F

17t + 10.1



u (t)

5.11

For the circuit shown in E.P. 5.11.


Vo (s)
Find: (a) H (s) =
Vi (s)
(c) Step response

(b) h (t)
(d) The response when vi (t) = 8 cos 2t V

Figure E.P. 5.11

2
s+4
(b) h (t) = 2e 4t u (t)

Ans: (a)

(c)

H (s) =

vo (t) = 0.5 1

(d) vo (t) = 1.5 e


E.P

e
4t

4t

u (t) V

+ cos 2t + 0.5 sin 2t u (t) V

5.12

Refer the circuit shown in Fig. E.P. 5.12. The switch is closed at t = 0
Find : (a) i1 (t) and (b) i2 (t)

Laplace Transform

Figure E.P. 5.12


Ans: (a) i1 (t) = 3.33

E.P

1.67e

6:34t

1.67e

(b) i2 (t) = 3.33 + 1.22e

6:34t

4.55e


u (t)

23:66t

23:66t

u (t)

5.13

Find the Laplace transform of the waveform shown in Fig. E.P. 5.13.

Ans:
E.P

F (s) =

A 1


s

s2

Figure E.P. 5.13

A
e
s

2s

5.14

Find the Laplace transform of the periodic waveform shown in Fig. E.P. 5.14.

Ans:

1
F (s) = 2
s

Figure E.P. 5.14

1
e
s2

2s

2
e
s

2s

1
e

2s

441

442

E.P

Network Theory

5.15

Find the Laplace transform of the waveform shown in Fig. E.P. 5.15


Ans: F (s) =
E.P

Figure E.P. 5.15

1
2
2
2
+ + 2e s
2
s
s
s
1 e s

5.16

Obtain the Laplace transform of the f (t) shown in Fig. E.P. 5.16.

Ans: F (s) =
E.P

1
5
s

Figure E.P. 5.16

3e s + 3e

3s

5e

4s

5.17

Obtain the Laplace transform of the unit impulses shown in Fig. E.P. 5.17

Figure E.P. 5.17

Ans: X(s) =

1
1 e s

Laplace Transform

E.P

443

5.18

Refer the circuit shown in Fig. E.P. 5.18. Let i(0) = 1A; vo (0) = 2V and vs (t) = 4e
Find vo (t) for t > 0.

2t u(t)V.

Figure E.P. 5.18

Ans:
E.P

vo (t) =

2 + 4.33e

0:5t

+ 1.33e

2t

u (t) volts

5.19

Find i(t) in the circuit shown in Fig. E.P. 5.19. Assume that the circuit is initially relaxed.

Figure E.P. 5.19

Ans:
E.P

i (t) = 0.5

0.5e

4t

te

4t

u (t)

5.20

Refer the circuit shown in Fig. E.P. 5.20. Assume zero initial conditions. Use convolution theorem
to find i(t).

Figure E.P. 5.20

Ans:

i (t) =

t
e
2

5t

(t

2)
2

5(t 2)

444

E.P

Network Theory

5.21

There is no energy stored in the circuit shown in Fig. E.P. 5.21 at the time when the switch is
opened. Show that
sI (s)

 g

V2 (s) =
R1
1
2
C1 s +
s+
L1

L 1 C1

Figure E.P. 5.21

E.P

5.22

Refer the circuit shown in Fig. E.P. 5.22. If is (t) = 6u(t)mA, find v2 (t).

Figure E.P. 5.22

Ans: v2 (t) = 10e


E.P

4000t cos (3000t

90 ) u (t) V

5.23

Find Vo (s) and vo (t) in the circuit shown in Fig. E.P. 5.23 if the initial energy is zero and the
switch is closed at t = 0

Figure E.P. 5.23

Ans: vo (t) = 30

60e

5000t

+ 30e

10000t

u (t)

Laplace Transform

E.P

5.24

The initial energy in the circuit in Fig. E.P. 5.24 is zero.


(a) Find Vo (s).
(b) Use the initial and final value theorems to find vo (0+ ) and vo (1).
(c) Do the values obtained in part (b) agree with known circuit behaviour? Explain.
(d) Find vo (t).

Figure E.P. 5.24

Ans:

(a) Vo (s) =

+ 4200
21 
2
s (s + 8s + 25)
103 s

(b) vo 0+ = 0, vo () = 168V


(c) YES


(d) vo (t) = 168 + 7225.95e 4t cos (3t + 91.33 ) u (t) V
E.P

5.25

Find the initial and final value of H (s) =


Ans:

1, 2

E.P

s3 + 25 + 6
s(s + 1)2 (s + 3)

5.26

Verify final value theorem and initial value theorem for the function,
f (t) = 2 + e 3t cos 2t
E.P

5.27

Using the convolution theorem, find the Laplace inverse of the following functions:
1
s
1
(i) F (s) =
(iii) F (s) =
(ii) F (s) =
2
s(s + 1)
(s a)
(s + 1)(s + 2)
Ans:

(i) f (t) = 1

e t

(ii) f (t) = teat


(iii) f (t) = e t + 2e

2t

2e t

445

446

E.P

Network Theory

5.28

In the circuit shown in Fig. E.P. 5.28, find the voltage across the resistance vR (t) using convolution
integral. Given that vg (t) = e 2t and RC = 1 second.

Figure E.P. 5.28

Ans: vR (t) = 2e
E.P

2t

e t,

t0

5.29

Find the inverse Laplace transform of the following functions:


3s
s2 + 3
1
(i) 2
(iii)
(ii)
(s + 1)(s2 + 4)
(s + 1)(s + 2)2
(s2 + 2s + 2)(s + 2)
Ans:

(i) cos t

cos 2t

(ii) e t

(iii)
E.P

7
e
2

2t

2t (1

+ t)

2.5e t cos t + 0.5e t sin t

5.30

In the circuit shown in Fig. E.P. 5.30, switch K is open for a long time so that steady state is
reached and at t = 0, switch is closed. Determine the current i(t) in 10 ohm resistor.

Figure E.P.5.30

Ans:

Current in each 10 resistor = 2u(t)

5t

Laplace Transform

E.P

447

5.31

Synthesize the wave form shown in Fig. E.P. 5.31 using ramp function and obtain the Laplace
transform of f (t).

Figure E.P.5.31

Ans:
E.P

F (s) =

5
[1
s2

2e s + e

2s

5.32

Find the Laplace transform of the voltage wave form as shown in Fig. E.P. 5.32.

Figure E.P.5.32

Ans:
E.P

V (s) =

2
[1
s2

3e s + 5e

1:5s

6e

2s

+ 6e

3s

5.33

Find the Laplace transform of the perodic wave forms shown in Figs. E.P. 5.33(a) and (b).

Figure E.P.5.33(a)

448

Ans:

Network Theory

(i) F (s) =
(ii) F (s) =

E.P

1
1

1
e
1
e

1
4s s2

2
2s s

Figure E.P.5.33(b)

2
1
e s + 2 e 2s
2
s
s 
4e s
2 2s
+ e
s
s

1
e
s

2s

2
+ 2e
s

3s

1
e
s2

4s

5.34

For the circuit shown in Fig. E.P. 5.34, find the current transients in both the loops using Laplace
transformation method.

Figure E.P.5.34

12
7
2
i2 (t) = +
7

Ans: i1 (t) =

E.P

5 2t
e 5t Ampere; t  0
e
7
5 7t
e 5t Ampere; t  0
e
7

5.35

Find the Laplace transform of the saw tooth wave as shown in Fig. E.P. 5.35.

Figure E.P. 5.35

Laplace Transform

Ans:

F (s) =

E.P

5.36

V (1

449

e T s T se T s )
T s2 (1 e T s )

For the circuit shown in Fig. E.P. 5.36 switch K is closed at t = 0. Determine the current i(t) for
t  0.

Figure E.P. 5.36

Ans:
E.P

i(t) = 0.357e

2t

5
e j 25t
25 + j2

5
25

j2

e j 25t

5.37

For the circuit shown in Fig. E.P. 5.37, determine the source current when the switch K is closed
at t = 0. Assume zero initial conditions.

Figure E.P. 5.37

Ans:

i(t) = 2.57e t

0.57e

0:3t

Amperes; t  0

You might also like