← Back to all projects
00

Why

Torsion-optimized high-clearance hitch

I built a trailer hitch from scrap for a mountain biking trip. $50 budget, tight timeline, marketplace donor hitch cut and rewelded to fit. It worked, but on rough terrain the bike rack would swing backwards on every big bump.

I wanted to figure out why, and whether I could fix it without overbuilding. So I set a simple target: reduce the angular deflection enough that the rack stays stable under a 4G bump, with at least a 2.0 FoS at the critical weld.

Result: V2 reduced tip deflection by 31%, maintained an average 2.7 FoS at critical nodes under 4G loading. MATLAB predictions matched FEA within 8.9% for V1, confirming the hand-calc model before committing to geometry changes.
01

Approach

1
Find the soft part of the load path. I treated the side plates as rigid and focused on the receiver and crossbar, which looked like the most compliant part of the assembly.
2
Build a parametric MATLAB model. I modeled the receiver as a cantilever beam and the crossbar with Bredt's thin-wall torsion equation so I could check geometry changes quickly before running FEA.
3
Use the twist equation to choose the geometry change. Midline area has a squared effect on stiffness, while wall thickness is linear, so upsizing the crossbar was the best stiffness-per-dollar move.
4
Check the receiver-to-crossbar weld. I used Norton's line-weld method to estimate weld stress under 4G loading. V1 came out at 0.95 FoS, so the joint needed reinforcement.
5
Run FEA on V1 and V2. I compared the MATLAB predictions against FEA, then checked the full reinforced assembly under the same 4G load case.
02

V1 Prototype

Market options cost around $500 and reduced departure angle. I salvaged a free donor hitch from marketplace, cut it down, and rewelded it to fit with the tow bar that came with the vehicle.

V1 hitch fabrication
Donor hitch cut and adapted
V1 hitch mounted
Mounted on vehicle

It lasted the 4-day trip, but there was visible angular deflection on rougher terrain. The bike rack would swing backwards going over bumps, especially cross-ditches. It didn't fail, but the movement was concerning enough to investigate.

V1 field test
Field test setup
V1 overview
V1 hitch overview
03

First-Principles Modeling

The first question was which component was actually causing the deflection. I isolated the receiver and crossbar assembly, treating the side plates as rigid fixed supports.

The justification: the side plates are vertically oriented with a high area moment of inertia relative to the load, and there are two of them sharing the load. In a series mechanical system, deflection concentrates in the most compliant component. The crossbar is the softest spring in the chain.

V1 receiver and crossbar free body diagram
V1 receiver and crossbar assembly model

I modeled the receiver tube as a cantilever beam and the crossbar as a non-circular shaft in torsion using Bredt's thin-wall formula. The MATLAB script is parametric so I could change any dimension and immediately see the effect on deflection.

The analysis confirmed what I suspected: torsion in the crossbar accounted for 94% of the vertical deflection at the tip. Bending in the receiver was almost irrelevant.

ParameterV1 ValueNotes
Crossbar section2.0" x 2.0" x 0.25" wallOriginal salvaged tube
Static tip deflection0.0175"180 lb load at COG
Tip angle (twist + bend)0.21°Torsion dominant
Deflection from twist0.0164"94% of total
Deflection from bending0.0011"6% of total

Governing Equation

To find the most efficient stiffness increase, I looked at the angle of twist equation. Torque, length, and material are all constrained. The only lever is the polar moment of inertia, J.

Angle of twist equation

Using Bredt's formula for J of a thin-walled closed section: wall thickness t has a linear relationship with stiffness, but midline area Am is squared. Upsizing from 2.0" to 2.5" square tube gave a 52.6% theoretical stiffness gain without needing custom materials or complicated fabrication.

Polar moment of inertia - Bredt's formula
04

V2 Solution

Before committing to the crossbar upsize, I checked the weld at the receiver-to-crossbar joint. This is where failure would happen first.

