0% found this document useful (0 votes)
57 views12 pages

Chapter 4 - Solved Problems: Solutions To Solved Problem 4.1

This document contains solutions to 10 solved problems related to linear time-invariant systems and their transfer functions. Problem 4.1 determines the transfer function of a system given information about its relative degree and poles. Problem 4.2 computes the initial slope of a unit step response. Problem 4.3 finds the zeros of a system based on its unit step response. The remaining problems involve computing Laplace transforms, inverse Laplace transforms, transfer functions from differential equations, and other related calculations. Detailed step-by-step solutions are provided for each problem.

Uploaded by

cilent
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
57 views12 pages

Chapter 4 - Solved Problems: Solutions To Solved Problem 4.1

This document contains solutions to 10 solved problems related to linear time-invariant systems and their transfer functions. Problem 4.1 determines the transfer function of a system given information about its relative degree and poles. Problem 4.2 computes the initial slope of a unit step response. Problem 4.3 finds the zeros of a system based on its unit step response. The remaining problems involve computing Laplace transforms, inverse Laplace transforms, transfer functions from differential equations, and other related calculations. Detailed step-by-step solutions are provided for each problem.

Uploaded by

cilent
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

Chapter 4 - Solved Problems

Solved Problem 4.1. Contributed by - James Welsh, University of Newcastle, Australia.


Determine the transfer function of a linear time invariant system given the following information:
4.1.1 The system has relative degree 3.
4.1.2 It has 3 poles of which 2 are at -2 and -4.
4.1.3 The impulse response resembles a step response for a stable linear system with a steady state value
of 0.25.
Solutions to Solved Problem 4.1
Solved Problem 4.2. Consider a system with transfer function given by
H(s) =
2(s + 1)
s
2
+ 4s + 9
(1)
and denote by g(t) the unit step response with zero initial conditions.
Compute the initial slope of g(t), i.e. the slope at t = 0
+
.
Solutions to Solved Problem 4.2
Solved Problem 4.3. The unit step response of a system with zero initial conditions is given by
y(t) = 5 2e
3t
3e
6t
(2)
Compute the system zeros, if any.
Solutions to Solved Problem 4.3
Solved Problem 4.4. The response of a linear system to a Dirac delta is given by h(t) = 2e
3t
(t).
Compute the system d.c. gain
Solutions to Solved Problem 4.4
Solved Problem 4.5. A signal f(t) has the Fourier transform given by F(j), depicted in Figure 1.
4.5.1 Show that f(t) is an even real signal.
4.5.2 Compute f(0), without inverting the Fourier transform.
Solutions to Solved Problem 4.5
Solved Problem 4.6. A system has a transfer function given by H(s) =
2
s + 1
+

s + 2
. Is there a range
of real values for such that the system unit step response exhibits undershoot?
Solutions to Solved Problem 4.6
Solved Problem 4.7. Contributed by - Rodrigo Musalem, Universidad Tecnica Federico Santa Maria,
Chile.
Determine the Laplace Transform for each of the following functions.
1
5 4 3 2 1 0 1 2 3 4 5
1
0
1
2
3
4
Frequency [rad/s]
F
(
j

)
Figure 1: Spectrum of an even signal
4.7.1
f
1
(t) =
1
2
te
t
+
5
4
e
t

