Finding the laplace of a Heaviside system

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
19 replies · 3K views
jamie_18
Messages
1
Reaction score
0
I need to use Laplace transforms to find the solution to this system of Heaviside functions but I'm not sure where to start because the two different x's in the system are confusing me.

Should I start by taking the laplace transforms of both sides where the laplace of H(t-1) = e-s/s

These are the functions:

dx1/dt = x2 + 2 - H(t-1)

dx2/dt = -x1 + 1 - H(t-1)

with x1(0) = 1 and x2(0) = 0


Thanks.
 
Physics news on Phys.org
Hello, this is the same person as the account jamie_18 which is getting deleted, I forgot password so had to create a new account lol...

Anyways,

I did the laplace for the two functions and got to

s2[itex]\overline{x}[/itex]1 - sx1(0) - [itex]\dot{x}[/itex]1(0) = [itex]\overline{x}[/itex]2 + 2/s - e-s/s

and

s2[itex]\overline{x}[/itex]2 - sx2(0) - [itex]\dot{x}[/itex]2(0) = -[itex]\overline{x}[/itex]1 + 1/s - e-s/s

How would I go about solving this system?

Thanks
 
You appear to have the wrong laplacian for [itex]dx_1 \over dt[/itex].
It should be [itex]s \overline x_1 -x_1(0)[/itex].

But otherwise it looks good!

Furthermore, you can fill in the boundary conditions.

Then you will have 2 equations in [itex]\overline x_1[/itex] and [itex]\overline x_2[/itex].
Do you know how to solve that?
 
I was accidently using the laplace for the second derivative, not very smart of me lol..

I got the new laplace transforms: (with the boundary conditions applied)

s[itex]\overline{x}[/itex]1 - 1 = [itex]\overline{x}[/itex]2 + 2/s - e-s/s

and

s[itex]\overline{x}[/itex]2 = -[itex]\overline{x}[/itex]1 + 1/s - e-s/s

I modified the first laplace function to get it into the form

[itex]\overline{x}[/itex]1 = 1/s + [itex]\overline{x}[/itex]2/s = 2/s2 - e-s/s2

I then subbed this into the second laplace equation... and got:

[itex]\overline{x}[/itex]2 = -1/s2 - [itex]\overline{x}[/itex]2/s2 - 2/s3 + e-s/s3 + 1/s2 - e-s/s2

I am not sure if this is the correct way to go by solving these equations...


Thanks
 
okay.. I've solved through to find:

[itex]\overline{x}[/itex]2(s2 +1) = -2/s + e-s/s - e-s

which gives

[itex]\overline{x}[/itex]2 = -2/s(s-i)(s+i) = e-s/s(s-i)(s+i) + e-s/(s-i)(s+i)

How would I do the partial fractions with imaginary numbers?

Thanks
 
You need to apply the inverse Laplace transform.
How do you usually do that?

I would do this for:

[itex]\overline{x}[/itex] = a/(s+b)
x = ae-bt

and for [itex]\overline{x}[/itex] = e-as/bs
x = 1/b(H(t-a)

and for [itex]\overline{x}[/itex] = e-as/(s+b)
x = e-b(t-a)H(t-a)


But I'm not sure how I would find the inverse of a function with more than just a basic (s+a), etc, on the bottom...

Thanks
 
The laplace of sin(at) is a/a2+s2

and cos(at) is s/a2+s2

Does this mean the e-s/(s2+12) becomes sint*e-s?

If I wrote the function out as being [itex]\overline{x}[/itex]2 = (-2/s)*(1/s2+1) + (e-s/s)*(1/s2+1) + (e-s)*(1/s2+1) would that make it easier to solve?

Thanks
 
It's a step in the right direction!

But no, it does not mean that e-s/(s2+12) becomes sint*e-s.
For starters, after transformation there should not be an "s" anymore...

What is the Laplace transform of f(t-a)?
 
Yes that is true... the s should dissapear.

The laplace of f(t-a) is e-st/s ... I think..

I tried inversing it by splitting it up and got:

x = -2sint + H(t-1)sint + (?)sint..

I'm not sure what the inverse of e-s is (the ?) without the s underneath it..

Thanks.
 
Hmm, the Laplace transform of f(t-a)H(t-a) is: [itex]e^{-as} \overline f(s)[/itex].

So to find the inverse Laplace transform from something with [itex]e^{-as}[/itex] in it, you need to shift in the time-domain.

What are you using for your Laplace transforms? :confused:
You seem to be missing some crucial information...
 
I have been using the laplace transform table on wikipedia.

How would I go about shifting it in the time domain?

Have I managed to get the rest of it right?

I will be back on tomorrow to try and finish the question.

Thanks a lot for the help tonight :smile:
 
Would the laplace of sin(t-1) be 12/s2+12 .. ?

This does not appear in the table so its probably wrong..

thanks
 
Would e-s become f(t-1)H(t-1)...