Tangents and columns

Continuing with John D. Cook posts, I should write up a little thing that I meant to post about a month ago. It was in response to this post of Cook’s in which he considers solutions to the equation

tanx=x

Cook talks about the solution in terms of the sinc function and Bessel functions, but my immediate response upon seeing that equation was a single number: 4.49. I first saw this equation over 40 years ago and the solution—or at least one of the solutions—has been stuck in my head ever since.

As Cook shows in his post, the best way to think about solutions to this equation is to consider two separate equations,

y=tanx y=x

and plot them both on the same graph. Wherever we see intersections will be solutions to tanx=x.

Tangent and line plot

As you can see, there are an infinite number of solutions. The obvious one, which you probably didn’t need the graph to figure out, is x=0. After that are solutions that are relatively close to the asymptotes of the tangent function at the odd multiples of π/2 (excluding ±π/2).

While the graph helps you figure out where the solutions are, you’ll still have to use some numerical technique to get the value. You might think that direct iteration,

x n=tanx n1

would work, but if you try it, you’ll soon find yourself diverging instead of converging. The reasons are given in this blog post from a few years ago. A direct iteration formula that will converge is

x n=tan 1x n1+π

where the added π term accounts for the fact that the inverse tangent function returns values between π/2 and π/2. If you start with a number just under 3π/2, this formula will quickly converge to the solution that’s circled in the graph.

The circled intersection is the lowest postive solution. That’s 4.4934094579…, or just 4.49 for short, which is the solution that matters in one of the standard problems of column buckling and is the reason I’ve remembered it all these years.

Column buckling is governed primarily by the restraints, if any, at the column ends. Four types of ends are considered standard:

  1. A simply-supported end is prevented from moving laterally but has no restrictions on rotation.
  2. A fixed end is prevented from both lateral movement and rotation.
  3. A free end has no restrictions on either lateral movement or rotation.
  4. A guided end is prevented from rotating but has no restrictions on lateral movement.

The six standard column types come from combinations of these four end conditions. Here’s a graphical representation of the columns and the shapes they take on when they buckle. Sorry about the size of the formulas—you can zoom in to get a better view.

Buckled column shapes

From left to right, they are

  1. Simple-simple
  2. Fixed-free
  3. Fixed-fixed
  4. Fixed-simple
  5. Fixed-guided
  6. Simple-guided

Under each column is its elastic buckling load, denoted as P cr, where E is the elastic modulus of the material, I is the moment of inertia of the cross-section, and L is the length. The simple-simple column is considered the most fundamental, probably because it has the least complicated and easiest to remember formula. The other column types are related to the simple-simple column through the concept of effective length, L eff. If you take the effective length of any of the other columns and plug it into

π 2EIL eff 2

you’ll get the buckling load for that type of column.

So where does 4.49 come into this? Well, in solving for the buckling load of the fixed-simple column, you run into the equation

tanλL=λL

where

λ=PEI

The buckling load is the lowest non-zero value of P that satisfies this equation.

λL=P crEIL=4.4934 P crL 2EI=4.4934 2 P cr=20.19EIL 2

And if we put this in the form

P cr=π 2EIL eff 2

we get L eff=0.699L, which we can round to L eff=0.7L with little error.

Variations on the image above are found in many structural engineering books. For example, here’s the table of basic columns from Johnson, Lin, and Galambos’s Basic Steel Design, the textbook used in my first steel design class.

Basic columns from Johnson Lin and Galambos

The authors have ordered the columns in this table according to their effective length. I put the columns in the order they’re typically taught.

I took my first steel design class my senior year, so that’s when I learned that the effective length of a fixed-simple column is 0.7L. But I didn’t learn how to derive that solution until I was in grad school the next year. It’s pretty simple, which should give you a hint about the next blog post.