Laplace transform ( "find x(t)" though ? )

In summary, the student is trying to find x(t) = L-1[(4e-4s - 3)/(s2 + 6s + 25)]. They are doing this by using the Laplace table and the inverse Laplace transform. They are also trying to use Euler's equation and complex conjugates to simplify the equation.
  • #1
Color_of_Cyan
386
0
Mod note: Please don't tinker with SIZE tags. Things are perfectly readable without them.

Homework Statement


Find x(t) = L-1[(4e-4s - 3)/(s2 + 6s + 25)].

Homework Equations


L(x(t)) = x(t)e-stdt
L-1(x(s)) = (1/2π)(σ - ∞j)(σ + ∞j)[x(s)est]ds, "But you want to avoid this integral."
Laplace Table:
f(t), t > 0 ::::::::::::::::::::::::::::::::::::::::::::::: F(s)
_______________________________________
σ(t) :::::::::::::::::::::::::::::::::::::::::::::::::::::: 1
u(t) :::::::::::::::::::::::::::::::::::::::::::::::::::::: (1/s)
t :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: (1/s2)
e-at :::::::::::::::::::::::::::::::::::::::::::::::::::::: 1/(s + a)
eat :::::::::::::::::::::::::::::::::::::::::::::::::::::::: 1/(s - a)
te-at ::::::::::::::::::::::::::::::::::::::::::::::::::::: 1/(s+a)2
sin(Bt) ::::::::::::::::::::::::::::::::::::::::::::::: B/(s2 + B2)
cos(Bt) ::::::::::::::::::::::::::::::::::::::::::::::: s/(s2 + B2)
_______________________________________________________
Properties:
L[tf(t)] = -dF(s)/ds
L[x(at)] = (1/|a|) X (s/a), (unsure what this means at the moment though)
L[0tf(T)dT] = F(s)/s
Other properties

The Attempt at a Solution



It seems this problem is asking for doing the inverse Laplace transform on the equation
(4e-4s - 3)/(s2 + 6s + 25) but it seems I can't just do the integral. From what I hear "Laplace tables" are pretty normal to use, but I seem to be missing how they are supposed to help here, do they apply to Inverse Laplace transforms too?
 
Last edited by a moderator:
Physics news on Phys.org
  • #2
Color_of_Cyan said:

Homework Statement


Find x(t) = L-1[(4e-4s - 3)/(s2 + 6s + 25)].

Homework Equations


L(x(t)) = x(t)e-stdt
L-1(x(s)) = (1/2π)(σ - ∞j)(σ + ∞j)[x(s)est]ds, "But you want to avoid this integral."
Laplace Table:
f(t), t > 0 ::::::::::::::::::::::::::::::::::::::::::::::: F(s)
_______________________________________
σ(t) :::::::::::::::::::::::::::::::::::::::::::::::::::::: 1
u(t) :::::::::::::::::::::::::::::::::::::::::::::::::::::: (1/s)
t :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: (1/s2)
e-at :::::::::::::::::::::::::::::::::::::::::::::::::::::: 1/(s + a)
eat :::::::::::::::::::::::::::::::::::::::::::::::::::::::: 1/(s - a)
te-at ::::::::::::::::::::::::::::::::::::::::::::::::::::: 1/(s+a)2
sin(Bt) ::::::::::::::::::::::::::::::::::::::::::::::: B/(s2 + B2)
cos(Bt) ::::::::::::::::::::::::::::::::::::::::::::::: s/(s2 + B2)
_______________________________________________________
Properties:
L[tf(t)] = -dF(s)/ds
L[x(at)] = (1/|a|) X (s/a), (unsure what this means at the moment though)
L[0tf(T)dT] = F(s)/s
Other properties

The Attempt at a Solution



It seems this problem is asking for doing the inverse Laplace transform on the equation
(4e-4s - 3)/(s2 + 6s + 25) but it seems I can't just do the integral.
I don't think they expect you to use the definition (evaluate the integral).
Color_of_Cyan said:
From what I hear "Laplace tables" are pretty normal to use, but I seem to be missing how they are supposed to help here, do they apply to Inverse Laplace transforms too?
Yes. If one column has the function, f(t), the other column has ##\mathcal{L}(f(t)) = F(s)##, the Laplace transform of f. To find the inverse, match a function in the transform column with its counterpart on the same row.

