Exam3 Solutions
Exam3 Solutions
2. (20 pts.) Obtain the inverse Laplace transforms of the following functions:
5
(a) X(s) = 3 (Hint: s + 1 is a factor.)
s + s2 + 9s + 9
Solution:
5 5 5
X(s) = = 2 =
s2 (s + 1) + 9(s + 1) (s + 9)(s + 1) (s + 3j)(s − 3j)(s + 1)
2
Exam III: Solutions
3. (15 pts.) For each of the signals below, determine the poles of its Laplace transform without
actually computing the Laplace transform.
h i
(a) x1 (t) = 3e−2t − te−2t + 8e−t/3 u(t)
Solution: p1 = p2 = −2, p3 = −1/3
(b) x2 (t) = 4e−t cos(7t + π/4)u(t) + 9u(t)
Solution: p1 = −1 + 7j, p2 = −1 − 7j, p3 = 0
(c) x3 (t) = 2 cos(3t − π/16)u(t) + 3 sin(4t)u(t)
Solution: p1 = 3j, p2 = −3j, p3 = 4j, p3 = −4j
−3t
(d) x4 (t) = e cos(4t) + 2te −3t cos(4t + π/18) u(t)
Solution: p1 = p2 = −3 + 4j; p3 = p4 = −3 − 4j
2t 2t
(e) x5 (t) = e + 3te + e −t sin(6t) u(t)
Solution: p1 = p2 = 2, p3 = −1 + 6j, p4 = −1 − 6j
3
Exam III: Solutions
+
X(s) _
H1(s) Y(s)
H2(s)
where
s b
H1 (s) = and H2 (s) = .
(s + 1)(s + a) s
(a) Determine a and b such that the overall transfer function is
s
H(s) =
(s + 4)(s + 5)
Solution:
s
H1 (s) (s+1)(s+a) s s
H(s) = = s b
= = 2
1 + H1 (s)H2 (s) 1 + (s+1)(s+a) s
(s + 1)(s + a) + b s + (a + 1)s + (a + b)
a = 8, b = 12
(b) Determine the output y(t) of the system with the above transfer function to the unit-step
input x(t) = u(t).
Solution: X(s) = 1/s, so
s 1 1
Y (s) = H(s)X(s) = =
(s + 4)(s + 5) s (s + 4)(s + 5)
4
Exam III: Solutions
(a) We want to design a lowpass filter that would remove no more than 10% of the signal
energy. What should be the cutoff frequency of this filter?
∞
X
Solution: X(ω) = 2−k/2 π [δ(ω + 40πk) + δ(ω − 40πk)] By Parseval’s theorem,
k=0
1 ∞
Z
Signal energy = |X(ω)|2 dω
2π −∞
∞ ∞
1
Z
2
X
−k 2
= 2 π [δ(ω + 40πk) + δ(ω − 40πk)] dω
2π −∞
k=0
∞
π X
= 2−k · 2
2
k=0
= 2π.
If we use a lowpass filter to remove all frequencies higher than 40πk0 , the filtered signal will be
k0
X k0
X
x̃(t) = 2−k/2 cos(40πkt), and X̃(ω) = 2−k/2 π [δ(ω + 40πk) + δ(ω − 40πk)].
k=0 k=0
∞
1
Z
Filtered signal energy = |X̃(ω)|2 dω
2π −∞
k0 Z ∞
1 X 2
= 2−k π 2 [δ(ω + 40πk) + δ(ω − 40πk)] dω
2π −∞
k=0
k0
X
= π 2−k
k=0
1 − 2−(k0 +1)
= π
1 − 1/2
= 2π 1 − 2−(k0 +1) .
We want
Filtered signal energy
= 1 − 2−(k0 +1) ≥ 0.9,
Signal energy
which is achieved when k0 ≥ 4. Thus, the cutoff frequency should be 40πk0 = 160π rad/s.
(b) Let x̃(t) be the corresponding filtered version of x(t). What is the bandwidth of x̃(t)?
What is the Nyquist rate?
Solution: the highest frequency component in x̃(t) is ω = 160π rad/s. Thus, the bandwidth is 160π
rad/s. The Nyquist rate is 2 × bandwidth = 320π rad/s.