Find if a function is bounded through its Laplace transform

libelec
Messages
173
Reaction score
0

Homework Statement



If f(t) transforms into F(s), so that \[<br /> F(s) = \frac{{s + 1}}{{s^2 + as + 1}},a \in <br /> \]<br />, prove that if a < 0, the function f(t) isn't bounded, and if a >= 0, it is bounded. Prove that if -2 < a < 2, f(t) oscilates.


The Attempt at a Solution



I honestly have no idea how to do this. I think I have to use the final value property, but that gives me that f(t) has a finite limit when t approaches to infinity wheather a is positive or not (actually, if a is 0, it gives me that f(t) diverges).

Help?
 
Physics news on Phys.org
Start by computing the roots of the denominator (as a function of a). What is the inverse transform for each of the cases?
 
The roots are terrible to look at:

\[<br /> s^2 + as + 1 = \left( {s + \frac{{a - \sqrt {a^2 - 4} }}{2}} \right)\left( {s + \frac{{a + \sqrt {a^2 - 4} }}{2}} \right)<br /> \]<br />.

Then I find that \[<br /> F(s) = \frac{{s + 1}}{{s^2 + as + 1}} = \frac{{s + 1}}{{\left( {s + \frac{{a - \sqrt {a^2 - 4} }}{2}} \right)\left( {s + \frac{{a + \sqrt {a^2 - 4} }}{2}} \right)}}<br /> \]<br />.

I find no way to anti-transform this.
 
For what values of a are the roots real and distinct? A double real root? Complex conjugates?
 
If a2 > 4, then those are real roots. Otherwise, complex and conjugate (since a \inR). If a = 2, then the roots are double (1). Still, no way to find the anti-transform.
 
Well, if a^2&gt;4\Leftrightarrow a&gt;2 \vee a&lt;-2. These are distinct real roots, say \alpha and \beta, which means that you can factor
<br /> <br /> F(s) = \frac{{s + 1}}{{s^2 + as + 1}}<br /> <br />

As:

<br /> <br /> F(s) = \frac{A}{{s-\alpha}}+\frac{B}{{s-\beta}}<br /> <br />

Where A and B are constants. How do you invert that? What's the behaviour of the inverses?
 
Oh, right, partial fractions, I forgot about them. Well the, I will get to exponential functions, A.e-ax, where a>0, A is a constant, and those are bounded functions. If the roots where negative, then the exponentials would be of the form A.eax, which are not bounded.

And if the roots are complex, then I would get sines or cosines, right?

Thanks.
 
Exactly. For 0<a<2 (complex conjungate roots, with negative real part), you have sines and cosines (oscillatory behaviour); for a>=2, you have negative real roots. Therefore, in both cases, the inverse will go to 0, as t goes to infinity (bounded functions).

If -2<a<=0, you will have oscillatory behaviour (complex roots again, with nonnegative real parts), which means sines and cosines again; if a<=-2, then you will have real roots, but at least one of them will be positive, so the inverse is unbounded.
 
Back
Top