Problem 59099. Find stiffness of all beams for single floor in building
Create a function that finds this stiffness k of all the beams (also known as 'stanchions') for one floor of a three storey building. The three floors are colour coded here
A force is applied to the bottom mass to model ground excitation. This causes movement in the other floors. Here the movement of the base has been eliminated in the animation.
In order to calculate the overall stiffness k you will need to:
- Model a single spring by finding the stiffness of a single, doubly built in cantilever using where Eis Young's Modulus and I is the second moment of area
- Combine the springs into one value of k
You need to:
- Find the beam length for ONE floor L , width b and thickness h in m using the technical drawings in this question.
- Assume the beam is made of steel, and has a Young's modulus of .
- How many beams are there per floor and are they in series or parallel?
- Ensure the final stiffness is assigned to a variable called k
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers5
Suggested Problems
-
Vectorizing, too easy or too hard?
144 Solvers
-
512 Solvers
-
Sum the numbers on the main diagonal
581 Solvers
-
388 Solvers
-
640 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!