- #71
Mark44
Mentor
- 37,796
- 10,188
First off, ke-at ≠ k/(s + a).Color_of_Cyan said:Given property: e-at (in t domain) = 1/(s+a) (in s-domain).
NOT given: ke-at (in t domain) = k/(s+a) (in s-domain), where k is a constant.
You're completely ignoring the idea that you're taking a Laplace transform here.
As a correct mathematical equation, you should say this:
##\mathcal{L} [e^{at}] = \frac{1}{s - a}##
To see the LaTeX I used, right click on the equation above, and "Show math as" ... "TeX commands."
Closer, but you shouldn't have the exponent.Color_of_Cyan said:L1[e-at] = 1/(s+a)
Put everything together in a coherent thought.Color_of_Cyan said:f(t) = e-2t
k = 1, a = -2, --> f(s) = 1/(s - 2)
##\mathcal{L}[e^{-2t}] = \frac{1}{s - (-2)} = \frac{1}{s + 2}##
On the right is F(s), the Laplace transform of f(t). Note the difference in capitalization.
Again, these aren't equal. You're ignoring the fact that this time you're taking the inverse Laplace transform.Color_of_Cyan said:Given property: sin(bt) (in t domain) = b/(s2+b2) (in s-domain).
No.Color_of_Cyan said:NOT given: ksin(bt) (in t domain) = kb/(s2+b2) (in s-domain)., where k is a constant.
f(s) = 8/(s2 + 4);
a = 4, k = (1/2)
---> f(t) = (1/2)sin(4t)
What you want is more like this:
##\mathcal{L}^{-1}[\frac{8}{s^2 + 4}] = \mathcal{L}^{-1}[\frac{4 * 2}{s^2 + 2^2}] = 4 * \mathcal{L}^{-1}[\frac{2}{s^2 + 2^2}] = 4sin(2t)##
The last expression is f(t).
After the 2nd equals, I had things set up in the form a/(s2 + a2). Notice that the ##\mathcal{L}^{-1}## symbol stayed around for a while, until I was ready to actually take the inverse LP transform.
I also used the property that I mentioned a few posts ago about the linearity of the transform and inverse.
Color_of_Cyan said:You couldn't just start off with the entire numerator first? I was thinking about it, so how should I start with that? Cya though, thanks.