5
4
e
3t
(3)
4.7.2
f
2
(t) =
1
10
t sin5t (4)
4.7.3
f
3
(t) = 8t cos 3t +
1
9
_
1 e
2t
2te
2t
_
(5)
4.7.4
f
4i
(t) = e
3t
(t 2) (6)
f
4ii
(t) = e
3(t2)
(t 2) (7)
Compare and discuss. Then, analyze the general case,
f
1
(t) = f(t)(t ) (8)
f
2
(t) = f(t )(t ) (9)
Solutions to Solved Problem 4.7
Solved Problem 4.8. Contributed by - Rodrigo Musalem, Universidad Tecnica Federico Santa Maria,
Chile.
Determine the Inverse Laplace Transform for each of the following functions.
4.8.1
F
1
(s) =
3(s + 2)
s(s + 3)(s + 4)
(10)
4.8.2
F
2
(s) =
16
(s
2
+ 4)
2
(11)
2
4.8.3
F
3
(s) = e
2s
F
2
(s) (12)
4.8.4
F
4
(s) =
s + +
(s +)(s + 1)
(13)
Where || ||. Analyze your results.
4.8.5
F
5
(s) =
s +a
s
2
(14)
Solutions to Solved Problem 4.8
Solved Problem 4.9. Contributed by - Rodrigo Musalem, Universidad Tecnica Federico Santa Maria,
Chile.
Obtain the transfer function
Y (s)
U(s)
for the dierential equation below.
d
2
y
dt
2
+ 4
dy
dt
+ 3y(t) = 2
du
dt
+u(t) (15)
Solutions to Solved Problem 4.9
Solved Problem 4.10. Contributed by - Rodrigo Musalem, Universidad Tecnica Federico Santa Maria,
Chile.
Obtain the Inverse Laplace Transform for the following function.
F(s) =
As +B
(s +)
2
+
2
(16)
Solutions to Solved Problem 4.10
3
Chapter 4 - Solutions to Solved Problems
Solution 4.1.
4.1.1 The system has relative degree 3 with 3 poles - hence it has no nite zeros.
4.1.2 It has 3 poles, hence it takes the form
G(s) =
K
A

(s)(s + 2)(s + 4)
(17)
4.1.3 Since the impulse response resembles a step response with steady state value we conclude the system
must contain a pole at zero.
Therefore the transfer function is of the form
G(s) =
K
s(s + 2)(s + 4)
(18)
We use the nal value theorem to determine K.
lim
s0
G(s) = lim
s0
sK
s(s + 2)(s + 4)
(19)
=
K
8
(20)
Given the steady state value of 0.25, i.e., lim
s0
sG(s) = 0.25 we nd
K = 2 (21)
Therefore
G(s) =
2
s(s + 2)(s + 4)
(22)
Solution 4.2. We rst note that the derivative of g(t) is the response to the derivative of the unit step,
i.e., it is equal to the response to a Dirac delta. Hence
L
_
dg(t)
dt
_
= L[h(t)] = H(s) (23)
Therefore the answer to the question translates into computing h(0
+
). This can be computed via the
Initial Value Theorem (see Table 4.2 of the book). This yields
g(0
+
) = h(0
+
) = lim
s
sH(s) = lim
s
2s(s + 1)
s
2
+ 4s + 9
= 2 (24)
4
Solution 4.3. We rst notice that
L[y(t)] = Y (s) = H(s)
1
s
= H(s) = sY (s) (25)
Hence
H(s) = s
_
5
s

2
s + 3

3
s + 6
_
= 6
4s + 15
s(s + 3)(s + 6)
(26)
Thus the system has one zero located at s =
15
4
Solution 4.4. The system d.c. gain is given by H(0) where H(s) is the system transfer function, which
is equal the Laplace transformation of h(t), i.e. the Laplace transform of the system response to a unit
impulse. We also note that, for this system, the Laplace transform of h(t) has a region of convergence
given by {s} > 3. Therefore
H(0) =
_

0
h(t) dt =
_

0
2e
3t
dt =
2
3
(27)
Solution 4.5. We rst note that Figure 1 depicts F(j). This implies that the angle of the Fourier
transform is 0 (or a multiple of 2), for all R.
4.5.1 We recall from subsection 4.10.1 of the book that
f(t) =
1
2
_

F(j)e
jt
d (28)
Hence, if we conjugate both sides of equation (28) and use the fact that F(j)

= F(j) we obtain
f(t)

=
1
2
_

F(j)e
jt
d =
1
2
_

F(j)e
jt
d = f(t) (29)
The above result says that f(t) is real since f(t)

= f(t) for all t.


From (28) we also have that
f(t) =
1
2
_

F(j)e
jt
d (30)
We now make a change of variables in the integral, say = v, then
f(t) =
1
2
_

F(jv)e
jvt
d (31)
However, since F(j) is real and even, then F(jv) = F(jv). This proves that f(t) = f(t), i.e.,
that f(t) is an even real signal.
4.5.2 To compute f(0) we use (28) which yields
f(0) =
1
2
_

F(j) d =
1

_
2
0
F(j) d =
3

