The Hanging Spring

By Patryk Prus and Paul Pearlman



Part 1: The Hanging Chain in Parametrics
Parameterization of the hanging curve by arclength, where theta is the inclination angle (angle of the curve with respect to the horizontal) at any arclength, s, along the curve.
Parameterization: Constraints:
Energy:
Modified Energy:
Euler-Lagrange Equation:
Proof that the above is a legitimate solution for the inclination angle
Transcendental System:
Solution of Transcendental System:
For our example:

b = 45 cm
h = 6 cm
L = 61.4 cm

So our system becomes:
Given the following initial conditions: Mathematica computes the constraint coeffecients to be:
Putting it all together:
Graph of y(x): Picture of actual chain:

Other Trials:





Part 2: The Hanging Spring
The potential energy of the hanging spring is comprised of three parts; gravitational potential, bending energy, and the spring's internal energy:
To simplify the energy, the equation was parametrized by the arclength of the wire (not the core curve):
Parameterization: Constraints:
Gravitational Potential Energy:
Bending Energy:
The bending energy is equal to the square of the curvature (K^2). Because the spring can only be bent to a certain extent, the bending energy must be limited at a critial radius (1/r, where r is the radius of the spring). To accomplish this, the bending energy (K^2) is multiplied by 1/F(K), where F(K) is some function which approaches one until the critical radius is reached, and then quickly approaches 0. A modified version of the inverse tangent function fits these qualifications:
Spring Potential Energy:
Creating a System of Energies:
Because the energy equation cotains both x[t] and y[t] (and their respective derivatives) it is necessary to perform two variations, one on x[t] and another on y[t]:

Gravitational Potential Energy:
Bending Energy:
Spring Potential Energy:
Constraints:
Putting it Together:
The energy equations now look as follows:
Integrating by parts to factor out the eta terms and applying the Fundamental Lemma of Calculus of Variations yields the following two Euler-Lagrange equations:

First Euler-Lagrange Equation

Second Euler-Lagrange Equation


Physical Properties of the Spring:
The energy equations involve many constant values which depend on the spring used in the experiment. The following values pertain to the spring used in this experiment:

radius of coils = r = 1.45 cm
number of coils = 131
length of wire = L = 938.393729 cm
mass = m = 21.6578 g
density = rho = .0230796513 g/cm
spring constant = k = 6.25571614 N/cm





This was as far as we were able to carry out the calculations of finding a function which describes the hanging curve of a spring. We finished with a system of fourth order Euler-Lagrange equations, which, when solved, should yield the correct shape of a hanging spring. In order to solve this system, the initial conditions for all four derivatives of each function (x and y) need to be established, a task which we were unable to perform. The "shooting method" could be used to test every set of possible conditions. If the necessary conditions could be found, the NDSolve function within Mathematica should be able to solve the system.



Our paper in PDF form