Both the Laplace transform and inverse Laplace transform are linear, which means that the Laplace transform of a sum is the sum of the Laplace transforms. The same holds for the inverse Laplace transform. Break up your function into the sum of two functions, and work on those. You will also need to complete the square in the denominator to get it in the form of (s + <something>)2 + <something>.
 
  • #3
Break up the denominator into (s + a)(s + b), then use partial fraction expansion.
If the poles a and b turn out to be complex conjugates you also need to remember Euler's equation.
By no means try to do the integral. That's advanced math.
You know how to handle L-1F(s)(e-sT) given L-1F(s) I hope ...
 
  • #4
Sorry for getting back to this so late.

rude man said:
Break up the denominator into (s + a)(s + b), then use partial fraction expansion.
If the poles a and b turn out to be complex conjugates you also need to remember Euler's equation.
By no means try to do the integral. That's advanced math.
You know how to handle L-1F(s)(e-sT) given L-1F(s) I hope ...

Welp, that's even more math review for me then (please bear with me again):

I'm not even sure how to do partial fractions here. It seems I can't divide out (4e-4s - 3)/(s2 + 6s + 25) or factor out (s2 + 6s + 25) easily so I use the quadratic formula, and with that I got this:

s = [-6 +- (36 - 100)1/2]/2

s = [-6 +- (-64)1/2]/2

s = [-6 +- (-64)1/2]/2

s = [-6 +- (8i)]/2

s = -3 + 4i and s = -3 - 4i (and I got the same thing completing the square).

Is partial fractions with it now this?:

4e-4s-3 = A(-4i - 3) + B(4i - 3)
 
  • #5
Color_of_Cyan said:
I'm not even sure how to do partial fractions here. It seems I can't divide out (4e-4s - 3)/(s2 + 6s + 25) or factor out (s2 + 6s + 25) easily so I use the quadratic formula, and with that I got this:

s = [-6 +- (36 - 100)1/2]/2

s = [-6 +- (-64)1/2]/2

s = [-6 +- (-64)1/2]/2

s = [-6 +- (8i)]/2

s = -3 + 4i and s = -3 - 4i (and I got the same thing completing the square).

Is partial fractions with it now this?:

4e-4s-3 = A(-4i - 3) + B(4i - 3)
You derived the partial fraction denominators correctly.
You next rewrite 3/(s2 + 6s + 25) in partial fractions and invert those into the time domain.
 
  • #6
rude man said:
You derived the partial fraction denominators correctly.
You next rewrite 3/(s2 + 6s + 25) in partial fractions and invert those into the time domain.

