Deriving forces from an energy potential

pholvey
Messages
5
Reaction score
0

Homework Statement


This is not a homework problem. I'm trying to do this for research purposes. I have an energy potential (the Keating potential) of the following form (attached). In this form, A, B, and C are force constants, and r_ab is the vector along the bond between atoms a and b. For my purposes, subscripts i and i' represent silicon atoms while j and k represent oxygen atoms. r_0 is the equilibrium Si-O bond length and theta_0 is the average oxygen bond angle.

From this form, I need to derive an equation describing the forces so that I can speed up a conjugate gradient optimization so I don't have to keep estimating the gradient from multiple calls to the energy function.

Homework Equations



r_ij = r_i - r_j (where r's are vectors)

cos theta_ijk = (r_ij dot r_ik)/(abs(r_ij)*abs(r_ik))

The Attempt at a Solution



Honestly, I'm at a loss as to how to even attempt a solution to this problem. Any help/guidance on the subject would be appreciated.

Many thanks,

pholvey
 

Attachments

  • KeatingPotential.jpg
    KeatingPotential.jpg
    10.4 KB · Views: 495
Physics news on Phys.org
Does anyone have any idea on this? Even showing me how to take the derivative of a dot product summation would be greatly appreciated. Thanks.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top