Using Laplace transforms to solve differential equations - with a twist

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
Laura W
Messages
2
Reaction score
0
I've been given this:
x''+ x = 4δ(t-2π)

The question asks:
With initial conditions of x(0) = 1 and x'(0) = 0, find x(t) using Laplace transforms.

I can easily get it to this:

4(sin(t-2π)u(t-2π))

But the question says "express your final solution without use of the unit step function". This is where I get confused as I'm not quite sure as to how to do that. Will it just be 4sin(t)? Considering the sin function repeats at 2π.
 
Physics news on Phys.org
Laura W said:
I've been given this:
x''+ x = 4δ(t-2π)

The question asks:
With initial conditions of x(0) = 1 and x'(0) = 0, find x(t) using Laplace transforms.

I can easily get it to this:

4(sin(t-2π)u(t-2π))

But the question says "express your final solution without use of the unit step function". This is where I get confused as I'm not quite sure as to how to do that. Will it just be 4sin(t)? Considering the sin function repeats at 2π.

In general if you have ##x=f(t)u(t-a)## you would write a two piece function since ##u(t-a) = 0## if ##t<a## and ##u(t-a) = 1## if ##t>a##. So you would say$$
x =\left\{\begin{array}{l}
0,~t<a\\
f(t),~t>a
\end{array}\right.$$Does that help?
 
LCKurtz said:
In general if you have ##x=f(t)u(t-a)## you would write a two piece function since ##u(t-a) = 0## if ##t<a## and ##u(t-a) = 1## if ##t>a##. So you would say$$
x =\left\{\begin{array}{l}
0,~t<a\\
f(t),~t>a
\end{array}\right.$$Does that help?

That's what I was thinking but I was wondering if there was another way of transforming it at all? Seems to simple of an answer for this specific lecturer who wrote the question.
 
Laura W said:
I've been given this:
x''+ x = 4δ(t-2π)

The question asks:
With initial conditions of x(0) = 1 and x'(0) = 0, find x(t) using Laplace transforms.

I can easily get it to this:

4(sin(t-2π)u(t-2π))

But the question says "express your final solution without use of the unit step function". This is where I get confused as I'm not quite sure as to how to do that. Will it just be 4sin(t)? Considering the sin function repeats at 2π.
Your answer isn't correct. Did you forget to incorporate the initial conditions?