Mid-Sem Exam Solutions
Mid-Sem Exam Solutions
Q1. Find out whether following signals are even/odd signals [1 mark]
a.
x(t) = t2
b.
x(t) = 2n + 1
Q3. What is the fundamental period of x[n] = sin[3n]? Explain your answer? [1 mark]
Answer: No. A discrete-time sinusoidal sequence is periodic if its 2π/Ω is a rational num-
ber. Otherwise, it is non-periodic.
Q4. The input x(t) - output y(t) relationships are described below for two systems. De-
termine if these are stable, causal, and time invariant systems?
R t/2
a. y(t) = −∞
x(τ )dτ
d
b. y(t) = dt
x(t) [2 marks]
Answer: a. No, No, No. Unstable: Check when x(t) = 1 for all t. Not causal: check for -ve
time instants.
b. No, Yes, yes. To check causality: use the definition
′ x(t) − x(t − h)
x (t) = lim
h→0 h
This definition is sufficient to compute the derivative. Hence, it’s a causal system. To check
stability : Try x(t) = u(t). It will result in bounded input, unbounded output.
a. [2 + j, 0, 1] and [2 − j, 0, −1]
1
Answer: [5,0,-2j,0,-1] and [4,13,21,11,-7,-6]
Q6: Find the solution for the system described by the following equation [3 marks]
y ′′ (t) + 5y ′ (t) + 6y(t) = x(t)
given the input is x(t) = e−t u(t); and initial conditions are y(0) = −1/2 and y ′ (0) = 1/2.
Answer: Homogeneous solution:
Characteristic equation is r2 + 5r + 6 = 0. Roots = -2, -3.
Thus homogeneous solution : yh (t) = c1 e−2t + c2 e−3t
Particular solution:
Let’s assume the particular solution is of the form ce−t for t ≥ 0. Substituting this in the
given differential equation will result in:
yp (t) = (1/2)e−t for t ≥ 0
So the complete solution becomes:
y(t) = yh (t) + yp (t) = c1 e−2t + c2 e−3t + (1/2)e−t for t ≥ 0
It’s derivative: y ′ (t) = −2c1 e−2t − 3c2 e−3t − (1/2)e−t
Susbstituting initial conditions will result in: c1 = −2; c2 = 1
Hence, the complete solution:
y(t) = yh (t) + yp (t) = −2e−2t + e−3t + (1/2)e−t for t ≥ 0
Q7: Write the continuous time Fourier series coefficients for the signal [3 marks]
∞
X
x(t) = δ(t − 4m)
m=−∞
1 2
Z
X[k] = δ(t)e−jkπt/2 dt
4 −2
1 1
= e0 = .
4 4
We could have also integrated over 2 to 6 (for m= 1). That would lead to
1 6
Z
X[k] = δ(t − 4)e−jkπt/2 dt
4 2
1 1
= e−jk2π = .
4 4
Q8: What are the convergence conditions for writing continuous time Fourier transform
representation of a function x(t)? Can we write the Fourier transform of u(t)? If yes, explain
the steps. [3 marks]
2
1. x(t) is absolutely integrable, i.e.
Z ∞
|x(t)|dt ≤ B < ∞
−∞
2. x(t) has a finite number of maxima and minima in any finite interval
Q9: Find the Laplace transform of x(t) = e−at cos(ωt)u(t). What is the region of conver-
gence? [3
marks]
s+a
Answer: (s+a)2 +ω 2 ; ROC is σ > −a
Q10: Using the bilateral time-shift and differentiation properties, find the Laplace trans-
form of
d2 −3(t−2)
x(t) = 2 (e u(t − 2))
dt
[3 marks]
s2 −2s
Answer: Done in tutorial 5. s+3
e with ROC σ > −3
Q11: Derive the following for a function x(t) whose Fourier transform is X(ω):
Z ∞ Z ∞
2 1
|x(t)| dt = |X(ω)|2
−∞ 2π −∞
3
Q12: Prove the following identity [4 marks]
Z ∞
1
δ(t) = ejωt dω
2π −∞
Solution: CTFT properties can be used to define impulse function in a new way. Let us
start with the definitions first
Z ∞
1
x(t) = X(ω)ejωt dω, (1)
2π −∞
where Z ∞
X(ω) = x(τ )e−jωτ dτ, (2)
−∞
PS. Note that different texts may have different signs of the exponential within the integral
in the above definition, which is alright. It is also intuitive to observe that both integrals
reprsent area and it is going to be same in both cases.