For the function , which sequence of operations correctly determines ?
Opening subject page...
Loading your content
Differential Equations Quiz
Practice Transforms Of Common Functions 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 / 19
0 of 19 answered
For the function f(t)=te2tsin(t), which sequence of operations correctly determines L{f(t)}?
This quiz focuses on Transforms Of Common Functions, giving you a quick way to practice the rules, question types, and explanations that matter most for Differential Equations.
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.
For the function f(t)=te2tsin(t), which sequence of operations correctly determines L{f(t)}?
Explanation: The correct approach is to first find L{e2tsin(t)} using frequency shifting: L{sin(t)}=s2+11, so L{e2tsin(t)}=(s−2)2+11. Then apply L{tf(t)}=−dsd[F(s)] to get L{te2tsin(t)}=−dsd[(s−2)2+11]=[(s−2)2+1]22(s−2). Choice A applies operations in wrong order. Choice C incorrectly suggests convolution (this is multiplication by t and exponential, not convolution). Choice D misapplies multiple theorems unnecessarily.
Which of the following is the Laplace transform of f(t)=e2tsinh(3t)?
Explanation: This can be solved using the first shifting theorem, L{eatg(t)}=G(s−a). Let g(t)=sinh(3t) and a=2. The transform of g(t) is G(s)=L{sinh(3t)}=s2−323=s2−93. Now, apply the shift by replacing s with s−a=s−2: F(s)=G(s−2)=(s−2)2−93=s2−4s+4−93=s2−4s−53. Alternatively, one could use the definition sinh(3t)=2e3t−e−3t, so f(t)=e2t2e3t−e−3t=21(e5t−e−t). The transform is 21(s−51−s+11)=21(s−5)(s+1)(s+1)−(s−5)=21s2−4s−56=s2−4s−53.
Find the Laplace transform of f(t)=sinh(t)cos(t).
Explanation: When you encounter products of trigonometric and hyperbolic functions in Laplace transforms, the most efficient approach is to use the frequency shifting property along with standard transform formulas.
Start by rewriting sinh(t)=2et−e−t, so:
f(t)=sinh(t)cos(t)=2et−e−tcos(t)=21[etcos(t)−e−tcos(t)]
Now apply the frequency shifting property: if L{g(t)}=G(s), then L{eatg(t)}=G(s−a). Since L{cos(t)}=s2+1s:
Therefore: L{f(t)}=21[s2−2s+2s−1−s2+2s+2s+1]
After finding a common denominator and simplifying the algebra, this reduces to s4+4s2−2, which is answer C.
Answer A (s4+42s) would result from incorrectly handling the hyperbolic sine expansion. Answer B (s4+4s3) suggests confusion with transforms involving higher powers. Answer D (s4+4−2) comes from sign errors in the frequency shifting calculations.
Study tip: Master the frequency shifting property early—it's essential for transforms involving exponential factors and appears frequently on exams.
Determine the Laplace transform, F(s), for the function f(t)=t2e−4t.
Explanation: This problem requires the first shifting theorem (or s-shifting theorem), which states that L{eatg(t)}=G(s−a), where G(s)=L{g(t)}. Here, g(t)=t2 and a=−4. First, find the transform of g(t)=t2: G(s)=L{t2}=s2+12!=s32. Next, apply the shifting theorem by replacing s with s−a=s−(−4)=s+4. So, F(s)=G(s+4)=(s+4)32.
What is the Laplace transform of f(t)=sin(2t+π/4)?
Explanation: When you encounter a Laplace transform of a trigonometric function with a phase shift, you need to use trigonometric identities to break it down before applying standard transform formulas. For f(t)=sin(2t+π/4), use the sine addition formula: sin(A+B)=sinAcosB+cosAsinB So: sin(2t+π/4)=sin(2t)cos(π/4)+cos(2t)sin(π/4) Since cos(π/4)=sin(π/4)=22: f(t)=22sin(2t)+22cos(2t)=22[sin(2t)+cos(2t)] Now apply the linearity of Laplace transforms and standard formulas: L{sin(at)}=s2+a2a and L{cos(at)}=s2+a2s L{f(t)}=22[s2+42+s2+4s]=22(s2+4s+2) This matches answer choice D. Answer A gives only the sine component without the phase shift factor. Answer B has the wrong sign in the numerator (s−2 instead of s+2), which would result from incorrectly handling the trigonometric identity. Answer C lacks the 22 coefficient that comes from the phase shift. Study tip: Always expand trigonometric functions with phase shifts using addition formulas before taking Laplace transforms. The phase shift will always introduce coefficients like 22 or 21 that you can't ignore.
Calculate the Laplace transform of the function f(t)=(t−1)3.
Explanation: When you encounter Laplace transforms of polynomial expressions like (t−1)3, you have two main approaches: expand the polynomial first, or use shifting properties. The expansion method is more straightforward here.
First, expand (t−1)3 using the binomial theorem:
(t−1)3=t3−3t2+3t−1
Now apply the Laplace transform to each term using the basic formula L{tn}=sn+1n!:
Therefore: L{(t−1)3}=s46−s36+s23−s1
This matches answer C.
Answer A has incorrect coefficients in the first two terms (3 instead of 6), suggesting confusion about the factorial in the transform formula. Answer B has all positive signs, indicating failure to track the alternating signs from (t−1)3. Answer D represents L{t3e−t}, which would arise from incorrectly applying the frequency shifting property.
Study tip: For polynomial Laplace transforms, expansion is usually cleaner than shifting properties. Always double-check your binomial expansion signs and remember that L{tn}=sn+1n!, not just sn+1n.
Determine the Laplace transform of the function f(t)=(t+e−t)2.
Explanation: When finding the Laplace transform of a squared expression like (t+e−t)2, you need to expand it algebraically first rather than trying to use transform properties directly on the squared form. Let's expand: (t+e−t)2=t2+2te−t+e−2t Now we can find the Laplace transform of each term separately. For t2, we use L{tn}=sn+1n!, giving us s32!=s32. For 2te−t, we need the shifting property: L{te−at}=(s+a)21. With a=1, we get 2⋅(s+1)21=(s+1)22. For e−2t, we use L{e−at}=s+a1 with a=2, giving us s+21. Adding these together: s32+(s+1)22+s+21, which matches answer B. Answer A incorrectly suggests you can square the individual transforms, but L{(f+g)2}=(L{f}+L{g})2. Answer C is missing the cross-term (s+1)22 from 2te−t. Answer D has sign errors in the denominators—it shows (s−1) and (s−2) instead of the correct (s+1) and (s+2). Strategy tip: Always expand polynomial expressions before taking Laplace transforms, and remember that exponential terms with negative exponents create positive terms in the denominator of your transform.
Find the Laplace transform of f(t)=(et+1)2.
Explanation: When you encounter Laplace transforms of expressions like (et+1)2, the key strategy is to expand the function algebraically first, then apply linearity properties rather than trying to work with the squared form directly. Let's expand f(t)=(et+1)2: f(t)=(et+1)2=(et)2+2et⋅1+12=e2t+2et+1 Now we can find the Laplace transform of each term using standard formulas. Recall that L{eat}=s−a1 and L{1}=s1: L{f(t)}=L{e2t}+2L{et}+L{1}=s−21+s−12+s1 This matches answer D. Answer A uses incorrect signs in the denominators - it has s+2 and s+1 instead of s−2 and s−1, which would correspond to transforms of e−2t and e−t. Answer B represents the transform of (et+1) squared, not the transform of (et+1)2. The Laplace transform doesn't distribute over multiplication this way. Answer C is missing the middle term s−12 that comes from the cross-product 2et when expanding the square. Study tip: Always expand polynomial expressions algebraically before taking Laplace transforms. The linearity property L{af+bg}=aL{f}+bL{g} is your friend, but it doesn't apply to products or powers directly.
Find the Laplace transform of the function f(t)=cos2(3t).
Explanation: To find the Laplace transform of f(t)=cos2(3t), first use the half-angle identity cos2(θ)=21+cos(2θ). Applying this identity, we get f(t)=21(1+cos(6t)). By linearity of the Laplace transform, L{f(t)}=21L{1}+21L{cos(6t)}. Using the standard transforms L{1}=s1 and L{cos(bt)}=s2+b2s, we have: L{f(t)}=21(s1+s2+36s). To combine the terms, find a common denominator: 21(s(s2+36)s2+36+s2)=21s(s2+36)2s2+36=s(s2+36)s2+18.
Determine the Laplace transform of the function f(t)=3e2t−4t3e−t.
Explanation: When finding Laplace transforms of composite functions, you need to apply the fundamental transform formulas along with key properties like the frequency shifting theorem. To solve L{3e2t−4t3e−t}, handle each term separately. For the first term, use the basic exponential formula: L{eat}=s−a1. So L{3e2t}=s−23. For the second term, you need the frequency shifting theorem: if L{f(t)}=F(s), then L{eatf(t)}=F(s−a). Since L{t3}=s43!=s46, we get L{t3e−t}=(s−(−1))46=(s+1)46. Therefore, L{4t3e−t}=(s+1)424. Combining both terms: L{f(t)}=s−23−(s+1)424, which is answer B. Answer A incorrectly uses (s−1)4 instead of (s+1)4 in the denominator—this comes from misapplying the frequency shift with e−t. Answer C has the wrong coefficient (12 instead of 24) and wrong power (3 instead of 4). Answer D completely mishandles the polynomial-exponential term, failing to apply the frequency shifting theorem properly. Remember: when you see tneat, always use the frequency shifting property. Replace s with (s−a) in the transform of tn, and watch your signs carefully—e−t means a=−1.
Let F(s) be the Laplace transform of f(t)=e−tcos2(t). Which of the following expressions is equal to F(s)?
Explanation: When you encounter Laplace transforms of products involving exponential and trigonometric functions, the key is to use the frequency shifting property and trigonometric identities to simplify before transforming. To find the Laplace transform of f(t)=e−tcos2(t), first use the identity cos2(t)=21+cos(2t). This gives us: f(t)=e−t⋅21+cos(2t)=2e−t+2e−tcos(2t) Now apply the Laplace transform to each term. For the first term, L{e−t}=s+11. For the second term, use the frequency shifting property: L{e−atg(t)}=G(s+a). Since L{cos(2t)}=s2+4s, we have L{e−tcos(2t)}=(s+1)2+4s+1. Therefore: F(s)=2(s+1)1+2((s+1)2+4)s+1 To match the given options, find a common denominator: F(s)=2(s+1)((s+1)2+4)(s+1)2+4+(s+1)2=2(s+1)((s+1)2+4)2(s+1)2+4=(s+1)((s+1)2+4)(s+1)2+2 Wait - this matches option A, but expanding (s+1)2+4=s2+2s+5, so option C is equivalent: (s+1)(s2+2s+5)(s+1)2+2. Option A uses the unexpanded form, option B ignores the exponential shift, and option D represents the intermediate step before combining fractions. Study tip: Always use trigonometric identities to eliminate squares before applying Laplace transforms, and remember that frequency shifting replaces s with s+a throughout the transform.
The Laplace transform of f(t)=eatcos(5t) is given by F(s)=s2−6s+34s−3. What is the value of the constant a?
Explanation: When you encounter Laplace transforms involving exponential and trigonometric functions, you're dealing with a frequency shift property. The key insight is recognizing how the exponential factor eat modifies the standard cosine transform.
The standard Laplace transform of cos(bt) is s2+b2s. When multiplied by eat, the frequency shift property tells us that L{eatf(t)}=F(s−a), where F(s) is the transform of f(t).
For f(t)=eatcos(5t), we start with L{cos(5t)}=s2+25s. Applying the shift property with parameter a, we get:
L{eatcos(5t)}=(s−a)2+25s−a
Expanding the denominator: (s−a)2+25=s2−2as+a2+25
Comparing with the given result F(s)=s2−6s+34s−3, we need:
This gives us −2a=−6 (so a=3) and a2+25=9+25=34 ✓
The answer is B) 3.
Choice A) -3 would give s+3 in the numerator. Choice C) 6 would produce −12s and a2=36. Choice D) 5 confuses the frequency parameter with the shift parameter.
Remember: in frequency shift problems, match coefficients systematically between your derived form and the given transform.
Which of the following represents the correct Laplace transform of h(t)=e−t(2t2−3t+1)?
Explanation: First find the transforms of the polynomial terms: L{2t2}=s34, L{3t}=s23, L{1}=s1. So L{2t2−3t+1}=s34−s23+s1. Now apply frequency shifting theorem for e−t (a=−1): replace s with (s+1) to get (s+1)34−(s+1)23+s+11. Choice B has wrong coefficient for t2 term. Choice C uses (s−1) which corresponds to et, not e−t. Choice D has wrong signs for the middle terms.
Consider the function f(t)=3t2e−2tcos(4t). To find L{f(t)}, which combination of Laplace transform properties must be applied in the correct sequence?
Explanation: The correct approach is: (1) Use linearity to factor out the constant 3, (2) Apply the frequency shifting theorem (first shifting property) to handle e−2t which shifts s to (s+2), (3) Use the derivative property L{tnF(t)}=(−1)nF(n)(s) where F(s)=L{cos(4t)}=s2+16s, requiring the second derivative. Choice A incorrectly mentions polynomial derivative formulas. Choice B incorrectly refers to time shifting (which involves unit step functions). Choice D incorrectly suggests convolution, but this is a product involving tn and exponential terms, not a convolution integral.
The Laplace transform of g(t)=t3sin(2t) can be computed using the relationship L{tnf(t)}=(−1)ndsndn[F(s)]. What is the final result?
Explanation: Starting with L{sin(2t)}=s2+42, we need the third derivative: dsd(s2+42)=(s2+4)2−4s, ds2d2(s2+42)=(s2+4)4−4(s2+4)2+4s⋅2(s2+4)⋅2s=(s2+4)34(3s2−4), ds3d3(s2+42)=(s2+4)448s(s2−4). Since n=3, we have (−1)3=−1, so L{t3sin(2t)}=−(−(s2+4)448s(s2−4))=(s2+4)448s(s2−4). Choice B is missing the s factor. Choice C has the wrong coefficient. Choice D has an incorrect numerator polynomial.
Consider g(t)=(t−1)2e3t for t≥0. If we expand this as g(t)=(t2−2t+1)e3t, what is L{g(t)}?
Explanation: When you encounter a Laplace transform of a function involving both polynomial and exponential terms, the key is recognizing how to apply the linearity property and the frequency shifting theorem effectively.
Since g(t)=(t2−2t+1)e3t, you can use linearity to write this as L{t2e3t}−2L{te3t}+L{e3t}. The frequency shifting theorem states that L{f(t)eat}=F(s−a) where F(s)=L{f(t)}.
Using the standard transforms L{1}=s1, L{t}=s21, and L{t2}=s32, applying the frequency shifting theorem with a=3 gives:
Therefore: L{g(t)}=(s−3)32−2⋅(s−3)21+s−31=(s−3)32−(s−3)22+s−31
Option A incorrectly uses (s+3) instead of (s−3) – this comes from confusing the sign in the frequency shifting theorem. Option C has the wrong sign on the middle term (positive instead of negative). Option D has the wrong coefficient on the first term (1 instead of 2).
Remember: when you see eatf(t), replace s with (s−a) in the transform of f(t). Watch the signs carefully – e3t means s becomes (s−3), not (s+3).
The function cos(2t)cos(3t) can be transformed using the product-to-sum identity. What is L{cos(2t)cos(3t)}?
Explanation: When you encounter a product of trigonometric functions in a Laplace transform problem, the key insight is to use trigonometric identities to simplify before transforming. The product-to-sum identity is your best tool here. To find L{cos(2t)cos(3t)}, first apply the product-to-sum identity: cos(A)cos(B)=21[cos(A−B)+cos(A+B)]. This gives us: cos(2t)cos(3t)=21[cos(2t−3t)+cos(2t+3t)]=21[cos(−t)+cos(5t)] Since cos(−t)=cos(t), we have: cos(2t)cos(3t)=21[cos(t)+cos(5t)] Now apply the Laplace transform using linearity and the standard formula L{cos(at)}=s2+a2s: L{cos(2t)cos(3t)}=21[L{cos(t)}+L{cos(5t)}]=21[s2+1s+s2+25s] This confirms answer D is correct. Answer A incorrectly uses frequencies 6 and 36, which don't correspond to any meaningful decomposition of the original product. Answer B has the right structure and factor of 21, but the denominators should be s2+1 and s2+25, not s2+25 and s2+1. Answer C attempts to combine the fractions but makes algebraic errors in the process. Study tip: Always use trigonometric identities to break down products before applying Laplace transforms—it's much easier than trying to use convolution properties.
Consider the piecewise function f(t)={t24et−2if 0≤t<2if t≥2. To find L{f(t)} using unit step functions, which expression correctly represents f(t)?
Explanation: The function equals t2 for t<2 and 4et−2 for t≥2. We can write this as: start with t2 everywhere, then at t=2, subtract t2 and add 4et−2. This gives f(t)=t2+[4et−2−t2]u(t−2). When t<2, u(t−2)=0, so f(t)=t2. When t≥2, u(t−2)=1, so f(t)=t2+4et−2−t2=4et−2. Choice A has redundant notation. Choice B is identical to A. Choice D incorrectly uses u(t) and has wrong logic for the intervals.
A student computing L{t2e−tcos(2t)} decides to first apply frequency shifting to get the transform of e−tcos(2t), then apply the t2 multiplication rule. If L{e−tcos(2t)}=(s+1)2+4s+1, what should be the next step?
Explanation: When you encounter Laplace transforms involving both exponential functions and polynomial multiplication, you need to apply transformation rules in sequence. This problem tests your understanding of the multiplication by tn rule after frequency shifting has already been applied. The multiplication by tn rule states that L{tnf(t)}=(−1)ndsndn[F(s)], where F(s)=L{f(t)}. Since you already have L{e−tcos(2t)}=(s+1)2+4s+1, you need to find L{t2⋅e−tcos(2t)} by applying this rule with n=2. The correct answer is D because you need (−1)2ds2d2[(s+1)2+4s+1]. The (−1)2=1 factor comes directly from the multiplication rule formula, and you take the second derivative since n=2. Option A is incorrect because frequency shifting was already used to get L{e−tcos(2t)}; the t2 factor requires differentiation, not another frequency shift. Option B omits the crucial (−1)n factor from the multiplication rule. Option C incorrectly uses (−1)1 instead of (−1)2, which would be appropriate for multiplying by t1, not t2. Remember: when applying the tn multiplication rule, always include the (−1)n factor and take the n-th derivative. The sign pattern alternates: positive for even powers of t, negative for odd powers.