Use Laplace transforms to find the solutions of the following IVP
$y''(t) +9y(t) = 3\delta_{2\pi/3} +9H_{\pi}(t), $
(where $H_{\pi}(t)$ is the Heaviside function of $\pi$)
with initial values: $y(0) = 0 $ and $y'(0) = 1$
Use Laplace transforms to find the solutions of the following IVP
$y''(t) +9y(t) = 3\delta_{2\pi/3} +9H_{\pi}(t), $
(where $H_{\pi}(t)$ is the Heaviside function of $\pi$)
with initial values: $y(0) = 0 $ and $y'(0) = 1$
On
To compare with an alternative solution method:
Combined into one formula, this gives $$ y(t)=H_{\frac{2\pi}3}(t)\sin(3t)+H_\pi(t)(1+\cos(3t)) $$
Since it's not clear what you've already tried I'd give sketch of useful properties that are essential to solving this IVP. Note there are a lot of great tables for $\mathcal{L}$ and $\mathcal{L}^-1$, but I'd recommend proving each identity at least once so you'd be comfortable with these type of calculations. (Which generally aren't that hard and prove to be a great exercises too!)
HINT:
(1) Relation between LT and the derivative: $$\mathcal{L}(f')=s\mathcal{L}(f)-f(0)$$ In your case, note you'll need to apply this property twice.
(2) The LT of Dirac's delta 'function' is given by: $$\mathcal{L}(\delta(t-a))=e^{-as}$$
(3) The LT of the Heaviside function is given by: $$\mathcal{L}(H(t-a))=\frac{e^{-as}}{s}$$
The last two identities could be calculated directly from the definition of LT: $$\mathcal{L}(f)=\int_{0}^{\infty}f(t)e^{-st}dt$$