Consider the initial value problem , with initial conditions and . Let . Which of the following expressions correctly represents ?
Opening subject page...
Loading your content
Differential Equations Quiz
Practice Solving Ivps Via Laplace 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 / 20
0 of 20 answered
Consider the initial value problem y′′+4y′+13y=0, with initial conditions y(0)=2 and y′(0)=−3. Let Y(s)=L{y(t)}. Which of the following expressions correctly represents Y(s)?
This quiz focuses on Solving Ivps Via Laplace, 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.
Consider the initial value problem y′′+4y′+13y=0, with initial conditions y(0)=2 and y′(0)=−3. Let Y(s)=L{y(t)}. Which of the following expressions correctly represents Y(s)?
Explanation: To solve the IVP using Laplace transforms, we first transform the entire equation. Let Y(s)=L{y(t)}. Using the properties of Laplace transforms for derivatives, L{y′′(t)}=s2Y(s)−sy(0)−y′(0) and L{y′(t)}=sY(s)−y(0). Substituting these into the ODE gives: (s2Y(s)−sy(0)−y′(0))+4(sY(s)−y(0))+13Y(s)=0 Now, plug in the initial conditions y(0)=2 and y′(0)=−3: (s2Y(s)−s(2)−(−3))+4(sY(s)−2)+13Y(s)=0 s2Y(s)−2s+3+4sY(s)−8+13Y(s)=0 Group the terms with Y(s): Y(s)(s2+4s+13)−2s−5=0 Finally, solve for Y(s): Y(s)(s2+4s+13)=2s+5 Y(s)=s2+4s+132s+5 Distractor Reasoning: (B) results from a sign error in the formula for the second derivative, using s2Y(s)−sy(0)+y′(0) instead of s2Y(s)−sy(0)−y′(0). This would lead to a numerator of 2s+11. (C) results from confusing the initial conditions for the first and second derivatives, i.e., using y(0) in the transform of y′ and y′(0) in the transform of y′′. (D) results from completely omitting the y′(0) term in the transform of y′′(t). This would lead to a numerator of 2s+8.
An initial value problem is described by y′′+2y′+y=δ(t−3), subject to y(0)=1 and y′(0)=0. What is the solution y(t) for t>3?
Explanation: First, take the Laplace transform of the ODE. Let Y(s)=L{y(t)}. L{y′′}+2L{y′}+L{y}=L{δ(t−3)} (s2Y−sy(0)−y′(0))+2(sY−y(0))+Y=e−3s Substitute the initial conditions y(0)=1,y′(0)=0: (s2Y−s)+2(sY−1)+Y=e−3s Y(s)(s2+2s+1)−s−2=e−3s Y(s)(s+1)2=s+2+e−3s Y(s)=(s+1)2s+2+(s+1)2e−3s For the first term, we use partial fractions: (s+1)2s+2=(s+1)2s+1+1=s+11+(s+1)21. The inverse Laplace transform is L−1{s+11+(s+1)21}=e−t+te−t. For the second term, we use the second shifting theorem. Let F(s)=(s+1)21. Its inverse transform is f(t)=te−t. Then L−1{e−3sF(s)}=f(t−3)u(t−3)=(t−3)e−(t−3)u(t−3). The complete solution is y(t)=e−t+te−t+(t−3)e−(t−3)u(t−3). For t>3, u(t−3)=1, so the expression is y(t)=e−t+te−t+(t−3)e−(t−3). Distractor Reasoning: (B) represents a common error in applying the shifting theorem, where the argument of the function f(t)=te−t is not fully shifted; only the exponential part is shifted. (C) results from an incorrect inverse transform of (s+1)21, taking it as e−t instead of te−t. (D) contains a sign error in the exponent of the second part of the solution, which is a common mistake in recalling the shifting theorem's effect on exponential functions.
Solve the initial value problem y′′−2y′+5y=0, with y(0)=1 and y′(0)=5.
Explanation: When you encounter a second-order linear homogeneous differential equation with constant coefficients like y′′−2y′+5y=0, you need to find the characteristic equation and use initial conditions to determine specific constants. Start by assuming a solution of the form y=ert and substitute into the differential equation. This gives you the characteristic equation: r2−2r+5=0. Using the quadratic formula: r=22±4−20=22±−16=1±2i. Since you have complex roots r=1±2i, the general solution is y(t)=et(c1cos(2t)+c2sin(2t)), where the real part (1) becomes the exponential coefficient and the imaginary part (2) becomes the argument of the trigonometric functions. Now apply the initial conditions. With y(0)=1: 1=e0(c1cos(0)+c2sin(0))=c1, so c1=1. For y′(0)=5, first find y′(t)=et(cos(2t)+c2sin(2t))+et(−2sin(2t)+2c2cos(2t)). At t=0: 5=1+2c2, so c2=2. Therefore, y(t)=et(cos(2t)+2sin(2t)), which is choice D. Choice A uses 5 instead of 2 in the trigonometric arguments. Choice B has the wrong coefficient for the sine term. Choice C incorrectly uses e−t instead of et. Remember: complex roots a±bi always produce solutions with eat multiplying cos(bt) and sin(bt) terms.
The solution to the initial value problem y′′+4y=g(t), with y(0)=0 and y′(0)=0, can be expressed as a convolution integral. Which of the following integrals correctly represents y(t)?
Explanation: When solving non-homogeneous linear differential equations with zero initial conditions, the solution can be expressed as a convolution integral involving the forcing function and the impulse response (Green's function). For the equation y′′+4y=g(t) with y(0)=y′(0)=0, you need to find the impulse response first. The impulse response satisfies h′′+4h=δ(t) with zero initial conditions, where δ(t) is the Dirac delta function. For the homogeneous equation h′′+4h=0, the characteristic equation r2+4=0 gives r=±2i, so the general solution involves sin(2t) and cos(2t). The impulse response turns out to be h(t)=21sin(2t) for t≥0. The solution is then y(t)=∫0tg(τ)h(t−τ)dτ=∫0tg(τ)21sin(2(t−τ))dτ, which is choice C. Choice A uses the wrong form of convolution - it has g(t−τ) instead of g(τ), and lacks the correct coefficient. Choice B uses cos(2(t−τ)) instead of sin(2(t−τ)), which would correspond to a different impulse response. Choice D incorrectly factors out sin(2t), which doesn't represent the proper convolution structure. Remember: for convolution integrals in differential equations, the impulse response function always appears as h(t−τ) in the integrand, and getting the correct impulse response is crucial for the right trigonometric form.
The phenomenon of pure resonance is described by the initial value problem y′′+ω2y=cos(ωt), with y(0)=0 and y′(0)=0. What is the solution y(t)?
Explanation: Pure resonance occurs when a harmonic oscillator is driven at its natural frequency, creating the characteristic unbounded growth in amplitude. This differential equation y′′+ω2y=cos(ωt) exemplifies this phenomenon because the driving frequency matches the natural frequency ω. To solve this, you need the general solution to the homogeneous equation plus a particular solution. The homogeneous equation y′′+ω2y=0 has general solution yh=c1cos(ωt)+c2sin(ωt). For the particular solution, since cos(ωt) is already in the homogeneous solution, you must use the method of undetermined coefficients with modification for resonance. Try yp=Atcos(ωt)+Btsin(ωt). Substituting into the differential equation and solving yields A=0 and B=2ω1, giving yp=2ω1tsin(ωt). The general solution is y=c1cos(ωt)+c2sin(ωt)+2ω1tsin(ωt). Applying initial conditions y(0)=0 and y′(0)=0 gives c1=c2=0, leaving y(t)=2ω1tsin(ωt). Answer A lacks the ω1 factor needed for dimensional consistency. Answer B uses cosine instead of sine, which doesn't satisfy the initial conditions. Answer D represents a non-resonant particular solution that would occur if the frequencies didn't match. Remember: resonance problems always involve a factor of t multiplying a trigonometric function, creating the characteristic linear growth in amplitude over time.
The Laplace transform of the solution to the initial value problem y′′−y=e2t with y(0)=0,y′(0)=0 is given by Y(s). When Y(s) is expressed using partial fractions as Y(s)=s−1A+s+1B+s−2C, what is the value of the coefficient C?
Explanation: When solving differential equations using Laplace transforms, you'll often need to decompose the transformed solution using partial fractions to find coefficients that help you work backward to the original solution. Start by taking the Laplace transform of the entire equation y′′−y=e2t. Using the properties L[y′′]=s2Y(s)−sy(0)−y′(0) and L[y]=Y(s), along with the given initial conditions y(0)=0 and y′(0)=0, you get: s2Y(s)−Y(s)=s−21 Solving for Y(s): Y(s)(s2−1)=s−21 Y(s)=(s2−1)(s−2)1=(s−1)(s+1)(s−2)1 Now apply partial fraction decomposition: Y(s)=s−1A+s+1B+s−2C To find C, multiply both sides by (s−2) and substitute s=2: (s−1)(s+1)1s=2=C C=(2−1)(2+1)1=1⋅31=31 The answer is B) 31. Choice A) −21 likely comes from sign errors or incorrect algebraic manipulation. Choice C) 61 might result from miscalculating the denominator as 1×6 instead of 1×3. Choice D) −31 has the correct magnitude but wrong sign. Study tip: When finding partial fraction coefficients, always double-check your substitution values and arithmetic—small errors in basic algebra are the most common mistakes in Laplace transform problems.
Consider the integro-differential equation y′(t)+2y(t)+5∫0ty(τ)dτ=10, with the initial condition y(0)=2. Find the Laplace transform Y(s)=L{y(t)}.
Explanation: When you encounter an integro-differential equation, the Laplace transform is your most powerful tool because it converts both derivatives and integrals into algebraic expressions. This equation combines a derivative, the function itself, and an integral of the function. Start by taking the Laplace transform of the entire equation: L{y′(t)}+2L{y(t)}+5L{∫0ty(τ)dτ}=L{10} Apply the key transform properties: L{y′(t)}=sY(s)−y(0)=sY(s)−2, L{y(t)}=Y(s), and L{∫0ty(τ)dτ}=sY(s). The constant transforms to s10. Substituting: (sY(s)−2)+2Y(s)+5⋅sY(s)=s10 Factor out Y(s): Y(s)(s+2+s5)=s10+2 Multiply through by s: Y(s)(s2+2s+5)=10+2s Therefore: Y(s)=s2+2s+52s+10 Choice A, s2+2s+510, ignores the initial condition contribution. Choice C has the wrong denominator, missing the integral term's effect. Choice D has −2s instead of +2s, indicating an error in handling the initial condition. Study tip: For integro-differential equations, always remember that L{∫0tf(τ)dτ}=sF(s) and carefully track how initial conditions contribute to each term.
The solution y(t) to the initial value problem y′′+y=3u(t−2), with y(0)=0 and y′(0)=1, is found using Laplace transforms. Which of the following is the correct expression for y(t)?
Explanation: First, take the Laplace transform of the equation. Let Y(s)=L{y(t)}. L{y′′(t)}+L{y(t)}=L{3u(t−2)} (s2Y(s)−sy(0)−y′(0))+Y(s)=s3e−2s Substitute the initial conditions y(0)=0,y′(0)=1: s2Y(s)−1+Y(s)=s3e−2s Y(s)(s2+1)=1+s3e−2s Y(s)=s2+11+s(s2+1)3e−2s The inverse transform of the first term is L−1{s2+11}=sin(t). For the second term, we first find the inverse transform of G(s)=s(s2+1)3. Using partial fractions, G(s)=s3−s2+13s. The inverse transform is g(t)=L−1{G(s)}=3−3cos(t). By the second shifting theorem, L−1{e−csG(s)}=g(t−c)u(t−c). So, L−1{s(s2+1)3e−2s}=g(t−2)u(t−2)=(3−3cos(t−2))u(t−2). Combining the parts, the solution is y(t)=sin(t)+(3−3cos(t−2))u(t−2). Distractor Reasoning: (B) is a common error where the function g(t) is not shifted in time, despite the u(t−2) factor. (C) results from an error in transforming the initial conditions, likely using y′(0)=0 and y(0)=1, which would yield s2+1s for the homogeneous part, leading to cos(t). (D) results from an incorrect partial fraction decomposition or inverse transform, yielding a sine term instead of a cosine term in the non-homogeneous part.
A system of differential equations is given by x′=−y and y′=x, with initial conditions x(0)=1 and y(0)=0. Find the solution for x(t).
Explanation: When you encounter a system of linear differential equations like this, you're dealing with a classic problem that often represents rotational motion or oscillatory behavior. The key insight is recognizing that these equations describe circular motion in the phase plane. To solve this system, you can use the substitution method. Since x′=−y, you can differentiate this equation to get x′′=−y′. Substituting the second equation y′=x gives you x′′=−x, which is the simple harmonic oscillator equation x′′+x=0. The general solution to x′′+x=0 is x(t)=Acos(t)+Bsin(t). Using the initial condition x(0)=1: x(0)=Acos(0)+Bsin(0)=A=1. To find B, use x′(0)=−y(0)=0. Since x′(t)=−sin(t)+Bcos(t), we have x′(0)=B=0. Therefore, x(t)=cos(t). Choice A gives x(t)=sin(t), but this would require x(0)=0, contradicting our initial condition. Choice C gives x(t)=cosh(t), which represents exponential growth rather than oscillation and fails both initial conditions. Choice D gives x(t)=e−t, which decays exponentially and also doesn't satisfy x(0)=1 or the oscillatory nature of the system. Remember: systems with x′=−y,y′=x always produce circular motion. Look for trigonometric solutions and use initial conditions to determine the specific constants.
Consider the system modeled by the initial value problem y′′+5y′+6y=12, with y(0)=1 and y′(0)=0. What is the long-term behavior of the system, i.e., what is limt→∞y(t)?
Explanation: When analyzing the long-term behavior of a second-order linear differential equation with constant coefficients, you need to find both the homogeneous and particular solutions, then apply initial conditions.
For y′′+5y′+6y=12, start with the characteristic equation r2+5r+6=0, which factors as (r+2)(r+3)=0. This gives roots r=−2 and r=−3, so the homogeneous solution is yh=c1e−2t+c2e−3t.
For the particular solution, since the right side is a constant, try yp=A. Substituting: 0+0+6A=12, so A=2. The general solution is y=c1e−2t+c2e−3t+2.
Applying initial conditions y(0)=1 and y′(0)=0:
Solving this system gives c1=−3 and c2=2, so y=−3e−2t+2e−3t+2.
As t→∞, both exponential terms decay to zero since their exponents are negative, leaving limt→∞y(t)=2.
Choice A (12) confuses the forcing term with the steady-state solution. Choice B (0) ignores the particular solution entirely. Choice C (1) incorrectly assumes the initial value persists.
Key insight: For stable linear systems, the long-term behavior is always determined by the particular solution—the homogeneous solution decays away when all characteristic roots have negative real parts.
Determine the solution y(t) for the initial value problem y′′−6y′+9y=0, given y(0)=1 and y′(0)=4.
Explanation: When you encounter a second-order linear homogeneous differential equation with constant coefficients like y′′−6y′+9y=0, your first step is finding the characteristic equation. Replace y′′ with r2, y′ with r, and y with 1 to get r2−6r+9=0. This factors as (r−3)2=0, giving us a repeated root r=3. When you have a repeated root, the general solution takes the form y(t)=c1ert+c2tert. With r=3, this becomes y(t)=c1e3t+c2te3t. Now apply the initial conditions. From y(0)=1: c1e0+c2(0)e0=c1=1. For the second condition, find y′(t)=3e3t+c2e3t+3c2te3t. From y′(0)=4: 3+c2=4, so c2=1. Therefore, y(t)=e3t+te3t, which is answer D. Answer A represents a solution to a differential equation with complex roots (like r=±3i), not our repeated real root. Answer B has the wrong sign on the second term—this would satisfy y′(0)=0, not y′(0)=4. Answer C has the wrong coefficient 31 instead of 1, which would give y′(0)=310. Remember: repeated roots always require the tert form for the second linearly independent solution. Don't forget to carefully apply both initial conditions to find the specific constants.
Find the solution y(t) to the third-order initial value problem y′′′(t)+y′(t)=1, with initial conditions y(0)=0, y′(0)=1, and y′′(0)=1.
Explanation: When you encounter a third-order linear differential equation with constant coefficients, you need to find both the homogeneous and particular solutions, then apply initial conditions to determine specific constants.
For the homogeneous equation y′′′+y′=0, the characteristic equation is r3+r=r(r2+1)=0, giving roots r=0,i,−i. This yields the homogeneous solution yh=C1+C2cos(t)+C3sin(t).
For the particular solution to y′′′+y′=1, since the right side is a constant and 0 is a root of the characteristic equation, try yp=At. Substituting: 0+A=1, so A=1 and yp=t.
The general solution is y=C1+C2cos(t)+C3sin(t)+t. Taking derivatives and applying initial conditions:
Therefore C1=0, giving y(t)=t−sin(t)=1+t−cos(t) after simplification.
Choice A gives y(t)=1+t−sin(t), which doesn't satisfy y′(0)=1. Choice B gives y(t)=t, missing the trigonometric terms needed for the homogeneous solution. Choice D gives y(t)=t+sin(t), which doesn't satisfy the initial condition y′′(0)=1.
Remember: for higher-order equations, always check your solution against all initial conditions—this catches sign errors and missing terms effectively.
Consider the initial value problem y′′−3y′+2y=e4t, with initial conditions y(0)=1 and y′(0)=5. Let Y(s)=L{y(t)}. Which of the following expressions correctly represents Y(s)?
Explanation: To solve the IVP using Laplace transforms, we first transform the entire equation. The Laplace transform of the left side is L{y′′}−3L{y′}+2L{y}. Using the derivative properties, this becomes (s2Y(s)−sy(0)−y′(0))−3(sY(s)−y(0))+2Y(s). The transform of the right side is L{e4t}=s−41.
Substituting the initial conditions y(0)=1 and y′(0)=5:
(s2Y(s)−s(1)−5)−3(sY(s)−1)+2Y(s)=s−41
s2Y(s)−s−5−3sY(s)+3+2Y(s)=s−41
Group the terms with Y(s):
(s2−3s+2)Y(s)−s−2=s−41
Isolate Y(s):
(s2−3s+2)Y(s)=s+2+s−41
Y(s)=s2−3s+2s+2+(s2−3s+2)(s−4)1
Factoring the quadratic gives s2−3s+2=(s−1)(s−2). So:
Y(s)=(s−1)(s−2)s+2+(s−1)(s−2)(s−4)1
Combining the terms over a common denominator:
Y(s)=(s−1)(s−2)(s−4)(s+2)(s−4)+1=(s−1)(s−2)(s−4)s2−2s−8+1=(s−1)(s−2)(s−4)s2−2s−7
The Laplace transform of the solution y(t) to a certain linear ordinary differential equation with constant coefficients and initial conditions is given by Y(s)=s(s2+2s+5)3s2+1. What is the general form of the solution y(t) for t≥0, where A, B, and C are constants?
Explanation: To find the form of y(t), we analyze the structure of the inverse Laplace transform of Y(s). The denominator of Y(s) has factors s and s2+2s+5. The quadratic factor s2+2s+5 has complex roots, so we complete the square: s2+2s+5=(s2+2s+1)+4=(s+1)2+22.
The partial fraction decomposition of Y(s) will have the form:
Y(s)=sA+s2+2s+5Bs+C=sA+(s+1)2+22Bs+C
The term sA corresponds to a constant term A in y(t).
The second term's denominator, (s+1)2+22, indicates that the inverse transform will contain terms of the form e−tcos(2t) and e−tsin(2t) due to the s-shift by −1 and the frequency of 2.
Therefore, the overall form of the solution y(t) is a sum of a constant and an exponentially decaying sinusoidal part: y(t)=A+e−t(B′cos(2t)+C′sin(2t)).
The Laplace transform Y(s) of the solution to an initial value problem is given by the equation (s2+9)Y(s)=s−21−s+3. Which of the following is the original initial value problem?
Explanation: We know that L{y′′+9y}=(s2Y(s)−sy(0)−y′(0))+9Y(s)=(s2+9)Y(s)−sy(0)−y′(0).
Let the original IVP be y′′+9y=g(t). Taking the Laplace transform gives (s2+9)Y(s)−sy(0)−y′(0)=G(s).
Rearranging, we get (s2+9)Y(s)=G(s)+sy(0)+y′(0).
We are given (s2+9)Y(s)=s−21−s+3. By comparing the two expressions, we can identify the components.
The term s−21 must be the transform of the forcing function, G(s). Thus, g(t)=L−1{s−21}=e2t.
The remaining terms must correspond to the initial conditions: sy(0)+y′(0)=−s+3.
By comparing coefficients of the powers of s on both sides:
Starting from the given equation, rewrite it to match the standard transformed ODE form:
s2Y(s)+9Y(s)=s−21−s+3.
s2Y(s)−s+3+9Y(s)=s−21.
We compare this to s2Y(s)−sy(0)−y′(0)+9Y(s)=G(s).
So G(s)=s−21, which means g(t)=e2t.
And we must have −sy(0)−y′(0)=−s+3.
Equating coefficients of s: −y(0)=−1⟹y(0)=1.
Equating constant terms: −y′(0)=3⟹y′(0)=−3.
Therefore, the IVP is y′′+9y=e2t with y(0)=1 and y′(0)=−3.
Consider the IVP y′′+y=cos(t), with y(0)=0,y′(0)=1. Which of the following is the solution y(t)?
Explanation: This is a resonance problem. We take the Laplace transform of the IVP: L{y′′}+L{y}=L{cos(t)}.
(s2Y(s)−sy(0)−y′(0))+Y(s)=s2+1s.
Substitute the initial conditions: (s2Y(s)−s(0)−1)+Y(s)=s2+1s.
(s2+1)Y(s)−1=s2+1s.
Solve for Y(s): (s2+1)Y(s)=1+s2+1s=s2+1s2+1+s.
Y(s)=(s2+1)2s2+s+1=(s2+1)2s2+1+(s2+1)2s=s2+11+(s2+1)2s.
Now we find the inverse transform. The first term is straightforward: L−1{s2+11}=sin(t).
The second term is of the form for resonance. We can use the formula L{tsin(kt)}=(s2+k2)22ks. For k=1, L{tsin(t)}=(s2+1)22s.
Therefore, L−1{(s2+1)2s}=21tsin(t).
Combining the parts, the solution is y(t)=sin(t)+21tsin(t).
Consider the initial value problem y′′+4y=g(t), with y(0)=0, y′(0)=0, where the forcing function g(t) is defined as g(t)=2 for 0≤t<π, and g(t)=0 for t≥π. Which of the following is the correct expression for the Laplace transform Y(s)=L{y(t)}?
Explanation: When you encounter a differential equation with a piecewise forcing function, the key is properly handling the discontinuity using Laplace transforms and the unit step function. First, rewrite the forcing function using the unit step function: g(t)=2[u(t)−u(t−π)] where u(t−π) "turns off" the forcing at t=π. Taking the Laplace transform of the entire equation y′′+4y=2[u(t)−u(t−π)] with initial conditions y(0)=y′(0)=0: s2Y(s)+4Y(s)=2[s1−se−πs] Solving for Y(s): Y(s)(s2+4)=s2(1−e−πs) Y(s)=s(s2+4)2(1−e−πs) This confirms answer D is correct. Looking at the wrong answers: A has (1+e−πs) instead of (1−e−πs), which would represent a forcing function that turns on at t=π rather than turning off. B attempts to split the terms but incorrectly places e−πs only in the numerator of the second fraction, missing the factor involving s in the denominator. C ignores the discontinuity entirely, treating g(t)=2 for all t≥0. Study tip: When dealing with piecewise functions in Laplace transforms, always express discontinuities using unit step functions. The term (1−e−as) appears when a function "turns off" at t=a, while (1+e−as) would indicate turning on.
The Laplace transform of the solution to the IVP y′′+by′+cy=g(t), y(0)=y0, y′(0)=y0′ is Y(s)=(s−1)(s2+4)s−3. What can be concluded about the long-term behavior of the solution y(t) as t→∞?
Explanation: The long-term behavior of the solution y(t) is determined by the poles of its Laplace transform Y(s), which are the roots of the denominator. The denominator is (s−1)(s2+4), so the poles are s=1 and the roots of s2+4=0, which are s=±2i.
The form of the solution y(t) is determined by the inverse Laplace transform, which will be a sum of terms corresponding to each pole:
The complete solution will be of the form y(t)=C1et+C2cos(2t)+C3sin(2t).
As t→∞, the term C1et will grow exponentially without bound (assuming C1=0, which can be checked by finding the partial fraction coefficient, which is 12+41−3=−2/5=0). The sinusoidal terms oscillate with a constant amplitude. The sum of an exponentially growing term and bounded oscillating terms will grow unboundedly.
Find the value of the solution y(2) for the initial value problem y′+y=u1(t), with the initial condition y(0)=3. Here, u1(t) is the Heaviside step function at t=1.
Explanation: First, take the Laplace transform of the IVP: L{y′}+L{y}=L{u1(t)}.
This gives: (sY(s)−y(0))+Y(s)=se−s.
Substitute y(0)=3: (sY(s)−3)+Y(s)=se−s.
Solve for Y(s): (s+1)Y(s)=3+se−s⟹Y(s)=s+13+e−ss(s+1)1.
Now find the inverse Laplace transform. The first term is L−1{s+13}=3e−t.
For the second term, first find the inverse transform of F(s)=s(s+1)1. Using partial fractions, F(s)=s1−s+11. So, f(t)=L−1{F(s)}=1−e−t.
Using the second shifting theorem, L−1{e−csF(s)}=uc(t)f(t−c). Here, c=1.
So, L−1{e−sF(s)}=u1(t)f(t−1)=u1(t)(1−e−(t−1)).
The full solution is y(t)=3e−t+u1(t)(1−e−(t−1)).
To find y(2), we note that for t=2, u1(2)=1.
y(2)=3e−2+1⋅(1−e−(2−1))=3e−2+1−e−1.
An initial value problem is given by y′′+4y=2δ(t−π), with y(0)=1 and y′(0)=0. Here, δ(t) is the Dirac delta function. What is the solution y(t) for t>π?
Explanation: Take the Laplace transform of the equation: L{y′′}+4L{y}=L{2δ(t−π)}.
This becomes (s2Y(s)−sy(0)−y′(0))+4Y(s)=2e−πs.
Substitute the initial conditions y(0)=1,y′(0)=0: s2Y(s)−s+4Y(s)=2e−πs.
Solve for Y(s): (s2+4)Y(s)=s+2e−πs⟹Y(s)=s2+4s+s2+42e−πs.
Now, we find the inverse Laplace transform term by term.
L−1{s2+4s}=cos(2t).
For the second term, let F(s)=s2+42. Then f(t)=L−1{F(s)}=sin(2t).
By the second shifting theorem, L−1{e−πsF(s)}=uπ(t)f(t−π)=uπ(t)sin(2(t−π)).
Using the trigonometric identity sin(A−2π)=sin(A), we have sin(2t−2π)=sin(2t).
So the full solution is y(t)=cos(2t)+uπ(t)sin(2t).
For t>π, uπ(t)=1, so the solution becomes y(t)=cos(2t)+sin(2t).