Differential equation $x'' = -kx$

$\begingroup$

Initial condition $x(0)=1$, $k>0$

\begin{eqnarray} \lambda^2=-k \end{eqnarray} \begin{eqnarray} \lambda=\pm\sqrt{-k} \end{eqnarray} I have no idea how to erase this $k$

what should be the next step?

$\endgroup$ 2

2 Answers

$\begingroup$

$$\begin{eqnarray} λ^{2}=-k \end{eqnarray}\\ \lambda = \pm i\sqrt k\\ x=c_1 \cos \sqrt k x +c_2 \sin \sqrt k x\\ x(0)=1\implies c_1=1\\x= \cos \sqrt k x + c\sin \sqrt k x $$

$\endgroup$ $\begingroup$

It's a linear differential equation : $$x'' = -kx$$ $$x'' +kx=0$$ $$R^2-i^2k=0 \implies R= \pm i\sqrt k$$ $$x(t)=c_1 \cos( \sqrt k t)+c_2 \sin ( \sqrt k t)$$ Initial condition $$x(0)=1 \implies c_1=1$$ $$\boxed {x(t)=\cos( \sqrt k t)+c_2 \sin ( \sqrt k t)}$$

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like