Inverse Laplace with given limits

caliboy
Messages
15
Reaction score
0

Homework Statement


Problem reads: find inverse Laplace transform of f(t) of F(s)=(2s+3)/(s(s2+7s+10) What is the value of the function f(t) at t=0 and t=∞?

Homework Equations


Inverse laplace transform

The Attempt at a Solution


I solved F(t) down to F(t)= .3/s+0.166/s+2-0.465/s+5

thus lead me to the inverse of f(t)=0.3 +0.1666e2t-0.465e5t

Correct me on the math if i am wrong or whether i am on the wrong track up to this point. So, I’m guessing that I put 1 in for t which would be f(1)=-67.486 and for f(∞) I’m getting it as "undef" can someone shed light as to whether I’m on the right track?
 
Last edited:
Physics news on Phys.org
I think you should expect decaying exponentials, so check the signs on those puppies. Also, you mentioned both t=0 and t=1, did you do what you meant to do?
 
caliboy said:
I solved F(t) down to F(t)= .3/s+0.166/s+2-0.465/s+5
That should be F(s). Use parentheses. What you wrote means
$$F(s) = \frac{0.3}{s}+\frac{0.166}{s} +2+\frac{0.465}{s}+5$$
 
I apologize I have been using the "latex reference" but am still getting use to it. WhatI meant to say was that F(s)=0.3/\left(s\right)+0.166/\left(s+2\right) -0.465/\left(s+5\right). Now looking at this am I correct in assuming that when the problem asks for f(t) at t=0 and t=∞. So, @t=0 f(0)=-66.1498 and f(∞)=undefined??
 
Last edited:
Did you check your work like algebrat suggested? You should get a finite answer for t=∞. Your answer for f(0) doesn't look correct either.
 
Yeah I have been working Laplace transforms for a while now and am still making stupid mistakes. I think I caught it: f(t)=0.3+0.166e-2t-0.465e-5t; thus f(0)=0.01 and f(∞)=0.3
 
It might have been intended for you to use the Laplace transform limit theorems. They say that
\begin{align*}
\lim_{t \to 0^+} f(t) &= \lim_{s \to \infty} sF(s) \\
\lim_{t \to \infty} f(t) &= \lim_{s \to 0} sF(s)
\end{align*} Try those and see if you get the same answers.

(Or maybe not, now that I've reread the original post.)
 
Last edited:
Im would not think I would have to use the limit theorem, mainly because it has not been in the course work I have been studying. I will look into it though and thank you very much for your help.
 
caliboy said:

Homework Statement


Problem reads: find inverse Laplace transform of f(t) of F(s)=(2s+3)/(s(s2+7s+10) What is the value of the function f(t) at t=0 and t=∞?


Homework Equations


Inverse laplace transform


The Attempt at a Solution


I solved F(t) down to F(t)= .3/s+0.166/s+2-0.465/s+5

thus lead me to the inverse of f(t)=0.3 +0.1666e2t-0.465e5t

Correct me on the math if i am wrong or whether i am on the wrong track up to this point. So, I’m guessing that I put 1 in for t which would be f(1)=-67.486 and for f(∞) I’m getting it as "undef" can someone shed light as to whether I’m on the right track?

You should get out of the bad habit of extreme roundoff, which you have performed above. Your F(s) is NOT
\frac{0.3}{s} +\frac{0.166}{s+2} - \frac{0.465}{s+5}. It is
F(s) = \frac{3}{10 s} + \frac{1}{6(s+2)} - \frac{7}{15(s+5)}<br /> \doteq \frac{0.3}{s} + \frac{0.1666667}{s+2} - \frac{0.4666667}{s+5}. In fact, there is no reason at all to convert to decimal numbers; using rationals is just as easy.

RGV
 
Back
Top