Series: $\dfrac{1}{k_{eq}}= \displaystyle\sum_i \dfrac{1}{k_i}$
Parallel: $k_{eq}= \displaystyle\sum_i k_i$
Strain energy: $U = \frac{1}{2}kx^2$
Simulate three springs in series, parallel or combination configurations. Calculate equivalent stiffness, per-spring displacement and force, and stored strain energy — the foundation of FEM stiffness matrices.
Series: $\dfrac{1}{k_{eq}}= \displaystyle\sum_i \dfrac{1}{k_i}$
Parallel: $k_{eq}= \displaystyle\sum_i k_i$
Strain energy: $U = \frac{1}{2}kx^2$
The fundamental law for a linear spring is Hooke's Law, which states the force needed to extend or compress it is proportional to the displacement.
$$F = k \cdot x$$Where $F$ is the force (N), $k$ is the spring stiffness (N/m), and $x$ is the displacement from the natural length (m). This is the building block for all network calculations.
For a network, we derive the equivalent stiffness ($k_{eq}$) based on how the force and displacement are distributed among the individual springs.
Springs in Series: The same force $F$ passes through each spring, but displacements add: $x_{total}= x_1 + x_2 + x_3$. This leads to the reciprocal rule for equivalent stiffness:
$$\dfrac{1}{k_{eq}}= \dfrac{1}{k_1}+ \dfrac{1}{k_2}+ \dfrac{1}{k_3}$$Springs in Parallel: The springs share the same displacement $x$, but the total force is the sum of individual forces: $F_{total}= F_1 + F_2 + F_3$. This leads to direct addition of stiffness:
$$k_{eq} = k_1 + k_2 + k_3$$In a combination network, you calculate the equivalent stiffness step-by-step, reducing subgroups of series or parallel springs first.
Vehicle Suspension Systems: Car suspensions use springs in parallel with shock absorbers (dampers) to support the vehicle's weight and absorb road bumps. The parallel arrangement ensures the wheel displacement is controlled by the combined stiffness, providing a stable yet comfortable ride. Engineers simulate these networks to tune handling and comfort.
Mechanical Couplings and Drivetrains: Flexible couplings between motor and load shafts often use multiple springs arranged in parallel around a circumference. This design shares the torque load evenly, increases reliability, and allows for slight misalignments. The parallel stiffness adds up to handle high torque without excessive twist.
Building Isolation for Earthquakes: Seismic base isolators under buildings use layers of rubber and steel plates—essentially springs in series and parallel. The series rubber layers provide large, soft displacement to absorb shaking, while parallel steel plates provide vertical stiffness to hold the building up. Calculating the equivalent stiffness is critical for the design.
Consumer Products (Mattresses, Running Shoes): The comfort layers in a mattress or the midsole of a running shoe act like a complex network of springs (foam cells, air pockets, gels). Engineers model these materials as spring networks to optimize the balance between softness (series effects for pressure relief) and support (parallel effects for stability).
First, do you think "if they're in parallel, you can simply add them up"? In reality, this is only true for the ideal case of parallel connection where the displacements are exactly identical. In practice, even if you install two springs side-by-side, slight differences in length due to installation error or aging can cause a "load concentration phenomenon" where the load is biased towards one spring. If you create a parallel model in the simulator with k1=100, k2=1000 N/m and calculate with an initial displacement offset of just 0.01m, you'll see the load sharing changes significantly. In design, a safety factor accounting for such uncertainties is essential.
Next, the misconception that "the equivalent spring constant for a series connection becomes the value of the weakest spring". While the weaker spring is dominant, it actually becomes slightly softer than that. For example, with k1=100, k2=10000 N/m in series, keq is approximately 99 N/m, very close to k1 but slightly smaller. Whether you can ignore this "slight" difference depends on the system's required precision. For high-precision positioning mechanisms, this difference must also be factored into the calculation.
Finally, interpreting simulation parameters realistically. Setting k=10000 N/m and F=500 N on screen gives a displacement x=0.05m, but a real spring stretched that much may undergo plastic deformation or break. Always remember to check the physical feasibility: "Is this displacement within the allowable range for a real spring?" "Can the mounting parts withstand that force?". CAE is ultimately "calculation on paper". The engineering judgment to translate those results into reality is where your skill as an engineer shines.
Two compression springs (k1 = 80 N/mm, k2 = 120 N/mm) mounted in series with F = 2400 N applied. Equivalent stiffness: 1/keq = 1/80 + 1/120 = 0.0208, so keq = 48 N/mm. Total displacement: δ = 2400/48 = 50 mm. Spring 1 carries 2400 N with deflection 30 mm; spring 2 deflects 20 mm. Strain energy: U = (2400)²/(2×48) = 60,000 J. In production machinery, this series arrangement isolates vibration while distributing load evenly.