Where did you get the 3 from? Ah, do you mean change -3 +- 4i to time domain as in convert to polar & phasor form (because it's rectangular form)?

θ = tan-1(j/x)

mag = (j2 + x2)1/2

It would be this:

-3 - 4i = (5 ∠ 53.1)

3 + 4i = (5 ∠ -53.1)
 
  • #7
Color_of_Cyan said:
Where did you get the 3 from? Ah, do you mean change -3 +- 4i to time domain as in convert to polar & phasor form (because it's rectangular form)?
No.
Your expression to invert is
(4e-4s - 3)/(s2 + 6s + 25)
= (-3)/(s2 + 6s + 25) + 4e-4s/(s2 + 6s + 25).
The "3" is the numerator of the first term above with a minus sign. Deal with this term first, then do the e-4s part afterwards.

In general: if you have a complex-conjugate pole pair as you have in this instance, if
F(s) = A/(s + a + jb) + A/(s + a - jb)
then f(t) = Ae-(a + jb)t + Ae-(a - jb)t
and then use the Euler relation ejx = cos(x) + j sin(x)
to get a real f(t).

This is just a simple and obvious expansion of 1/(s + a) → e-at for complex-conjugate pole pairs.
You have already found the poles in your post 4, to wit, s = -3 + 4i and s = -3 - 4j.
 
  • #8
I take it you would end up putting the "pole expression" where it is "a + jb" then? Not really sure what goes in place of a or jb. Unless you meant to take the terms from the expression

What would happen to the 4 in the second term?

Would it then be something like this?:

f(t) = -3e-(-3 +4j)t - 4e-4se-(-3 - 4j)t.

What would the x be for the Euler equation?
 
  • #9
Color_of_Cyan said:
Not really sure what goes in place of a or jb.

a = -3
b = 4

What would the x be for the Euler equation?

x = b or -b.
Study my post 7 some more, then get going with inverse-transforming A/(s+a+jb) + A/(s+a-jb).
 
  • #10
Ok so it's this:

f(t) = -3e-(-3 +4j)t - 4e-4se-(-3 - 4j)t.

rude man said:
a = -3
b = 4
But at the same time "s = -3 + 4i and s = -3 - 4j"? Or is this just for the imaginary (s) domain ?

So F(s) is likely this then?:

3/(s - 3 + 4j) + 4e-4s/(s - 3 - 4j).

You have to do the inverse Laplace transform in F(s) first?

rude man said:
You know how to handle L-1F(s)(e-sT) given L-1F(s) I hope ...
Afraid I may need another hint with this, I'll get on this again soon though. Noted Mark's post that F(s) in the table is also the Laplace transform of f(t)
 
  • #11
Color_of_Cyan said:
Ok so it's this:

f(t) = -3e-(-3 +4j)t - 4e-4se-(-3 - 4j)t.But at the same time "s = -3 + 4i and s = -3 - 4j"? Or is this just for the imaginary (s) domain ?

So F(s) is likely this then?:

3/(s - 3 + 4j) + 4e-4s/(s - 3 - 4j).

You have to do the inverse Laplace transform in F(s) first?
Wrong.

As I said before, forget about the 4 e-s term until you've finished with the -3 term.
You have not followed what I stated in my post 7.
 
  • #12
It got confusing because you have A = -3 and also -3 as one of the pole terms.

F(s) = -3/(s - 3 + 4j) - 3/(s - 3 - 4j) then

f(t) = -3e-(-3 + 4j)t - 3e-(-3 - 4j)t

f(t) = -3e(3 - 4j)t - 3e(3 + 4j)t

f(t) = -3e(3t)e-4jt - 3e(3t)e4jt

I assume you're supposed to only use the Euler relation to swap out the ejx term in f(t) then? Would it still be done with the t you have in the F(t) formula? Because it would be e-4jt and e4jt instead, wouldn't it?

Otherwise it would be this..

eJj = cos(J) + sin(J)j; so...

e-4j = cos(-4) + sin(-4)j = -0.65364 + 0.7568j

e4j = cos(4) + sin(4)j = -0.65364 - 0.7568j

Is this correct so far?
 
  • #13
You have not yet correctly done the partial fraction expansion. In other words, we have

-3/(s^2 + 6s + 25) = A/(s + a + jb) + B/(s + a - jb). (sorry, I said only "A" before but it's this) & you need to solve for A and B. If you do it right you will find B = -A.

Also, I meant to say a = 3, not -3, in post 9. The two denominator factors are
(s + s1) = (s + a + jb)
(s + s2) = (s + a - jb)
a = 3, b = 4. You're right, it's a coincidence that "3" appears in 2 places.

You need to solve for A and B before proceeding to the Euler relation thing.
Try to stick to a and b, not 3 and 4, until the end please. I get muddled myself with all those numbers floating around.
 
  • #14
No worries.

-3/(s2 + 6s + 25) = A/(s + a +jb) + B/(s + a - jb)

Since you have this:

(s + s1) = (s + a + jb)
(s + s2) = (s + a - jb)

can I write this instead?

-3/(s2 + 6s + 25) = A/(s + s1) + B/(s + s2)

Also for partial fraction expansion the numerator degree is lower than the denominator, but how do I solve for A and B now then? Don't you set A or B equal to 0 first then solve for each of them? What is 's' (while assuming s1 and s2 are the poles I solved for earlier)?
 
  • #15
Color_of_Cyan said:
No worries.

-3/(s2 + 6s + 25) = A/(s + a +jb) + B/(s + a - jb)

Since you have this:

(s + s1) = (s + a + jb)
(s + s2) = (s + a - jb)

can I write this instead?
-3/(s2 + 6s + 25) = A/(s + s1) + B/(s + s2)
[
Yes. You should. Makes things easier down the road.
Also for partial fraction expansion the numerator degree is lower than the denominator, but how do I solve for A and B now then? Don't you set A or B equal to 0 first then solve for each of them?
Yes. Look this up somewhere if you have to. It's standard partial fraction expansion.
What is 's' (while assuming s1 and s2 are the poles I solved for earlier)?
You know what s1 and s2 are. Look above.
What is "s"? I can't believe you asked that question.
 
  • #16
Since using partial fractions doesn't seem to be getting anywhere with the OP, I have another suggestion. Your basic problem is to calculate$$
{\mathcal L}^{-1}\frac 1 {s^2+6s + 9}$$If you know the formula$$
{\mathcal L}^{-1} F(s+a) = e^{-at}{\mathcal L}^{-1}F(s)$$all you have to do is complete the square on the denominator, use that formula, and look at your sine and cosine transforms. You don't need partial fractions.
 
  • #17
LCKurtz said:
Since using partial fractions doesn't seem to be getting anywhere with the OP, I have another suggestion. Your basic problem is to calculate$$
{\mathcal L}^{-1}\frac 1 {s^2+6s + 9}$$If you know the formula$$
{\mathcal L}^{-1} F(s+a) = e^{-at}{\mathcal L}^{-1}F(s)$$all you have to do is complete the square on the denominator, use that formula, and look at your sine and cosine transforms. You don't need partial fractions.
Sure. Very elegant! But that requires availability of the sine and cosine transforms. Partial fractions is more fundamental, requiring only the pair 1/(s+a) ↔ exp(-at). (Higher-order numerators can be dealt with by f'(t) ↔ sF(s) etc.)

You might as well then just go one step further and look up the inverse transform of the entire original function in one fell swoop, which as a matter of fact I did to double-check my p.f. derivation. Which, in fact, is what a practicing EE would do automatically of course, since he/she would have an extensive table to work with. Mine has 157 transform pairs.

But IMO the beginning student is I think better advised to familiarize him/herself with the partial fraction expansion method, including the realization that the method covers complex-conjugate poles as well as real ones.
 
  • #18
Of course, I understand your point. But given that the OP in fact gave table entries, my assumption would be that the exercise in question was for practice in using the tables.
 
  • #19
LCKurtz said:
Of course, I understand your point. But given that the OP in fact gave table entries, my assumption would be that the exercise in question was for practice in using the tables.
You're right, I missed seeing those on the OP's 1st post. But it still requires use of your special relation which I doubt he/she has encountered (anyway, not on his/her list.). Your approach is really clever - I hadn't thought of it - but perhaps a bit advanced for the OP's level of expertise. Thanks for your inputs!
 
  • #20
I need to find a way to put more time into this, sorry. I'm a desperate guy by the way (if that matters, heh).

rude man said:
You know what s1 and s2 are. Look above.
What is "s"? I can't believe you asked that question.
s = -3 + 4j and s = -3 - 4j, and that's added to 's1' and 's2' in the denominator (which is it supposed to be)?

Actually wait, I think I see you just keep 's' as the variable PLUS either of the previous pole terms (s1 and s2)? It's really been some time seen I've seen any algebra II equation like this (if at all, simplifying something with partial fractions involving imaginary terms). How do you solve for A easily then?

But let me see..

-3/(s2 + 6s + 25) = A/(s + s1) + B/(s + s2)

The way I think it goes, (s - 3 + 4i)(s - 3 - 4i) composes (s2 + 6s + 25)?

B = 0, then maybe s1 = -3 + 4i (while keeping +s in the denominator)

-3/(s2 + 6s + 25) = A/(s - 3 + 4i)

A = -3(s - 3 + 4i)/[(s2 + 6s + 25)]

A = -3(s - 3 + 4i)/[(s - 3 + 4i)(s - 3 - 4i)]

A = -3/(s - 3 - 4i) ?

Unless there's a mistake somewhere.
 
  • #21
Color_of_Cyan said:
I need to find a way to put more time into this, sorry. I'm a desperate guy by the way (if that matters, heh).

Actually wait, I think I see you just keep 's' as the variable PLUS either of the previous pole terms (s1 and s2)? It's really been some time seen I've seen any algebra II equation like this (if at all, simplifying something with partial fractions involving imaginary terms). How do you solve for A easily then?

But let me see..

-3/(s2 + 6s + 25) = A/(s + s1) + B/(s + s2)

The way I think it goes, (s - 3 + 4i)(s - 3 - 4i) composes (s2 + 6s + 25)?
That's right.
B = 0, then maybe s1 = -3 + 4i (while keeping +s in the denominator)
That's wrong. Show us how you solved for A and B. Study up on partial fraction expansion if you have to.
 
  • #22
rude man said:
That's right.

That's wrong. Show us how you solved for A and B. Study up on partial fraction expansion if you have to.

Upon some more review:

-3/(s2 + 6s + 25) = A/(s - 3 + 4i) + B/(s - 3 - 4i)

-3(s2 + 6s + 25) = [A/(s - 3 + 4i)][(s - 3 + 4i)(s - 3 - 4i)] + [B/(s - 3 - 4i)][(s - 3 + 4i)(s - 3 - 4i)]


becomes this:

-3(s2 + 6s + 25) = A(s - 3 - 4i) + B(s - 3 + 4i)

s = (3 + 4i) ----> A = 0:

-3/[(3 + 4i)2 + 6(3 + 4i) + 25) = B(8i)

-3/(9 + 24i + 16i2 + 18 + 24i + 25) = B(8i)

-3/(9 + 24i + -16 + 18 + 24i + 25) = B(8i)

-3/(9 + 48i + 27) = B(8i)

-3/[8i(9 + 48i + 27)] = B

s = (3 - 4i) ----> B = 0:

-3/[(3 - 4i)2 + 6(3 - 4i) + 25] = A(-8i)

-3/[(3 - 4i)2 + 6(3 - 4i) + 25] = A(-8i)

-3/[9 - 24i +16i2 + 18 - 24i + 25] = A(-8i)

-3/[9 - 24i - 16 + 18 - 24i + 25] = A(-8i)

-3/[9 - 48i + 27] = A(-8i)

-3/[-8i(9 - 48i + 27)] = A
Is there something still wrong?

 
  • #23
Color_of_Cyan said:

Upon some more review:

-3/(s2 + 6s + 25) = A/(s - 3 + 4i) + B/(s - 3 - 4i)

Wrong.
Correct is -3/(s2 + 6s + 25) = A/(s + 3 + 4j) + B/(s+ 3 - 4j).
I would further prefer A/(s + 3 + 4j) + B/(s+ 3 - 4j) = A/(s + s1) + B/(s + s2)
where s1 = a + jb, s2 = a - jb.
Later, a = 3 and b = 4.
Makes the math easier.

If you do it right you will get purely imaginary numbers for A and B.
BTW since this is the engineering forum you should use j instead of i for
√(-1). i is current.
 
  • #24
In post 21 you said (s - 3 + 4i)(s - 3 - 4i) composing (s2 + 6s + 25) was right. But you don't actually use them as the partial fraction denominators for A and B here? Is it only because it's "imaginary"?

I thought if you have (algebra) say (x + 2)(x - 3), then x = 3 and x = -2 (from setting them equal to 0). Here it doesn't look like it's the same way in this case (where it seems you went without flipping the sign for the pole (or variable?), for the denominator. IE s1 = 3 + 4j and s2 = 3 - 4j.)I'll take your word for it in the meantime though:

-3/(s2 + 6s + 25) = A/(s + 3 + 4j) + B/(s+ 3 - 4j)

s = -3 - 4j ----> A = 0:

-3/[(-3 - 4j)2 + 6(-3 - 4j) + 25] = B/(-8j)

-3/[9 + 12j + 12j + 16j2 - 18 - 24j + 25] = B/(-8j)

-3/[9 + 12j + 12j -16 - 18 - 24j + 25] = B/(-8j)

-3/[9 -16 - 18 + 25] = B/(-8j)

-3/0 = B/(-8j).

B = 24j/0 ? This is an imaginary term? Was / is there another way to find B? Or is something wrong?

s = -3 + 4j ----> B = 0:

-3/[9 - 12j - 12j + 16j2 + 6(3 + 4j) + 25] = A/(8j)

-3/[9 - 12j - 12j + 16j2 + 18 + 24j + 25] = A/(8j)

-3/[9 - 12j - 12j - 16 + 18 + 24j + 25] = A/(8j)

-3/[9 - 16 + 18 + 25] = A/(8j)

-3/(36) = A/(8j)

A = -24j/36

A = -2j/3
 
  • #25
Color_of_Cyan said:
In post 21 you said (s - 3 + 4i)(s - 3 - 4i) composing (s2 + 6s + 25) was right. But you don't actually use them as the partial fraction denominators for A and B here? Is it only because it's "imaginary"?
In post 13 I corrected myself.
-3/(s2 + 6s + 25) = A/(s + 3 + 4j) + B/(s+ 3 - 4j)
Correct. Also = A/(s+s1) + B/(s+s2) where
s1 = a + jb
s2 = a - jb
and a = 3, b = 4.
s = -3 - 4j ----> A = 0:
Wrong. Go

-3/(s2 + 6s + 25)
= -3/(s+s1)(s+s2)] =A/(s+s1) + B/(s+s2)
Multiply both sides of the last equation by (s+s1), then let s = -s1 on both sides again.
What do you get for A? Show your work.
 
  • #26
s1 = a + jb
s2 = a - jb

s1 = 3 + 4j
s2 = 3 - 4j

-3/[(s+s1)(s+s2)] =A/(s+s1) + B/(s+s2)

-3[s + s1]/[(s+s1)(s+s2)] =A[s + s1]/(s+s1) + B[s + s1]/(s+s2)

-3/(s+s2) = A + B[s + s1]/(s + s2)

-3/(s + 3 - 4j) = A + B[s + 3 + 4j]/(s + 3 - 4j)

s = -s1 = -3 - 4j; B ----> 0

= -3/(-3 - 4j + 3 -4j) = A + B[-3 - 4j + 3 + 4j]/(s + 3 - 4j)

A = -3/8j

Next:
-3/[(s+s1)(s+s2)] =A/(s+s1) + B/(s+s2)

-3[s + s2]/[(s+s1)(s+s2)] =A[s + s2]/(s+s1) + B[s + s2]/(s+s2)

-3/(s+s1) = A[s + s2]/(s + s1) + B

= -3/(s + 3 + 4j) = A[s + 3 - 4j]/(s + 3 + 4j) + B

s = -s2 = -3 + 4j; A ---> 0

-3/8j = B

Slightly different way (just forgot to multiply both sides instead of just 1):

-3/(s2 + 6s + 25) = A/(s + 3 + 4j) + B/(s + 3 - 4j)

-3/(s2 + 6s + 25) = A/(s + 3 + 4j) + B/(s + 3 - 4j)

[-3/(s + 3 + 4j)(s + 3 - 4j)][(s + 3 - 4j)(s + 3 + 4j)] = [A/(s + 3 + 4j)][(s + 3 - 4j)(s + 3 + 4j)] + [B/(s + 3 - 4j)][(s + 3 - 4j)(s + 3 + 4j)]

-3 = A(s + 3 - 4j) + B(s + 3 + 4j)

s = -s2 ---> (-3 + 4j); A ---> 0

-3 = B(-3 + 4j + 3 + 4j)

B= -3/8j
 
  • #27
Color_of_Cyan said:
s1 = a + jb
s2 = a - jb

s1 = 3 + 4j
s2 = 3 - 4j

-3/[(s+s1)(s+s2)] =A/(s+s1) + B/(s+s2)

-3[s + s1]/[(s+s1)(s+s2)] =A[s + s1]/(s+s1) + B[s + s1]/(s+s2)

-3/(s+s2) = A + B[s + s1]/(s + s2)
OK up to here, but now let s = -s1. And please don't revert to using nunbers for s1 and s2 again. B=0 and A=-j3/8 are wrong.
 
  • #28
-3/(-s1 + s2) = A

What now? If I substitute back now it would be this:

s1 = a + jb
s2 = a - jb

s1 = 3 + 4j
s2 = 3 - 4j

-3(-3 - 4j + 3 - 4j)

A = -3/8j (same thing I just got...)

Did you mean clear the denominator of any 'j' ?

A = [-3/8j][j/j]

A = [-3j/8j2]

A = 3j/8
 
  • #29
Color_of_Cyan said:
-3/(-s1 + s2) = A

What now? If I substitute back now it would be this:

s1 = a + jb
s2 = a - jb

s1 = 3 + 4j
s2 = 3 - 4j

-3(-3 - 4j + 3 - 4j)

A = -3/8j (same thing I just got...)
OK, I guess I missed that. Yes, A is now correct. But try again with B.
 
  • #30
-3[s + s2]/[(s+s1)(s+s2)] =A[s + s2]/(s+s1) + B[s + s2]/(s+s2)

-3/(s + s1) = A[s +s2]/(s+1) + B
-3/(-s2 + s1) = B

s1 = 3 + 4j
-s2 = -3 + 4j

-3/(-3 + 4j + 3 + 4j) = B

B = (-3/8j)

B = (3j/8)
 
  • #31
Color_of_Cyan said:
B = (-3/8j)

B = (3j/8)
Right!
So now, given F(s) = (-j3/8)/(s+s1) + j3/8/(s+s2), where s1 = a + jb, s2 = a - jb, a = 3, b = 4,
what is f(t)?
 
  • #32
That's what I was going to ask. Any hints on that, or just look at the Laplace table? What about the 4e-4s term from the beginning?
Well just for the -3 term from the beginning (and looking back at the Laplace table) I'd say this:
f(t) ::::::::: F(s)
e-at ::::::::: 1/(s + a)
__________________
F(s) = (-j3/8)/(s+s1) + j3/8/(s+s2),
and a = s1 and s2? What happens to the -+3j/8 ?
I think this? (Just for the -3 at the beginning though):
=-3j/8e(-3 - 4j)t + 3j/8e(-3 + 4j)t
 
  • #33
Color_of_Cyan said:
That's what I was going to ask. Any hints on that, or just look at the Laplace table? What about the 4e-4s term from the beginning?
For the nth time, ignore that term until you've inverse-transformed the -3 term! :H
Well just for the -3 term from the beginning (and looking back at the Laplace table) I'd say this:
f(t) ::::::::: F(s)
e-at ::::::::: 1/(s + a)
__________________
F(s) = (-j3/8)/(s+s1) + j3/8/(s+s2),
Perfect!
I think this? (Just for the -3 at the beginning though):
f(t) = -3j/8e(-3 - 4j)t + 3j/8e(-3 + 4j)t
This is 100% right!
Now, you know f(t) must be real, so what are you going to do with the above?
Hint: Euler relation! And remember from high school, e(x + y) = exey.
 
  • #34
rude man said:
For the nth time, ignore that term until you've inverse-transformed the -3 term! :H
Hint: Euler relation! And remember from high school, e(x + y) = exey.
Haha, okay sorry, I thought the '-3' was already done.
f(t) = -3j/8e(-3 - 4j)t + 3j/8e(-3 + 4j)t
= f(t) = (-3j/[8(e-3t)(e-4jt] + (3j/[8(e-3t)(e4jt)
Euler's relation:
exj = (cos x) + (sin x)j
(e-4jt) = cos(-4)t + sin (-4)jt
e4jt = cos(4)t + sin(4)jt
Do you just plug these back in and then that's -3 done?
 
  • #35
Color_of_Cyan said:
Haha, okay sorry, I thought the '-3' was already done.
f(t) = -3j/8e(-3 - 4j)t + 3j/8e(-3 + 4j)t
= f(t) = (-3j/[8(e-3t)(e-4jt] + (3j/[8(e-3t)(e4jt)
At this point, factor out the e-3t in both terms, then work with what's left using Euler.
Euler's relation:
(e-4jt) = cos(-4)t + sin (-4)jt
e4jt = cos(4)t + sin(4)jt
Rewrite as ej4t = cos(4t) + j sin(4t) etc.
 

Similar threads

  • Engineering and Comp Sci Homework Help
Replies
4
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
3
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
417
  • Calculus and Beyond Homework Help
Replies
1
Views
153
  • Engineering and Comp Sci Homework Help
Replies
2
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
5
Views
3K
  • Differential Equations
Replies
1
Views
725
  • Engineering and Comp Sci Homework Help
Replies
1
Views
1K
  • Differential Equations
Replies
17
Views
907
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
Back
Top