Natural frequency of 3 coulomb force bound particles in EF

Franky4
Messages
5
Reaction score
0

Homework Statement


I was given a task to model (using Matlab) 3 identical particles in external field and find spectra of lowest system energy states using gradient descend method for each particle in the system.
I did a run of 500 random generated coordinates and found this distribution.
energy.jpg
LE_4.5529.jpg
(blue dots are final coordinates, red are initial)
Now I need to find natural frequency and vectors for the lowest energy state system of 4.5299 units in this case. Also find eigen vectors for different nodes.

Homework Equations


Potential due to external field: U(x,y) = x^3 + x^4 - 0.1*x + y^6 - x*y;
Potential due to interactions between particles: U(r1, r2) = a/(abs(r1 - r2)); a is a constant.

The Attempt at a Solution


I found plenty of information for systems with masses, springs and stiffness coefficients, but nothing for this and I am not sure which way to proceed. Should I be trying to think of this three particle bound system as three masses (charges in this case) connected with different springs (coulomb force) for which stiffness k should be calculated from the force by the gradient of external field and repulsion force between particles or am I overthinking this.

First time posting, not sure between introductory and advanced homework sections
 
Physics news on Phys.org
Franky4 said:
First time posting, not sure between introductory and advanced homework sections
Advanced is fine.

You can calculate the energy of the system (relative to the ground state) as function of the positions of the objects relative to the ground state (assuming small deviations). That gives a 6-dimensional phase space where you can find eigenvectors and eigenvalues corresponding to different oscillations.
 
Thanks. I had a talk with my teacher and told me to read up about Hessian matrix.
 
mfb said:
Advanced is fine.

You can calculate the energy of the system (relative to the ground state) as function of the positions of the objects relative to the ground state (assuming small deviations). That gives a 6-dimensional phase space where you can find eigenvectors and eigenvalues corresponding to different oscillations.

I calculated eigenvalues and eigenvectors of the Hessian matrix where F(x1,x2,x3,y1,y2,y3) { (xi, yi) being a pair of coordinates of the partcile} is a total potential energy of the system. I am asked to create a visual of different mode eigenvectors, but they are 6 dimensional, how am I to do this ?
 
You can draw them as displacement directions for the three particles - three arrows for each mode.
 
Thread 'Need help understanding this figure on energy levels'
This figure is from "Introduction to Quantum Mechanics" by Griffiths (3rd edition). It is available to download. It is from page 142. I am hoping the usual people on this site will give me a hand understanding what is going on in the figure. After the equation (4.50) it says "It is customary to introduce the principal quantum number, ##n##, which simply orders the allowed energies, starting with 1 for the ground state. (see the figure)" I still don't understand the figure :( Here is...
Thread 'Understanding how to "tack on" the time wiggle factor'
The last problem I posted on QM made it into advanced homework help, that is why I am putting it here. I am sorry for any hassle imposed on the moderators by myself. Part (a) is quite easy. We get $$\sigma_1 = 2\lambda, \mathbf{v}_1 = \begin{pmatrix} 0 \\ 0 \\ 1 \end{pmatrix} \sigma_2 = \lambda, \mathbf{v}_2 = \begin{pmatrix} 1/\sqrt{2} \\ 1/\sqrt{2} \\ 0 \end{pmatrix} \sigma_3 = -\lambda, \mathbf{v}_3 = \begin{pmatrix} 1/\sqrt{2} \\ -1/\sqrt{2} \\ 0 \end{pmatrix} $$ There are two ways...
Back
Top