Yesterday I had my first contact with the Laplace transform, in an Electric Circuits class. $\mathcal{L} \left\{ u \left( -t \right) \right\}$ showed up. Our teacher said it was equal to $\frac{1}{s}$, but couldn't tell exactly why.
I want to know if it's possible to explain why $\mathcal{L} \left\{ u \left( -t \right) \right\} = \frac{1}{s}$ by using known properties and transforms, like those found in Wikipedia's page about Laplace transform, as if I was trying to do it myself, considering I learned the very basics.
No, it's not for an assignment.
Thanks in advance.
Edit: $u \left( t \right)$ is the unit step function. $u \left( -t \right)$ was used because it was needed reversed.
This looks wrong to me. Assuming by $u$ you mean the unit step function $u(t) = 1$ if $t \geq 0$ and $u(t) = 0$ otherwise, then by definition of the Laplace transform
$$\mathcal{L}\{ u(-t)\}(s) = \int_0^\infty u(-t)e^{-st} \ dt = \int_0^\infty 0 \ dt = 0$$
as for all $t \in [0,\infty)$, $u(-t) = 0$.
It is however true by the same sort of calculation that $\displaystyle \mathcal{L}\{ u(t)\}(s) = \frac{1}{s}$, as
$$\mathcal{L}\{ u(t)\}(s) = \int_0^\infty u(t)e^{-st} \ dt = \int_0^\infty e^{-st} \ dt = \frac{1}{s}$$