How does one get the solution to the differential equation for SHM?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
mahrap
Messages
37
Reaction score
0
I understand the derivation for the simple harmonic motion equation:

F = -kx ( in a 1-D case)

acceleration = x''(t) = (-k/m)x

so x''(t) + (k/m)x = 0

But why is the solution to this equation

x = A cos (wt + ∅ )

How does one come up with this solution? I tried understanding this by reading my textbook however I get very confused. Any help is appreciated. Thank you.
 
Last edited:
Physics news on Phys.org
I think initially

ei k θ

Is the real basis of the solution.

That's because e^x is its own derivative.

Euler's equation relates e^i theta to sin and cos functions hence the solution you see.
 
You basically guess that the solution is an exponential because of the form of the DE. So something along the lines of A_e^-wx+B_e^wx, and then you discover that w is complex and you rewrite those complex exponentials into sines and cosines with eulers equation.
 
mahrap said:
How does one come up with this solution?
Guess and check. Unfortunately, that is one of the most effective ways of coming up with solutions to differential equations. Computers can be helpful with that, they aren't as good at the guessing part, but they can do the checking part very quickly.
 
@mahrap: You don't have to guess. If you enjoy eigenvectors and all that stuff, then it follows naturally. But if you are learning this the first time, then maybe it is too long a detour. That is probably why your textbook is giving a weird explanation. They want to reassure you that there is a proper way to get the answer, but it would take up too much writing to actually explain it.