Given that and , find .
Opening subject page...
Loading your content
Differential Equations Quiz
Practice Definition And Basic Transform Rules 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
Given that L{cos(3t)}=s2+9s and L{sin(3t)}=s2+93, find L{e−2tcos(3t+4π)}.
This quiz focuses on Definition And Basic Transform Rules, 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.
Given that L{cos(3t)}=s2+9s and L{sin(3t)}=s2+93, find L{e−2tcos(3t+4π)}.
Explanation: First, use the identity cos(3t+4π)=cos(3t)cos(4π)−sin(3t)sin(4π)=22cos(3t)−22sin(3t). So L{cos(3t+4π)}=22⋅s2+9s−22⋅s2+93=22⋅s2+9s−3. Now applying the first shifting theorem with a=−2: L{e−2tcos(3t+4π)}=22⋅(s+2)2+9(s+2)−3=(s+2)2+9(s+2)22−322. Choice B is correct.
Using the definition of the Laplace transform, find L{f(t)} for the function f(t)={200≤t<1t≥1.
Explanation: The definition of the Laplace transform is L{f(t)}=∫0∞e−stf(t)dt. For the given piecewise function, the integral splits into two parts: L{f(t)}=∫01e−st(2)dt+∫1∞e−st(0)dt The second integral is zero. We only need to evaluate the first integral: ∫012e−stdt=2[−s1e−st]01=−s2[e−s(1)−e−s(0)]=−s2(e−s−1)=s2(1−e−s).
What is the Laplace transform of f(t)=e−3t(t2−1)?
Explanation: This problem requires the First Shifting Theorem (s-shifting), which states that L{eatg(t)}=G(s−a), where G(s)=L{g(t)}. First, let g(t)=t2−1. We find its Laplace transform G(s) using linearity and the basic transform rules L{tn}=sn+1n! and L{1}=s1. G(s)=L{t2−1}=L{t2}−L{1}=s2+12!−s1=s32−s1. Now, we apply the First Shifting Theorem with a=−3. We need to compute G(s−a)=G(s−(−3))=G(s+3). This means we replace every s in G(s) with (s+3). L{e−3t(t2−1)}=G(s+3)=(s+3)32−s+31.
Find the Laplace transform of the function f(t)=e2tsinh(3t).
Explanation: When you encounter a Laplace transform problem involving exponential functions combined with hyperbolic functions, the key is recognizing how to apply the shifting property effectively. To find L{e2tsinh(3t)}, start by recalling that sinh(3t)=2e3t−e−3t. This gives us: f(t)=e2t⋅2e3t−e−3t=21(e5t−e−t) Now apply the Laplace transform: L{f(t)}=21(s−51−s+11) Combining these fractions: =21⋅(s−5)(s+1)(s+1)−(s−5)=21⋅(s−5)(s+1)6=s2−4s−53 Notice that (s−5)(s+1)=s2−4s−5=(s−2)2−9, so the answer is (s−2)2−93, which is choice C. Choice A has the wrong denominator—it uses (s+2)2−9 instead of (s−2)2−9, likely from incorrectly applying the shifting theorem. Choice B has the wrong numerator; it shows s−2 instead of the constant 3. Choice D omits the shifting entirely, giving the transform as if there were no e2t factor. Remember: when you see eat multiplied by another function, expect the Laplace transform to involve a shift in the s-domain. Always double-check your algebra when expanding and factoring denominators.
What is the Laplace transform of the function f(t)=sin2(t)?
Explanation: When you encounter the Laplace transform of trigonometric functions involving powers, the key is recognizing that you'll often need trigonometric identities to simplify before transforming. For f(t)=sin2(t), you can't directly apply the basic Laplace transform formula for sin(t). Instead, use the trigonometric identity: sin2(t)=21−cos(2t) Now you can find the Laplace transform of each term: L{sin2(t)}=L{21−2cos(2t)} Using linearity: =21L{1}−21L{cos(2t)} Applying the standard transforms L{1}=s1 and L{cos(at)}=s2+a2s: =21⋅s1−21⋅s2+4s=2s1−2(s2+4)s Combining over a common denominator: =2s(s2+4)s2+4−s2=2s(s2+4)4=s(s2+4)2 This confirms answer C is correct. Answer A has the wrong denominator in the second term (should be s2+4, not s2+4, but missing the factor of 21). Answer B incorrectly squares the entire Laplace transform of sin(t). Answer D uses s2+1 instead of s2+4, suggesting confusion about the frequency doubling in the cosine term. Strategy tip: Always look for trigonometric identities to simplify powers of trig functions before applying Laplace transforms. The half-angle and double-angle formulas are particularly useful.
Let f(t)={sin(t)00≤t<πt≥π. What is the Laplace transform of f(t)?
Explanation: When you encounter a piecewise function in Laplace transform problems, you need to express it using unit step functions, then apply the shifting theorem. This function equals sin(t) from 0 to π, then becomes zero. You can rewrite f(t) as f(t)=sin(t)−sin(t)u(t−π), where u(t−π) is the unit step function that "turns on" at t=π. This expression gives sin(t) for t<π and zero for t≥π. Taking the Laplace transform: L{f(t)}=L{sin(t)}−L{sin(t)u(t−π)} The first term is simply s2+11. For the second term, use the shifting theorem: L{g(t)u(t−a)}=e−asL{g(t+a)}. Since sin(t+π)=−sin(t), we get: L{sin(t)u(t−π)}=e−sπL{−sin(t)}=−e−sπ⋅s2+11 Therefore: L{f(t)}=s2+11−(−e−sπ⋅s2+11)=s2+11+e−sπ Choice A has an extra factor of s in the numerator. Choice B ignores the discontinuity entirely, giving just the transform of sin(t). Choice C has the wrong sign on the exponential term, which would represent a different piecewise function. Study tip: For piecewise functions, always express them using unit step functions first, then apply the shifting theorem systematically. The exponential terms in Laplace transforms always reflect where discontinuities occur.
A function f(t) is given by f(t)=Acos(2t)+Bsin(2t). If f(0)=2 and f′(0)=−2, what is the Laplace transform of f(t)?
Explanation: This problem combines initial value problems with Laplace transforms, testing whether you can find unknown coefficients and then apply transform formulas correctly. First, you need to determine the constants A and B using the given conditions. From f(t)=Acos(2t)+Bsin(2t), we get f(0)=Acos(0)+Bsin(0)=A=2. Taking the derivative: f′(t)=−2Asin(2t)+2Bcos(2t), so f′(0)=−2Asin(0)+2Bcos(0)=2B=−2, giving us B=−1. Therefore, f(t)=2cos(2t)−sin(2t). Now apply the standard Laplace transform formulas: L[cos(at)]=s2+a2s and L[sin(at)]=s2+a2a. This gives us: L[f(t)]=2⋅s2+4s−1⋅s2+42=s2+42s−2, which is choice B. Looking at the wrong answers: Choice A has s2+42s+2, which would result from incorrectly finding B=1 instead of B=−1. Choice C gives s2+4s−2, suggesting the coefficient 2 was dropped from the cosine term. Choice D has s2+12s−1, which uses the wrong frequency (ω=1 instead of ω=2) and incorrectly transforms the sine term. Strategy tip: Always solve for unknown coefficients first using initial conditions, then apply Laplace transform formulas. Double-check your algebra when combining fractions with common denominators.
Find the Laplace transform of the function f(t)=cosh(t)cos(t).
Explanation: When you encounter a Laplace transform involving products of hyperbolic and trigonometric functions, the key is to use the exponential definitions and apply linearity properties systematically.
To find L{cosh(t)cos(t)}, start with the exponential definition: cosh(t)=2et+e−t. This gives us:
f(t)=cosh(t)cos(t)=2et+e−tcos(t)=21[etcos(t)+e−tcos(t)]
Now apply the frequency shift property: L{eatg(t)}=G(s−a) where G(s)=L{g(t)}.
Since L{cos(t)}=s2+1s, we have:
Therefore: L{f(t)}=21[s2−2s+2s−1+s2+2s+2s+1]
After finding a common denominator and simplifying, this reduces to s4+4s3, which is answer D.
Answer A gives the numerator for sinh(t)cos(t) instead of cosh(t)cos(t). Answer B incorrectly uses partial fraction form without proper combination. Answer C omits the s factor that comes from the asymmetric nature of the hyperbolic-trigonometric product.
Study tip: For products involving cosh(t) or sinh(t), always convert to exponential form first, then use the frequency shift property—this systematic approach prevents algebraic errors.
What is the Laplace transform of the function f(t)=sin(t)cos(t)?
Explanation: To find the Laplace transform of f(t)=sin(t)cos(t), first use the trigonometric identity sin(2θ)=2sin(θ)cos(θ). This gives sin(t)cos(t)=21sin(2t). Next, apply the linearity property of the Laplace transform and the rule for L{sin(kt)}=s2+k2k. L{sin(t)cos(t)}=L{21sin(2t)}=21L{sin(2t)} With k=2, this becomes: 21(s2+222)=21(s2+42)=s2+41.
For which of the following functions f(t) does the Laplace transform not exist?
Explanation: The Laplace transform of a function f(t) exists if f(t) is piecewise continuous on [0,∞) and is of exponential order. A function is of exponential order if there exist constants M>0 and c such that ∣f(t)∣≤Mect for all t≥T for some T.
Let f(t)=e3t+t2e−t+cos(2t). For which values of s does the Laplace transform L{f(t)} exist?
Explanation: When determining where a Laplace transform exists, you need to find the region of convergence by examining the growth rates of each term in your function. The Laplace transform L{f(t)}=∫0∞f(t)e−stdt converges when the integral doesn't blow up to infinity. For f(t)=e3t+t2e−t+cos(2t), analyze each term separately. The exponential term e3t grows fastest and will dominate the behavior. When you multiply by e−st, you get e3t⋅e−st=e(3−s)t. For this to decay to zero as t→∞, you need 3−s<0, which means s>3. The term t2e−t becomes t2e−(1+s)t, which converges for s>−1. The cosine term is bounded and always converges for s>0. Since all terms must converge simultaneously, you take the most restrictive condition: s>3. Choice A (s>2) is too lenient—the e3t term would still grow exponentially. Choice C (s>0) only considers the cosine term and ignores the exponential growth. Choice D (s>−1) focuses on the t2e−t term but ignores the dominant e3t term. Study tip: For Laplace transform existence, always identify the fastest-growing term in your function—it determines the convergence boundary. Exponential terms typically dominate polynomial and trigonometric terms.
Let f(t) be a function such that its Laplace transform is F(s)=(s+2)2+9s+2. What is the Laplace transform of g(t)=e−tf(t)?
Explanation: When you encounter a problem involving the Laplace transform of an exponentially modified function, you need to apply the frequency shifting property (also called the first translation theorem). This property states that if L{f(t)}=F(s), then L{e−atf(t)}=F(s+a). Given that F(s)=(s+2)2+9s+2 and g(t)=e−tf(t), you apply the frequency shifting property with a=1. This means you replace every s in F(s) with (s+1): L{g(t)}=F(s+1)=((s+1)+2)2+9(s+1)+2=(s+3)2+9s+3 Answer D is correct because it properly applies the frequency shifting theorem. Answer A (s+2)2+9s+3 only shifts the numerator but leaves the denominator unchanged, which is an incomplete application of the property. Answer B (s+1)2+9s+1 incorrectly shifts s to (s+1) instead of (s+3) in the numerator, suggesting confusion about how the shift affects the entire expression. Answer C (s+2)2+9s+2⋅s+11 treats this as a convolution problem rather than frequency shifting, which is the wrong approach entirely. Study tip: Remember that frequency shifting means "replace every s with (s+a)" throughout the entire transform. Practice identifying when to use frequency shifting versus other Laplace transform properties like convolution or time shifting.
A function is defined as f(t)={1,3,0≤t<2t≥2. Find the Laplace transform of f(t).
Explanation: When you encounter a piecewise function in a Laplace transform problem, you need to express it using unit step functions, then apply the shifting property of Laplace transforms. First, rewrite f(t) using the unit step function u(t−a), which equals 0 for t<a and 1 for t≥a. Your function can be written as: f(t)=1⋅u(t)+2⋅u(t−2) This works because: for 0≤t<2, only the first term contributes, giving f(t)=1. For t≥2, both terms contribute, giving f(t)=1+2=3. Now apply the Laplace transform. Using L{u(t)}=s1 and the shifting property L{u(t−a)}=se−as: L{f(t)}=1⋅s1+2⋅se−2s=s1+2e−2s This matches answer choice B. Answer A, s4e−2s−1, suggests an incorrect decomposition of the piecewise function. Answer C, s1−e−2s+s3, incorrectly treats this as if the function jumps from 1 to 3 at t=2 rather than adding 2 to the existing value. Answer D, s3, would correspond to the constant function f(t)=3 for all t. Remember: for piecewise functions, decompose using unit step functions first, then transform each piece separately using the shifting property.
For which value of the parameter a does the function f(t)=ta have a Laplace transform that exists for s>0?
Explanation: When determining if a Laplace transform exists, you need to analyze the convergence of the improper integral L{f(t)}=∫0∞tae−stdt for s>0. The key insight is that this integral can diverge at two places: near t=0 (if ta has a singularity there) or as t→∞ (though the exponential e−st typically controls this). For ta with a<0, you get a singularity at t=0, so you must check when ∫01tadt converges. This integral converges if and only if a>−1. To verify: ∫01tadt=a+1ta+101, which converges when a+1>0, giving us a>−1. The behavior as t→∞ is controlled by the exponential decay term e−st for any s>0. Choice A incorrectly claims only positive powers work—negative powers can work if they're not too negative. Choice B wrongly suggests all real values work, ignoring the singularity issue at t=0. Choice C gives the specific threshold a≥−21, which is too restrictive and misses that we can go down to (but not including) a=−1. Study tip: For Laplace transform existence problems involving power functions, always check convergence at t=0 first. The condition a>−1 for ta is a fundamental result worth memorizing.
Consider the convolution integral h(t)=∫0te2τcos(3(t−τ))dτ. Using the convolution theorem, L{h(t)} can be expressed as:
Explanation: When you encounter a convolution integral like this, the convolution theorem is your key tool. It states that L{f∗g}=L{f(t)}⋅L{g(t)}, where ∗ represents convolution. This transforms a complex integral into simple multiplication of Laplace transforms. Your integral has the form (f∗g)(t)=∫0tf(τ)g(t−τ)dτ, where f(τ)=e2τ and g(t−τ)=cos(3(t−τ)). To apply the convolution theorem, you need the individual Laplace transforms: L{e2t}=s−21 and L{cos(3t)}=s2+9s. Therefore, L{h(t)}=s−21⋅s2+9s=(s−2)(s2+9)s, which is choice C. Choice A incorrectly uses L{sin(3t)}=s2+93 instead of the cosine transform. This is a common mix-up between sine and cosine Laplace transforms. Choice B has the correct transforms but in the wrong order, suggesting confusion about which function corresponds to f versus g in the convolution. Choice D uses s2+9s−2 for one factor, which isn't the Laplace transform of any standard function, and incorrectly squares the denominator s2+9. Study tip: Memorize the basic Laplace transform pairs, especially L{eat}=s−a1, L{cos(bt)}=s2+b2s, and L{sin(bt)}=s2+b2b. The convolution theorem turns difficult integrals into straightforward multiplication.
The function F(s)=s3+s23s2+2s−1 represents the Laplace transform of some function f(t). Before applying partial fraction decomposition, what is the correct factorization of the denominator?
Explanation: The denominator is s3+s2=s2(s+1). This has a repeated linear factor s2 and a simple linear factor (s+1). The correct partial fraction decomposition for this form is sA+s2B+s+1C, where we need separate terms for each power of the repeated factor up to its multiplicity. Choice A is correct. Choice B incorrectly factors the denominator. Choice C incorrectly uses Cs+D for a linear factor. Choice D incorrectly identifies the factorization.
If L{f(t)}=s2−2s+5s+1 and h(t)=e2tf(t), then L{h(t)} equals:
Explanation: Using the first shifting theorem, L{eatf(t)}=F(s−a) where F(s)=L{f(t)}. Here a=2, so L{h(t)}=F(s−2)=(s−2)2−2(s−2)+5(s−2)+1. Simplifying the numerator: (s−2)+1=s−1. For the denominator: (s−2)2−2(s−2)+5=s2−4s+4−2s+4+5=s2−6s+13. Therefore L{h(t)}=s2−6s+13s−1. Choice B is correct.
If F(s)=L{f(t)} exists for s>σ, and g(t)=f(3t), then L{g(t)} equals:
Explanation: When you encounter Laplace transforms with time scaling like g(t)=f(3t), you're dealing with the time-scaling property. This is a fundamental transformation rule that requires careful attention to both the transform formula and the region of convergence. To find L{f(3t)}, we apply the time-scaling property: if L{f(t)}=F(s), then L{f(at)}=a1F(as) where a>0. With a=3, we get L{f(3t)}=31F(3s). For the region of convergence, if F(s) exists for s>σ, then we need 3s>σ, which means s>3σ. Therefore, L{g(t)}=31F(3s) for s>3σ. Choice A has the correct transform but wrong convergence region—it claims s>3σ instead of s>3σ. Choice B incorrectly applies the scaling property, giving 3F(3s) instead of 31F(3s), and has the wrong convergence region. Choice D omits the scaling factor 31 entirely, giving just F(3s). The correct answer is C. Study tip: Remember the time-scaling property formula exactly: L{f(at)}=a1F(as). The factor a1 appears outside, s gets divided by a inside, and the convergence region becomes s>aσ.
If g(t)=∫0tf(τ)dτ where L{f(t)}=s2+12s+3, then L{g(t)} equals:
Explanation: Using the integration property of Laplace transforms: if L{f(t)}=F(s), then L{∫0tf(τ)dτ}=sF(s). Here, F(s)=s2+12s+3, so L{g(t)}=s1⋅s2+12s+3=s(s2+1)2s+3. Choice A is correct. Choice B incorrectly multiplies by s. Choice C correctly identifies s(s2+1)=s3+s but this doesn't match the integration formula. Choice D represents differentiation, not integration.