Comparing Square vs Round Tubing Strength | Help Understanding

  • Thread starter Thread starter madison069
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
madison069
Messages
2
Reaction score
0
I've been trying to determine which is stronger, square tubing or Round tubing. I searched the forum but came up with some other ideas but not the answer.

Using a Square tubing that's 2"x2" AND .25" thick vs. a Round Tubing that's 2" outside diameter and 1.5" inside Diameter and both are 5' long, as my example. My Force is 4,000 lbs.

I calculated the Maximum Stress in a beam with uniform support at the ends, and my Force in the middle of the beam. My numbers are M.S. for Square tubing is 13,713.66 psi and M.S. for Round tubing is 23,325.24 psi.

Does this mean that the Square tubing is stronger then the Round tubing? Or am I misunderstanding the definition of Maximum Stress. Also why is it I hear Round tubing is Stronger then Square tubing?
 
Engineering news on Phys.org
One nice thing about circular tubing is that the stress is equal independent of the load direction.

Let's walk through it though. The strength of a beam is a function of its area moment of inertia
http://en.wikipedia.org/wiki/Second_moment_of_area

The moment of inertia for a (let's assume solid for the moment) circle is:
[tex] I_0 = \frac{\pi}{4}r^4[/tex]
And the moment of inertia for a rectangle about its centerline (not diagonal) is:
[tex] I_x = \frac{bh^3}{12}[/tex]
Let's now assume that for comparison, the two sections have the same area, and thus the same weight. For ease of comparison, let's also assume that the rectangular tubing is square. Then to find the length of one side, a, of the sqaure:
[tex] \begin{equation}<br /> \begin{split}<br /> A = &\pi r^2 \\<br /> &\pi r^2 = a^2 \\<br /> a = \sqrt{\pi r^2}<br /> \end{split}<br /> \end{equation}[/tex]
b and h both equal, so the moment of inertia of the square section is:
[tex] \begin{equation}<br /> \begin{split}<br /> I_x &= \frac{\sqrt{\pi r^2}(\sqrt{\pi r^2})^3}{12} \\<br /> I_x &= \frac{ (\sqrt{\pi r^2})^4}{12} \\<br /> I_x &= \frac{ (\pi r^2)^2}{12} \\<br /> I_x &= \frac{ \pi^2 r^4}{12} \\<br /> I_x &= \frac{\pi^2}{12}r^4<br /> \end{split}<br /> \end{equation}[/tex]
One can now compare the two coefficients, and see which is larger:
[tex] \frac{\pi^2}{12} = 0.822 > \frac{\pi}{4} = 0.785[/tex]

So, based on this, a square tubing is 4.6% stronger for the same weight than circular. However, as the loading starts to go off axis, the square tubing will get much weaker. I'll let you determine the moment of inertia at a full 45° off axis.

p.s. Might want to check my work before taking it as gospel though
 
Thanks, I'll work on it and get back with you on my findings.