Lecture 13 - Laplace Transform and Inverse Laplace Transform
Motivation for Laplace Transform ๐ก
The Fourier Transform is a powerful tool, but it has limitations.
A key Dirichlet condition for the convergence of the Fourier Transform is that the signal must be absolutely integrable (โซโโโโโฃx(t)โฃdt<โ).
Signals like x(t)=etu(t) are not absolutely integrable, and their Fourier Transform would result in infinities.
Fourier analysis is suitable for absolutely integrable signals and stable LTI systems (whose impulse response is absolutely integrable). For other signals and systems, itโs not guaranteed to work.
The Laplace Transform is a more generalized tool that can handle non-absolutely-integrable signals and unstable systems.
The Laplace Transform: Definition ๐
For an arbitrary signal x(t), its Laplace Transform X(s) is defined as:
X(s)=L{x(t)}โโซโโโโx(t)eโstdt
where s=ฯ+jฯ is a complex variable.
Note: The Fourier Transform is a special case of the Laplace Transform when ฯ=0 (i.e., on the jฯ axis in the s-plane). X(jฯ)=โซโโโโx(t)eโjฯtdt.
The Laplace transform can be viewed as a 2-dimensional continuous-time signal on the s-plane.
A Set of โPreconditionedโ Fourier Transforms
The Laplace Transform can be interpreted as the Fourier Transform of a โpreconditionedโ signal.
Let s=ฯ+jฯ. Then,
The term x(t)eโฯt is the preconditioned signal.
For ฯ=0, X(s) is directly the Fourier Transform of x(t).
For ฯ๎ =0, the Laplace Transform of x(t) is the Fourier Transform of the preconditioned signal x(t)eโฯt.
Although x(t) might not satisfy the 1st Dirichlet condition, x(t)eโฯt may satisfy it for certain values of ฯ. This โpreconditioningโ allows analysis of signals not representable by the Fourier Transform.
Example: x(t)=etu(t)
This signal is not absolutely integrable, so its Fourier Transform doesnโt converge in the usual sense.
However, the preconditioned signal is etu(t)โ eโฯt=eโ(ฯโ1)tu(t).
This preconditioned signal is representable by FT if ฯโ1>0 (i.e., ฯ>1), as the growing exponential is changed into a decaying one.
It is not representable by FT if ฯโ1โค0.
Thus, even if the FT of the original signal doesnโt converge, the FT of the preconditioned signal might, allowing the Laplace Transform to be used.
Region of Convergence (ROC) ๐
The Laplace Transform of a signal often converges for some values of ฯ but not for others.
The Region of Convergence (ROC) is the set of all points s in the s-plane for which the Laplace Transform integral is finite:
ROC={sโCโฃโฃL{x(t)}(s)โฃ<โ}
The ROC is often visualized as a shaded area in a โbird-viewโ of the s-plane.
Example: Evaluate the Laplace Transform of x(t)=eโatu(t) and its ROC.
For X(s)=s+23โโs+12โ to be valid, both ROCs must be satisfied. The overall ROC is the intersection of the individual ROCs.
Thus, X(s)=s+23โโs+12โ, with ROC: Re{s}>โ1.
Using ROC to determine convergence of FT:
If the ROC of the Laplace Transform includes the jฯ axis (Re{s}=0), then the Fourier Transform X(0+jฯ)=F{x(t)} converges.
Otherwise, if the ROC does not include the jฯ axis, the Fourier Transform does not converge.
Pole-Zero Plot (้ถๆ็นๅพ) ๐บ๏ธ
The Laplace Transform is often visualized with a birdโs-eye view of the s-plane. This view makes ROC specification easy. However, itโs not great for showing the value of X(s) itself.
Zeros (้ถ็น): Values of s for which X(s)=0.
Poles (ๆ็น): Values of s for which X(s)=โ.
Zeros and poles can be complex-valued.
Example: Let X(s)=(s+2)(s+1)sโ1โ; ROC: Re{s}>โ1.
Zero: s=1.
Poles: s=โ1,s=โ2.
A pole-zero plot adds labels for zeros (often โoโ) and poles (often โxโ) to the s-plane view, giving a rough understanding of the magnitude of X(s).
Virtual Poles/Zeros for Rational Laplace Transform
Consider X(s)=D(s)N(s)โ, where N(s) and D(s) are polynomials in s.
If Order(D) > Order(N) โนX(โ)=0โนvirtual zeros at s=โ. (e.g., s+11โ)
If Order(D) < Order(N) โนX(โ)=โโนvirtual poles at s=โ. (e.g., s+1)
If Order(D) = Order(N) โน neither zeros nor poles exist at s=โ.
Example: For X(s)=(s+2)(s+1)sโ1โ, Order(D) = 2, Order(N) = 1. So, there is a virtual zero at s=โ. It has two poles at s=โ2 & s=โ1, and two zeros at s=1 & s=โ.
Poles/Zeros for Rational Laplace Transform - Caveat
So, X(โa)=T, which means s=โa is neither a pole nor a zero.
A โzeroโ and โpoleโ at the same location in the s-plane may cancel each other out.
We canโt determine poles and zeros simply by roots of the denominator and numerator; we need to judge based on the value of X(s)!
Computer-aided visualization: Plotting โฃX(s)โฃ or โ X(s) on the s-plane (e.g., using MATLAB) can provide a more complete picture than just the pole-zero plot.
Properties of ROC ๐
The ROC for a Laplace transform obeys certain rules:
Property #1: The ROC of X(s) consists of vertical strips parallel to the jฯ-axis in the s-plane.
If a point s0โ is in the ROC, then the entire line {s0โ+jฯโฃฯโR} is in the ROC.
If a point s0โโ/ROC, then the entire line {s0โ+jฯโฃฯโR}๎ โROC
This is because the convergence depends on F{x(t)eโฯt}. If this Fourier Transform converges for a given ฯ, it converges for all ฯ associated with that ฯ. Thus, ROC membership is independent of ฯ.
Property #2: The ROC does not contain any poles (and thus, the vertical lines passing through the poles are not in the ROC).
If s0โ is a pole, X(s0โ)=โ, so s0โ is not in the ROC. By Property #1, the entire vertical line through s0โ is not in the ROC.
Property #3: If x(t) is of finite duration and absolutely integrable (i.e., โซT1โT2โโโฃx(t)โฃdt<โ for x(t) non-zero only in T1โโคtโคT2โ), then the ROC is the entire s-plane.
Since eโฯt is bounded over any finite interval [T1โ,T2โ] for any finite ฯ,
if โซT1โT2โโโฃx(t)โฃdt<โ, then โซT1โT2โโโฃx(t)eโฯtโฃdtโคmax(โฃeโฯT1โโฃ,โฃeโฯT2โโฃ)โซT1โT2โโโฃx(t)โฃdt<โ for all ฯ.
Property #4: If x(t) is a right-sided signal (i.e., x(t)=0 for t<T ), and if a line Re{s}=ฯ0โ is in the ROC, then all values of s for which Re{s}>ฯ0โ are also in the ROC.
The ROC is a right half-plane bounded by some ฯRโ that satisfies ฯRโ<ฯ0โ , possibly C.
The factor eโฯt provides increasing attenuation for t>0 as ฯ increases, aiding convergence for large t.
Property #5: If x(t) is a left-sided signal (i.e., x(t)=0 for t>T2โ for some T2โ), and if a line Re{s}=ฯ0โ is in the ROC, then all values of s for which Re{s}<ฯ0โ are also in the ROC.
The ROC is a left half-plane bounded by some ฯLโ that satisfies ฯLโ>ฯ0โ , possibly C.
The factor eโฯt provides decreasing attenuation (or increasing gain) for t<0 as ฯ decreases (becomes more negative), aiding convergence for large negative t.
Property #6: If x(t) is a two-sided signal๏ผๅ่พน้ฝๆ๏ผๅณๆ ้ไฟกๅท๏ผ, and if a line Re{s}=ฯ0โ is in the ROC, then the ROC is a vertical strip in the s-plane that includes Re{s}=ฯ0โ. It can also be empty or, if x(t) is finite duration, the entire s-plane.
A two-sided signal can be written as x(t)=xRโ(t)+xLโ(t), where xRโ(t) is right-sided and xLโ(t) is left-sided.
The ROC of X(s) is the intersection of the ROC of XRโ(s) (a right half-plane Re{s}>ฯRโ) and the ROC of XLโ(s) (a left half-plane Re{s}<ฯLโ).
If ฯRโ<ฯLโ, the intersection is the strip ฯRโ<Re{s}<ฯLโ.
Else, the intersection is empty, which means the ROC is empty
If both ROCs are the entire s-plane, then the intersection is the entire s-plane.
Summary of ROC shapes based on signal type:
Signal Type
Typical ROC Shape
Finite Duration (Compact Support)
Entire s-plane (if absolutely integrable) or empty
Single Vertical strip (ฯ1โ<Re{s}<ฯ2โ) or empty
Example 9.7: x(t)=eโbโฃtโฃ
This is a two-sided signal: x(t)=eโbtu(t)+ebtu(โt).
For eโbtu(t), X1โ(s)=s+b1โ, ROC: Re{s}>โb.
For ebtu(โt), X2โ(s)=sโbโ1โ, ROC: Re{s}<b.
The ROC for X(s) is the intersection of these two ROCs.
If b>0: โb<Re{s}<b. The Laplace Transform is X(s)=s+b1โโsโb1โ=s2โb2โ2bโ.
If b<0: Let bโฒ=โb>0. Then x(t)=ebโฒโฃtโฃ. The ROCs are Re{s}>bโฒ and Re{s}<โbโฒ. Since bโฒ>0, there is no common area, so the Laplace Transform does not converge for any s.
If b=0: x(t)=1. This is not absolutely integrable, and the Laplace transform does not converge (except in generalized function sense, which is beyond this scope).
Properties of ROC for Rational Laplace Transforms
For Laplace Transforms X(s) that are rational functions of s (i.e., a ratio of polynomials in s):
Property #7: If the Laplace Transform X(s) of x(t) is rational, then its ROC is bounded by poles or extends to infinity.
This means the ROC is a vertical strip (or half-plane) whose boundaries are defined by the real parts of poles.
No poles: ROC is the entire s-plane.
1 pole at s=p1โ: ROC is Re{s}>Re{p1โ} or Re{s}<Re{p1โ}. (2 possible ROCs)
2 poles at s=p1โ,s=p2โ (assume Re{p1โ}<Re{p2โ}): ROC is Re{s}<Re{p1โ}, or Re{p1โ}<Re{s}<Re{p2โ}, or Re{s}>Re{p2โ}. (3 possible ROCs)
Property #8: If X(s) is rational and its ROC exists (i.e., it converges for at least one point):
If x(t) is right-sided, the ROC is the region in the s-plane to the right of the rightmost pole (i.e., Re{s}>max(Re{piโ})). This is more specific than Property #4.
If x(t) is left-sided, the ROC is the region in the s-plane to the left of the leftmost pole (i.e., Re{s}<min(Re{piโ})). This is more specific than Property #5.
If x(t) is two-sided, the ROC is a single strip between two adjacent poles (i.e., Re{pkโ}<Re{s}<Re{pjโ} for some poles pkโ,pjโ, and no poles exist in this strip). This is more specific than Property #6.
Invalid ROC examples based on properties:
A ROC that includes a pole violates Property #2.
A ROC for a rational transform that is not bounded by poles (e.g., a finite, non-strip region, or a strip whose boundaries are not poles) violates Property #7.
A ROC for a right-sided signal that is to the left of a pole, or a left-sided signal to the right of a pole, or a two-sided signal that is not between two poles (or is a half-plane) violates Property #8.
Example 9.8: Determine all possible ROCs and corresponding signal types for X(s)=s2+3s+21โ=(s+1)(s+2)1โ.
This can be written using partial fractions as X(s)=s+11โโs+21โ.
The poles are at s=โ1 and s=โ2.
Since X(s) is rational, there are 3 possible ROCs based on Property #7 & #8:
ROC1: Re{s}>โ1. This is a right half-plane bounded by the rightmost pole (s=โ1). This indicates x(t) is a right-sided signal.
x(t)=(eโtโeโ2t)u(t)
ROC2: Re{s}<โ2. This is a left half-plane bounded by the leftmost pole (s=โ2). This indicates x(t) is a left-sided signal.
x(t)=(โeโt+eโ2t)u(โt)
ROC3: โ2<Re{s}<โ1. This is a strip between two adjacent poles. This indicates x(t) is a two-sided signal.
x(t)=โeโtu(โt)โeโ2tu(t)
Supplement
Exact Number of zeros and poles at โ
Hereโs how to determine the specific number for a rational Laplace Transform X(s)=D(s)N(s)โ:
Let M be the degree (highest power of s) of the numerator polynomial N(s).
Let K be the degree of the denominator polynomial D(s).
The behavior at s=โ depends on the relative degrees of these polynomials:
If the degree of the denominator is greater than the degree of the numerator (K>M):
X(s) approaches 0 as sโโ.
There are KโM zeros at s=โ.
If the degree of the numerator is greater than the degree of the denominator (M>K):
X(s) approaches โ as sโโ.
There are MโK poles at s=โ.
If the degree of the numerator is equal to the degree of the denominator (M=K):
X(s) approaches a finite, non-zero constant as sโโ.
There are neither poles nor zeros at s=โ.
Essentially, youโre looking at how X(s) behaves as s becomes very large. For large s, X(s)โbKโsKaMโsMโ=bKโaMโโsMโK. The exponent MโK tells you the nature and number of roots at infinity:
If MโK is negative (i.e., KโM is positive), you have KโM zeros at infinity.
If MโK is positive, you have MโK poles at infinity.
If MโK is zero, no poles or zeros at infinity.
Lecture 14: Properties of Laplace Transform
These notes cover the remaining properties of the Region of Convergence (ROC), the Inverse Laplace Transform, and the algebraic properties of the Laplace Transform.
Properties of ROC
The Region of Convergence (ROC) for the Laplace transform has several defining properties. These properties help in understanding the characteristics of the signal x(t) from its Laplace transform X(s).
Basic Properties of ROC
Different types of signals have different ROCs. These include:
Compactly supported signals
Right-sided signals
Left-sided signals
Two-sided signals
Properties of ROC for Rational Laplace Transform
Property #7
If the Laplace transform X(s) of x(t) is rational, then its ROC is bounded by poles or extends to infinity.
This property helps determine the ROC for a rational Laplace transform spectrum.
If there are no poles, the ROC is the entire s-plane (C).
With 1 pole, there are 2 possible ROCs (e.g., Re{s}>ฯ1โ or Re{s}<ฯ1โ).
With 2 poles, there are 3 possible ROCs (e.g., Re{s}<ฯ1โ, ฯ1โ<Re{s}<ฯ2โ, or Re{s}>ฯ2โ).
Some ROC configurations are impossible as they violate basic ROC properties (like Property #2, which states ROC consists of strips parallel to the jฯ-axis) or properties #7 and #8.
Property #8
If the Laplace transform X(s) of x(t) is rational and converges for at least one point in the s-plane:
If x(t) is right-sided, the ROC is the right half-plane bounded by the rightmost pole. This is more specific than the general Property #4 for right-sided signals.
If x(t) is left-sided, the ROC is the left half-plane bounded by the leftmost pole. This is more specific than the general Property #5 for left-sided signals.
If x(t) is two-sided, the ROC is a single strip between two adjacent poles. This is more specific than the general Property #6 for two-sided signals.
Example 9.8: Determining ROCs and Signal Types
Given the Laplace transform:
X(s)=s2+3s+21โ=s+11โโs+21โ
Steps to analyze:
Is this rational? Yes.
What are the poles? The poles are at s=โ1 and s=โ2.
Use Property #8.
Since X(s) is rational, there are 3 possible ROCs and corresponding signal types:
ROC1: Re{s}>โ1. This is a right half-plane bounded by the rightmost pole (s=-1), indicating x(t) is a right-sided signal.
ROC2: Re{s}<โ2. This is a left half-plane bounded by the leftmost pole (s=-2), indicating x(t) is a left-sided signal.
ROC3: โ2<Re{s}<โ1. This is a strip between two adjacent poles, indicating x(t) is a two-sided signal.
Inverse Laplace Transform (ๆๆฎๆๆฏๅๅๆข)
The Laplace transform can be inverted to retrieve the time-domain signal x(t) from its s-domain representation X(s).
Laplace transform: x(t)โX(s)
Inverse Laplace transform: X(s)โx(t)
Theoretical Formula for Inverse Laplace Transform
The inverse Laplace transform is defined by the line integral:
x(t)=2ฯj1โโซฯโjโฯ+jโโX(s)estds
where the integration is performed along a line Re{s}=ฯ within the ROC of X(s).
Proof of Inverse Laplace Transform Formula
The proof is based on the relationship X(s)=X(ฯ+jฯ)=F{x(t)eโฯt}, where F denotes the Fourier Transform.
For any ฯ in the ROC: x(t)eโฯt=Fโ1{X(ฯ+jฯ)}=2ฯ1โโซโโ+โโX(ฯ+jฯ)ejฯtdฯ
This leads to: x(t)=eฯtโ 2ฯ1โโซโโ+โโX(ฯ+jฯ)ejฯtdฯ x(t)=2ฯ1โโซโโ+โโX(ฯ+jฯ)e(ฯ+jฯ)tdฯ
Let s=ฯ+jฯ, so ds=jdฯ. When ฯโยฑโ, sโฯยฑjโ. x(t)=2ฯj1โโซฯโjโฯ+jโโX(s)estds
Notes on Inverse Laplace Transform:
The formula x(t)=2ฯj1โโซฯโjโฯ+jโโX(s)estds is based on x(t)=eฯtFโ1{X(ฯ+jฯ)} for ฯโROC.
The line of integration (Re{s}=ฯ) must belong to the ROC.
Any line (any ฯ) within the ROC can be used to evaluate the inverse Laplace transform, and all will yield the same result.
Practical Evaluation Method for Inverse Laplace Transform (PROCS)
Direct inversion using the line integral can be difficult. For rational Laplace transforms, the PROCS procedure is often easier:
Partial-fraction expansion of X(s).
Determine the ROC of each fraction based on the overall ROC of X(s).
Determine the Signal of each fraction using a table of common Laplace transform pairs (like Table 9.2).
Table 9.2 (Selected Pairs):
Transform Pair
Signal x(t)
Transform X(s)
ROC
2
u(t)
s1โ
Re{s}>0
3
โu(โt)
s1โ
Re{s}<0
6
eโฮฑtu(t)
s+ฮฑ1โ
Re{s}>โฮฑ
7
โeโฮฑtu(โt)
s+ฮฑ1โ
Re{s}<โฮฑ
8
[cosฯ0โt]u(t)
s2+ฯ02โsโ
Re{s}>0
9
[sinฯ0โt]u(t)
s2+ฯ02โฯ0โโ
Re{s}>0
Examples 9.9-9.11: PROCS Procedure
Determine the original signal x(t) for X(s)=(s+1)(s+2)1โ with different ROCs.
Partial-fraction expansion: X(s)=s+11โโs+21โ.
Case 1: ROC is Re{s}>โ1
P step: X(s)=s+11โโs+21โ.
ROC step:
For the term s+11โ (pole at s=โ1): ROC must be Re{s}>โ1.
For the term s+21โ (pole at s=โ2): ROC must be Re{s}>โ2.
(Both are consistent with the overall ROC Re{s}>โ1).
S step: Using transform pair eโatu(t)โs+a1โ with Re{s}>โa: x(t)=eโtu(t)โeโ2tu(t).
Case 2: ROC is Re{s}<โ2
P step: X(s)=s+11โโs+21โ.
ROC step:
For the term s+11โ (pole at s=โ1): ROC must be Re{s}<โ1.
For the term s+21โ (pole at s=โ2): ROC must be Re{s}<โ2.
(Both are consistent with the overall ROC Re{s}<โ2).
S step: Using transform pair โeโatu(โt)โs+a1โ with Re{s}<โa: x(t)=โeโtu(โt)โ(โeโ2tu(โt))=โeโtu(โt)+eโ2tu(โt).
Case 3: ROC is โ2<Re{s}<โ1
P step: X(s)=s+11โโs+21โ.
ROC step:
For the term s+11โ (pole at s=โ1): ROC must be Re{s}<โ1.
For the term s+21โ (pole at s=โ2): ROC must be Re{s}>โ2.
(Both are consistent with the overall ROC โ2<Re{s}<โ1).
S step:
Using โeโatu(โt)โs+a1โ for Re{s}<โa for the first term.
Using eโatu(t)โs+a1โ for Re{s}>โa for the second term. x(t)=โeโtu(โt)โ(eโ2tu(t))
Algebraic Properties of Laplace Transform
These properties are useful for deriving the Laplace transform (algebraic form + ROC) for signals related to another signal whose Laplace transform is known.
1. Linearity (็บฟๆง)
If x1โ(t)โX1โ(s) with ROC R1โ and x2โ(t)โX2โ(s) with ROC R2โ.
Then ax1โ(t)+bx2โ(t)โaX1โ(s)+bX2โ(s) with ROC containing R1โโฉR2โ.
Exception: If pole-zero cancellation occurs, the ROC can be larger. (e.g. โ+(โโ)=0 case implies a cancellation).
Example 9.13: Pole Cancellation
Given x(t)=x1โ(t)โx2โ(t). X1โ(s)=s+11โ, Re{s}>โ1. X2โ(s)=(s+1)(s+2)1โ=s+11โโs+21โ, Re{s}>โ1.
Then X(s)=X1โ(s)โX2โ(s)=s+11โโ(s+11โโs+21โ)=s+21โ.
The ROC for X(s) is Re{s}>โ2.
Initially, R1โโฉR2โ would be Re{s}>โ1. However, due to the cancellation of the pole at s=โ1, the ROC expands.
Two poles at the same location may cancel, leading to an expanded ROC.
Otherwise, the new ROC is exactly the intersection of the original ROCs. For example, if X1โ(s)=s+11โ with Re{s}<โ1 and X2โ(s)=s+21โ with Re{s}>โ2, then the ROC for X1โ(s)โX2โ(s) is โ2<Re{s}<โ1.
2. Time Shifting (ๆถ็งปๆง่ดจ)
If x(t)โX(s) with ROC R.
Then x(tโt0โ)โX(s)eโst0โ with ROC R.
Multiplying by eโst0โ does not change the ROC because it doesnโt make a finite number infinite or vice versa (i.e., doesnโt add or remove poles).
3. Shifting in the s-domain (sๅๅนณ็งป)
If x(t)โX(s) with ROC R.
Then x(t)es0โtโX(sโs0โ) with ROC R+Re{s0โ}.
The ROC is shifted along the ฯ-axis by Re{s0โ}.
Shifting along the jฯ-axis (i.e., if s0โ=jฯ0โ) does not change the ROC.
Example: s-domain shifting
Let x(t)=eโtu(t)โX(s)=s+11โ, with ROC ฯ>โ1.
Consider x(t)eโ2t=eโtu(t)eโ2t=eโ3tu(t).
Using the s-domain shifting property with s0โ=โ2: eโ3tu(t)โX(sโ(โ2))=X(s+2)=(s+2)+11โ=s+31โ.
The new ROC is R+Re{s0โ}=(ฯ>โ1)+(โ2)=ฯ>โ1โ2=ฯ>โ3.
4. Time Scaling (ๆถๅๅฐบๅบฆๅๆข)
If x(t)โX(s) with ROC R.
Then x(at)โโฃaโฃ1โX(asโ) with ROC aR.
Scaling in the time domain causes inverse scaling of the Laplace transform along both the jฯ-axis and the ฯ-axis.
The ROC is changed to aR due to the anti-scaling along the ฯ-axis. If R is Re{s}>ฯ1โ, then aR is Re{s/a}>ฯ1โ, so Re{s}>aฯ1โ if a>0, or Re{s}<aฯ1โ if a<0. More generally, if sโR, then s/a must satisfy the conditions for R. This means if ฯminโ<Re{s}<ฯmaxโ is R, then ฯminโ<Re{s/a}<ฯmaxโ. This implies aฯminโ<Re{s}<aฯmaxโ if a>0, and aฯmaxโ<Re{s}<aฯminโ (or aฯminโ>Re{s}>aฯmaxโ) if a<0.
Special Case: x(โt)
Here a=โ1. x(โt)โโฃโ1โฃ1โX(โ1sโ)=X(โs).
The ROC becomes โR.
X(โs) is X(s) reversed about the s-plane origin (reversed about both ฯ-axis and jฯ-axis).
โR is R reversed about the jฯ-axis (since ROCs are vertical strips).
Indications:
If x(t) is even symmetric (x(t)=x(โt)), then X(s)=X(โs), and R=โR. This means X(s) is even symmetric about the s-plane origin, and R is symmetric about the jฯ-axis (a half-plane ROC is impossible unless itโs the entire s-plane).
If x(t) is odd symmetric (x(t)=โx(โt)), then X(s)=โX(โs), and R=โR. This means X(s) is odd symmetric about the s-plane origin, and R is symmetric about the jฯ-axis.
Example: Time Scaling
Given x(t)=eโtu(t)โX(s)=s+11โ, ROC: ฯ>โ1.
Determine the Laplace transform of x(t/(โ2)).
Here a=โ1/2. x(โ2tโ)โโฃโ1/2โฃ1โX(โ1/2sโ)=2X(โ2s). 2X(โ2s)=2โ (โ2s)+11โ=1โ2s2โ.
The original ROC is Re{s}>โ1. The new ROC is aR, so Re{โ2s}>โ1. Re{โ2s}>โ1โนโ2Re{s}>โ1โนRe{s}<1/2.
So the ROC is ฯ<1/2.
Laplace Transform Properties
1. Time Scaling (ๆถๅๅฐบๅบฆๅๆข)
If x(t)โX(s) with ROC: R, then for a non-zero constant a:
x(at)โโฃaโฃ1โX(asโ)
The new ROC is aR={sโฒโฃsโฒ/aโR}.
Scaling in the time domain by a causes an inverse scaling in the s-domain by 1/a for both the real (ฯ) and imaginary (jฯ) axes.
The ROC changes due to this anti-scaling along the ฯ-axis.
Special Case: Time Reversal
If a=โ1:
x(โt)โX(โs)
The new ROC is โR.
X(โs) is X(s) reversed about the s-plane origin (both ฯ and jฯ axes).
โR is R reversed about the jฯ-axis.
Symmetry Implications from Time Reversal:
If x(t) is even symmetric (x(t)=x(โt)), then X(s)=X(โs) (even symmetric about the origin) and R=โR (ROC is symmetric about the jฯ-axis). Half-plane ROCs are not possible for non-trivial even signals.
If x(t) is odd symmetric (x(t)=โx(โt)), then X(s)=โX(โs) (odd symmetric about the origin) and R=โR (ROC is symmetric about the jฯ-axis).
Example:
Given x(t)=eโtu(t)โX(s)=s+11โ with ROC: ฯ>โ1.
Determine the Laplace transform of x(t/(โ2)).
Here a=โ1/2.
The new ROC is aR=(โ1/2)R. If Re{soldโ}>โ1, then Re{snewโ/a}>โ1โRe{โ2snewโ}>โ1โโ2ฯnewโ>โ1โฯnewโ<1/2.
So, ROC: ฯ<1/2.
2. Conjugation (ๅ ฑ่ฝญๅฏน็งฐๆง)
If x(t)โX(s) with ROC: R, then:
xโ(t)โXโ(sโ)
The ROC remains R.
Xโ(sโ) is Xโ(ฯโjฯ), which means the original Laplace transform X(ฯ+jฯ) is conjugated and its imaginary frequency component is reversed.
Proof:L{xโ(t)}=โซโโโโxโ(t)eโstdt=โซโโโโ(x(t)eโsโt)โdt. This can be related to the Fourier Transform: L{xโ(t)}=F{xโ(t)eโฯt}=F{(x(t)eโฯt)โ}. Using the conjugation property of FT, this becomes Xโ(ฯโjฯ)=Xโ(sโ).
Indications for Real Signals x(t):
If x(t) is real, then x(t)=xโ(t), which implies X(s)=Xโ(sโ).
This means X(ฯ+jฯ)=Xโ(ฯโjฯ).
The Laplace transform of a real signal is conjugate symmetric about the ฯ-axis (real axis).
Re{X(s)} is even symmetric about the ฯ-axis.
Im{X(s)} is odd symmetric about the ฯ-axis.
Poles and Zeros: For real signals, all complex poles and zeros must occur in conjugate pairs. Poles and zeros on the real axis do not require a conjugate pair.
If X(ฯ+jฯ)=0 (a zero), then X(ฯโjฯ)=0.
If X(ฯ+jฯ)=ยฑโ (a pole), then X(ฯโjฯ)=ยฑโ.
Example Visual:
Signal 1: Has a non-real zero without a conjugate pair, so it cannot correspond to a real signal.
Signal 2: Has a non-real pole without a conjugate pair, so it cannot correspond to a real signal.
Signal 3: Shows a pole on the real axis and a pair of conjugate zeros, which can correspond to a real signal.
3. Convolution Property (ๅท็งฏๆง่ดจ)
If x1โ(t)โX1โ(s) with ROC: R1โ and x2โ(t)โX2โ(s) with ROC: R2โ, then:
x1โ(t)โx2โ(t)โX1โ(s)X2โ(s)
The ROC of the product X1โ(s)X2โ(s) contains R1โโฉR2โ.
Typically, the ROC is R1โโฉR2โ.
The ROC can be larger than R1โโฉR2โ (i.e., ROCโR1โโฉR2โ) if pole-zero cancellation occurs between X1โ(s) and X2โ(s).
Eigenfunction Property of LTI Systems:
For an LTI system with impulse response h(t), if the input is est, the output is estH(s).
Thus, Laplacian complex exponentials est are eigenfunctions of LTI systems.
Proof of Convolution Property:
Let y(t)=x(t)โh(t). x(t)=2ฯj1โโซฯโjโฯ+jโโX(sโฒ)esโฒtdsโฒ (Inverse Laplace Transform) y(t)=(2ฯj1โโซฯโjโฯ+jโโX(sโฒ)esโฒtdsโฒ)โh(t)
Due to linearity of integration and convolution: y(t)=2ฯj1โโซฯโjโฯ+jโโX(sโฒ)[esโฒtโh(t)]dsโฒ
Using the eigenfunction property esโฒtโh(t)=H(sโฒ)esโฒt: y(t)=2ฯj1โโซฯโjโฯ+jโโX(sโฒ)H(sโฒ)esโฒtdsโฒ
This is the inverse Laplace transform of X(sโฒ)H(sโฒ). So, Y(s)=X(s)H(s).
Examples of ROC for Convolution:
Pole-Zero Cancellation leading to ROC expansion:
Let x1โ(t)=u(t)โX1โ(s)=s1โ, ROC: Re{s}>0.
Let x2โ(t)=ฮดโฒ(t)โX2โ(s)=s, ROC: All s.
Then x1โ(t)โx2โ(t)โX1โ(s)X2โ(s)=s1โโ s=1.
The ROC of 1 is the entire s-plane (C). Here R1โโฉR2โ=Re{s}>0. The final ROC is C, which is larger than R1โโฉR2โ.
Pole-Zero Cancellation and ROC: X1โ(s)=s+11โ, ROC:R1โ={ฯ>โ1}. X2โ(s)=(s+2)(s+3)s+1โ, ROC:R2โ={ฯ>โ2}. X1โ(s)X2โ(s)=(s+2)(s+3)1โ. R1โโฉR2โ={ฯ>โ1}. The poles of the product are at s=โ2,s=โ3. The ROC of the product is ฯ>โ2. This ROC is larger than R1โโฉR2โ.
4. Differentiation in the Time Domain (ๆถๅๅพฎๅ)
If x(t)โX(s) with ROC: R, then:
dtdx(t)โโsX(s)
The ROC of sX(s) contains R (ROCโR).
The ROC can become larger if X(s) has a pole at s=0 which is cancelled by the multiplication by s.
Example using s-Domain Differentiation:
Determine the time domain signal x(t) for X(s)=(s+a)21โ, ROC: ฯ>โa.
We know that eโatu(t)โs+a1โ.
Also, (s+a)21โ=โdsdโ(s+a1โ).
Using the s-domain differentiation property, if โdsdโ(s+a1โ)โY(s), then x(t) corresponding to (s+a)21โ is tx0โ(t) where x0โ(t)โs+a1โ.
So, x(t)=teโatu(t). (This also directly matches pair 8 in Table 9.2)
Example: Partial Fraction Expansion and Inverse Transform
Given X(s)=(s+1)2(s+2)2s2+5s+5โ, Re{s}>โ1. Determine x(t).
Using partial fraction expansion: X(s)=(s+1)2Aโ+s+1Bโ+s+2Cโ
Calculation yields: A=2,B=โ1,C=3. X(s)=(s+1)22โโs+11โ+s+23โ, Re{s}>โ1.
Using standard pairs (and the previous example for the first term): x(t)=[2teโtโeโt+3eโ2t]u(t).
6. Integration in the Time Domain (ๆถๅ็งฏๅ)
If x(t)โX(s) with ROC: R, then:
โซโโtโx(ฯ)dฯโs1โX(s)
The ROC of s1โX(s) contains Rโฉ{Re[s]>0}.
The ROC can be larger if X(s) has a zero at s=0 that cancels the pole introduced by 1/s.
Proof (using convolution):โซโโtโx(ฯ)dฯ=x(t)โu(t).
We know u(t)โs1โ with ROCuโ={Re[s]>0}.
Using the convolution property, x(t)โu(t)โX(s)โ s1โ. The ROC contains RโฉROCuโ=Rโฉ{Re[s]>0}.
7. Initial-Value Theorem (ๅๅผๅฎ็)
If x(t)=0 for t<0 AND x(t) contains no impulses or higher-order singularities at t=0, then the initial value of x(t) at t=0+ is:
x(0+)=sโโlimโsX(s)
Informal Explanation:sX(s)โL{dtdx(t)โ}. Then limsโโโsX(s)=limฯโโโโซ0โโโxโฒ(t)eโฯtdt. As ฯโโ, eโฯt becomes highly concentrated at t=0+. This integral then approximates โซ0โ0+โxโฒ(t)dt=x(0+)โx(0โ). Since x(t)=0 for t<0, x(0โ)=0. Thus, x(0+).
8. Final-Value Theorem (็ปๅผๅฎ็)
If x(t)=0 for t<0 AND x(t) contains no impulses or higher-order singularities at t=0 AND x(t) has a finite limit as tโโ (i.e., all poles of sX(s) are in the LHP), then the final value of x(t) is:
limtโโโx(t)=sโ0limโsX(s)
Tentative Explanation: Similar to the initial value theorem, limsโ0โsX(s)=limฯโ0โโซ0โโโxโฒ(t)eโฯtdt=โซ0โโโxโฒ(t)dt=x(โ)โx(0โ). Since x(0โ)=0, this is x(โ).
Condition for applicability: The theorem applies only if sX(s) has all its poles in the left-half s-plane. If there are poles on the jฯ-axis (for s๎ =0) or in the RHP, x(t) either oscillates or grows unboundedly, and the theorem does not hold.
Examples of Initial and Final Value Theorems:
Example (A):
H(s)=s(s+1)1โ, Re{s}>0. Poles of sH(s)=s+11โ is at s=โ1 (LHP). h(โ)=limsโ0โsH(s)=limsโ0โs(s+1)sโ=limsโ0โs+11โ=1.
H(s)=s+21โ, Re{s}>โ2. Poles of sH(s)=s+2sโ is at s=โ2 (LHP). h(โ)=limsโ0โsH(s)=limsโ0โs+2sโ=20โ=0.
Example (B): X(s)=(s2+2s+10)(s+2)2s2+5s+12โ, Re{s}>โ1. sX(s)=(s2+2s+10)(s+2)s(2s2+5s+12)โ. Initial Value: x(0+)=limsโโโsX(s)=limsโโโs3+4s2+14s+202s3+5s2+12sโ=limsโโโs32s3โ=2. Final Value: Poles of X(s) are at s=โ2 and s2+2s+10=0โs=2โ2ยฑ4โ40โโ=โ1ยฑj3. All poles are in LHP. x(โ)=limsโ0โsX(s)=limsโ0โ(s2+2s+10)(s+2)s(2s2+5s+12)โ=10โ 20โ 12โ=0.
Table of Common Laplace Transforms
Signal x(t)
Transform X(s)
ROC
a\delta(t)$
1
All s
u(t)
s1โ
Re{s}>0
โu(โt)
s1โ
Re{s}<0
eโฮฑtu(t)
s+ฮฑ1โ
Re{s}>โRe{ฮฑ}
โeโฮฑtu(โt)
s+ฮฑ1โ
Re{s}<โRe{ฮฑ}
teโฮฑtu(t)
(s+ฮฑ)21โ
Re{s}>โRe{ฮฑ}
(nโ1)!tnโ1โeโฮฑtu(t)
(s+ฮฑ)n1โ
Re{s}>โRe{ฮฑ}
[cos(ฯ0โt)]u(t)
s2+ฯ02โsโ
Re{s}>0
[sin(ฯ0โt)]u(t)
s2+ฯ02โฯ0โโ
Re{s}>0
[eโฮฑtcos(ฯ0โt)]u(t)
(s+ฮฑ)2+ฯ02โs+ฮฑโ
Re{s}>โRe{ฮฑ}
[eโฮฑtsin(ฯ0โt)]u(t)
(s+ฮฑ)2+ฯ02โฯ0โโ
Re{s}>โRe{ฮฑ}
Laplace Transform for LTI System Analysis
System Function H(s)
The system function (or transfer function) of an LTI system is the Laplace transform of its impulse response h(t):
H(s)=L{h(t)}
Given an input x(t)โX(s), the output y(t)โY(s) is:
Y(s)=H(s)X(s)
The ROC of Y(s) is ROCYโโROCXโโฉROCHโ.
The system function H(s) is a generalization of the frequency response H(jฯ), and can be used for unstable systems where H(jฯ) might not converge.
Example:
Input x(t)=eโtu(t) and impulse response h(t)=eโ2tu(t).
(a) X(s)=s+11โ, ROCXโ:Re{s}>โ1. H(s)=s+21โ, ROCHโ:Re{s}>โ2.
(b) Y(s)=X(s)H(s)=(s+1)(s+2)1โ. ROCYโ=ROCXโโฉROCHโ={Re{s}>โ1}โฉ{Re{s}>โ2}={Re{s}>โ1}.
ยฉ Using partial fraction expansion: Y(s)=s+11โโs+21โ.
Therefore, y(t)=eโtu(t)โeโ2tu(t) for Re{s}>โ1. (The slide has a typo โcostโ which should be โu(t)โ).
Frequency Response Consideration:
If h(t)=etu(t), then H(s)=sโ11โ with ROCHโ:Re{s}>1. This system is unstable, and its ROC does not include the jฯ-axis, so its frequency response H(jฯ) does not converge. Laplace transform is suitable here.
Causality and ROC
Causal System โ Right-Half Plane ROC: If an LTI system is causal (h(t)=0 for t<0), then the ROC of its system function H(s) (if it exists) must be a right-half plane (i.e., Re{s}>ฯmaxโ, where ฯmaxโ is the real part of the rightmost pole, or Re{s}>โโ if no poles).
This is a necessary condition. A right-half plane ROC implies the signal is right-sided, but not necessarily causal (h(t)=0 strictly for t<0).
Example of right-sided, non-causal: h(t)=eโ(t+1)u(t+1) has H(s)=s+1esโ with ROC Re{s}>โ1. h(t) is non-zero for โ1โคt<0.
Rational System Function and Causality: For an LTI system with a rational system function H(s), Causality โ RHP ROC:
The system is causal if and only if the ROC of H(s) is a right-half plane, specifically Re{s}>Re{prightmostโ}, where prightmostโ is the pole with the largest real part. If there are no poles, the ROC is the entire s-plane.
Anti-Causal System โ Left-Half Plane ROC: An anti-causal LTI system (h(t)=0 for t>0) has a system function whose ROC is a left-half plane (Re{s}<ฯminโ).
For rationalH(s): The system is anti-causal if and only if its ROC is a left-half plane, Re{s}<Re{pleftmostโ}.
Examples - Causality from ROC:
H(s)=s+11โ with ROC Re{s}>โ1. Since H(s) is rational and its ROC is a right-half plane to the right of its pole at s=โ1, the system is causal.
h(t)=eโโฃtโฃ. This system is not causal as h(t)๎ =0 for t<0.
Its Laplace transform is H(s)=s2โ1โ2โ=(sโ1)(s+1)โ2โ with ROC โ1<Re{s}<1.
This H(s) is rational. The ROC is a strip, not a right-half plane to the right of the rightmost pole (s=1). This is consistent with the system being non-causal.
Stability and ROC
An LTI system is stable if and only if the ROC of its system function H(s)includes the entire jฯ-axis (Re{s}=0).
Causal and Rational System Stability: A causal LTI system with a rational system function H(s) is stable if and only if all of its poles lie strictly in the left-half of the s-plane (Re{pole}<0).
If a causal system has poles on the jฯ-axis, it is unstable.
Example - Stability and Causality: h(t)=eโtu(t)+eโ2tu(t). H(s)=s+11โ+s+21โ=(s+1)(s+2)(s+2)+(s+1)โ=s2+3s+22s+3โ.
The poles are at s=โ1 and s=โ2.
The ROC is Re{s}>โ1.
Causality:H(s) is rational, and the ROC Re{s}>โ1 is a right-half plane to the right of the rightmost pole (s=โ1). Thus, the system is causal.
Stability: The ROC Re{s}>โ1 includes the jฯ-axis (Re{s}=0). Thus, the system is stable.
(Alternatively for causal rational system: All poles s=โ1,s=โ2 are in the LHP, so the system is stable.)
System Function of LTI Systems Described by LCCDEs
For a Linear Constant-Coefficient Differential Equation (LCCDE):
This H(s) is always a rational function of s.
The ROC of H(s) is not determined by the equation alone; it depends on system properties like causality or stability.
Example - ROC based on System Properties:
Given LCCDE dtdy(t)โ+y(t)=x(t). The system function is H(s)=s+11โ.
If the system is causal, ROC is Re{s}>โ1.
If the system is anti-causal, ROC is Re{s}<โ1.
If the system is stable, the ROC must include the jฯ-axis. For H(s)=s+11โ, this means ROC is Re{s}>โ1. (Thus a stable system with this H(s) must also be causal).
If the system is unstable, the ROC Re{s}<โ1 would make it unstable.
Example: RLC Circuit
For a series RLC circuit with input x(t) (voltage source) and output y(t) (voltage across capacitor C):
Differential Equation: LCdt2d2y(t)โ+RCdtdy(t)โ+y(t)=x(t).
System Function: H(s)=s2+(R/L)s+(1/LC)1/LCโ.
Assume causality with R=2,L=1,C=1: H(s)=s2+2s+11โ=(s+1)21โ. Poles at s=โ1 (double).
Since causal, ROC is Re{s}>โ1.
Assume stability and R,L,C are positive:
Poles of H(s) are roots of s2+(R/L)s+(1/LC)=0. If R,L,C>0, the coefficients (R/L) and (1/LC) are positive.
This ensures that the real parts of the poles are negative (i.e., poles are in LHP).
Since the system is stable, the ROC must include the jฯ-axis.
Given poles are in LHP and ROC includes jฯ-axis, the ROC must be a right-half plane Re{s}>Re{prightmostpoleโ}. (This also implies causality for such a system).
Example 9.25: Determining H(s), DE, Causality, Stability
Given LTI system with input x(t)=eโ3tu(t) and output y(t)=[eโtโeโ2t]u(t). X(s)=s+31โ, ROCXโ:Re{s}>โ3. Y(s)=s+11โโs+21โ=(s+1)(s+2)1โ, ROCYโ:Re{s}>โ1.
System function: H(s)=X(s)Y(s)โ=1/(s+3)1/((s+1)(s+2))โ=(s+1)(s+2)s+3โ=s2+3s+2s+3โ.
Differential Equation: From H(s)(s2+3s+2)=(s+3), we get Y(s)(s2+3s+2)=X(s)(s+3). dt2d2y(t)โ+3dtdy(t)โ+2y(t)=dtdx(t)โ+3x(t).
ROC of H(s): Poles are at s=โ1,s=โ2. Possible ROCs: Re{s}>โ1, Re{s}<โ2, or โ2<Re{s}<โ1.
Using ROCYโโROCXโโฉROCHโ.
If ROCHโ=Re{s}>โ1: ROCXโโฉROCHโ=(Re{s}>โ3)โฉ(Re{s}>โ1)=Re{s}>โ1. Only this matches ROCYโ.
Thus, ROCHโ=Re{s}>โ1.
Causality:H(s) is rational, ROC is Re{s}>โ1 (RHP to the right of rightmost pole), so system is causal.
Stability: ROC Re{s}>โ1 includes the jฯ-axis, so system is stable.
Example 9.26: Determining H(s) from Properties
Given LTI system:
Causal.
H(s) rational, only 2 poles at s=โ2 and s=4.
If input x(t)=1 (DC), output y(t)=0.
h(0+)=4.
Derivation:
From (1) & (2): Causal with poles at s=โ2,s=4โน ROC is Re{s}>4.
(System is unstable as ROC does not include jฯ-axis / pole in RHP for causal system).
Denominator of H(s) is (s+2)(sโ4).
From (3):
x(t)=1โนX(0)=2ฯฮด(s) . Y(s)=H(s)X(s). y(t)=0โนY(s)=0. This means H(0)=0 (since X(0)๎ =0). So s=0 is a zero of H(s).
H(0)=0โน Numerator has a factor s. So H(s)=K(s+2)(sโ4)sโ.
From (4): Initial Value Theorem: h(0+)=limsโโโsH(s)=4. sH(s)=K(s+2)(sโ4)s2โ=Ks2โ2sโ8s2โ. limsโโโsH(s)=limsโโโKs2s2โ=K.
So, K=4.
System Function: H(s)=(s+2)(sโ4)4sโ.
Example 9.27: Analyzing System Properties
Given: Stable and causal LTI system, H(s) rational, pole at s=โ2, no zero at origin (H(0)๎ =0).
Inferences from given info:
Causal and stable โน all poles in LHP (Re{s}<0). ROC is Re{s}>ฯmax_poleโ and includes jฯ-axis. So ฯmax_poleโ<0.
Pole at s=โ2โนฯmax_poleโโฅโ2. So, ROC is Re{s}>ฯ0โ where โ2โคฯ0โ<0.
(a) F{h(t)e3t} converges?
This is equivalent to checking if H(sโ3) has an ROC that includes the jฯ-axis. The ROC of H(sโ3) is ROC of H(s) shifted right by 3: Re{s}>ฯ0โ+3. For convergence, 0>ฯ0โ+3โนฯ0โ<โ3. This contradicts ฯ0โโฅโ2. False.
(b) โซโโ+โโh(t)dt=0?
This integral is H(0). System is stable, so H(0) is finite. Given H(s) does not have a zero at the origin, so H(0)๎ =0. False.
ยฉ th(t) is the impulse response of a causal and stable system?
Let g(t)=th(t)โG(s)=โdsdH(s)โ.
Causality: If h(t) is causal (h(t)=0,t<0), then th(t) is also causal.
Stability: Differentiation does not change pole locations. Poles of G(s) are same as H(s) (all in LHP). G(s) is rational if H(s) is. Causal + rational + all poles in LHP โน stable. True.
(d) dh(t)/dt contains at least one pole in its Laplace transform. L{dh(t)/dt}=sH(s) (assuming h(0โ)=0 for causal system). H(s) has a pole at s=โ2. sH(s) will also have this pole (unless s=0 was the pole, which it is not). True.
(e) h(t) has finite duration.
If h(t) has finite duration, its ROC is the entire s-plane (except possibly s=0,โ). H(s) has a pole at s=โ2, so ROC is not the entire s-plane. False.
(f) H(s)=H(โs).
This implies h(t) is an even function. A non-trivial causal function cannot be even unless itโs an impulse train at t=0. Pole at s=โ2 means h(t) is not just cฮด(t). If H(s)=H(โs), and spโ=โ2 is a pole, then s=โspโ=2 must also be a pole. This contradicts stability for a causal system. False.
(g) limsโโโH(s)=2.
Let H(s)=N(s)/D(s). The limit depends on the relative degrees of N(s) and D(s).
If H(s)=2+s+21โ, then limsโโโH(s)=2. This H(s) is causal, stable (pole at s=โ2), no zero at origin (H(0)=2.5).
If H(s)=s+21โ, then limsโโโH(s)=0. This also fits the criteria.
Therefore, there is insufficient information.