PhyslibAlpha.ClassicalMechanics.CoupledSpringPotential
Coupled spring potential
As a proof of concept, we use the second derivative test in `PhyslibAlpha.Mathematics.PartialDerivativeTest` to prove that the coupled spring potential `U := fun x : EuclideanSpace ℝ (Fin 2) => (x 0)^2 + x 0 * x 1 + (x 1)^2` has a local minimum at zero.
7 declarations
Potential energy of coupled springs
The function maps a vector in the 2-dimensional Euclidean space to the real-valued potential energy of a pair of coupled springs, defined by the expression .
The coupled spring potential is analytic at every point
Let be the coupled spring potential defined by . For any point , the function is analytic at .
Fréchet derivative of the coupled spring potential
Let be the coupled spring potential defined by . For any vector , the Fréchet derivative of at is the linear map given by for any increment vector .
The gradient of the coupled spring potential vanishes at the origin ()
Let be the coupled spring potential defined by . The gradient evaluated at the origin is equal to the zero vector.
The second derivative of the coupled spring potential is
Let be the coupled spring potential defined by . For any point and any two vectors , the second Fréchet derivative of at evaluated on is given by where and denote the components of the vectors and respectively.
The Second Fréchet Derivative of the Coupled Spring Potential at is Positive Definite
Let be the coupled spring potential defined by . The quadratic map associated with the second Fréchet derivative of at the origin , given by , is positive definite.
The function has a local minimum at
Let be the potential function defined by , where and are the components of a vector in the 2-dimensional Euclidean space. Then has a local minimum at the origin .
