foxjwill
- 350
- 0
Homework Statement
Solve the following system for \mathbf{r}(t):
\frac{d^2\mathbf{r}}{dt^2}=-\frac{k}{m}\mathbf{r}.
Homework Equations
The Attempt at a Solution
Now, I know how to solve for the magnitude of r (in fact, since it's the equation for the simple harmonic motion of a spring obeying hooke's law, I have it memorized), but I'd like to be able to solve for the component form. Here's what I've tried so far:
I start by guessing that \mathbf{r} is in the form e^{\lambda t}\mathbf{u}, where \lambda is an eigenvalue and \mathbf{u} is an eigenvector. Plugging in, I have
\left(\lambda^2 + \frac{k}{m}\right) e^{\lambda t}\mathbf{u} = \matbf{0}.
Since exp can never be 0, and it would be meaningless (I think) at this point to have u be 0, we can solve what's left for \lambda and get
\lambda = \pm i \sqrt{k \over m}.
I know that the answer should look something like\mathbf{r} = \mathbf{u}_1\cos{\sqrt{k \over m}}+\mathbf{u}_2\sin{\sqrt{k \over m}},
but I'm not sure how to find the eigenvectors (u1 and u2) here. Any ideas?