Weird Statics Truss Problem - Finding reactions

Click For Summary

Discussion Overview

The discussion revolves around determining the reaction forces at the ends of a truss structure, particularly focusing on the vertical reaction forces (Ay and By) in relation to the number of truss squares (N) and the applied forces (F) and angles (theta). Participants explore the implications of statics and symmetry in the context of a numerical methods class.

Discussion Character

  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant describes their approach to summing forces and moments to find the reaction forces, expressing difficulty in solving for Ay and By due to potential static indeterminacy.
  • Another participant suggests that the problem is statically indeterminate unless certain conditions about member sizes and cross-sections are met, hinting at the need for deformation analysis.
  • Some participants propose that symmetry in geometry and member sizes could imply that Ay equals By, while questioning the mathematical proof of this assertion.
  • One participant mentions that as N increases, Ax and Bx increase, but Ay and By remain constant, suggesting a pattern in how loads change with the number of squares.
  • Another participant raises the concern of member weights affecting the reaction forces, noting that while typically small, they should be considered for accuracy.
  • A participant shares their findings for N = 1 and N = 2, detailing the reaction forces and expressing difficulty in identifying a pattern in the results.
  • Another participant recommends substituting numerical values for variables to clarify the relationships and patterns in the forces as N increases.

Areas of Agreement / Disagreement

Participants express differing views on the implications of symmetry and the treatment of member weights, leading to no clear consensus on the relationship between Ay and By or the overall behavior of the truss as N varies.

Contextual Notes

Participants note that the problem may involve complexities due to static indeterminacy and the influence of member weights, which are not fully resolved in the discussion.

eurekameh
Messages
209
Reaction score
0
2ij81j.png


So I'm looking for the reaction forces at the left end of the truss before I solve for the forces in the members of the truss in terms of F and theta. I summed forces in the x, y direction, took moments about point A,B, to get 4 equations in 4 unknowns (Ax, Ay, Bx, By). However, although Ax,Bx can be solved easily, I'm having trouble finding Ay,By because it appears as if my force and moment equations are not independent of one another. I've never had this problem before in my Statics class (this is for a numerical methods class), so I'm wondering if this problem is statically indeterminant.

Btw, each member is H long.

Here are my equations:
Force summation in x:
Ax + Bx + 2Fcostheta = 0
Force summation in y:
Ay + By + 2Fsintheta = 0
Moment summation at B:
AxH + 2FsinthetaH + FcosthetaH = 0
Moment summation at A:
-BxH + 2FsinthetaH + -FcosthetaH = 0

I solved the two moment equations for Ax and Bx. The force summation in the x direction confirms my Ax, Bx reaction forces. Thus, I still have two unknowns (Ay, By) in one equation (force summation in y). How do I solve for them? I've also tried summing moments at the right-hand corners, but they gave me equations which are also dependent.
 
Last edited:
Physics news on Phys.org
The problem is statically indeterminate and requires deformation analysis unless the equal length diagonals are also of the same cross section area and within allowable buckling limits, in which case you can take advantage of symmetry to find the vertical reactions. Did the problem mention anything about equally sized members?
 
Member buckling can be ignored. All members are made of the same material with the same density and cross-section. How will this help in determining the remaining reaction forces?
 
Well then, from symmetry of geometry and member sizes, is there any good reason to believe that one support will see more vertical load than the other??
 
So you're saying that Ay = By. I thought so at first, but Ax does not equal Bx, which I found was weird. Is there any way to mathematically prove that Ay = By, rather than using the symmetry argument?
 
eurekameh said:
So you're saying that Ay = By. I thought so at first, but Ax does not equal Bx, which I found was weird. Is there any way to mathematically prove that Ay = By, rather than using the symmetry argument?
You would have to use strain-compatability indeterminate analysis to get the additional equation you need. This involves calculating displacements, and sometimes is tedious. If the diagonals in your problem did not have the same stiffness (AE/L), you would have no choice except to do it that way. Fortunately, for the problem at hand, its simply Ay = By.
 
Ah, okay. This was really a problem I had within a larger problem. Here's the original problem:
c5ifb.png

I now have N sets of these "squares" of truss. For N = 1, it's easy to find for the reactions and forces within the members. But I'm stuck if I have, in general, N of these. How do I solve for all of the forces in the members if N is known, not to mention the reaction forces will also change for a general N case? (F and theta is supposedly known as well)

Attempt:
I have solved for the forces in the members for N = 1, and I'm thinking to go ahead and do N = 2 in hopes of recognizing some sort of pattern in the forces, but it would be a major headache to do it and realize I'm going nowhere. Is this worth a try?

P.S. Matlab is required, but I'm making sure I know what's going on before I start to program.
 
When N increases, Ax and Bx increase, but not Ay and By, they stay the same. This might help you find a 'pattern' for how load changes in the vertical members of each square as you increase the number of squares, and it should tell you something about the diagonals also.
 
Ay and By stay the same even when there is a weight associated with each member? I did not include the weights above for simplicity, but each member supposedly has its own weight.
 
  • #10
Usually the weights of the members are small in comparison to the applied forces, but if you must consider them, half of each weight of the individual member should be distributed to its end joints. Then Ay and By will still be equal, but of course be larger with increasing values of N.
 
  • #11
PhanthomJay said:
When N increases, Ax and Bx increase, but not Ay and By, they stay the same. This might help you find a 'pattern' for how load changes in the vertical members of each square as you increase the number of squares, and it should tell you something about the diagonals also.

I found the reaction forces and force within each member, but I'm not seeing any pattern at all.

Here's what I have for N = 1 (just the reaction forces):
Ax = 0.162Hg - Fcostheta - 2Fsintheta
Bx = -0.162Hg - Fcostheta +2Fsintheta
Ay = -Fsintheta + 0.135Hg
By = -Fsintheta + 0.135Hg

And here's what I have for N = 2:
Ax = 0.594Hg - 4Fsintheta - Fcostheta
Bx = -0.594Hg + 4Fsintheta - Fcostheta
Ay = 0.27Hg - Fsintheta
By = 0.27Hg - Fsintheta

The Hg terms in the equations are found using H as the length of one member, g represents acceleration due to gravity, and density rho = 0.0027 kg/cm^-3 and cross sectional area 20 cm^2. I placed 1/2 of each member weight on each pin.
 
Last edited:
  • #12
It is dificult to see a pattern when you work with letter variables and include the numerical member weights also. I would throw in some numbers for the variables and eliminate the weight part, to understand things more clearly. Let F = 1000, H = 2, and theta = 45 degrees. H is the length of a vertical member and the distance between supports. Now solve for the end reactions and member forces when N = 1, N = 2, and N = 3. That will help you see how, for the negligible weight case, Ay and By are independent of N, how the diagonal member forces are independent of N, and how the reaction and vertical member forces change with increasing values of N.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 1 ·
Replies
1
Views
9K
Replies
3
Views
1K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 27 ·
Replies
27
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K