Tell me more ×
Physics Stack Exchange is a question and answer site for active researchers, academics and students of physics. It's 100% free, no registration required.

I'm building a swing set for my children. All of the designs I've seen involve building two A-frames and connecting them at the top with a crossbar/beam from which hang the swings. The A-frames are placed perpendicular to the ground. In addition, it seems that the A-frames are commonly constructed at an angle of 12 degrees from the perpendicular to the ground.

I have several questions:

  1. Where does the 12 degree angle come from?

  2. I've been on swingsets that move too much. I think this is due to a combination of unanchored posts and the angle between the legs of the frame being too little. How do I compute the angle that will provide optimum stability?

  3. Shouldn't the frames be placed at an angle with respect to the ground (e.g. 70 degrees) rather than perpendicular, in order to prevent side-to-side motion?

  4. How would I go about computing the above?

Assumptions that I'm going on include:

  • 2 swings
  • Adults will swing (up to 200 lbs)
  • A-frames will be anchored to concrete piers
share|improve this question
1  
The out-of-the-swinging-plane bit is addressed with one of (1) Some are on the angle, (2) some have a angled third support, and (3) the fact the the supports are typically pipes of non-trivial diameter allows a considerable amount of stress to be taken up in the joints (this kind of thing is a common analysis in a Engineering Statics class). – dmckee Jul 23 '12 at 21:27

2 Answers

Using a simple pendulum approximation, at the point of , the maximum tipping force occurs when the swing is at $\theta=45°$ angle. In general the forces on the bar are

$$ A_x = -\cos\theta \left( m g \sin \theta + \frac{\tau}{L} \right)-m L \dot{\theta}^2 \sin \theta $$ $$ A_y = m \cos \theta \left( g \cos \theta + L \dot{\theta}^2 \right) - \frac{\tau}{L} \sin \theta $$

where $L$ is the chain length, $\tau$ is the torque applied by your back on the pelvis (pull up torque) and $m$ is the mass of the swinger.

If $h$ is the height of the bar from the ground, and $b$ the base distance across the A-frame then the forces on supports are

$$ G_x = -A_x $$ $$ G_y = \frac{1}{2} A_y - \frac{h}{b} A_x $$ $$ H_y = \frac{h}{b} A_x + \frac{1}{2} A_y $$

Combining you will see that the forces in the frame are not always compressive, but tensile also. In the above expression $H_y$ is always negative (frame pulling on the ground) when $\theta > (\text{frame angle})$.

So as far as physics goes, there is no significance to the 12°. Engineering wise, I like the other answer of minimizing the material used.

share|improve this answer

The greater the angle in the A-frame, the more metal you'll have to use. This, balanced with wanting to keep the swing set firmly planted probably led to the heuristic 12 degrees.

(EDIT: ignore gravity transmitted through the chain because it doesn't ever apply torque to swing set.) If you want to calculate some forces on the swing, the force a swinger exerts on the top bar is along the swing chains and equal to mass*speed^2/length of chain. The speed is minimal when the swing chains are parallel to the ground, and this is also when the direction of the swinger's force is delivering the maximum torque to tip over the swing set. From this argument, I think the tipping force is not much.

share|improve this answer
This is wrong, here is simple proof. A swinger just sitting in swing has speed=0. According to this answer, his force is zero but we know his force is $mg$ where m is his mass and g is the acceleration due to gravity. – mwengler Jul 24 '12 at 15:23
I do not care about the force of gravity on the swing set transferred through the chain because it does not contribute any torque to tipping over the swing set. – user404153 Jul 24 '12 at 18:23
OK, on ignore gravity. But your statement is still wrong. The torque is generally maximum at some point before the chain is parallel to the ground. If swing even gets high enough for chain to be parallel, usually it is with close to 0 speed at that point since this is maximum height of swing. Therefore, maximum torque is some point BEFORE maximum height, which is virtually always before chain is parallel to ground. – mwengler Jul 24 '12 at 18:46
I know this. Please read my answer again. – user404153 Jul 25 '12 at 2:45

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.