Differential Equations Quiz: Inverse Laplace Via Partial Fractions
Practice Inverse Laplace Via Partial Fractions 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 / 12
0 of 12 answered
Find the inverse Laplace transform of F(s)=s3+s1.
What this quiz covers
This quiz focuses on Inverse Laplace Via Partial Fractions, 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 F(s)=s3+s1.
1−sin(t)
21t2−sin(t)
1−cos(t) (correct answer)
1+cos(t)
Explanation: First, factor the denominator: s3+s=s(s2+1).
The function is F(s)=s(s2+1)1.
We use partial fraction decomposition: F(s)=sA+s2+1Bs+C.
Multiplying by the denominator gives 1=A(s2+1)+(Bs+C)s.
Let s=0: 1=A(1)⟹A=1.
Equating coefficients of s2: 0=A+B⟹B=−A=−1.
Equating coefficients of s: 0=C.
So, F(s)=s1−s2+1s.
Taking the inverse Laplace transform term by term:
L−1{s1}=1L−1{s2+1s}=cos(t)
Therefore, f(t)=1−cos(t).
Question 2
Find the inverse Laplace transform, f(t), of the function F(s)=(s−1)(s2+2s+5)3s.
Explanation: The partial fraction decomposition is F(s)=s−1A+s2+2s+5Bs+C.
Using the cover-up method for A: A=s2+2s+53ss=1=1+2+53(1)=83.
Multiply by the denominator: 3s=A(s2+2s+5)+(Bs+C)(s−1).
Equating coefficients of s2: 0=A+B⟹B=−A=−83.
Equating constant terms: 0=5A−C⟹C=5A=815.
So, F(s)=s−13/8+s2+2s+5−3/8s+15/8.
Complete the square for the quadratic term: s2+2s+5=(s+1)2+4=(s+1)2+22.
Rewrite the second term's numerator to match the form for sine and cosine transforms: (s+1)2+4−3/8s+15/8=(s+1)2+4−3/8(s+1)+3/8+15/8=(s+1)2+4−3/8(s+1)+18/8.
Split this into two terms: −83(s+1)2+22s+1+49(s+1)2+221=−83(s+1)2+22s+1+89(s+1)2+222.
Taking the inverse Laplace transform gives: f(t)=83et−83e−tcos(2t)+89e−tsin(2t).
Question 3
The Laplace transform of a function y(t) is given by Y(s)=s(s−3)2(s2+4)s3−2s+1. Without computing the coefficients, what is the general form of y(t) for t>0?
Explanation: The form of the solution y(t) is determined by the poles of Y(s), which are the roots of the denominator.
The denominator is s(s−3)2(s2+4).
The poles are:
s=0: a simple pole, which corresponds to a constant term C1 in y(t).
s=3: a repeated pole of order 2, which corresponds to terms C2e3t+C3te3t.
s2+4=0⟹s=±2i: a pair of complex conjugate poles, which corresponds to terms C4cos(2t)+C5sin(2t).
Combining these gives the general form y(t)=C1+C2e3t+C3te3t+C4cos(2t)+C5sin(2t).
Question 4
The function F(s)=s(s−1)(s+2)2s2+1 has the partial fraction decomposition sA+s−1B+s+2C+(s+2)2D. What is the value of the coefficient C?
−41
65
361 (correct answer)
92
Explanation: To find C, we cannot use the simple cover-up method. One method is to find the other coefficients first and then equate coefficients of the highest power of s.
A=(s−1)(s+2)2s2+1s=0=(−1)(4)1=−41.
B=s(s+2)2s2+1s=1=1(9)2=92.
The original expression is s(s−1)(s2+4s+4)s2+1=s(s3+3s2−4)s2+1=s4+3s3−4ss2+1.
The decomposition is sA+s−1B+s+2C+(s+2)2D. When combined, the numerator is A(s−1)(s+2)2+Bs(s+2)2+Cs(s−1)(s+2)+Ds(s−1).
The s3 term in the numerator comes from As3+Bs3+Cs3. The coefficient of s3 in the original numerator is 0.
So, A+B+C=0. We can find C from A and B.
C=−A−B=−(−41)−92=41−92=369−8=361.
Distractor B is the value of D, and D is the value of B.
Question 5
A system is governed by the differential equation y′′−3y′+2y=u(t−1) with initial conditions y(0)=0 and y′(0)=0, where u(t−1) is the unit step function. Find the solution y(t).
y(t)=u(t−1)(21−et+21e2t)
y(t)=u(t−1)(21−et−1+21e2(t−1)) (correct answer)
y(t)=u(t)(21−et−1+21e2(t−1))
y(t)=u(t−1)(−21+et−1−21e2(t−1))
Explanation: Take the Laplace transform of the equation: (s2−3s+2)Y(s)=se−s.
Y(s)=s(s2−3s+2)e−s=e−ss(s−1)(s−2)1.
Let G(s)=s(s−1)(s−2)1. We find its inverse transform g(t) first. The partial fraction decomposition is G(s)=sA+s−1B+s−2C.
A=(s−1)(s−2)1s=0=21.
B=s(s−2)1s=1=−1.
C=s(s−1)1s=2=21.
So G(s)=s1/2−s−11+s−21/2.
Then g(t)=L−1{G(s)}=21−et+21e2t.
Finally, we find y(t) using the second shifting theorem: y(t)=L−1{e−sG(s)}=u(t−1)g(t−1).
y(t)=u(t−1)(21−et−1+21e2(t−1)).
Question 6
The Laplace transform of the solution to an initial value problem is Y(s)=s4−11. Find the solution y(t).
y(t)=21cosh(t)−21cos(t)
y(t)=21sinh(t)−21sin(t) (correct answer)
y(t)=41cosh(t)−21sin(t)
y(t)=41et−41e−t+21cos(t)
Explanation: First, factor the denominator: s4−1=(s2−1)(s2+1)=(s−1)(s+1)(s2+1).
The partial fraction decomposition is Y(s)=s−1A+s+1B+s2+1Cs+D.
A=(s+1)(s2+1)1s=1=(2)(2)1=41.
B=(s−1)(s2+1)1s=−1=(−2)(2)1=−41.
To find C and D, we multiply by the denominator: 1=A(s+1)(s2+1)+B(s−1)(s2+1)+(Cs+D)(s2−1).
Equating coefficients for s3: 0=A+B+C=41−41+C⟹C=0.
Equating constant terms: 1=A−B−D=41−(−41)−D=21−D⟹D=−21.
So, Y(s)=s−11/4−s+11/4−s2+11/2.
Taking the inverse Laplace transform: y(t)=41et−41e−t−21sin(t).
We can write this in terms of hyperbolic functions: y(t)=21(2et−e−t)−21sin(t)=21sinh(t)−21sin(t).
Question 7
Find the inverse Laplace transform of F(s)=(s+1)(s2−4)s2−s−6.
34e−t−31e2t (correct answer)
34e−t−31e2t−32e−2t
35e−t+31e2t
e−t+e2t−e−2t
Explanation: Before applying partial fractions, it is crucial to check for common factors between the numerator and denominator.
Factor the numerator: s2−s−6=(s−3)(s+2).
Factor the denominator: (s+1)(s2−4)=(s+1)(s−2)(s+2).
So, F(s)=(s+1)(s−2)(s+2)(s−3)(s+2).
The term (s+2) cancels out, simplifying the expression to F(s)=(s+1)(s−2)s−3.
Now, we use partial fraction decomposition: (s+1)(s−2)s−3=s+1A+s−2B.
Using the cover-up method:
A=s−2s−3s=−1=−1−2−1−3=−3−4=34.
B=s+1s−3s=2=2+12−3=−31.
Thus, F(s)=s+14/3−s−21/3.
Taking the inverse Laplace transform gives f(t)=34e−t−31e2t.
Question 8
The Laplace transform Y(s) of a function y(t) satisfies the equation sY(s)−y(0)=s(s−2)1. If y(0)=1, what is y(t)?
y(t)=43−21t+41e2t (correct answer)
y(t)=−41−21t+41e2t
y(t)=43−21+41e2t
y(t)=1−21t+21e2t
Explanation: First, we must solve for Y(s).
Given sY(s)−y(0)=s(s−2)1 and y(0)=1, we substitute y(0):
sY(s)−1=s(s−2)1.
sY(s)=1+s(s−2)1=s(s−2)s(s−2)+1=s(s−2)s2−2s+1=s(s−2)(s−1)2.
Y(s)=s2(s−2)(s−1)2.
Now we find the inverse transform using partial fractions. The form is Y(s)=sA+s2B+s−2C.
Using the cover-up method for B and C:
B=s−2(s−1)2s=0=−2(−1)2=−21.
C=s2(s−1)2s=2=22(2−1)2=41.
To find A, we can equate coefficients. The equation is (s−1)2=As(s−2)+B(s−2)+Cs2.
Equating coefficients of s2: 1=A+C. Since C=1/4, A=1−C=1−1/4=3/4.
So, Y(s)=s3/4−s21/2+s−21/4.
Taking the inverse Laplace transform: y(t)=43−21t+41e2t.
Question 9
The transfer function of a linear time-invariant system is given by H(s)=s2+2s+k1. For which of the following values of the parameter k will the impulse response h(t)=L−1{H(s)} be a product of a decaying exponential and a sinusoidal function?
k=1
k=−3
k=0.5
k=5 (correct answer)
Explanation: The form of the impulse response h(t) depends on the roots of the denominator of H(s), which is the characteristic equation s2+2s+k=0.
The roots are given by the quadratic formula: s=2−2±4−4k=−1±1−k.
For the solution to be a product of a decaying exponential and a sinusoidal function, the roots must be a complex conjugate pair. This occurs when the discriminant is negative.
1−k<0⟹k>1.
We examine the answer choices:
(A) k=1: 1−k=0. This gives a repeated real root, leading to critical damping (h(t) has a te−t term).
(B) k=−3: 1−k=4>0. This gives two distinct real roots, leading to an overdamped response.
(C) k=0.5: 1−k=0.5>0. This also gives two distinct real roots, leading to an overdamped response.
(D) k=5: 1−k=−4<0. This gives complex roots s=−1±2i, leading to an underdamped response of the form h(t)=e−t(Acos(2t)+Bsin(2t)). This matches the description.
Question 10
Let f(t)=L−1{s(s−1)2s+1}. Which of the following is f(t)?
f(t)=1+et+2tet
f(t)=1−et+2tet (correct answer)
f(t)=1+et
f(t)=1−et+2et
Explanation: The function F(s)=s(s−1)2s+1 has a partial fraction decomposition of the form sA+s−1B+(s−1)2C.
To find the coefficients:
A=(s−1)2s+1s=0=(−1)21=1.
C=ss+1s=1=12=2.
To find B, we can use the equation s+1=A(s−1)2+Bs(s−1)+Cs. Expanding and equating coefficients of s2: 0=A+B. Since A=1, we have B=−1.
So, F(s)=s1−s−11+(s−1)22.
Taking the inverse Laplace transform of each term yields:
f(t)=L−1{s1}−L−1{s−11}+2L−1{(s−1)21}=1−et+2tet.
Question 11
Determine the inverse Laplace transform of F(s)=s2+s+1s+3.
Explanation: The denominator s2+s+1 is an irreducible quadratic. We complete the square: s2+s+1=(s2+s+41)−41+1=(s+21)2+43.
So F(s)=(s+21)2+(23)2s+3.
To match the transform formulas for sine and cosine with a shift, we rewrite the numerator in terms of (s+21):
s+3=(s+21)+25.
So, F(s)=(s+21)2+(23)2(s+21)+25=(s+21)2+(23)2s+21+(s+21)2+(23)225.
For the second term, we need 23 in the numerator for the sine transform. We multiply and divide by it:
F(s)=(s+21)2+(23)2s+21+3/25/2⋅(s+21)2+(23)23/2=(s+21)2+(23)2s+21+35⋅(s+21)2+(23)23/2.
Taking the inverse transform gives:
f(t)=e−t/2cos(23t)+35e−t/2sin(23t).
Rationalizing the coefficient 35=353 gives the final answer.
Question 12
Solve the initial value problem y′′+y=4et with initial conditions y(0)=1 and y′(0)=−1.
y(t)=2et−cos(t)−3sin(t) (correct answer)
y(t)=2et−cos(t)+sin(t)
y(t)=2et−3cos(t)−3sin(t)
y(t)=2et+cos(t)+3sin(t)
Explanation: Taking the Laplace transform of the differential equation gives:
L{y′′}+L{y}=L{4et}s2Y(s)−sy(0)−y′(0)+Y(s)=s−14.
Substituting the initial conditions y(0)=1 and y′(0)=−1:
s2Y(s)−s−(−1)+Y(s)=s−14(s2+1)Y(s)−s+1=s−14Y(s)=(s−1)(s2+1)4+s2+1s−1.
We apply partial fractions to the first term: (s−1)(s2+1)4=s−1A+s2+1Bs+C.
Solving for coefficients gives A=2,B=−2,C=−2.
So, Y(s)=(s−12−s2+12s+2)+s2+1s−1=s−12−s2+12s−s2+12+s2+1s−s2+11.
Combining terms: Y(s)=s−12−s2+1s−s2+13.
Taking the inverse Laplace transform: y(t)=2et−cos(t)−3sin(t).