I am having trouble figuring out what exactly to do for this question. Given the initial conditions y(0)=1 and the equation y'-2y=4-3u(t-2) where u is the heaviside unit step function. I took the Laplace of both sides and got: sy(s)-1+2y(s)= 4/s - L{3u(t-2)}. I know that the left side simplifies to: (s+2)y(s) but I am not sure how to simplify L{3u(t-2)}.
2026-04-08 03:47:13.1775620033
Solving a differential equation with the heaviside unit step function
1.2k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2

Since $u(t-2)=0$ for $t<2$, but $1$ for $t>2$, $$\mathcal{L}(3u(t-2)) = \int_0^\infty e^{-st}3 \cdot u(t-2) \; dt$$ $$=3\int_2^\infty e^{-st} \; dt$$ $$=-\left.\frac{e^{-st}}{s}\right|_2^\infty$$ $$=\frac{e^{-2s}}{s}$$