ResearchForge / Calculators
← all articles
staticsmechanicsequilibriumforcesengineeringFri Apr 24

Statics: Step-by-Step Derivations

Abstract

This article provides a systematic treatment of core statics concepts with emphasis on mathematical derivation and physical intuition. We cover equilibrium conditions, friction analysis, distributed loads, and geometric properties of areas and arcs. Each section connects theory to practical engineering applications through worked examples.

Background

Statics is the study of bodies in equilibrium—at rest or moving with constant velocity. The foundation rests on three equilibrium conditions [equations-of-equilibrium]: the sum of forces in each direction must vanish, and the sum of moments about any point must vanish. These conditions allow engineers to solve for unknown forces, reactions, and internal stresses in structures ranging from simple beams to complex assemblies.

Real-world structures rarely experience idealized point loads. Instead, forces are distributed over lengths or areas [distributed-loads]. Understanding how to model and replace these distributions with equivalent concentrated loads is essential for tractable analysis. Similarly, determining where resultant forces act—through concepts like centroid and center of mass—is crucial for moment calculations and stability assessment.

Key Results

Equilibrium Equations

For a body in static equilibrium, three scalar conditions must hold [equations-of-equilibrium]:

ΣFx=0\Sigma F_x = 0 ΣFy=0\Sigma F_y = 0 ΣM=0\Sigma M = 0

These equations state that the vector sum of all forces and the sum of all moments about any reference point must equal zero. In two dimensions, these three equations provide the maximum number of unknowns that can be solved in a statics problem.

Friction and Limiting Equilibrium

When two surfaces are in contact, friction resists relative motion. The maximum static friction force—the threshold beyond which sliding begins—is given by [maximum-static-friction-force]:

Fmax=μsNF_{\max} = \mu_s N

where μs\mu_s is the coefficient of static friction and NN is the normal force. This relationship is empirical and depends on the materials in contact. In design, engineers use this formula to ensure that applied forces do not exceed the friction capacity, preventing unwanted slipping in connections, bearings, and other assemblies.

Distributed Loads and Equivalent Point Loads

A distributed load spreads force over a length or area [distributed-loads]. Rather than integrate at every point, we replace the distribution with a single equivalent point load whose magnitude equals the total load and whose location is at the centroid of the distribution.

For a uniformly distributed load of intensity ww (force per unit length) over length LL: Ptotal=wLP_{\text{total}} = w \cdot L

The equivalent point load acts at the midpoint of the span.

For a triangular load varying from zero at one end to maximum intensity wmaxw_{\max} at the other [triangular-load]: Ptotal=12×L×wmaxP_{\text{total}} = \frac{1}{2} \times L \times w_{\max}

This resultant acts at a distance of 2L3\frac{2L}{3} from the vertex where intensity is zero.

Centroid and Center of Mass

The centroid is the geometric center of an area or line [centroid]. For continuous distributions, the centroid coordinates are found by integration:

yˉ=1AAydA\bar{y} = \frac{1}{A} \int_A y' \, dA

where AA is the total area and yy' is the coordinate of a differential element.

For a homogeneous rod bent into a circular arc [center-of-mass-of-a-rod-bent-into-a-circular-arc], the center of mass is located using:

x=1LabxdLx = \frac{1}{L} \int_a^b x' \, dL y=1LabydLy = \frac{1}{L} \int_a^b y' \, dL

where LL is the arc length and xx', yy' are coordinates along the arc. Symmetry often simplifies these calculations: if the arc is symmetric about an axis, the center of mass lies on that axis.

Moment of Inertia

Moment of inertia quantifies an area's resistance to bending about an axis [moment-of-inertia]:

I=Ay2dAI = \int_A y^2 \, dA

Here, yy is the perpendicular distance from the axis to the differential area element. A larger moment of inertia indicates greater stiffness against bending. This property is fundamental in beam design: beams with larger moments of inertia deflect less under load.

Worked Examples

Example 1: Triangular Load on a Cantilever Beam

A cantilever beam of length L=10L = 10 m is subjected to a triangular load with maximum intensity wmax=6w_{\max} = 6 kN/m at the fixed end, tapering to zero at the free end.

Step 1: Calculate the total load. P=12×10×6=30 kNP = \frac{1}{2} \times 10 \times 6 = 30 \text{ kN}

Step 2: Locate the equivalent point load. For a triangular load with zero intensity at the free end, the resultant acts at 2L3=2×103=6.67\frac{2L}{3} = \frac{2 \times 10}{3} = 6.67 m from the free end.

Step 3: Apply equilibrium. At the fixed support, the reaction force is R=30R = 30 kN (upward), and the reaction moment is: M=30×6.67=200 kN⋅mM = 30 \times 6.67 = 200 \text{ kN·m}

Example 2: Friction in a Bolted Connection

Two steel plates are connected by bolts. The coefficient of static friction between the plates is μs=0.5\mu_s = 0.5. Each bolt applies a clamping force (normal force) of N=8N = 8 kN.

Step 1: Calculate maximum static friction per bolt. Fmax=0.5×8=4 kNF_{\max} = 0.5 \times 8 = 4 \text{ kN}

Step 2: For four bolts, the total friction capacity is: Ftotal=4×4=16 kNF_{\text{total}} = 4 \times 4 = 16 \text{ kN}

Step 3: The connection can safely transmit a shear load up to 16 kN without slipping. If the applied load exceeds this, the plates will slide relative to each other.

Example 3: Centroid of a Semicircular Arc

A homogeneous rod is bent into a semicircle of radius RR. Find the location of the center of mass.

Step 1: By symmetry, the center of mass lies on the axis of symmetry (the diameter). We need only find the distance from the center of the circle.

Step 2: Parametrize the arc: x=Rcosθx = R \cos \theta, y=Rsinθy = R \sin \theta, with θ\theta ranging from 00 to π\pi. The arc length element is dL=RdθdL = R \, d\theta.

Step 3: Apply the formula: yˉ=1πR0πRsinθRdθ=Rπ0πsinθdθ\bar{y} = \frac{1}{\pi R} \int_0^{\pi} R \sin \theta \cdot R \, d\theta = \frac{R}{\pi} \int_0^{\pi} \sin \theta \, d\theta

yˉ=Rπ[cosθ]0π=Rπ(1+1)=2Rπ\bar{y} = \frac{R}{\pi} \left[ -\cos \theta \right]_0^{\pi} = \frac{R}{\pi} \left( 1 + 1 \right) = \frac{2R}{\pi}

The center of mass is located at a distance 2Rπ0.637R\frac{2R}{\pi} \approx 0.637R from the diameter, along the axis of symmetry.

References

AI Disclosure

This article was drafted with the assistance of an AI language model based on personal class notes. The mathematical derivations, worked examples, and explanations have been reviewed for technical accuracy against the source notes. All factual claims are cited to the original note identifiers. The article represents an original synthesis and does not reproduce note text verbatim.

References

AI disclosure: Generated from personal class notes with AI assistance. Every factual claim cites a note. Model: claude-haiku-4-5-20251001.