(32)
5
Solution 4.6. We rst note that if > 0 the unit step response is always positive, thus no undershoot
occurs.
To have undershoot in the unit step response it is sucient that a linear system have a real zero in the
open RHP (a NMP zero, see page 99 of the book). To investigate that possibility we add the two fractions
in H(s) to yield
H(s) =
2s + 4 +s +
(s + 1)(s + 2)
= (4 +)
2 +
4 +
s + 1
(s + 1)(s + 2)
(33)
Then we have a NMP zero if and only if 4 < < 2.
Solution 4.7. In each case, we rst obtain the solution by hand and we then show the MAPLE code to
obtain the same result.
4.7.1 Applying the Laplace transform to each term in f
1
(t) we obtain,
F
1
(s) =
1
2
(s + 1)
2
+
5
4
s + 1

5
4
s + 3
(34)
After some algebraic work, we can write F
1
(s) as,
F
1
(s) =
2s + 1
(s + 1)
2
(s + 3)
(35)
The corresponding MAPLE code to solve this problem is,
>with(inttrans):
>simplify(laplace(-0.5*t*exp(-t)+(5/4)*exp(-t)-(5/4)*exp(-3*t),t,s));
This code also yields the result (35).
4.7.2 From Table 4.1 (in the book), we have the following Laplace Transform pair
L
_
1
2
t sint
_
=
s
(s
2
+
2
)
2
(36)
Applying this Transform, we obtain
F
2
(s) =
s
(s
2
+ 25)
2
(37)
The above result can also be obtained using MAPLE using,
>with(inttrans):
>laplace((1/10)*t*sin(5*t), t, s);
6
4.7.3 Similarly to the previous problem, we can use the Laplace Transform pairs
L[t cos t] =
s
2

2
(s
2
+
2
)
2
(38)
L
_
1
a
2
(1 e
at
ate
at
)
_
=
1
s(s +a)
2
(39)
to obtain,
F
3
(s) = 8
s
2
9
(s
2
+ 9)
2
+
4
9
s(s + 2)
2
(40)
This result can also be derived with MAPLE, using
>with(inttrans):
>laplace(8*t*cos(3*t)+(1/9)*(1-exp(-2*t)-2*t*exp(-2*t)), t, s);
4.7.4 We can use the following Laplace Transform property
L[f(t )(t )] = e
s
F(s) > 0 (41)
We also note that we can write f
4i
(t) as,
f
4i
(t) =
e
6
e
6
e
3t
(t 2) =
1
e
6
e
3(t2)
(t 2) (42)
Therefore, applying the property (41) we obtain,
F
4i
(s) =
1
e
6
e
2s
1
s + 3
(43)
On the other hand, for the case of f
4ii
(t) is possible to use directly property (41), to obtain
F
4ii
(s) = e
2s
1
s + 3
(44)
These results can also be obtained using MAPLE, via
>with(inttrans):
>f_4i:=laplace(exp(-3*t)*Heaviside(t-2), t, s);
>f_4ii:=laplace(exp(-3*(t-2))*Heaviside(t-2), t, s);
>simplify(f_4ii);
7
Note that in this case it was possible to write the function f
4i
so we could use the property described
by (41). As a consequence, the Laplace Transform of f
4i
and f
4ii
only dier by a factor
1
e
6
. However,
in general it is not possible to build a direct relationship between Laplace Transforms of f(t)(t )
and f(t )(t ).
To better appreciate the situation, consider the function f(t) shown in Figure 2 and f(t)(t ) as
shown in Figure 3, where = 2.
2 1 0 1 2 3 4 5
2
1
0
1
2
3
t
Figure 2: Arbitrary function f(t)
2 1 0 1 2 3 4 5
2
1
0
1
2
3
Figure 3: Graph of f(t)(t ), with = 2
The function f(t )(t ) is shown in Figure 4. Note that with = 2,this new function has
information which can not be obtained from Figure 3. This illustrates why, in general, it is not
possible to build a direct relationship between the two cases.
Solution 4.8. In these problems we rst use the Laplace Transform tables, and we then present the
MAPLE code which yields the same solution.
8
2 1 0 1 2 3 4 5
2
1
0
1
2
3
Figure 4: Graph of f(t )(t ), with = 2
4.8.1 We rst expand the function using partial fractions,
3(s + 2)
s(s + 3)(s + 4)
=
A
s
+
B
s + 3
+
C
s + 4
(45)
3(s + 2) = A(s + 3)(s + 4) +Bs(s + 4) +Cs(s + 3) (46)
We can evaluate this expression for certain values of s to nd the constants A, B and C.
Taking s = 3, s = 4 and s = 0 successively we nd that A =
1
2
, B = 1 and C =
3
2
.
Thus, applying the Inverse Laplace Transform to (45) with the values already computed for A, B
and C, we have,
f
1
(t) =
_
1
2
+e
3t

