Understanding static indeterminacy (SI) and kinematic indeterminacy (KI) is crucial for analyzing structures and selecting appropriate design methods. These concepts also form the foundation for advanced techniques like the stiffness matrix and flexibility matrix approaches. Here’s a breakdown:
1. Static Indeterminacy (SI)
Definition:
Static indeterminacy refers to the number of unknown forces in a structure that exceed the available equilibrium equations. Structures with SI > 0 are called statically indeterminate.
Formula:
For trusses: SI=(m+r)−2j
m: Number of members
r: Number of support reactions
j: Number of joints
For frames: SI=(3m+r)−3j
Example:
A fixed-end beam has 3 reactions (vertical, horizontal, moment) but only 2 equilibrium equations (ΣFx=0, ΣFy=0, ΣM=0). Here, SI=3−3=0 (determinate). If supports are added (e.g., a propped cantilever), SI increases.
Significance:
SI determines the need for compatibility equations (force method).
Indeterminate structures are often stiffer and redistribute loads better than determinate ones.
2. Kinematic Indeterminacy (KI)
Definition:
Kinematic indeterminacy is the number of independent displacements (translations/rotations) possible at the joints of a structure. Structures with KI > 0 are kinematically indeterminate.
Formula:
For 2D frames:
KI=3j−r
j: Number of free joints (excluding supports)
r: Number of restrained displacements at supports
Example:
A simply supported beam allows rotation at supports but restricts vertical displacement. Its KI = 1 (rotation at midspan).
Significance:
KI dictates the size of the stiffness matrix in displacement-based analysis.
Higher KI means more computational effort.
3. Stiffness Matrix
Purpose:
Relates forces to displacements in a structure. Used in the displacement method (e.g., matrix analysis).
Key Features:
Square matrix with size n×n, where n=KI.
Diagonal terms represent force required to produce unit displacement at a DOF.
Symmetric and positive definite for stable structures.
Example:
For a 2D beam element, the stiffness matrix includes terms for axial, shear, and bending deformations.
4. Flexibility Matrix
Purpose:
Relates displacements to forces. Used in the force method (compatibility equations).
Key Features:
Inverse of the stiffness matrix: [F]=[K]−1.
Size depends on the number of redundant forces (equal to SI).
Example:
For a propped cantilever beam, the flexibility matrix helps compute reactions due to redundant forces.
Relationship Between SI, KI, and Matrices
Aspect | Static Indeterminacy (SI) | Kinematic Indeterminacy (KI) |
---|---|---|
Analysis Method | Force Method (Flexibility Matrix) | Displacement Method (Stiffness Matrix) |
Focus | Excess forces/redundants | Independent displacements |
Matrix Size | Depends on SI (redundants) | Depends on KI (degrees of freedom) |
Practical Applications
Force Method: Solve SI problems by removing redundants and using compatibility conditions.
Displacement Method: Solve KI problems by assembling stiffness matrices for all elements.
Software: Tools like SAP2000 or ETABS use stiffness matrices for automated structural analysis.
FAQs
Can SI and KI be zero?
Yes! A simply supported beam has SI=0 and KI=1.
Why is stiffness matrix symmetric?
Due to Maxwell-Betti reciprocity theorem: kij=kji.
Which method is better for high SI structures?
The force method is simpler for low SI; the displacement method suits complex, high-KI structures.
Summary
SI: Excess forces → Requires compatibility equations.
KI: Independent displacements → Drives stiffness matrix size.
Stiffness Matrix: Core of displacement method (F=Ku).
Flexibility Matrix: Core of force method (u=Ff).
Mastering these concepts is key to analyzing everything from beams to skyscrapers.
Post a Comment