Find The Laplace Transform Of The Following Functions

Alright folks, gather ‘round, grab your lattes, and prepare yourselves for a journey into the wonderfully weird world of… Laplace Transforms!
Now, I know what you’re thinking. “Laplace? Isn't that some fancy French guy who invented a pastry I can’t pronounce?” And you wouldn’t be entirely wrong! Pierre-Simon Laplace was indeed a brilliant mathematician (and probably enjoyed a good croissant or two). But his most enduring legacy, at least in the engineering and physics world, is this magical mathematical tool that lets us take really, really complicated problems and make them, well, less complicated. It's like giving your brain a superpower.
Think of it like this: Imagine you’ve got a really tangled ball of yarn. Trying to find the end and unravel it in its current state is a nightmare. The Laplace Transform is like a special pair of scissors that snips through the knots, rearranges everything into a nice, neat spool, and then lets you easily find the end and fix the mess. Once you’re done, you can use another little trick (the Inverse Laplace Transform, but that’s a story for another day) to turn it back into the original, albeit now untangled, ball of yarn.
Why do we even bother? Because in the real world, things change over time. Circuits hum, systems vibrate, populations grow (or, sadly, sometimes shrink). These are all functions of time. And solving differential equations, which describe how these things change, can be about as fun as trying to teach a cat advanced calculus. Which, by the way, is impossible. Trust me, I’ve tried. The cat just stares at you, judges your life choices, and then demands tuna. Very similar to some math problems, actually.
The Laplace Transform takes a function of time, let's call it $f(t)$ (think of $t$ as representing 'time,' our time-traveling adventurer), and turns it into a function of a new variable, usually $s$. This $s$ is a bit of a mystery, often described as a complex frequency. Don't worry too much about the 'complex' part; just think of it as a new dimension we're exploring. So, $f(t)$ becomes $F(s)$. And this $F(s)$ function is often much, much simpler to work with. It’s like trading in your clunky old car for a sleek, futuristic hovercraft. Suddenly, navigating the roads (or the math equations) becomes a breeze.
Let’s dive into some examples. Because, honestly, what’s more fun than looking at some Greek letters and integrals? (Okay, maybe a lot of things, but stick with me!) We’re going to explore the Laplace Transforms of some common functions. These are your bread and butter, your foundational blocks, the little black dresses of the Laplace world.
The Constant Function: The Rock of Gibraltar
First up, let’s take a look at the simplest of the simple: a constant function. Let’s say $f(t) = c$, where $c$ is just some number. Think of it as the amount of coffee in your mug that never seems to go down, no matter how much you drink. It’s just… there. Forever.
The Laplace Transform of $c$ is defined by the integral:
$\mathcal{L}\{c\} = \int_{0}^{\infty} e^{-st} c \, dt$
Now, don’t let that integral scare you. The $c$ is a constant, so we can pull it out of the integral like a pesky fly from a perfectly good soup. We get:

