Why Do Edge Springs on a Simulated Suspension Bridge Show Higher Tension?

AI Thread Summary
The discussion focuses on the tension distribution in a simulated suspension bridge made of springs and masses. It is noted that the tension is lowest in the middle springs and highest at the ends, which aligns with the principles of cable tension in suspension bridges. When additional mass is placed on the bridge, the springs around the mass exhibit zero tension, which raises concerns about the modeling accuracy. The conversation suggests that this zero tension could result from how point loads are applied in the simulation, potentially leading to errors in the representation of the bridge's behavior. Overall, the tension dynamics and modeling approach are critical for accurate simulation results.
pratikpatel
Messages
3
Reaction score
0
So I'm working on assignment dealing with creating a simulation of a bridge made with springs and masses. **THIS IS NOT A HOMEWORK PROBLEM (I just want some explanation)**

When I calculate the tension on each of the springs, I find that the springs towards the middle have the least tension on them, while the springs towards either ends have a higher tension. Why is that? (Unless I'm doing calculations wrong.)

Also, when I "place" more mass (people) on the bridge at particular locations the springs around the mass have 0 tension! (and tensions on all the other springs increase).

I have attached a screenshot of the bridge where I have placed some mass (people) on the 12th mass of the bridge and also one of the tension in each of the springs observed.

I would love to hear an explanation/correction. I will be happy to post the code if anyone wants to look at it. The simulation was created using EJS.
 

Attachments

  • Screen shot 2010-12-03 at 7.12.18 PM.png
    Screen shot 2010-12-03 at 7.12.18 PM.png
    5.3 KB · Views: 671
  • Screen shot 2010-12-03 at 7.12.23 PM.png
    Screen shot 2010-12-03 at 7.12.23 PM.png
    14.3 KB · Views: 686
Last edited:
Physics news on Phys.org
pratikpatel said:
So I'm working on assignment dealing with creating a simulation of a bridge made with springs and masses. **THIS IS NOT A HOMEWORK PROBLEM (I just want some explanation)**
It appears you are modeling a cable suspension bridge by placing a series of uniformly closely spaced equal masses connected by massless springs, to simulate a parabolically shaped cable under uniform loading from the load it supports? Is this correct?
When I calculate the tension on each of the springs, I find that the springs towards the middle have the least tension on them, while the springs towards either ends have a higher tension. Why is that? (Unless I'm doing calculations wrong.)
That is correct, the tension is lowest at the midpoint (horizontal tension at the low point), increasing to a maximum at the end points, at which points the cable tension is the vector sum of the horizontal tension and 1/2 the bridge's weight (from equilibrium considerations).
Also, when I "place" more mass (people) on the bridge at particular locations the springs around the mass have 0 tension! (and tensions on all the other springs increase).
All tensions should increase due to the increase in load, I don't see how you would get zero tension anywhere...perhaps it is in the modeling of the extra point load (people load applied at a point) at the 12th mass, which is fouling up your computer model.
I have attached a screenshot of the bridge where I have placed some mass (people) on the 12th mass of the bridge and also one of the tension in each of the springs observed.

I would love to hear an explanation/correction. I will be happy to post the code if anyone wants to look at it. The simulation was created using EJS.
I wouldn't know what to do with the code, since I am not familiar with the software program..
 
Yup. Massless springs, and it's parabolic with no people on the bridge. Also, it's not only the 12th mass that gives 0 tension. Anywhere I place people the tension goes to zero. I'm reviewing my code right now to see what can be changed. Thanks a lot for your help! I'll keep you updated.
 
It's parabolic with no people on the bridge, but only if your initial point masses uniformly spaced represent bridge dead loading. If your initial point masses are supposed to represent the cable weight, then you could be getting large errors, because the cable takes on the shape of a catenary involving the hyperbolic functions, and due to your large sag-span ratio, the parabolic curve will not closely approximate the catenary under such a large sag-span ratio. But regardless, you should not be getting zero tension at the people load appication points. You don't get any zero' tensions when using your original equal spaced mass point loads, do you?
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top