Critical weld location
Critical weld location at receiver-to-crossbar joint

I used Norton's "weld as a line" method. It combines direct shear and torque into a force-per-unit-length on the weld, then converts to throat stress. Material: standard E70 electrode, 70,000 psi tensile. Per AWS D1.1, allowable shear is 30% of tensile, roughly 21,000 psi.

Force per unit length equation
Force per unit length on weld
Throat stress equation
Throat stress calculation

The V1 weld came out at 0.95 FoS under 4G loading, so upsizing the crossbar alone wasn't enough. The joint needed reinforcement too.

Reinforcement Selection

I evaluated several reinforcement options using a weighted matrix against cost, ease of fabrication, stiffness gain, and space constraints.

OptionDescriptionProsCons
A. Angle iron gussetStandard angle welded at jointCheap, simple, availableStress concentration at corner
B. Triangle gussetPlate gusset welded at 45°Better load pathMore fabrication, tight space
C. Full box platingPlates on all facesMaximum stiffnessHeavy, expensive, overkill
D. Tube sleeveLarger tube sleeved over jointClean lookFitment issues, availability

Angle iron gusset won. Available off the shelf, easy to cut and weld, gets the FoS above 2.0 with minimal cost.

Triangle gusset option
Triangle gusset option
Full box plating option
Full box plating option
Selected gusset design
Selected angle iron gusset detail
Gusset implementation
Implementation
05

FEA Validation

I ran FEA on both V1 and V2 to check the MATLAB predictions and validate the full assembly under 4G loading. Boundary conditions: fixed both ends of the crossbar, remote load applied at the previously derived COG location. Standard curvature-based mesh with element refinement at corners and features.

V1 vs V2 Deflection

FEA V1 deflection result
V1: 0.0190" tip deflection
FEA V2 deflection result
V2: 0.0119" tip deflection (37% less)
MetricV1 (2.0" crossbar)V2 (2.5" crossbar + gusset)
FEA tip deflection0.0190"0.0119"
MATLAB prediction0.0175"0.0087"
MATLAB vs FEA variance8.9%37%
Deflection reduction31% (FEA) / 50% (MATLAB)

V1 MATLAB matched FEA within 8.9%, which confirmed the hand-calc model was valid for that geometry. V2 showed a larger 37% variance. The reason: upsizing to 2.5" increased the b/t ratio from 8 to 10, which pushes past where Bredt's thin-wall assumption holds. The tube walls start distorting locally under torsion, and FEA captures that; Bredt's formula doesn't. That variance is the boundary where hand calcs stop being sufficient and FEA becomes necessary.

Crossbar wall distortion at 318x scale
Crossbar wall distortion visible at 318x deformation scale. This local effect is what Bredt's formula misses.

Full Assembly, 4G Loading

For the final safety check, I applied the 4G dynamic load to the full assembly with side plates, ribs, and gusset included. This is the worst-case bump scenario.

V1 stress analysis
V1 stress, 4G loading
V2 stress analysis
V2 stress, 4G loading
V1 stress detail
V1 stress detail
V2 stress detail
V2 stress detail with gusset

Average FoS at critical nodes was 2.7 under 4G. There's a stress concentration at the corner of the angle iron gusset, but under a 4G catastrophic load (not cyclic), local yielding in ductile steel actually relieves that concentration. It would become a problem under fatigue loading, which is where a V3 triangle gusset would be the better option.

Some simulation artifacts showed up where the crossbar meets the side plates due to gaps from the non-flat repurposed plates. In practice, weld fills those gaps.

Design progression from V1 to V2 to V3 concept
V1 to V2 to V3 concept progression
V3 concept notes (not built): For heavier duty use, fish-plating the crossbar faces would increase local wall thickness and reduce the b/t ratio back below Bredt's validity range. Replacing the angle iron with a triangle web gusset would eliminate the stress concentration. These are the right moves for a ground-up redesign, but V2 met the requirements for this application.