the initial value theorem
Sometimes you have a function's Laplace transform F(s) but have not inverted it, and you only want to know one number: where the function starts, its value at t = 0. The initial value theorem lets you read that starting value straight off F(s) without ever doing the inverse transform — by looking at how F(s) behaves as s grows very large.
The theorem says: f(0+) = limit as s goes to infinity of s F(s). The intuition is a kind of trade between the two domains: large s in the transform world corresponds to small t in the time world, because the factor e^(-st) in the transform's definition decays fastest for the earliest times when s is huge. So the behaviour of s F(s) for enormous s is controlled entirely by what f does right at the very start. You multiply by s to cancel the natural 1/s scale of a transform, then push s to infinity.
This is a fast sanity check. After solving an ODE in the s-domain you can verify, in one line, that your X(s) gives the right initial condition before you spend effort inverting. It also lets you extract a starting slope or value in control problems where the full time solution is overkill. It is cheap, quick, and a good habit — provided you respect its fine print.
If X(s) = (2s + 3)/(s^2 + s + 1), then s X(s) = (2s^2 + 3s)/(s^2 + s + 1), and as s → ∞ this → 2, so x(0+) = 2.
Multiply by s, send s to infinity, and the starting value falls out — no inversion required.
The initial value theorem always applies when the limit exists (true for proper rational transforms of well-behaved signals). It does NOT require checking pole locations — that caveat belongs to the FINAL value theorem, which fails if any pole lies in the right half-plane or on the imaginary axis.