Using Laplace transforms to solve differential equations - with a twist

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?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top