Differential Equations with Discontinuous Forcing Functions

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 1K views
_N3WTON_
Messages
350
Reaction score
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..
 
Physics news on Phys.org
I think I may have figured out what I was doing wrong, I forgot to factor my answer...I'll post a solution momentarily...
 
Ok, so did figure out what I was doing wrong...I'm sorry if I've wasted anyone's time