Laplace Transform: Find $$z(t)$$

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
iRaid
Messages
558
Reaction score
8

Homework Statement


Wondering if I did this correctly..

Find the laplace transform:
$$z(t)=e^{-6t}sin(\omega_{1}t)+e^{4t}cos(\omega_{2}t)$$ for ##t\geq 0##

Homework Equations


The Attempt at a Solution



For the first part, I assume I can do this, but I'm not too sure. This is my main question, am I allowed to do this?
$$\mathcal{L}(sin(\omega_{1}t))=F(s+6)$$
Which gives me:
$$\frac{\omega _{1}}{s^{2}+\omega _{1}^{2}}=\frac{\omega _{1}}{(s-4)^{2}+\omega _{1}^{2}}$$

I figure since:
$$F(s+a)=\int_{0}^{\infty}f(t)e^{-(s+a)t}dt$$
I can do the above?Sorry if this question is stupid, I haven't done laplace transforms in a long time.
 
on Phys.org
iRaid said:

Homework Statement


Wondering if I did this correctly..

Find the laplace transform:
$$z(t)=e^{-6t}sin(\omega_{1}t)+e^{4t}cos(\omega_{2}t)$$ for ##t\geq 0##

Homework Equations


The Attempt at a Solution



For the first part, I assume I can do this, but I'm not too sure. This is my main question, am I allowed to do this?
$$\mathcal{L}(sin(\omega_{1}t))=F(s+6)$$
Which gives me:
$$\frac{\omega _{1}}{s^{2}+\omega _{1}^{2}}=\frac{\omega _{1}}{(s-4)^{2}+\omega _{1}^{2}}$$

I figure since:
$$F(s+a)=\int_{0}^{\infty}f(t)e^{-(s+a)t}dt$$
I can do the above?

Yes. But I wouldn't write ##\frac{\omega _{1}}{s^{2}+\omega _{1}^{2}}=\frac{\omega _{1}}{(s-4)^{2}+\omega _{1}^{2}}## because those aren't equal. Instead write
$$\mathcal{L}(e^{4t}\sin(\omega_1t))=\frac{\omega _1}{(s-4)^2+\omega _1^2}$$
[Edit] Not sure why that won't render. Or why it is boldface.
 
Last edited by a moderator:
  • Like
Likes   Reactions: iRaid
LCKurtz said:
Yes. But I wouldn't write ##\frac{\omega _{1}}{s^{2}+\omega _{1}^{2}}=\frac{\omega _{1}}{(s-4)^{2}+\omega _{1}^{2}}## because those aren't equal. Instead write
$$\mathcal{L}(e^{4t}\sin(\omega_1t))=\frac{\omega _1}{(s-4)^2+\omega _1^2}$$
[Edit] Not sure why that won't render. Or why it is boldface.

Try editing using the BBCode editor instead of the default rich text editor - there should be a little icon at the top right that let's you switch to that mode, and you'll see some bogus boldface tags mixed up in your latex.

It is, aside from being in boldface, rendering properly. You just have to refresh the page to get it to render.
 
LCKurtz said:
Yes. But I wouldn't write ##\frac{\omega _{1}}{s^{2}+\omega _{1}^{2}}=\frac{\omega _{1}}{(s-4)^{2}+\omega _{1}^{2}}## because those aren't equal. Instead write
$$\mathcal{L}(e^{4t}\sin(\omega_1t))=\frac{\omega _1}{(s-4)^2+\omega _1^2}$$
[Edit] Not sure why that won't render. Or why it is boldface.

Right, I didn't mean to do that. That's all I needed.

Thanks!