Moocs Electrical 6th Sem
Moocs Electrical 6th Sem
1
Table of Contents: Page No.
Definition 3-4
Formula 5
Properties 6
Table 7
Step Function 9
Convolution Integral
Laplace Transform in Probability Theory 10
Applications 11
Examples 11-12
Laplace Equation 13
2
The Laplace transform
In this a method of solving such differential
equations is introduced which transforms a
differential equation into an algebraic equation.
This is termed the Laplace transform. It is widely
used in engineering, in particular in control
engineering and in electrical circuit analysis where
it is commonplace not even to write differential
equations to describe conditions but to write
directly in terms of the Laplace transform. We can
think of the Laplace transform as l)eing rather like
a function machine (Figure 6.1). As input to the
machine we have some function of time ^(0 and as
output a function we represent as F(s). The input is
referred to as being the time domain while the
output is said to be in the s-domain. Thus we take
information about a system in the time domain
and use our 'machine' to transform it into
information in the ^-domain. Differential
equations which describe the l)ehaviour of a
system in the time domain are converted into
algebraic equations in the 5-domain, so
considerably simplifying their solution. We can
thus transform a
3
Summary
In order to consider the response of engineering
systems, e.g. electrical or control systems, to
inputs such as step, or perhaps an impulse, we
need to be able to solve the differential equation
for that system with that particular form of input.
As the previous chapter indicates, this can be
rather laborious. A simpler method of tackling the
solution is to transform a differential equation into
a simple algebraic equation which we can easily
solve. This is achieved by the use of the Laplace
transform, the subject of this chapter.
Objectives
By the end of this chapter, the reader should be able
to:
4
Laplace Transform Formula
Laplace transform is the integral transform of the
given derivative function with real variable t to
convert into a complex function with variable s.
For t ≥ 0, let f(t) be given and assume the
function satisfies certain conditions to be stated
later on.
The Laplace transform of f(t), that is denoted
by L{f(t)} or F(s) is defined by the Laplace
transform formula:
5
Properties of Laplace Transform
Some of the Laplace transformation properties are:
If f1 (t) ⟷ F1 (s) and [note: ⟷ implies Laplace
Transform]
f2 (t) ⟷ F2 (s), then
A f1(t) + B f2(t) ⟷ A F1(s) + B
Linearity Property
F2(s)
6
Laplace Transform Table
The following Laplace transform table helps to
solve the differential equations for different
functions:
Sl No. f(t) L(f(t)) = F(s) Sl No. f(t) L(f(t)) = F(s)
7
Laplace Transform of Differential Equation
The Laplace transform is a well established
mathematical technique for solving a differential
equation. Many mathematical problems are
solved using transformations. The idea is to
transform the problem into another problem that
is easier to solve. On the other side, the inverse
transform is helpful to calculate the solution to
the given problem.
For better understanding, let us solve a first-order
differential equation with the help of Laplace
transformation,
Consider y’- 2y = e3x and y(0) = -5. Find the
value of L(y).
First step of the equation can be solved with the
help of the linearity equation:
L(y’ – 2y] =
L(e3x) L(y’) – L(2y)
= 1/(s-3)
(because L(eax) = 1/(s-a))
L(y’) – 2s(y) = 1/(s-3)
sL(y) – y(0) – 2L(y) = 1/(s-3)
(Using Linearity property of the Laplace
transform) L(y)(s-2) + 5 = 1/(s-3) (Use value
of y(0) ie -5 (given)) L(y)(s-2) = 1/(s-3) – 5
L(y) = (-5s+16)/(s-2)(s-3) …..(1)
here (-5s+16)/(s-2)(s-3) can be written as -6/s-2 + 1/(s-
3) using partial fraction method
8
(1) implies L(y) = -6/(s-2) + 1/(s-
3) L(y) = -6e2x + e3x
9
Step Functions
The step function is often called the Heaviside
function, and it is defined as follows:
uc(t)={0if t<c1if t≥c
The step function can take the values of 0 or 1. It
is like an on and off switch. The notations that
represent the Heaviside functions are uc(t) or u(t-
c) or H(t-c)
Convolution Integrals
If the functions f(t) and g(t) are the piecewise
continuous functions on the interval [0, ∞), then
the convolution integral of f(t) and g(t) is given as:
(f * g) (t) =0∫t f(t-T) g(T)dT
As, the convolution integral obey the property,
(f*g)(t) = (g*) (t)
We can write, 0∫t f(t-T) g(T)dT = 0∫t f(T) g(t-T)dt
Thus, the above fact will help us to take the
inverse transform of the product of transforms.
(i.e.) L(f*g) = F(s) G(s)
L-1 {F(s)G(s)} = (f*g)(t).
10
Applications of Laplace Transform
It is used to convert complex differential
equations to a simpler form having
polynomials.
It is used to convert derivatives into multiple
domain variables and then convert the
polynomials back to the differential equation
using Inverse Laplace transform.
It is used in the telecommunication field
to send signals to both the sides of the
medium. For example, when the signals
are sent through the phone then they are
first converted into a time- varying wave
and then superimposed on the medium.
It is also used for many engineering tasks
such as Electrical Circuit Analysis, Digital
Signal Processing, System Modelling, etc.
11
12
Laplace Equation
Laplace’s equation, a second-order partial
differential equation, is widely helpful in physics
and maths. The Laplace equation states that the
sum of the second- order partial derivatives of f,
the unknown function, equals zero for the
Cartesian coordinates. The two- dimensional
Laplace equation for the function f can be
written as:
13
Laplace transform of a step function
I am trying to find the Laplace transform of the
function f(t)=(7−t)(u(t−1)−u(t−4))f(t)=(7−t)
(u(t−1)−u(t−4)) for s≠0s≠0. As far as I know this is a
function of the
form f(t−c)uc(t)f(t−c)uc(t) where uc(t)=(t−c)uc(t)=(t−c). As such
I tried to solve it by performing the laplace on each
term.
L[7−t]=7s−1s2=7s−1s2 ,L[7−t]=7s−1s2=7s−1s2 ,
L[u(t−1)]=e−ss ,L[u(t−1)]=e−ss ,
L[u(t−4)]=e−4ssL[u(t−4)]=e−4ss
With each of these Laplace functions found, I then put
it all together back in the original equation, and
simplified.
7s−1s2∗e−ss−7s−1s2∗e−4ss ,7s−1s2∗e−ss−7s−1s2∗e−4s
s , 7s−1s3(e−s−e−4s)7s−1s3(e−s−e−4s)
This became my final answer, but it seems like I am
incorrect. I reworked the problem a few times, so I am
fairly confident I didn't make an arithmetic mistake, but
I am unsure where else I went wrong. Did I approach
the problem in the wrong way or take a laplace
incorrectly? Any guidance on where the issue arises
would be appreciated.
f(t)=(7−t)(u(t−1)−u(t−4))f(t)=(7−t)(u(t−1)−u(t−4))
You need to have functions of the form
f(t−c)uc(t)f(t−c)uc(t). You can rewrite f(t)f(t) as: f(t)=−
(t−1)u(t−1)+6u(t−1)+(t−4)u(t−4))−3u(t−4)f(t)=−(t−1)u(t−1)+6u
(t−1)+(t−4)u(t−4))−3u(t−4)
Then apply Laplace Transform:
F(s)=−e−ss2+6e−ss+e−4ss2−3e−4ssF(s)=−e−ss2+6e−ss+e−4ss2−3e−
4ss
14
Don't take Laplace Transform on (7−t)(7−t) alone. You
need to change it first since you have the step function
with it.
(7−t)u(t−1)=−(t−1)u(t−1)+6u(t−1)
15
Common Laplace Transform Pairs
Following table provides a number of Laplace
transforms. The table also specifies the region of
convergence (ROC) −
Function
Laplace Transform Region of
{x(t)=L−1[x(t)]}{x(t)=L−1[x(t)]}{L[x(t)]=X(s)}{L[x(t)]=X(s)} Convergence (ROC)
δ(t)δ(t) 1 AllsAlls
16
Function
Laplace Transform Region of
{x(t)=L−1[x(t)]}{x(t)=L−1[x(t)]}{L[x(t)]=X(s)}{L[x(t)]=X(s)} Convergence (ROC)
17
Circuit Analysis using Laplace Transform
v(t)=Ldi(t)dtv(t)=Ldtdi(t)--------(1)
V(s)=[sI(s)−i(0−)]LV(s)=[sI(s)−i(0−)]L--------(2)
V(s) = LsI(s)LsI(s)--------(2)
19
3. Pure Capacitive Circuit
The below given image represents a pure capacitive circuit.
I(s)=C(sV(s)−v(0−))I(s)=C(sV(s)−v(0−))
I(s)=sCV(s)−Cv(0−)I(s)=sCV(s)−Cv(0−)
I(s)=sCV(s)−q(0−)I(s)=sCV(s)−q(0−)
V(s)=I(s)sC+v(0−)sV(s)=sCI(s)+sv(0−)------------(2)
V(s)=I(s)sCV(s)=sCI(s)
11
1
Important Note for Laplace Transform in
Circuit Analysis
Resistor R R
Capacitor C 1sCsC1
Inductor L sL
20