An edge column carries about half a bay and a corner column about a quarter, against the full bay of an interior column. The reason is simple: a column collects the floor nearest to it, and edges and corners have floor on fewer sides. That one to one half to one quarter pattern is one of the fastest checks you have on a load takedown. StructLoads computes the exact areas, but knowing the ratios lets you sanity check the result by eye.

Why position changes the area

A column’s tributary area is the floor closest to it, bounded by the lines halfway to its neighbours, the nearest-support partition that is a clipped Voronoi diagram. An interior column has neighbours on all four sides, so it draws a half bay in every direction. An edge column has no neighbour beyond the building edge on one side, so it loses that half. A corner column loses two sides. Each lost side removes roughly half the remaining area, which is where the ratios come from. The full method is in how to calculate tributary area for a column.

The three cases compared

On a regular six by five metre grid, the areas fall out directly.

PositionSides with floorTributary areaRough load ratio
InteriorFourFull bay, about 30 m21.0
EdgeThreeHalf bay, about 15 m2About 0.5
CornerTwoQuarter bay, about 7.5 m2About 0.25

So on this grid an interior column carries about 30 square metres, an edge column about 15, and a corner about 7.5. Multiply each by the floor load and the column loads follow the same one, one half, one quarter pattern. Position even reaches into live load reduction: the code’s live load element factor KLL is 4 for interior and ordinary edge columns but drops to 3 for edge columns with cantilever slabs and 2 for corner columns with cantilevers, so where a column sits changes both its tributary area and the reduction its accumulated live load may take.

A worked comparison

Under a 4.5 kN per square metre dead load and a 3.0 kN per square metre live load, the per-floor loads are clear. The interior column takes 30 times 4.5, which is 135 kN dead, and 30 times 3.0, which is 90 kN live. The edge column takes about 67.5 kN dead and 45 kN live, and the corner about 34 kN dead and 22.5 kN live. The ratios hold because the loads are the same; only the area changes, a direct application of basic structural principles.

Using the ratios as a check

The one, one half, one quarter pattern is a quick test of a takedown. If your edge column comes out heavier than your interior column on the same grid, or your corner column is close to the interior, the geometry is almost certainly wrong, perhaps a misplaced support or a mis-drawn outline. The ratio check is fast and catches the kind of error that a single mistyped coordinate produces, complementing the area balance check in how to calculate column loads.

When the rule does not hold

The half and quarter ratios are a regular-grid approximation. Uneven bays, a skewed grid, an L-shaped floor, openings, or cantilevers past the edge columns all break them, because the tributary regions stop being neat fractions of a bay. There you compute each area from the geometry, which is exactly the case a tool handles by clipping each region to the real outline.

Key takeaways: edge vs corner columns

Interior columns carry a full bay, edge columns about half, corner columns about a quarter, because each lost side removes roughly half the floor. The one, one half, one quarter ratio is a fast check on any takedown. It is exact only on a regular grid; irregular geometry needs the computed areas StructLoads provides, as a preliminary figure a qualified engineer confirms.

Quick answers

What is the tributary area of an edge column vs a corner column?

An edge column carries about half a bay, with floor on three sides but none beyond the building edge on the fourth. A corner column carries about a quarter, missing floor on two sides. An interior column carries a full bay. On a six by five metre grid that is roughly 30, 15 and 7.5 square metres.

Why does a corner column carry less load than an interior column?

Because there is less floor draining to it. A column collects the floor closest to it, bounded by the lines halfway to its neighbours. An interior column has neighbours on all four sides, an edge column on three, and a corner on only two, so each step loses roughly half the area. Less floor means less load.

What is the load ratio between interior, edge and corner columns?

Roughly one to one half to one quarter. An interior column carries about twice an edge column and four times a corner on the same regular grid. The ratio is approximate because edge and corner columns can pick up small extra strips, but it is close enough to be a fast sanity check on a load takedown.

When does the half and quarter rule not hold?

It is a regular-grid approximation. It does not hold when bays are very uneven, the grid is skewed, the floor is L-shaped or has openings, or cantilevers extend past the edge columns. In those cases you compute each tributary area from the geometry rather than reading off the half and quarter ratios.