- #1
_N3WTON_
- 351
- 3
Homework Statement
Solve the given initial-value problem.
[itex] y'' = 1 - u(t-1) [/itex]
[itex] y(0) = 0 [/itex]
[itex] y'(0) = 0 [/itex]
Homework Equations
The Attempt at a Solution
First I took the Laplace transform of both sides:
[itex] \mathcal{L}(y'') = \mathcal{L}(1 - u(t-1)) [/itex]
[itex] s^{2}Y(s) - sy(0) - y'(0) = \mathcal{L}(1) - \mathcal{L}(u(t-1)) [/itex]
[itex] s^{2}Y(s) = \frac{1-e^{s}}{s} [/itex]
[itex] s^{2}Y(s) = (1-e^{s})\frac{1}{s} [/itex]
[itex] Y(s) = (1-e^{s})\frac{1}{s^{3}} [/itex]
At this point I am sort of stuck, the solution given in the back of the book is : [itex] \frac{1}{2}t^{2} - \frac{1}{2}u(t-1)(t-1)^{2} [/itex]
I'm having a hard time seeing how my work is going to end up as the solution given, so I am thinking maybe I didn't do something right here..