mhill
- 180
- 1
let be a function f(t) , and i want to prove that f(t)=O(t) in big-O notation.
i know that Laplace transform of f(t) is F(s) then i perform the integral
F(s)= \int_{0}^{\infty} dt f(t) e^{-st} if we assume f(t)=O(t) then
F(s)= \int_{0}^{\infty} dt f(t) e^{-st} \le \int_{0}^{\infty} dt e^{-st}t
so it would be enough that F(s) \le Cs^{-2} for a positive constant 'C'
is this enough ?
i know that Laplace transform of f(t) is F(s) then i perform the integral
F(s)= \int_{0}^{\infty} dt f(t) e^{-st} if we assume f(t)=O(t) then
F(s)= \int_{0}^{\infty} dt f(t) e^{-st} \le \int_{0}^{\infty} dt e^{-st}t
so it would be enough that F(s) \le Cs^{-2} for a positive constant 'C'
is this enough ?