I'm having a little trouble understanding why some functions have a Laplace transformation and others don't.
The definition I was given in class last week was "Given a suitable function $F(t)$ the Laplace transform, written $f(s)$ is defined by
$$f(s)=\int_0^{\infty} F(t)\,e^{-st} dt$$
We were told some conditions for "suitability", like "All polynomial functions and exponential functions (of the type $e^{kt}$, $k$=constant) are suitable, as well as all bounded functions". And that, "Excluded functions are those that have singularities such as $\ln(t)$ and $1/(t-1)$, and functions with a growth rate more rapid than the standard exponential such as $e^{t^2}$."
But these definitions seem a bit loose to me, and now I've encountered the following problem: "Does $e^{t^{-1}}$ have a Laplace Transform, if so then what is it, and if not then why not?"
I don't think it does, because it's discontinuous at $t=0$ and the growth-rate isn't like a "standard" exponential growth-rate... But I'm honestly not sure now.
(P.S. Apologies for the equations not being all pretty and such, I haven't worked out how to do that yet)
For some reason, your instructor doesn't seem to be giving the obvious definition, which is that a function has a Laplace transform iff the corresponding integral which defines the transform exists (and is not infinity, since some definitions of integral accept infinity as a value). Perhaps that is because there are different definitions of integrals (e.g., Riemann, Lebesgue, "improper", "principal value").
What you want to know is whether $$f(s)=\int_0^{\infty} e^{1/t}\,e^{-st} dt$$ exists and for what $s$. For domain of integration $[1,\infty)$ it's no sweat: for $t\ge 1$, $e^{1/t}\le e$, so the integral exists for $s>0$ because $\int_1^\infty e^{-st}\,dt$ does. For $[0,1]$, however, $e^{-st}\ge e^{-s}$, and so $f(s)\ge e^{-s}\int_a^1 e^{1/t}\,dt$ for all $0<a<1$. The latter quantity becomes infinitely large as we let $a$ go to zero, since $e^{1/t}\ge 1/t$ and $\int_0^1 dt/t$ diverges. Because of this, $e^{1/t}$, I'd say, lacks a Laplace transform.
Caveat: There may be some way I'm unaware of to give the Laplace transform of $e^{1/t}$ a meaning.