Why is the Harmonic Oscillator so common in physics?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
barnflakes
Messages
156
Reaction score
4
I've heard before that it's because when you expand around a minimum point in the potential energy you get a quadratic function, but I can't recall where I read this. Can anyone point me in the right direction, or give their own explanation?

I only ask because I just solved a problem in my research by assuming that the resistive force to something is F=-kx which of course leads to harmonic oscillation - and this was completely unexpected - nobody knew that the resistive force should be, it just happens that it fits the data bang on.
 
Physics news on Phys.org
barnflakes said:
I've heard before that it's because when you expand around a minimum point in the potential energy you get a quadratic function, but I can't recall where I read this. Can anyone point me in the right direction, or give their own explanation?

When you expand any "smooth" function as a Taylor series about ##x = a## you have
##f(x) = f(a) + f'(a)(x-a) + f''(a)(x-a)^2/2## plus higher powers of ##(x-a)##

At a minimum (or maximum) the first derivative ##f'(a) = 0## so ##f(x)## is approximately a quadratic.

Any book on optimisation theory or multi-variable calculus should give the corresponding results for functions of more than one variable.
 
That's really helpful guys, cheers.