Solution to trusses
Solution to trusses
ABSTRACT
Construction/Fabrication companies in the past angles to increase its load bearing capability. The
have the problem of the strength of the ‘members’ WTC has tubular steel bearing walls, fluted
of its products. And hence some products are either corrugated steel flooring and bent bar steel truss
weak-insufficient ‘member’ capability to withstand floor supports.’[1]
likely imposed force, or unnecessary too strong-
wasting materials. 2 Methodology:
In this paper the solution of the trusses is solved Taking the example in fig. 1 below [2]
using the matrix formation of equations i.e. AX = 2 4 7
b, and the solution to all the members and supports
are computed using a matlab program. It is very
important to note that even Statically Indeterminate 5 8
1 3 6
systems are solved.
480KN
The work could be adapted to solve any truss Fig.1
with any number of parts/ ‘members’, and gives the First we solve for the support using the static
exact force on each member due to any external e8uations
force, with any type of support 1). åFH = 0; 2). åFV =0; 3). åM1 =0
Note the support type at joint 1 = pin type and has
It could be effectively applied in the construction two components of force-vertical, horizontal.
of high-tension towers, building of bridges, houses, Hence force at support 1 = F1h and F1v; at support
and e.t.c. 8, since it is a roller we have only F8v.
Thus the equations will look like this;
Keyword: - Matrix formation, Matlab, åFH = 0;F1h = 0 (since the external force has no
Statically Indeterminate, Trusses. horizontal component).
åFV = 0; F1v + F8v = 480
1Introduction: åM1 = 0; (F1h * 0) +(F1v * 0) + (F8v * 18) = 480
Trusses to a layman might not be understood, to *9
come down, a truss is any body with parts Therefore we can generalize for n supports as
(members) and is or could be subjected to an 1). F1h + F2h +…Fnh = å(all horizontal
external force. For instance a football could be seen components of Ext. Forces)
as a truss, if we support it and apply an external 2). F1v + F2v +…Fnv = å(all vertical components
force to know the maximum force its parts could be of Ext. Forces)
able to withstand. 3). F1h * Lv1 +…Fnh * Lvn + F1v * Lh1 + …Fnv
* Lhn + F1h + F2h +…Fnh + å(all Moments due
The strength of a structure depends on how well to Clamp Supports)= å( Ext. Forces * ^ distance to
the trusses were designed. ‘In terms of structural reference joint).
system the twin towers departed completely from Transforming into Matrix form we have
other high-rise buildings…. On the inside of the
structure the floor sections consist of trusses
spanning from the core to the outer wall.’[1].
4 Conclusions: