Lecture 1: Review of Geometric Series, Convolution, and Integration
Lecture 1: Review of Geometric Series, Convolution, and Integration
Yajing Liu
where a and r are fixed real numbers and a 6= 0. This series can be also
∞
arn .
P
written as
n=0
The ratio r can be positive, as in
1 1 1
1+ + + · · · + ( )n−1 + · · · , a = 1, r = 1/2,
2 4 2
or negative as in
1 1 1 1
1− + − · · · + (− )n + · · · , a = 1, r = − .
3 9 3 3
Sn = a + ar + ar2 + · · · + arn−1
Theorem
If |r| < 1, the geometric series a + ar + ar2 + · · · + arn−1 + · · ·
converges to a/(1 − r):
∞
X a
arn−1 = , |r| < 1.
n=1
1−r
Let u[n] and h[n] be two discrete-time signals. Then their convolution is
defined as
∞
X ∞
X
u[n] ? h[n] = u[k]h[n − k] = h[k]u[n − k].
k=−∞ k=−∞
can be represented as
x[n] =a−4 δ[n + 4] + a−3 δ[n + 3] + a−2 δ[n + 2] + a−1 δ[n + 1] + a0 δ[n]
+ a1 δ[n − 1] + a2 δ[n − 2] + a3 δ[n − 3] + a4 δ[n − 4].
is defined as
1, n ≥ 0,
u[n] =
0, n < 0.
The unit step is related to the impulse by
n
X
u[n] = δ[k].
k=−∞
∞
1 n X
y[n] = (− ) (−8)k u[2 − k]u[n − k − 4]
2
k=−∞
n−4
1 X
= (− )n (−8)k
2
k=−∞
4−n ∞
1 X 0 1 X 1 0
= (− )n (−8)−k = (− )n (− )k
2 0
2 0
8
k =∞ k =4−n
4−n
1 (−1/8) 8 1
= (− )n = (− )4 4n .
2 1 − (−1/8) 9 8
Yajing Liu Math Foundation Lecture Series 13 / 21
Continue
For n > 6, )
k ≤ 2,
⇒k≤2
k ≤ n − 4.
∞
1 X
y[n] = (− )n (−8)k u[2 − k]u[n − k − 4]
2
k=−∞
2
1 X
= (− )n (−8)k
2
k=−∞
−2 ∞
1 X 0 1 X 1 0
= (− )n (−8)−k = (− )n (− )k
2 0
2 0
8
k =∞ k =−2
−2
1 (−1/8) 8 1
= (− )n = (− )n .64.
2 1 − (−1/8) 9 2
Hence,
8 1 4 n
y[n] = 9 (− 8 ) 4 , n ≥ 6,
8 1 n
9 (− 2 ) .64, n > 6.
d
δ(t) =dt u(t).
Rt R∞
u(t) = −∞ δ(τ )dτ = 0 δ(t − τ )dτ .
To pick the value of a signal x(t) at t = t0 , multiply x(t) by
δ(t − t0 ) because
Z ∞
x(t)δ(t − t0 ) = x(t0 )δ(t − t0 ) ⇒ x(t)δ(t − t0 )dt = x(t0 ).
−∞
Solution:
Z ∞
y(t) = x(τ )h(t − τ )dτ = x(t) ? h(t)
−∞
Z∞
= e−aτ u(τ )e−b(t−τ ) u(t − τ )dτ
−∞
Rt
e−bt 0 e−aτ ebτ dτ, t > 0,
=
0, t < 0.
(
e−at −e−bt
= −a+b , t > 0,
0, t < 0.
−at
e − e−bt
= u(t)
b−a
dy d(uv) dv du
= =u +v .
dx dx dx dx
Rearranging this rule:
dv d(uv) du
u = −v .
dx dx dx
Integrate both sides:
Z Z Z
dv d(uv) du
u dx = dx − v dx.
dx dx dx
After simplification, we have
Z Z
dv du
u dx = uv − v dx,
dx dx
which is the formula known as integration by parts.
Yajing Liu Math Foundation Lecture Series 18 / 21
Example
R
Find x cos(x)dx.
dv
Solution: Choose u = x and dx = cos x. Then we have dudx = 1 and
v = sin(x). Using the integration by parts formula, we have
Z Z
dv du
u dx = uv − v dx
dx dx
Z Z
x cos(x)dx = x sin(x) − sin(x) · 1dx
= x sin(x) + cos(x) + c.
Problem 1:
Given a discrete LTI system with the impulse response and input given by
h[n] = an u[n] and x[n] = u[n], where a is a constant such that
0 < a < 1. Find out the output of the system.
Problem 2:
Given a continous LTI system with the impulse response and input given
by h(t) = u(t) and x(t) = e−at u(t), a 6= 0. Find out the output of the
system.
[1] Maurice D. Weir, George B. Thomas Jr., and Joel R. Hass, Thomas
Calculus (13th Edition), Pearson, 2013.
[2] http : //web.eecs.umich.edu/f essler/course/451/l/pdf /c2.pdf
[3]
http : //www.dip.ee.uct.ac.za/nicolls/lectures/eee401f /02dts2up.pdf
[4] http : //eeweb.poly.edu/yao/EE3054/ch9.69.8.pdf