Ray Vickson
Science Advisor
Homework Helper
Dearly Missed
- 10,704
- 1,723
jake96 said:Homework Statement
![]()
Homework Equations
Laplace Transforms
The Attempt at a Solution
Using basic physics knowledge I got
m1a1=-k1x1+k2(x2-x1)
and
m2a2=-k3x2-k2(x2-x1)
Sub in values and use laplace transforms and rearrange partial fraction and I found that
By doing this I am assuming that the xII and xIII will equal 0 when t=0 because this is not stated at all in the question. do you believe this is correct?x1=-(1/3)cos2t-(2/3)sin2t+(4/3)cost+(8/3)sint
x2=-(2/3)cos2t+(1/3)sin2t+(8/3)cost-(4/3)sint
Finding the initial displacements by subbing in t=0 for both x_1 and x_2 comes out with what is written in the question 1 and 2, respectively.
However, when I try to sub t=0 into the differentials of the 2 above equations. I believe I should receive the initial velocities stated in the question. however I do not receive these results.
I receive 4/3 for x1 and -2/3 for x2
the difference between these values and the actual values appears to differ once I differentiate the sin2t and it is multiplied by 2
Does anyone know if I should receive the values listed in the question using this methods and have just made a calculation error in my working earlier on, or should I have done something differently.
Also, the next part of the questions asks to use a matrix and eigenvalues/eigenvectors to solve it. any pointers to help me get started
Thanks very much
I'll just give you a hint for the next part. Let ##y_1 = x_1##, ##y_2 = dx_1/dt## (velocity of 1), ##y_3 =x_2## and ##y_4 = dx_2/dt ## (velocity of 2). Your DE system can be written as
\begin{array}{rcl}dy_1 /dt &=& y_2 \\<br /> dy_2/dt &=& -3 y_1 + 2 y_3 \\<br /> dy_3/dt &=& y_4\\<br /> dy_4/dt &=& y_1 - 2 y_3\end{array}<br />
This can be written as
\frac{d}{dt} \pmatrix{y_1\\y_2\\y_3\\y_4}=<br /> \pmatrix{0&1&0&0\\-3&0&2&0\\0&0&0&1\\1 &0 -2&0} \pmatrix{y_1\\y_2\\y_3\\y_4}
This is of the form ##dY/dt = A Y##, where ##Y## is the column vector of ##y_i##s and ##A## is the ##4 \times 4## matrix above. The solution is of the form
Y(t) = \exp(A t) Y(0)
You can compute the matrix exponential from the eigenvalues and eigenvectors (at least, if none of the eigenvalues are repeated). Google 'matrix exponential'.