Verifying Laplace Analysis: Comparing Equations (1) and (2)

  • Thread starter Thread starter Saladsamurai
  • Start date Start date
  • Tags Tags
    Analysis Laplace
Saladsamurai
Messages
3,009
Reaction score
7

Homework Statement



I just want to verify that I am dong this correctly and if not, where my misconceptions are. I keep getting a different answer so I am going to go through this step by step:

After a some steps in a controls problem, I end up with a function in the Laplace domain:

\Theta(s) = \frac{12}{\frac{6}{5}s^2 +96}\qquad(1)


Homework Equations



From table, I know that

\mathcal L[Be^{-at}\sin(\omega t)]=\frac{B\omega}{(s+a)^2 + \omega^2}\qquad(2)



The Attempt at a Solution



So the idea is to make my equation (1) take the form of the known equation (2):

First, I factored the denominator so that s2 has a coefficient of 1:

\frac{12}{\frac{6}{5}s^2 +96}=\frac{1}{\frac{6}{5}}\cdot \frac{12}{s^2+80}


Comparing the denominators of each we have:

(s+a)^2 + \omega^2 = s^2 +80

\Rightarrow s^2 + 2as + a^2 + \omega^2 =s^2 +80

\therefore a = 0 \qquad\qquad \omega^2 = 80

So we now have to compare the numerators:

12 = B*\omega

\Rightarrow B = \frac{12}{\omega}

\Rightarrow B=\frac{12}{\sqrt{80}}


Thus, we can write:

\Theta(s) =\frac{5}{6}\cdot\frac{(\frac{12}{\sqrt{80}})*\sqrt{80}}{(s+0)^2+ \sqrt{80}^2}


So, in the time domain, we have:

\mathcal L^{-1} [\Theta(s)]=\theta(t) = \frac{10}{\sqrt{80}}\cdot\sin(\sqrt{80}t)

or

\frac{\sqrt{5}}{2}\sin(4\sqrt5 t)

I have gotten this result a couple of times, so I think I am correct, but my friend got something a little different.

Are there any blatant errors I am making?

Thanks!
 
Physics news on Phys.org
Well, I used Maxima to find the Laplace transform of sqrt(5)*sin(4*sqrt(5)*t)/2. I got 10/(s^2+80). As that is the same function you started out with, I don't think you are doing anything wrong.
 
Okie dokie! Thanks!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top