Chapter 5: Problem 10
Period of an anharmonic oscillator The simple harmonic oscillator crops up in many places. Its behavior can be studied readily using analytic methods and it has the important property that its period of oscillation is a constant, independent of its amplitude, making it useful, for instance, for keeping time in watches and clocks. Frequently in physics, however, we also come across anharmonic oscillators, whose period varies with amplitude and whose behavior cannot usually be calculated analytically. A general classical oscillator can be thought of as a particle in a concave potential well. When disturbed, the particle will rock back and forth in the well: The harmonic oscillator corresponds to a quadratic potential \(V(x) \propto x^{2}\). Any other form gives an anharmonic oscillator. (Thus there are many different kinds of anharmonic oscillator, depending on the exact form of the potential.) One way to calculate the motion of an oscillator is to write down the equation for the conservation of energy in the system. If the particle has mass \(m\) and position \(x\), then the total energy is equal to the sum of the kinetic and potential energies thus: $$ E=\frac{1}{2} m\left(\frac{\mathrm{d} x}{\mathrm{~d} t}\right)^{2}+V(x) $$ Since the energy must be constant over time, this equation is effectively a (nonlinear) differential equation linking \(x\) and \(t\). Let us assume that the potential \(V(x)\) is symmetric about \(x=0\) and let us set our anharmonic oscillator going with amplitude \(a\). That is, at \(t=0\) we release it from rest at position \(x=a\) and it swings back towards the origin. Then at \(t=0\) we have \(\mathrm{d} x / \mathrm{d} t=0\) and the equation above reads \(E=V(a)\), which gives us the total energy of the particle in terms of the amplitude. a) When the particle reaches the origin for the first time, it has gone through one quarter of a period of the oscillator. By rearranging the equation above for \(\mathrm{d} x / \mathrm{d} t\) and then integrating with respect to \(t\) from 0 to \(\frac{1}{4} T\), show that the period \(T\) is given by $$ T=\sqrt{8 m} \int_{0}^{a} \frac{\mathrm{d} x}{\sqrt{V(a)-V(x)}} $$ b) Suppose the potential is \(V(x)=x^{4}\) and the mass of the particle is \(m=1 .\) Write a Python function that calculates the period of the oscillator for given amplitude a using Gaussian quadrature with \(N=20\) points, then use your function to make a graph of the period for amplitudes ranging from \(a=0\) to \(a=2\). c) You should find that the oscillator gets faster as the amplitude increases, even though the particle has further to travel for larger amplitude. And you should find that the period diverges as the amplitude goes to zero. How do you explain these results?
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.