Differential Equations Quiz: Linearity And Shifting Theorems
Practice Linearity And Shifting Theorems in Differential Equations with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
Question 1 / 13
0 of 13 answered
Find the inverse Laplace transform of G(s)=s(s+2)e−3s.
What this quiz covers
This quiz focuses on Linearity And Shifting Theorems, giving you a quick way to practice the rules, question types, and explanations that matter most for Differential Equations.
How to use this quiz
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
All questions
Question 1
Find the inverse Laplace transform of G(s)=s(s+2)e−3s.
(21−21e−2t)u(t−3)
(21−21e−2(t−3))u(t−3) (correct answer)
e−3t(21−21e−2t)
(1−e−2(t−3))u(t−3)
Explanation: This problem uses the second shifting theorem for inverse transforms: L−1{e−asF(s)}=f(t−a)u(t−a). First, identify F(s)=s(s+2)1 and a=3. We need to find f(t)=L−1{F(s)}. Using partial fraction decomposition on F(s): s(s+2)1=sA+s+2B⟹1=A(s+2)+Bs Setting s=0 gives A=1/2. Setting s=−2 gives B=−1/2. So, F(s)=s1/2−s+21/2. The inverse transform is f(t)=21−21e−2t. Now, apply the shifting theorem: L−1{e−3sF(s)}=f(t−3)u(t−3). Replace every t in f(t) with (t−3): g(t)=(21−21e−2(t−3))u(t−3)
Question 2
Find the inverse Laplace transform of F(s)=s2+4s+13se−2s.
Explanation: When you encounter an inverse Laplace transform with an exponential factor like e−2s, this signals a time-shifting problem. The exponential e−as in the Laplace domain corresponds to shifting the function by a units in the time domain, creating a unit step function u(t−a).To solve this, first work with s2+4s+13s by completing the square in the denominator: s2+4s+13=(s+2)2+9. Rewrite the numerator to match this form: s=(s+2)−2. This gives us s2+4s+13s=(s+2)2+9(s+2)−2=(s+2)2+9s+2−(s+2)2+92.These correspond to standard forms: (s+2)2+9s+2→e−2tcos(3t) and (s+2)2+92→32e−2tsin(3t). So the inverse of s2+4s+13s is e−2t(cos(3t)−32sin(3t)).The e−2s factor shifts this by 2 units: replace t with (t−2) and multiply by u(t−2), giving answer A.Answer B incorrectly keeps the original time variable t in the exponential and trigonometric functions instead of shifting to (t−2). Answer C has the wrong coefficient −2 instead of −32 for the sine term. Answer D incorrectly uses e2(t−2) instead of e−2(t−2), missing the negative sign.Remember: e−as in the Laplace domain means shift everything by a units in time and add u(t−a).
Question 3
What is the Laplace transform of f(t)=e2tsin2(t)?
((s−2)2+1)21
(s−2)((s−2)2+4)s2−4s+6
e2ss(s2+4)2
(s−2)((s−2)2+4)2 (correct answer)
Explanation: This problem requires a trigonometric identity followed by the first shifting theorem. First, find the Laplace transform of g(t)=sin2(t). Use the identity sin2(t)=21(1−cos(2t)). Using linearity: G(s)=L{sin2(t)}=L{21−21cos(2t)}=2s1−21s2+4s Combining the terms gives: G(s)=2s(s2+4)s2+4−s2=2s(s2+4)4=s(s2+4)2 Now, apply the first shifting theorem, L{eatg(t)}=G(s−a), with a=2. We replace every s in G(s) with (s−2): L{e2tsin2(t)}=G(s−2)=(s−2)((s−2)2+4)2
Question 4
Find the inverse Laplace transform of F(s)=(s+3)31.
21t2e−3t (correct answer)
t2e−3t
61t3e−3t
21t2e3t
Explanation: When you encounter inverse Laplace transforms with powers in the denominator like (s+a)n, you're dealing with a combination of shifting and polynomial multiplication patterns. The key is recognizing that this involves both the shifting property and the transform of polynomial functions.To find L−1{(s+3)31}, start with the basic transform L−1{s31}=2!t2=2t2. Then apply the first shifting theorem: if L−1{F(s)}=f(t), then L−1{F(s+a)}=e−atf(t).Since (s+3)31=F(s+3) where F(s)=s31, we get:
L−1{(s+3)31}=e−3t⋅2t2=21t2e−3tThis confirms answer A is correct.Answer B (t2e−3t) omits the factorial correction factor 2!1 that comes from the s31 transform. Answer C (61t3e−3t) incorrectly uses the transform for s41, which would give 3!t3. Answer D (21t2e3t) has the wrong sign in the exponential—confusing the shifting direction.Study tip: Memorize that L−1{sn1}=(n−1)!tn−1 and remember the first shifting theorem always produces e−at when you see (s+a) terms.
Question 5
Let F(s)=L{f(t)} and G(s)=L{g(t)}. The function g(t) is defined as g(t)={f(t−a),0,t≥at<a for a constant a>0. Which statement correctly relates G(s) and F(s)?
G(s)=F(s−a)
G(s)=e−aF(s)
G(s)=e−asF(s)/s
G(s)=e−asF(s) (correct answer)
Explanation: The piecewise definition of g(t) is the standard way to represent a time-shifted function that is zero before the shift. This definition is equivalent to writing g(t)=f(t−a)u(t−a), where u(t−a) is the Heaviside step function. The Laplace transform of this expression is given by the second shifting theorem (or t-shifting theorem), which states that L{f(t−a)u(t−a)}=e−asF(s), where F(s)=L{f(t)}. Therefore, the correct relationship is G(s)=e−asF(s).
Question 6
Let F(s)=L{f(t)}. A second function is defined as g(t)=3f(t−2)u(t−2)+e−tf(t). Find L{g(t)} in terms of F(s).
3e2sF(s)+F(s−1)
3e−2sF(s)+F(s−1)
3F(s−2)+F(s+1)
3e−2sF(s)+F(s+1) (correct answer)
Explanation: We use the linearity of the Laplace transform to transform each term separately. L{g(t)}=L{3f(t−2)u(t−2)}+L{e−tf(t)} For the first term, we use the property of linearity with constants and the second shifting theorem, L{h(t−a)u(t−a)}=e−asH(s). Here, a=2 and h(t)=f(t). So, L{3f(t−2)u(t−2)}=3e−2sF(s). For the second term, we use the first shifting theorem, L{eath(t)}=H(s−a). Here, a=−1 and h(t)=f(t). So, L{e−tf(t)}=F(s−(−1))=F(s+1). Combining the results gives L{g(t)}=3e−2sF(s)+F(s+1).
Question 7
Find the Laplace transform of the function f(t) defined as: f(t)=⎩⎨⎧2,t,0,0≤t<11≤t<3t≥3
Explanation: First, express the piecewise function f(t) using Heaviside step functions u(t−a).
f(t)=2[u(t)−u(t−1)]+t[u(t−1)−u(t−3)]f(t)=2−2u(t−1)+tu(t−1)−tu(t−3)f(t)=2+(t−2)u(t−1)−tu(t−3)
To use the second shifting theorem, L{g(t−a)u(t−a)}=e−asG(s), we rewrite the terms:
For (t−2)u(t−1), let t−1=τ, so t−2=τ−1. This term becomes ((t−1)−1)u(t−1). Here g(t)=t−1, so G(s)=s21−s1. The transform is e−s(s21−s1).
For −tu(t−3), let t−3=τ, so −t=−(τ+3). This term is −((t−3)+3)u(t−3). Here g(t)=−(t+3), so G(s)=−(s21+s3). The transform is −e−3s(s21+s3).
Combining all parts: L{f(t)}=L{2}+L{(t−2)u(t−1)}+L{−tu(t−3)}=s2+e−s(s21−s1)−e−3s(s21+s3). Distributing gives s2−se−s+s2e−s−s3e−3s−s2e−3s. This corresponds to choice B. Choice C had a sign error in the setup.
Question 8
Let F(s)=L{f(t)}. Which of the following is equivalent to L{2f(t)−e3tf(t)}?
2F(s)−F(s+3)
2F(s)−e3sF(s)
F(s)−F(s−3)
2F(s)−F(s−3) (correct answer)
Explanation: This question requires applying both the linearity property and the first shifting theorem. First, use the linearity property: L{2f(t)−e3tf(t)}=L{2f(t)}−L{e3tf(t)}=2L{f(t)}−L{e3tf(t)} The first term is 2F(s). For the second term, apply the first shifting theorem, L{eatf(t)}=F(s−a). Here, a=3, so L{e3tf(t)}=F(s−3). Combining the two parts, the expression is 2F(s)−F(s−3).
Question 9
Find the inverse Laplace transform of the function F(s)=s2+2s+5s+3.
e−t(cos(2t)+sin(2t)) (correct answer)
et(cos(2t)+sin(2t))
e−t(cos(2t)+2sin(2t))
e−tcos(2t)+21e−tsin(2t)
Explanation: To find the inverse Laplace transform, first complete the square in the denominator: s2+2s+5=(s2+2s+1)+4=(s+1)2+22. This suggests using the first shifting theorem with a=−1. Rewrite the numerator in terms of (s+1): s+3=(s+1)+2. Now, split the fraction: F(s)=(s+1)2+22s+1+(s+1)2+222 The inverse transform is found using linearity and the first shifting theorem, L−1{G(s−a)}=eatg(t). The first term corresponds to the shifted cosine transform: L−1{(s+1)2+22s+1}=e−tcos(2t). The second term corresponds to the shifted sine transform: L−1{(s+1)2+222}=e−tsin(2t). Summing these results gives e−t(cos(2t)+sin(2t)).
Question 10
Find the inverse Laplace transform of G(s)=s2−6s+132s−5.
e3t(2cos(2t)−sin(2t))
e−3t(2cos(2t)+21sin(2t))
e3t(2cos(2t)+21sin(2t)) (correct answer)
e3t(2cos(2t)+sin(2t))
Explanation: The denominator s2−6s+13 suggests completing the square. s2−6s+13=(s2−6s+9)+4=(s−3)2+22. This indicates a shift of a=3. We must rewrite the numerator, 2s−5, in terms of (s−3): 2s−5=2(s−3)+6−5=2(s−3)+1 Now, substitute this back into the fraction and split it: G(s)=(s−3)2+222(s−3)+1=(s−3)2+222(s−3)+(s−3)2+221 We find the inverse transform of each part using linearity and the first shifting theorem. For the first term: L−1{(s−3)2+222(s−3)}=2e3tcos(2t) For the second term, we need a 2 in the numerator for the sine transform: L−1{(s−3)2+221}=21L−1{(s−3)2+222}=21e3tsin(2t) Combining these gives the final answer: g(t)=2e3tcos(2t)+21e3tsin(2t)=e3t(2cos(2t)+21sin(2t)).
Question 11
Find the Laplace transform of the function g(t)=t2u(t−2), where u(t) is the Heaviside step function.
e−2ss32
e−2s(s32+s24+s4) (correct answer)
(s−2)32
e2s(s32+s24+s4)
Explanation: This problem requires the second shifting theorem, L{f(t−a)u(t−a)}=e−asF(s). The given function is g(t)=t2u(t−2). We must express the function t2 in terms of (t−2). Let τ=t−2, which means t=τ+2. Then t2=(τ+2)2=τ2+4τ+4. So, g(t)=((t−2)2+4(t−2)+4)u(t−2). This is in the form f(t−2)u(t−2) where f(t)=t2+4t+4. First, we find the Laplace transform of f(t): F(s)=L{t2+4t+4}=s32!+s24(1!)+s4=s32+s24+s4 Now, applying the second shifting theorem with a=2, we get L{g(t)}=e−2sF(s)=e−2s(s32+s24+s4).
Question 12
Given the initial value problem y′′+4y′+5y=δ(t−2)+e−tu(t−1) with y(0)=1 and y′(0)=0, where δ(t−2) is the Dirac delta function, which expression correctly represents the Laplace transform of the right-hand side using linearity and shifting theorems?
e−2s+s+1e−s
e−2s+s+1e−s−s+1e−(s+1)
e−2s+s+1e−se−1 (correct answer)
e−2s+s+1e−s+s+1e−se−1
Explanation: For the Dirac delta function δ(t−2), we use the property L{δ(t−a)}=e−as, so L{δ(t−2)}=e−2s. For the term e−tu(t−1), we need to apply the second shifting theorem carefully. We have e−tu(t−1)=e−(t−1+1)u(t−1)=e−1e−(t−1)u(t−1). Using the second shifting theorem, L{g(t−a)u(t−a)}=e−asG(s), where g(t)=e−t, so G(s)=s+11. Therefore, L{e−(t−1)u(t−1)}=e−s⋅s+11=s+1e−s. The factor e−1 remains, giving us L{e−tu(t−1)}=e−1⋅s+1e−s=s+1e−se−1. Therefore, the total transform of the right-hand side is e−2s+s+1e−se−1.
Question 13
Consider the system of functions where L{u(t)}=s1 and L{e−at}=s+a1. Using linearity and shifting theorems, which expression correctly represents L{∫0t−3e−2τdτ⋅u(t−3)}?
s(s+2)e−3s (correct answer)
s(s+2)e−3s(1−e−6)
2s(s+2)e−3s
s(s+2)e−3s(1−e−2t)
Explanation: First, let's evaluate the integral: ∫0t−3e−2τdτ=[−21e−2τ]0t−3=−21e−2(t−3)+21=21(1−e−2(t−3)). So our function becomes 21(1−e−2(t−3))u(t−3). This can be written as 21u(t−3)−21e−2(t−3)u(t−3). Using the second shifting theorem: L{u(t−3)}=se−3s and L{e−2(t−3)u(t−3)}=e−3s⋅s+21. Therefore, L{21(1−e−2(t−3))u(t−3)}=21⋅se−3s−21⋅s+2e−3s=2e−3s(s1−s+21)=2e−3s⋅s(s+2)(s+2)−s=2e−3s⋅s(s+2)2=s(s+2)e−3s.