3
2
e
4t
_
(t) (47)
The corresponding MAPLE code is,
>with(inttrans):
>invlaplace((3*(s+2))/(s*(s+3)*(s+4)),s,t);
4.8.2 To answer this question, we can use the Laplace Transform pair
L
1
_
2
3
(s
2
+
2
)
2
_
= sint t cos t (48)
9
We can then apply this property directly, using = 2, and obtain
f
2
(t) = (sin2t 2t cos 2t) (t) (49)
In MAPLE, the corresponding code is
>with(inttrans):
>invlaplace(16/(s^2+4)^2, s, t);
4.8.3 The (time) function is a delayed version of the previous case(see Table 4.1 in the book). Therefore,
its Inverse Laplace Transform is
f
3
(t) = (sin2(t 2) 2(t 2) cos 2(t 2)) (t 2) (50)
In MAPLE, the code is
>with(inttrans):
>invlaplace((exp(-2*s))*(16/(s^2+4)^2), s, t);
4.8.4 Expanding the function F
4
(s) using partial fractions we have
s + +
(s +)(s + 1)
=
A
s +
+
B
s + 1
(51)
where, A =

1
and B =
+ 1
1
.
Applying the Inverse Laplace Transform of each of these fractions, we have
f
4
(t) =
_

1
e
t
+
1 +
1
e
t
_
(t) (52)
In MAPLE,
>with(inttrans):
>invlaplace((s+a+e)/((s+a)*(s+1)),s,t);
Since || ||, the step response for this function will contain the mode e
t
with a small weighting.
This is due to a near cancellation between the pole located at and the zero located at ( +).
10
4.8.5 Expanding the function using partial fractions we have,
s +
s
2
=
A
s
+
B
s
2
(53)
where A = 1 and B = . Applying the Inverse Laplace Transform we obtain,
f
5
(t) = (1 +t) (t) (54)
The corresponding code in MAPLE is,
>with(inttrans):
>invlaplace((s+a)/s^2,s,t);
Solution 4.9. We take the Laplace transform of the dierential equation. This leads to
s
2
Y (s) sy(0

) y(0

) + 4sY (s) 4y(0

) + 3Y (s) = 2sU(s) 2u(0

) +U(s) (55)
Y (s)
_
s
2
+ 4s + 3
_
= U(s)(2s + 1) 2u(0

) +sy(0

) + y(0

) + 4y(0

) (56)
Setting the initial conditions to zero, shows that the transfer function is
Y (s)
U(s)
=
2s + 1
s
2
+ 4s + 3
(57)
Solution 4.10. We can combine the Laplace transforms for the sine and the cosine functions together
with the frequency shift property (see Table 4.2 in the book) to obtain
L
_
e
at
sint

=

(s +a)
2
+
2
(58)
L
_
e
at
cos t

=
s +a
(s +a)
2
+
2
(59)
Next, it is possible to re-write F(s) as follows:
As +B
(s +)
2
+
2
= A
_
s +
B
A
+
_
(s +)
2
+
2
= A
s +
(s +)
2
+
2
+
B A
(s +)
2
+
2
(60)
Multiplying and dividing the last term by we obtain,
F(s) = A
s +
(s +)
2
+
2
+ (B A)
1

(s +)
2
+
2
(61)
Then, using known Laplace Transform pairs, we nally obtain
f(t) =
_
Ae
t
cos t + (B A)
1

e
t
sint
_
(t) (62)
The result can also be obtained with MAPLE, using the code
11
>with(inttrans):
>invlaplace((A*s+B)/((s+alfa)^2+beta^2),s,t);
12

You might also like