How would I find the inverse laplace transform

AI Thread Summary
The discussion revolves around finding the inverse Laplace transform of the function I(s) = (1/(s(1+e^{-s}))) * (1/(Ls+R)), where L and R are constants. The original poster recognizes the first term as a geometric series related to a square-wave function and expresses difficulty in using convolution or partial fractions due to the exponential in the denominator. They derive the differential equation for an LR series circuit, i(t) = (1/L) ∫_0^t E(β)e^(-R/L(t-β))dβ, where E(t) is the square-wave function. The conversation includes attempts to evaluate integrals for different time intervals, specifically for t in [0,1] and [1,2], while seeking assistance in determining i(t) for subsequent intervals. The thread highlights challenges in manual calculations without software tools.
mathwurkz
Messages
41
Reaction score
0
Hi How would I find the inverse laplace transform of this?

I(s) = \left( \frac{1}{s(1+e^{-s})}\right) \left( \frac{1}{Ls+R}\right)
i(t)=?

L, R are constants. I recognize the first term to be a geometric progression (square-wave function). With an infinite number of terms in that progression I don't think I could use convolution here. I could also try partial fractions but don't know how to do it with that exponential in the denominator. Someone please help.
 
Physics news on Phys.org
mathwurkz said:
Hi How would I find the inverse laplace transform of this?

I(s) = \left( \frac{1}{s(1+e^{-s})}\right) \left( \frac{1}{Ls+R}\right)
i(t)=?

L, R are constants. I recognize the first term to be a geometric progression (square-wave function). With an infinite number of terms in that progression I don't think I could use convolution here. I could also try partial fractions but don't know how to do it with that exponential in the denominator. Someone please help.

Well I don't know if I've become too reliant on Mathematica but what I would do would be first to see what it reports, then work backward to see how it was figured out. But Mathematica can't solve it; suppose I could review all the techniques I can think of but well, curious if it's a simple matter that just the math jocks at Wolfram can't.:smile:
 
The original question was to solve a differential equation for i(t) for LR series electrical circuit...

L \frac{di(t)}{dt} + Ri(t) = E(t)

Given the condition i(0) = 0 and E(t) is the square wave function.

So I looked up the square wave function and got E(t) = 1 - H(t-1) + H(t-2) - H(t-3)... where H(t) is the heavisdie function.And taking the LT of that, I get \frac{1}{s(1+e^{-s})}

So when I take the LT of the differential equation I got what I wrote above in post 1.

Ya just the trouble is now getting i(t).

I don't have any of the math programs so it's all lecture notes, pencil and paper i have to work with.
 
And so why not a convolution? When I convolve them, I get:

i(t)=\frac{1}{L}\int_0^t E(\beta)e^{-R/L(t-\beta)}d\beta
 
But doesn't that integral have to be evaluated to get the answer? That's what I can't evaluate. Hence, I went looking to try partial fractions which I can't get either.
 
mathwurkz said:
But doesn't that integral have to be evaluated to get the answer? That's what I can't evaluate. Hence, I went looking to try partial fractions which I can't get either.

So we got:

i(t)=\frac{1}{L}\int_0^t E(\beta)e^{-R/L(t-\beta)}d\beta

with E(t) being a square-wave.

For now, let's just let L and R both be 1:

What is i(t) in the interval [0,1]? Wouldn't that just be:

i(t)=\int_0^t e^{-(t-\beta)}d\beta\quad\text{for}\quad t\in[0,1]

What about in the interval [1,2]? So that would be:

i(t)=\int_0^1 E(\beta)e^{-(t-\beta)}d\beta+\int_1^t E(\beta)e^{-(t-\beta)}d\beta

but the second integral is zero because E(t) is zero in that region so:

i(t)=\int_0^1 e^{-(t-\beta)}d\beta\quad\text{for}\quad t\in[1,2]

Can you figure out what i(t) would be for the next interval?
 
Last edited:

Similar threads

Replies
4
Views
2K
Replies
1
Views
4K
Replies
3
Views
2K
Replies
1
Views
2K
Replies
1
Views
1K
Replies
1
Views
1K
Back
Top