Convolution Theorem and Applications - One Line Questions
1.
If H(s) = 1/(s²+2s+5), what is the impulse response h(t)? —
(1/2)e^(-t)sin(2t)
2.
What is the convolution of f(t) = sin(at) and g(t) = cos(bt)? —
(b*cos(bt)*sin(at) - a*sin(bt)*cos(at))/(a²-b²)
3.
What is the convolution of f(t) = e^(-at) and g(t) = e^(-bt) where a ≠ b and a, b > 0? —
(e^(-at) - e^(-bt))/(b-a)
4.
What is the inverse Laplace transform of 1/(s²(s-a))? —
(e^(at) - 1 - at)/a²
5.
What is the convolution of f(t) = t and g(t) = e^(at)? —
(e^(at) - 1 - at)/a²
6.
What is the inverse Laplace transform of 1/(s(s-a)) using the Convolution Theorem? —
(e^(at) - 1)/a
7.
Calculate the convolution of f(t) = e^(at) and g(t) = e^(bt) where a ≠ b. —
(e^(at) - e^(bt))/(a-b)
8.
The convolution operation is associative. This means: —
(f * g) * h = f * (g * h)
9.
What is the definition of the convolution of two functions f(t) and g(t)? —
(f * g)(t) = integral from 0 to t of f(tau)g(t - tau) d(tau)
10.
Let F(s) = 1/(s²+a²) and G(s) = 1/(s²+b²). What is L⁻¹{F(s)G(s)}? —
(sin(at) - sin(bt))/(a-b)
11.
What is the inverse Laplace transform of 1/(s²-a²)? —
(sinh(at))/a
12.
What is the value of (f * u)(t) where u(t) is the unit step function? —
∫₀ᵗ f(τ) dτ
13.
What is the convolution of f(t) = cos(t) and g(t) = sin(t)? —
0
14.
What is the Laplace transform of the Dirac delta function δ(t)? —
1
15.
The inverse Laplace transform of 1/(s(s+1)) using the Convolution Theorem is: —
1 - e^(-t)
16.
What is the Laplace transform of the unit step function u(t)? —
1/s
17.
What is the Laplace transform of the integral ∫₀ᵗ τ dτ? —
1/s³
18.
The convolution theorem is particularly useful for finding the inverse Laplace transform of: —
A product of two or more functions of s
19.
Find the inverse Laplace transform of 1/((s-1)(s-2)) using the Convolution Theorem. —
e^(2t) - e^t
20.
If F(s) = 1/(s-a) and G(s) = 1/(s-b), what is L⁻¹{F(s)G(s)} using the Convolution Theorem? —
(e^(at) - e^(bt))/(a-b)
21.
What is the Laplace transform of the integral of a function f(t), i.e., L{∫₀ᵗ f(τ) dτ}? —
F(s)/s
22.
What is the value of (f * δ)(t)? —
f(t)
23.
The convolution operation is commutative. This means: —
f(t) * g(t) = g(t) * f(t)
24.
What is the inverse Laplace transform of the product of two transforms F(s) and G(s), i.e., L⁻¹{F(s)G(s)}? —
f(t) * g(t) (convolution)
25.
The convolution integral can be used to solve which type of differential equations? —
Second-order linear ODEs with constant coefficients
26.
State the Convolution Theorem for Laplace Transforms. —
If L{f(t)} = F(s) and L{g(t)} = G(s), then L{(f * g)(t)} = F(s)G(s).
27.
In the context of system analysis, h(t) = L⁻¹{H(s)} is known as the: —
Impulse Response
28.
The Laplace transform of the convolution of two functions f(t) and g(t) is given by: —
L{(f * g)(t)} = L{f(t)} * L{g(t)}
29.
The Laplace transform of the product of two functions L{f(t)g(t)} is generally NOT equal to: —
L{f(t)}L{g(t)}
30.
The inverse Laplace transform of 1/(s-a)(s-b) for a ≠ b is equivalent to: —
L⁻¹{1/(s-a)} * L⁻¹{1/(s-b)}
31.
In the context of the previous question, what is the impulse response h(t) of the system? —
L⁻¹{1/(s² + 4)}
32.
Which property of Laplace transforms is fundamental to the Convolution Theorem? —
Linearity Property
33.
The convolution theorem is derived from which fundamental property of Laplace transforms? —
Multiplication Property
34.
The convolution theorem allows us to replace the operation of _______ in the time domain with _______ in the s-domain. —
convolution; multiplication
35.
Using the Convolution Theorem, find the inverse Laplace transform of 1/(s²(s-1)). —
t - e^t + 1
36.
If F(s) = 1/(s-a)², what is L⁻¹{F(s)}? —
t * e^(at)
37.
The convolution of f(t) = t^n and g(t) = t^m is proportional to: —
t^(n+m+1)
38.
What is the convolution of f(t) = 1 and g(t) = t? —
t²/2
39.
What is the convolution of f(t) = t and g(t) = t? —
t³/3
40.
Consider the integral equation x(t) = 1 + ∫₀ᵗ x(τ)e^(t-τ) dτ. Find x(t) using Laplace transforms. —
x(t) = e^t
41.
Consider the equation y''(t) + 2y'(t) + y(t) = e^(-t) with y(0)=0, y'(0)=0. Find Y(s). —
Y(s) = 1/((s+1)³)
42.
The integral equation y(t) = 1 + ∫₀ᵗ y(τ)sin(t-τ) dτ can be solved using the convolution theorem. What is L{y(t)}? —
Y(s) = 1/(s(s²+1))
43.
If y''(t) + 4y(t) = f(t), with y(0)=0, y'(0)=0, what is the Laplace transform of y(t)? —
Y(s) = F(s) / (s² + 4)
44.
If L{y(t)} = Y(s), and the system is described by y''(t) + ay'(t) + by(t) = f(t), then Y(s) can be written as: —
Y(s) = H(s)F(s) + initial condition terms
45.
Consider y'(t) + y(t) = f(t) with y(0)=0. Find y(t) using convolution. —
y(t) = ∫₀ᵗ f(τ)e^(-(t-τ)) dτ
46.
The solution y(t) for the differential equation y''(t) + 4y(t) = f(t) with zero initial conditions can be expressed using convolution as: —
y(t) = f(t) * h(t)
47.
The convolution theorem is a powerful tool for solving linear integral equations of the form: —
y(t) = f(t) + λ ∫₀ᵗ k(t, τ) y(t-τ) dτ
48.
Consider the integral equation y(t) = sin(t) + integral from 0 to t of y(tau)cos(t-tau) d(tau). Find y(t) using Laplace transforms. —
y(t) = sin(t)
49.
Consider the integral equation y(t) = t + ∫₀ᵗ y(τ)sin(t-τ) dτ. Find y(t). —
y(t) = t