Suvarna Garge (Editor)

Spring system

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Spring system

In engineering and physics, a spring system or spring network is a model of physics described as a graph with a position at each vertex and a spring of given stiffness and length along each edge. This generalizes Hooke's law to higher dimensions. This simple model can be used to solve the pose of static systems from crystal lattice to springs. A spring system can be thought of as the simplest case of the finite element method for solving problems in statics. Assuming linear springs and small deformation (or restricting to one-dimensional motion) a spring system can be cast as a (possibly overdetermined) system of linear equations or equivalently as an energy minimization problem.

Known spring lengths

If the nominal lengths, L, of the springs are known to be 1 and 2 units respectively, then the system can be solved as followed: Consider the simple case of three nodes connected by two springs. Then the stretching of the two springs is given as a function of the positions of the nodes by

Δ L = [ 1 1 0 0 1 1 ] x L

Let A be that "connectivity matrix", relating each degree of freedom to the direction each spring pulls on it. So the forces on the springs is

F springs = K Δ L = K ( A x L ) = K A x K L

where K is a diagonal matrix giving the stiffnesses of all of the springs. Then the force on the nodes is given by left multiplying by A , which we set to zero to find equilibrium:

F nodes = A K A x A K L = 0

which gives the linear equation:

A K A x = A K L .

Now, A K A is singular, because all solutions are equivalent up to rigid-body translation. Let us prescribe a Dirichlet boundary condition, e.g., x 1 = 2 .

Suppose K is the identity and so

A K A = [ 1 1 0 1 2 1 0 1 1 ] .

If we plug in x 1 = 2 we have

A K A x = [ 1 1 0 1 2 1 0 1 1 ] [ 2 x 2 x 3 ] = A K L = [ 1 1 2 ] .

Incorporating the 2 to the left-hand side gives

[ 2 2 0 ] + [ 1 0 2 1 1 1 ] [ x 2 x 3 ] = [ 1 1 2 ] .

and removing rows of the system that we already know, and simplifying, leaves us with

[ 2 0 ] + [ 2 1 1 1 ] [ x 2 x 3 ] = [ 1 2 ] . [ 2 1 1 1 ] [ x 2 x 3 ] = [ 1 2 ] .

so we can then solve

[ x 2 x 3 ] = [ 2 1 1 1 ] 1 [ 1 2 ] = [ 3 5 ] .

That is, x 1 = 2 , as prescribed, and x 2 = 3 , leaving the first spring slack, and x 3 = 5 , leaving the second spring slack.

References

Spring system Wikipedia