A Complicated Equivalent

Whether you use closed-form or numerical integration, the deflection at the free end of a laterally loaded linear-elastic, prismatic column is known to be PL^3/(3EI). This result is easily verified in OpenSees with either an elasticBeamColumn element or a material nonlinear element with elastic sections.

Now suppose we philosophized a bit then posited the following modeling approach…

Instead of a single element for that column, let’s use a series of zero length rotational springs connected by flexurally rigid segments. The rotational springs are collocated with the integration points from whatever quadrature rule you like, e.g., three-point Gauss-Legendre or four-point Gauss-Lobatto as shown below, or any other integration option.

My question is, what stiffness should be assigned to each rotational spring in order to compute the correct free end deflection, PL^3/(3EI), using a springs and rigid segments model?

A. EI
B. EI/L
C. 3EI/L
D. EI/wi
E. EI*wi
F. None of the above

In options D and E, wi is the integration weight on the column domain [0,L] associated with quadrature point/spring location xi, meaning the stiffness is not the same for each spring.

Post your answer with an explanation in the comments section below. I will explain the correct answer in a follow up post. Responses are due by May 31, 2022.


While you can develop a model in OpenSees or use good ‘ol pencil and paper to figure out the correct answer, I don’t recommend you use this modeling approach anywhere else. As usual, complicated is not better.

ANSWER

4 thoughts on “A Complicated Equivalent

  1. I choose F, if the spring stiffness is constant, as x increases, the spring angle will become smaller and smaller, which does not conform to the cubic deflection curve. If the spring stiffness decreases linearly with the length of L, then all springs have the same angle of rotation, and the resulting parabola is close to a circle, which also does not conform to a cubic parabola. Therefore, the stiffness of the spring should decrease second-order with the length of L.

    Liked by 1 person

  2. Greetings,

    First, I give my answer to the question as F (None of the above)

    I solved the problem with the “virtual work” method and verified the solutions with the OpenSees models. I share only the “three-point Gauss-Legendre” model script. You can check it from:

    https://github.com/hakki-deniz/Equivalent-System

    My comment on this question:
    The stiffness value of the rotational springs (RS) does not depend on the flexural stiffness of the cantilever column, but it depends on the geometry of the system and the location of loading. You can obtain a unique solution if you assign the same stiffness to all RSs in the system. However, if you choose to assign different stiffness values for each RS, you can get an infinite number of solutions for the stiffness of RSs which produce the same lateral displacement value as the single element system gives.

    Great question from Mr. Scott.

    Best regards.

    Liked by 1 person

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.