How to solve 2nd order diff. equation for simple harmonic motion

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
cjurban
Messages
7
Reaction score
0
In my physics class we're talking about LC and LRC circuits, and the equations are analogous to those for SHM. However, I don't see how x=Acos(ωt+[itex]\varphi[/itex]) satisfies m(d^2x/dt^2)+(k/m)x=0. I've never done differential equations and in the book it seemed like the author just guessed and checked until he found the right solution, and this doesn't seem like a satisfactory answer. How did he solve this equation?
 
Physics news on Phys.org
Well, solving differential equations is an art. You just have to practice it to find solutions. There is of course a lot of work done by the mathematicians to provide general theorems about their structure and that of their solutions.

In your case of circuit theory or the harmonic oscillator you have a particularly nice class of differential equations, namely a linear differential equation. Here, it's even the kind with constant coefficients. For the undamped harmonic oscillator it reads
[tex]\ddot{x}+\omega^2 x=0.[/tex]

Here the standard ansatz to find a solution is
[tex]x(t)=A \exp(\lambda t).[/tex]
Plugging this into the equation you find
[tex]\lambda^2+\omega^2=0.[/tex]
There are two solutions for [itex]\lambda[/itex], namely
[tex]\lambda_{1/2}=\pm \mathrm{i} \omega.[/tex]
Now the mathematicians have proven that any solution is given as the superposition of two linearly independent solutions, and these we just have found! So the general solution is
[tex]x(t)=A_1 \exp(\mathrm{i} \omega t) + A_2 \exp(-\mathrm{i} \omega t).[/tex]
The constants [itex]A_1[/itex] and [itex]A_2[/itex] are determined by giving initial values, e.g., position and velocity at [itex]t=0[/itex].
 
I have a book that does something similar and I'm not sure the book was guessing and checking. I think they were showing why other functions don't satisfy the given ODE.