$c \int_{0}^{\infty} e^{-st} \, dt$
And what is the integral of $e^{-st}$ with respect to $t$? If you guessed $-\frac{1}{s}e^{-st}$ (plus a constant of integration, but we’re dealing with definite integrals from 0 to infinity, so that pesky constant vanishes like a ghost at dawn), you’re on fire! So, we plug in our limits:
$c \left[ -\frac{1}{s}e^{-st} \right]_{0}^{\infty}$
This means we evaluate it at infinity and subtract the value at 0. As $t$ goes to infinity, $e^{-st}$ goes to 0 (assuming $s$ is positive, which it usually is in these scenarios. If $s$ is zero or negative, things get a bit… explosive. We're talking infinite values here, folks. Best to keep $s$ polite!). So, the first part is 0.
Then we subtract what we get at $t=0$. That's $-\frac{1}{s}e^{-s \cdot 0} = -\frac{1}{s}e^0 = -\frac{1}{s} \cdot 1 = -\frac{1}{s}$.
So, we have $c \left[ 0 - (-\frac{1}{s}) \right] = c \left[ \frac{1}{s} \right] = \frac{c}{s}$.
Ta-da! The Laplace Transform of a constant $c$ is simply $\frac{c}{s}$. How cool is that? We turned a boring old constant into a nice, simple fraction. It’s like a magic trick, but with numbers!
The Exponential Function: The Rocket Ship
Next, let’s get a little more exciting. How about the exponential function, $f(t) = e^{at}$? This function is like a rocket ship – it either shoots off into the stratosphere really fast (if $a$ is positive) or fizzles out spectacularly (if $a$ is negative). It’s all about growth or decay.

The integral is:
$\mathcal{L}\{e^{at}\} = \int_{0}^{\infty} e^{-st} e^{at} \, dt$
Now, remember your exponent rules? When you multiply powers with the same base, you add the exponents. So, $e^{-st} e^{at} = e^{(-s+a)t} = e^{(a-s)t}$. Our integral becomes:
$\int_{0}^{\infty} e^{(a-s)t} \, dt$
This looks very similar to our previous integral! We just replace the $-s$ with $(a-s)$. So, the integral of $e^{(a-s)t}$ is $\frac{1}{a-s}e^{(a-s)t}$.
Plugging in our limits (again, assuming $a-s$ is negative, meaning $s > a$, so our exponential decays to zero at infinity):
$\left[ \frac{1}{a-s}e^{(a-s)t} \right]_{0}^{\infty}$

At infinity, $e^{(a-s)t}$ goes to 0. At $t=0$, $e^{(a-s)0} = e^0 = 1$. So we have:
$0 - \frac{1}{a-s} \cdot 1 = -\frac{1}{a-s} = \frac{1}{s-a}$
And there you have it! The Laplace Transform of $e^{at}$ is $\frac{1}{s-a}$. This is super useful for analyzing systems that have exponential growth or decay. It’s the mathematical equivalent of saying, “Okay, this thing is going to zoom!” or “Uh oh, this is disappearing faster than free pizza at a tech conference.”
The Sine and Cosine Functions: The Oscillators of Doom (or Delight!)
Now for the really fun stuff – the oscillating functions, sine and cosine! These are the functions that make waves, that represent sounds, that describe how a pendulum swings. They’re the rhythmic heartbeats of many systems.
Let’s tackle $f(t) = \sin(\omega t)$, where $\omega$ (that’s omega, the Greek letter that looks like a tiny, happy worm) represents the angular frequency. Think of it as how fast the wave is wiggling.
The Laplace Transform of $\sin(\omega t)$ is:
$\mathcal{L}\{\sin(\omega t)\} = \int_{0}^{\infty} e^{-st} \sin(\omega t) \, dt$
Now, this integral is a bit more involved. It requires integration by parts twice, which is like trying to fold a fitted sheet – technically possible, but can lead to some frustration and awkward shapes. However, the result is quite elegant. After all the hard work, we find that:

The Laplace Transform of $\sin(\omega t)$ is $\frac{\omega}{s^2 + \omega^2}$.
And for its buddy, $f(t) = \cos(\omega t)$:
$\mathcal{L}\{\cos(\omega t)\} = \int_{0}^{\infty} e^{-st} \cos(\omega t) \, dt$
This one also requires some integration wizardry. The outcome is:
The Laplace Transform of $\cos(\omega t)$ is $\frac{s}{s^2 + \omega^2}$.
See the pattern? Notice the $s^2 + \omega^2$ in the denominator for both. This is the signature of oscillations in the $s$-domain. It’s like the mathematical fingerprint of anything that wiggles back and forth. It’s amazing how these seemingly simple wiggles translate into these neat algebraic expressions!
So, the next time you see a sine or cosine function, don't just think of a pretty wave. Think of it as a ticket to the $s$-domain, where things get much more algebraic and, dare I say, easier to manipulate. It’s a transformational journey, from the realm of continuous time to the discrete world of algebraic equations. And honestly, who wouldn't want to trade a wriggly wave for a nice, predictable fraction? Unless you're a surfer, of course. They probably like their waves.
These are just a few of the basic building blocks, the foundational theorems of Laplace Transforms. Mastering these will unlock a universe of problem-solving possibilities. So, next time you’re facing a beastly differential equation, remember our friend Laplace. He’s got your back. Now, who’s ready for another coffee? This math is making me thirsty!
