Section 2.6: Potentials
Section 2.6: Potentials
Potentials
We can also describe flows on the line using the language of potentials.
Imagine that you’re sat on the top of a hill, and start to roll down. As you roll down, you pick up speed, which is kinetic energy increasing. That has to be coming from somewhere (conservation of energy), and indeed it is coming from potential energy that you had at the top of the hill.
You can write down the potential that you would have for all points on the hill, and call this V(). In fact, the shape of the hill itself can give you the potential energy at each point:
x
In[]:=
Plot[0.5+0.7-,{x,-1.1,1.1},AxesLabel{Style["x",18],Style["V(x)",18]},AxesOrigin{0,0},PlotStyle{Thick,Black},FillingBottom,FillingStyleDarker[Green],PlotRange{0,1}]
4
x
2
x
Out[]=
This is a bit of a cartoon representation, but imagine that you are living in a one dimensional world, and your potential energy was given by this function, depending on your position, .
x
We have to make a big caveat here. This picture only works when we imagine that while you are sliding down the hill, you are moving through honey! This is because if we don’t damp our system, then we have to take into account terms as well as . If you were on a frictionless hill you could roll backwards and forwards over the valley floor - and we know that in a flow on a line, we can’t have such oscillations.
x
x
So, it turns out that we can use the idea of a potential to describe our systems of the form:
x
What is the important feature of the potential? Well, it’s not the value of the potential itself at any one point, but how quickly it’s changing, i.e. . We can write our system as:
V'(x)
x
dV
dx
(
0
.1
)
Because V is a function of and is a function of t, so we can think about the potential felt by our particle at any one moment, and thus V(t). By the chain rule (see by rearranging):
x
x
dV
dt
dV
dx
x
But by equation 0.1:
dV
dt
dV
dx
dV
dx
2
dV
dx
which is clearly less than or equal to zero. This tells us that in this overdamped system, the potential of our particle always decreases. We always want to move to points of lower V.
Note that this is different to non-damped systems, where the V can oscillate when you are rolling up and down the sides of a valley. It’s just that when your valley is covered in honey, you will keep rolling to the bottom.
Now, given a first order differential equation, you can figure out what the form of the damped potential.
Looking at the equation:
x
3
x
We can ask what potential would correspond to this? i.e. we need to find a V() for which:
x
-V'(x)=2x-
3
x
To find that you need to whip out your anti-derivatives and you can show that:
V(x)=-++C
2
x
4
x
4
As we said before, the actual height of the potential doesn’t matter for the dynamics, only the gradient does (since Force = , and this is all Newton cares for), so we can set C ⟶ 0. Looking at this function gives us:
-V'(x)
In[]:=
Plot-+,{x,-2.5,2.5},AxesLabel{Style["x",18],Style["V(x)",18]},AxesOrigin{0,0},PlotStyle{Thick,Black}
2
x
4
x
4
Out[]=
We see that there are two minima of this function, at , so these would be the points that we could come to rest in, i.e. the fixed points of the system. These are then stable fixed points. There is a local maximum at which is an unstable fixed point.
x=±
2
x=0
Once again, use a ball on a hill analogue to help. The ball at the top of the hill is unstable, while the one at the bottom is stable.
Of course you could have done this same analysis using the same methods in the phase space as we did before, but this gives you another picture of what is going on. In the first case, fixed points are roots, whereas in the potential picture, fixed points are local maxima and minima.
JonathanShock,UniversityofCapeTown2021jon.shock@gmail.com
JonathanShock,UniversityofCapeTown2021jon.shock@gmail.com