Finding the laplace of a Heaviside system

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
Welcome to PF, jamie_18! :smile:

Yes, you should start taking the laplace transforms on both sides.
This will give you 2 equations in the s-domain.
Then solve the system of equations...
 
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\overline{x}1 - sx1(0) - \dot{x}1(0) = \overline{x}2 + 2/s - e-s/s

and

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

How would I go about solving this system?

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

But otherwise it looks good!

Furthermore, you can fill in the boundary conditions.

Then you will have 2 equations in \overline x_1 and \overline x_2.
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\overline{x}1 - 1 = \overline{x}2 + 2/s - e-s/s

and

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

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

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

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

\overline{x}2 = -1/s2 - \overline{x}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
 
Seems fine by me.
But you did not solve completely for \overline x_2 yet...
 
okay.. I've solved through to find:

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

which gives

\overline{x}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'm afraid it's not useful to do partial fractions with imaginary numbers for that.
 
You need to apply the inverse Laplace transform.
How do you usually do that?

I would do this for:

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

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

and for \overline{x} = 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
 
  • #10
Hmm, do you have the Laplace transforms for cos(t) and for sin(t)?
 
  • #11
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 \overline{x}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
 
  • #12
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)?
 
  • #13
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.
 
  • #14
Hmm, the Laplace transform of f(t-a)H(t-a) is: e^{-as} \overline f(s).

So to find the inverse Laplace transform from something with e^{-as} 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...
 
  • #15
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:
 
  • #16
Okay, let me ask this then:

What is the Laplace transform of sin(t-1)?
 
  • #17
Would the laplace of sin(t-1) be 12/s2+12 .. ?

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

thanks
 
  • #18
  • #19
Would e-s become f(t-1)H(t-1)...
 
  • #20
joseph_18_18 said:
Would e-s become f(t-1)H(t-1)...

No, e-sF(s) becomes f(t-1)H(t-1).
 
Back
Top