You are on page 1of 41

PTC_CE_BSD_7.2_us_mp.

mcdx

Mathcad ® Enabled Content Copyright © 2011 Knovel Corp.

Building Structural Design Thomas P. Magner, P.E. © 2011 Parametric Technology Corp.
Chapter 7: Reinforced Concrete Column and Wall Footings

7.2 Pile Footings

Disclaimer
While Knovel and PTC have made every effort to ensure that the calculations, engineering solutions,
diagrams and other information (collectively “Solution”) presented in this Mathcad worksheet are
sound from the engineering standpoint and accurately represent the content of the book on which the
Solution is based, Knovel and PTC do not give any warranties or representations, express or implied,
including with respect to fitness, intended purpose, use or merchantability and/or correctness or
accuracy of this Solution.

Array origin:

ORIGIN ≔ 0

Description

Pile supported footings or pile caps are used under columns and walls to distribute the load to the
piles. The plan dimensions of a pile footing are determined by the number and the arrangement of the
piles and the required minimum spacing between the piles.

This application determines minimum required pile cap thickness and the maximum size and minimum
number of reinforcing bars for pile caps with from 2 to 20 piles in a group. Pile diameter and spacing,
and the size of the supported rectangular pier or wall may be specified by the user. The application
uses the Strength Design Method of ACI 318-89.

The required input includes the pile capacity at service load (unfactored loads) and the plan
dimensions of the column or wall. The user may also enter material properties and variables
designated as "project constants" in this application.

The material properties include strength of the concrete and the reinforcement, unit weight of
concrete, unit weight of reinforced concrete, and the preferred reinforcement ratio.

The project constants include pile diameter, minimum pile spacing, edge distance, and multiples used
for rounding the pile coordinates, the pile cap depth and the plan dimensions of the pile caps.

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 1 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

Reference: ACI 318-89 "Building Code Requirements for Reinforced Concrete." (Revised 1992)

Input

Input Variables

Enter service load pile capacity, number of piles in group, and pier or wall dimensions.

Pile capacity at service loads: Pcap ≔ 80 kip

Number of piles in group: N≔8

Column width: Cx ≔ 24 in

Column depth: Cy ≔ 24 in

If the footing supports a wall, enter any wall length greater than or equal to the dimension of the
footing parallel to the wall.

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 2 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

Computed Variables

The following variables are calculated in this document:

Ps total service load capacity of the piles

F combined load factor for dead and live load

Pu total factored load capacity of the piles and the pile cap

qu factored load capacity of one pile

h total pile footing thickness

X the longer dimension of the pile cap

Y the shorter dimension of the pile cap

x' pile coordinates in the X direction from the


centroid of the pile group

y' pile coordinates in the Y direction from the


centroid of the pile group

Input Constants

The following variables are normally constant for a given project and may be defined by the user. The
variables s, SzP, SzD and E are used by this application to calculate the pile coordinates and plan
dimensions of the pile caps.

Minimum pile spacing: s ≔ 3 ft


Multiple for rounding pile spacing: SzP ≔ 0.5 in

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 3 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

Multiple for rounding pile


cap plan dimensions: SzD ≔ 1 in

Minimum edge distance


from center of pile: E ≔ 1 ⋅ ft + 3 ⋅ in

Ratio of live load to dead load: R≔1

Pile diameter at top of pile: dp ≔ 8 in

Pile embedment into pile cap: e ≔ 4 in


Clearance between
reinforcement and top of pile: cl ≔ 3 in

Multiple for rounding


footing depths: SzF ≔ 1 in

Material Properties

Enter the values of f'c, fy, wc, wrc, kv and kw.

Specified compressive strength of concrete: f'c ≔ 4 ksi

Specified yield strength of reinforcement: fy ≔ 60 ksi

Unit weight of concrete: wc ≔ 145 pcf

Unit weight of reinforced concrete: wrc ≔ 150 pcf


Shear strength reduction factor for lightweight
concrete kv = 1 for normal weight, 0.75 for all-
lightweight and 0.85 for sand-lightweight concrete
(ACI 318, 11.2.1.2.): kv ≔ 1

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 4 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

Weight factor for increasing development and


splice lengths kw = 1 for normal weight and 1.3
for lightweight aggregate concrete
(ACI 318, 12.2.4.2): kw ≔ 1

Factors for use of lightweight concrete are included, but it would be


unusual to use lightweight concrete for a pile cap.

Modulus of elasticity of Es ≔ 29000 ksi


reinforcement (ACI 318, 8.5.2):

Strain in concrete at compression εc ≔ 0.003


failure (ACI 318, 10.3.2):

Strength reduction factor for ϕf ≔ 0.9


flexure (ACI 318, 9.3.2.1):

Strength reduction factor for ϕv ≔ 0.85


shear (ACI 318, 9.3.2.3):

Reinforcing bar number designations, diameters, and areas:

T
No ≔ [[ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 ]]
T
db ≔ [[ 0 0 0 0.375 0.5 0.625 0.75 0.875 1.00 1.128 1.27 1.41 0 0 1.693 0 0 0 2.257 ]] ⋅ in

T
Ab ≔ [[ 0 0 0 0.11 0.20 0.31 0.44 0.60 0.79 1.00 1.27 1.56 0 0 2.25 0 0 0 4.00 ]] ⋅ in 2

Bar numbers, diameters and areas are in the vector rows (or columns in the
transposed vectors shown) corresponding to the bar numbers. Individual
bar numbers, diameters and areas of a specific bar can be referred to by
using the vector subscripts as shown in the example below.

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 5 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

Pile Coordinates and Plan Dimensions of Pile Caps

Dimensions used to compute pile coordinates: s0 ≔ 0 ft

⎛ s ⋅ sin ((45 ⋅ deg)) ⎞


s1 ≔ 2 ⋅ SzP ⋅ ceil ⎜―――――⎟ s1 = 4.25 ft
⎝ SzP ⎠

⎛ s ⋅ sin ((60 ⋅ deg)) ⎞


s2 ≔ SzP ⋅ ceil ⎜―――――⎟ s2 = 2.625 ft
⎝ SzP ⎠

s
s3 ≔ ―+ s2 s3 = 4.125 ft
2

s4 ≔ s2 + s s4 = 5.625 ft

Angle between the centerline of the two piles in the base row and a
centerline drawn between either of the two piles in the base row to the pile at
the apex of the 3-pile group:

⎛ 2 ⋅ s2 ⎞
α ≔ atan ⎜―― ⎟ α = 60.255 deg
⎝ s ⎠

Pile coordinates expressed in terms of pile spacing. The number within the
column operator indicates the number of piles in the group:

T T
⟨⟩ ⟨⟩
x⟨1⟩ ≔ [[ s0 s0 ]] y⟨1⟩ ≔ [[ s0 s0 ]]

T
⟨⟩ ⎡ s s⎤ ⟨⟩ T
x⟨2⟩ ≔ ⎢ −――⎥ y⟨2⟩ ≔ [[ s0 s0 ]]
⎣ 2 2⎦

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 6 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

T T
⟨⟩ ⎡ s s⎤ ⟨ ⟩ ⎡ 2 ⋅ s2 s2 s2 ⎤
x⟨3⟩ ≔ ⎢ s0 −――⎥ y⟨3⟩ ≔ ⎢ ――−― −―⎥
⎣ 2 2⎦ ⎣ 3 3 3 ⎦

T T
⟨⟩ ⎡ s s s s⎤ ⟨⟩ ⎡ s s s s⎤
x⟨4⟩ ≔ ⎢ −――−――⎥ y⟨4⟩ ≔ ⎢ −――−――⎥
⎣ 2 2 2 2⎦ ⎣ 2 2 2 2⎦

T T
⟨ ⟩ ⎡ s1 s1 s1 s1 ⎤ ⟨ ⟩ ⎡ s1 s1 s1 s1 ⎤
x⟨5⟩ ≔ ⎢ −― ― s0 −― ―⎥ y⟨5⟩ ≔ ⎢ ― ― s0 −― −―⎥
⎣ 2 2 2 2 ⎦ ⎣ 2 2 2 2 ⎦

T
⟨⟩ T
⟨⟩ ⎡s s s s s s⎤
x⟨6⟩ ≔ [[ −s s0 s −s s0 s ]] y⟨6⟩ ≔ ⎢ ―――−―−―−―⎥
⎣2 2 2 2 2 2⎦

T
⟨⟩ ⎡ s s s s⎤ ⟨⟩ T
x⟨7⟩ ≔ ⎢ −――−s s0 s −――⎥ y⟨7⟩ ≔ [[ s2 s2 s0 s0 s0 −s2 −s2 ]]
⎣ 2 2 2 2⎦

T
⟨⟩ ⎡ s s ⎤ ⟨⟩ T
x⟨8⟩ ≔ ⎢ −s s0 s −――−s s0 s ⎥ y⟨8⟩ ≔ [[ s2 s2 s2 s0 s0 −s2 −s2 −s2 ]]
⎣ 2 2 ⎦

T T
⟨⟩ ⟨⟩
x⟨9⟩ ≔ [[ −s s0 s −s s0 s −s s0 s ]] y⟨9⟩ ≔ [[ s s s s0 s0 s0 −s −s −s ]]

T
⟨ ⟩ ⎡ −3 ⋅ s s s 3⋅s ⎤ ⟨ ⟩ T
x⟨10⟩ ≔ ⎢ −s s0 s ―― −―――― −s s0 s ⎥ y⟨10⟩ ≔ [[ s2 s2 s2 s0 s0 s0 s0 −s2 −s2 −s2 ]]
⎣ 2 2 2 2 ⎦

T
⟨ ⟩ ⎡ −3 ⋅ s s s 3⋅s −3 ⋅ s s s 3⋅s ⎤ ⟨ ⟩ T
x⟨11⟩ ≔ ⎢ ―― −―――― −s s0 s ―― −―――― ⎥ y⟨11⟩ ≔ [[ s2 s2 s2 s2 s0 s0 s0 −s2 −s2 −s2 −s2 ]]
⎣ 2 2 2 2 2 2 2 2 ⎦

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 7 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

T
⟨ ⟩ ⎡ −3 ⋅ s s s 3 ⋅ s −3 ⋅ s s s 3 ⋅ s −3 ⋅ s s s 3⋅s ⎤
x⟨12⟩ ≔ ⎢ ―― −―――― ―― −―――― ―― −―――― ⎥
⎣ 2 2 2 2 2 2 2 2 2 2 2 2 ⎦

T
⟨ ⟩
y⟨12⟩ ≔ [[ s s s s s0 s0 s0 s0 −s −s −s −s ]]

T
⟨ ⟩
x⟨13⟩ ≔ [[ −2 ⋅ s2 s0 2 ⋅ s2 −s2 s2 −2 ⋅ s2 s0 2 ⋅ s2 −s2 s2 −2 ⋅ s2 s0 2 ⋅ s2 ]]

T
⟨ ⟩ ⎡ s s s s ⎤
y⟨13⟩ ≔ ⎢ s s s ――s0 s0 s0 −―−―−s −s −s ⎥
⎣ 2 2 2 2 ⎦

T
⟨ ⟩ ⎡ −3 ⋅ s s s 3 ⋅ s −3 ⋅ s s s 3⋅s ⎤
x⟨14⟩ ≔ ⎢ −s s0 s ―― −―――― ―― −―――― −s s0 s ⎥
⎣ 2 2 2 2 2 2 2 2 ⎦

T
⟨ ⟩ ⎡ s s s s s s s s ⎤
y⟨14⟩ ≔ ⎢ s3 s3 s3 ――――−―−―−―−―−s3 −s3 −s3 ⎥
⎣ 2 2 2 2 2 2 2 2 ⎦

T
⟨ ⟩
x⟨15⟩ ≔ [[ −2 ⋅ s −s s0 s 2 ⋅ s −2 ⋅ s −s s0 s 2 ⋅ s −2 ⋅ s −s s0 s 2 ⋅ s ]]
T
⟨ ⟩
y⟨15⟩ ≔ [[ s s s s s s0 s0 s0 s0 s0 −s −s −s −s −s ]]
T
⟨ ⟩ ⎡ −3 ⋅ s s s 3 ⋅ s −3 ⋅ s s s 3 ⋅ s −3 ⋅ s s s 3 ⋅ s −3 ⋅ s s s 3⋅s ⎤
x⟨16⟩ ≔ ⎢ ―― −―――― ―― −―――― ―― −―――― ―― −―――― ⎥
⎣ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ⎦

T
⟨ ⟩ ⎡ 3⋅s 3⋅s 3⋅s 3⋅s s s s s s s s s 3⋅s 3⋅s 3⋅s 3⋅s ⎤
y⟨16⟩ ≔ ⎢ ―――― ―― ―― ――――−―−―−―−―−―― −―― −―― −―― ⎥
⎣ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ⎦

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 8 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

T
⟨ ⟩
x⟨17⟩ ≔ [[ −s2 s2 −2 ⋅ s2 s0 2 ⋅ s2 −s2 s2 −2 ⋅ s2 s0 2 ⋅ s2 −s2 s2 −2 ⋅ s2 s0 2 ⋅ s2 −s2 s2 ]]

T
⟨ ⟩ ⎡ 3⋅s 3⋅s s s s s −3 ⋅ s −3 ⋅ s ⎤
y⟨17⟩ ≔ ⎢ ―――― s s s ――s0 s0 s0 −―−―−s −s −s ―― ――⎥
⎣ 2 2 2 2 2 2 2 2 ⎦

T
⟨ ⟩
x⟨18⟩ ≔ [[ −2 ⋅ s2 s0 2 ⋅ s2 −s2 s2 −2 ⋅ s2 s0 2 ⋅ s2 −s2 s2 −2 ⋅ s2 s0 2 ⋅ s2 −s2 s2 −2 ⋅ s2 s0 2 ⋅ s2 ]]

T
⟨ ⟩ ⎡ 3⋅s 3⋅s 3⋅s s s s s s s −3 ⋅ s −3 ⋅ s −3 ⋅ s ⎤
y⟨18⟩ ≔ ⎢ ―――― ―― s s ―――s0 s0 −―−―−―−s −s ―― ―― ――⎥
⎣ 2 2 2 2 2 2 2 2 2 2 2 2 ⎦

T
⟨ ⟩
x⟨19⟩ ≔ [[ −s4 −s2 s2 s4 s0 −s4 −s2 s2 s4 s0 −s4 −s2 s2 s4 s0 −s4 −s2 s2 s4 ]]

T
⟨ ⟩ ⎡ 3⋅s 3⋅s 3⋅s 3⋅s s s s s s s s s −3 ⋅ s −3 ⋅ s −3 ⋅ s −3 ⋅ s ⎤
y⟨19⟩ ≔ ⎢ ―――― ―― ―― s ――――s0 −―−―−―−―−s ―― ―― ―― ――⎥
⎣ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ⎦

T
⟨ ⟩
x⟨20⟩ ≔ [[ −2 ⋅ s −s s0 s 2 ⋅ s −2 ⋅ s −s s0 s 2 ⋅ s −2 ⋅ s −s s0 s 2 ⋅ s −2 ⋅ s −s s0 s 2 ⋅ s ]]

T
⟨ ⟩ ⎡ 3⋅s 3⋅s 3⋅s 3⋅s 3⋅s s s s s s s s s s s −3 ⋅ s −3 ⋅ s −3 ⋅ s −3 ⋅ s −3 ⋅ s ⎤
y⟨20⟩ ≔ ⎢ ―――― ―― ―― ―― ―――――−―−―−―−―−――― ―― ―― ―― ――⎥
⎣ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ⎦

Pile coordinates in the X and Y directions from the


center of the pile group being designed:

i≔0‥N−1

x' ≔ x
i i,N

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 9 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

x' T = [[ −3 0 3 −1.5 1.5 −3 0 3 ]] ft


y' ≔ y
i i,N

y' T = [[ 2.625 2.625 2.625 0.000 0.000 −2.625 −2.625 −2.625 ]] ft

Absolute values of pile coordinates in the X and Y directions


from the center of the pile group being designed:

―→
x_abs ≔ ||x'||

x_abs T = [[ 3 0 3 1.5 1.5 3 0 3 ]] ft

―→
y_abs ≔ ||y'||

y_abs T = [[ 2.625 2.625 2.625 0 0 2.625 2.625 2.625 ]] ft

Absolute values of pile coordinates in the X and Y directions from the center
of the pile group being designed minus 1/2 the pier width, or the maximum
absolute pile coordinate if the pile center is less than half the pier width from
the center of the group:

⎛ Cx Cx ⎞
x_face ≔ if ⎜x_abs ≥ ―― , x_abs − ―― , max ((x_abs))⎟
i
⎝ i 2 i 2 ⎠

x_face T = [[ 2.000 3.000 2.000 0.500 0.500 2.000 3.000 2.000 ]] ft

⎛ Cy Cy ⎞
y_face ≔ if ⎜y_abs ≥ ― , y_abs − ― , max ((y_abs))⎟
i
⎝ i 2 i 2 ⎠

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 10 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

y_face T = [[ 1.625 1.625 1.625 2.625 2.625 1.625 1.625 1.625 ]] ft


Distances ax and ay from face of pier in the X and Y directions to the closest
pile center, or 0 ft if all pile centers are less than or equal to 1/2 the pier width
or depth from the pile group center:

⎛ Cx ⎞
ax ≔ if ⎜max ((x_abs)) ≤ ―― , 0 ⋅ ft , min ((x_face))⎟ ax = 6 in
⎝ 2 ⎠

⎛ Cy ⎞
ay ≔ if ⎜max ((y_abs)) ≤ ― , 0 ⋅ ft , min ((y_face))⎟ ay = 19.5 in
⎝ 2 ⎠

Plan dimensions pile caps as function of the number of piles:

⟨ ⟩ ⟨ ⟩
FX ((N)) ≔ max ⎛⎝x⟨N⟩⎞⎠ − min ⎛⎝x⟨N⟩⎞⎠ + 2 ⋅ E

⟨ ⟩ ⟨ ⟩
FY ((N)) ≔ max ⎛⎝y⟨N⟩⎞⎠ − min ⎛⎝y⟨N⟩⎞⎠ + 2 ⋅ E

Plan dimensions X and Y of the pile cap being designed:

X ≔ FX ((N)) Y ≔ FY ((N))

X = 8.5 ft Y = 7.75 ft

Dimensions A and B for the 3-pile group rounded up to a multiple of SzD:

⎛ ⎛ 1 1 ⎞⎞
⎜ 2 ⋅ E ⋅ ⎜――― − ――― ⎟⎟
⎝ sin ((α)) tan ((α)) ⎠ ⎟
A ≔ SzD ⋅ ceil ⎜―――――――― A = 18 in
⎜⎝ SzD ⎟⎠

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 11 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

⎛ ⎛ ⎛ 1 ⎞⎞ ⎞
⎜ E ⋅ ⎜1 + tan ((α)) ⋅ ⎜――― − 1⎟⎟ ⎟
⎝ ⎝ sin ((α)) ⎠⎠
B ≔ SzD ⋅ ceil ⎜―――――――――⎟ B = 19 in
⎜⎝ SzD ⎟⎠

Plan area of pile cap, CapArea:

⎛ FX ((3)) − A ⎞
CapArea ≔ if ⎜N ≠ 3 , X ⋅ Y , FX ((3)) ⋅ FY ((3)) − ―――― ⋅ ((FY ((3)) − B))⎟
⎝ 2 ⎠

CapArea = 65.875 ft 2

Example: No = 5 db = 0.625 in Ab = 0.31 in 2


5 5 5

The following values are computed from the entered material properties.

Modulus of elasticity of concrete (for values of wc between 90 pcf and


155 pcf (ACI 318, 8.5.1):

⎛ wc ⎞ 1.5 ‾‾‾‾
f'c
Ec ≔ ⎜―― ⎟ ⋅ 33 ⋅ ―― ⋅ psi Ec = 3644 ksi
⎝ pcf ⎠ psi

Strain in reinforcement at yield stress:

fy
εy ≔ ― εy = 0.00207
Es

Factor used to calculate depth of equivalent rectangular stress


block (ACI 318, 10.2.7.3):

⎛ f'c − 4 ⋅ ksi ⎞
β1 ≔ if ⎜⎛⎝f'c ≥ 4 ⋅ ksi⎞⎠ ⋅ ⎛⎝f'c ≤ 8 ⋅ ksi⎞⎠ , 0.85 − 0.05 ⋅ ―――― , if ⎛⎝⎛⎝f'c ≤ 4 ⋅ ksi⎞⎠ , 0.85 , 0.65⎞⎠⎟
⎝ ksi ⎠

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 12 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

β1 = 0.85

Reinforcement ratio producing balanced strain conditions (ACI 318, 10.3.2):

β1 ⋅ 0.85 ⋅ f'c E s ⋅ εc
ρb ≔ ――――⋅ ―――― ρb = 2.851%
fy Es ⋅ εc + fy

Maximum reinforcement ratio (ACI 318, 10.3.3):

3
ρmax ≔ ―⋅ ρb ρmax = 2.138%
4

Minimum reinforcement ratio for beams (ACI 318, 10.5.1, Eq. (10-3)):

200 lbf
ρmin ≔ ―― ⋅ ―― ρmin = 0.333%
fy in 2

Shrinkage and temperature reinforcement ratio (ACI 318, 7.12.2.1):

⎛ ⎛ fy ⎛ .0018 ⋅ 60 ⋅ ksi .0018 ⋅ 60 ⋅ ksi ⎞⎞⎞


ρtemp ≔ if ⎜fy ≤ 50 ⋅ ksi , .002 , if ⎜fy ≤ 60 ⋅ ksi , .002 − ――― ⋅ .0002 , if ⎜――――― ≥ .0014 , ――――― , .0014⎟⎟⎟
⎝ ⎝ 60 ⋅ ksi ⎝ fy fy ⎠⎠⎠

Preferred reinforcement ratio:


3
ρ ≔ ―⋅ ρb
8

Any reinforcement ratio from min (the minimum reinforcement ratio for flexure) to 3/4b (the
maximum reinforcement ratio) may be specified. Numerical values may also be entered directly, such
as 1.0 % or 0.01.

Flexural coefficient K, for rectangular beams or slabs, as a function of (ACI 318, 10.2):
(Moment capacity Mn = K(F, where F = bd2)

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 13 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

⎛ ρ ⋅ fy ⎞
K ((ρ)) ≔ ϕf ⋅ ρ ⋅ ⎜1 − ―――― ⎟ ⋅ fy
⎝ 2 ⋅ 0.85 ⋅ f'c ⎠

K ((ρ)) = 0.523 ksi

Limit the value of f'c for computing shear and development lengths to
10 ksi by substituting f'c_max for f'c in formulas for computing shear
and development lengths (ACI 318, 11.1.2, 12.1.2):

f'c_max ≔ if ⎛⎝f'c > 10 ⋅ ksi , 10 ⋅ ksi , f'c⎞⎠

Nominal "one way" shear strength per unit area in


concrete (ACI 318, 11.3.1.1, Eq. (11-3), 11.5.4.3):

‾‾‾‾‾‾
f'c_max
v c ≔ kv ⋅ 2 ⋅ ――― ⋅ psi vc = 126 psi
psi

Basic tension development length ldbt (ACI 318, 12.2.2 and 12.2.3.6):

No. 3 through No. 11 bars: n ≔ 3 ‥ 11

fy fy
X1 ≔ 0.04 ⋅ Ab ⋅ ――――― X2 ≔ 0.03 ⋅ db ⋅ ―――――
n n
‾‾‾‾‾‾‾‾‾
f'c_max ⋅ lbf
n n ‾‾‾‾‾‾
f'c_max
――― ⋅ psi
psi

ldbt ≔ if ⎛X1 > X2 , X1 , X2 ⎞


n ⎝ n n n n⎠

ldbt T = [[ 0 0 0 10.7 14.2 17.8 21.3 24.9 30 37.9 48.2 59.2 ]] in

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 14 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

fy ⋅ in 2
No. 14 bars: ldbt ≔ 0.085 ⋅ ――――― ldbt = 80.6 in
14 14
‾‾‾‾‾‾‾‾‾
f'c_max ⋅ lbf

fy ⋅ in 2
No. 18 bars ldbt ≔ 0.125 ⋅ ――――― ldbt = 118.6 in
18 18
‾‾‾‾‾‾‾‾‾
f'c_max ⋅ lbf

Tension development length (ACI 318, 12.2.1):

No. 3 through No. 11 bars:

ldt ≔ if ⎛kw ⋅ ldbt ≥ 12 ⋅ in , kw ⋅ ldbt , if ⎛kw ⋅ ldbt > 0 ⋅ in , 12 ⋅ in , 0 ⋅ in⎞⎞


n ⎜⎝ n n ⎜⎝ n ⎟⎠⎟⎠

ldt T = [[ 0 0 0 12 14.2 17.8 21.3 24.9 30 37.9 48.2 59.2 ]] in

No. 14 bars: ldt ≔ kw ⋅ ldbt ldt = 80.6 in


14 14 14

No. 18 bars ldt ≔ kw ⋅ ldbt ldt = 118.6 in


18 18 18

Solution

Service load:

Ps ≔ Pcap ⋅ N Ps = 640 kip

Combined load factor for dead + live load:

1.4 + 1.7 ⋅ R
F ≔ ―――― F = 1.55
1+R

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 15 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

Factored load Pu:

Pu ≔ F ⋅ N ⋅ Pcap Pu = 992 kip

Factored load per pile:

Pu
qu ≔ ― qu = 124 kip
N

The longer dimension of the pile cap:

X = 8.5 ft

The shorter dimension of the pile cap:

Y = 7.75 ft
Range variable i from 0 to the number of piles N, minus 1:

i≔0‥N−1

Pile coordinates in the X direction from the centerline of the pile group, starting from top left to bottom
right:

x' T = [[ −3 0 3 −1.5 1.5 −3 0 3 ]] ft

Pile coordinates in the Y direction from the centerline of the pile group, starting from left to right and
top to bottom:
y' T = [[ 2.625 2.625 2.625 0 0 −2.625 −2.625 −2.625 ]] ft

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 16 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

Solution to determine the minimum required footing depth for flexure, df

Bending moment about the Y axis as function of distance x2 from Y axis:

My ((x2)) ≔ ∑ ⎛qu ⋅ ⎛if ⎛x' ≤ x2 , 0 ⋅ ft , x' − x2⎞⎞⎞


i ⎝ ⎝ ⎝ i i ⎠⎠⎠

Bending moment about the Y axis at face of pier:

⎛ Cx ⎞
My ⎜―― ⎟ = 558 kip ⋅ ft
⎝ 2 ⎠

Bending moment about the X axis as function of distance y2 from X axis:

Mx ((y2)) ≔ ∑ ⎛qu ⋅ ⎛if ⎛y' ≤ y2 , 0 ⋅ ft , y' − y2⎞⎞⎞


i ⎝ ⎝ ⎝ i i ⎠⎠⎠

Bending moment about the X axis at face of pier:

⎛ Cy ⎞
Mx ⎜―⎟ = 604.5 kip ⋅ ft
⎝ 2 ⎠

Effective footing width for bending about the X axis, at face of pier:

⎛ ⎛ 2 Cy ⎞ ⎛ X − A ⎞⎞
Xf ≔ if ⎜N ≠ 3 , X , A + ⎜E + ―⋅ s2 − ―⎟ ⋅ ⎜――⎟⎟
⎝ ⎝ 3 2 ⎠ ⎝ Y − B ⎠⎠

Xf = 8.5 ft

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 17 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

Effective footing widths for flexure and shear vary with distance from the pile group centroid for the 3-
pile group. The remaining pile caps are rectangular in shape and the full width is effective for flexure
or shear at any section.

Effective footing width at face of pier, for bending about the Y axis:

⎛ ⎛ Cx − A ⎞⎞
Yf ≔ Y − if ⎜((N ≠ 3)) + ⎛⎝Cx ≤ A⎞⎠ , 0 ⋅ ft , ⎜――― ⋅ ((Y − B))⎟⎟
⎝ ⎝ X−A ⎠⎠

Yf = 7.75 ft

Maximum bending moment per unit width:

⎛ ⎛ Cy ⎞ ⎛ Cx ⎞ ⎛ Cy ⎞ ⎛ Cx ⎞ ⎞
⎜ Mx ⎜―⎟ My ⎜―― ⎟ Mx ⎜―⎟ My ⎜―― ⎟⎟
⎜ ⎝ 2 ⎠ ⎝ 2 ⎠ ⎝ 2 ⎠ ⎝ 2 ⎠⎟
Mu ≔ if ―――> ―――, ―――, ―――
⎜⎝ Xf Yf Xf Yf ⎟⎠

kip ⋅ ft
Mu = 72 ―――
ft

Minimum required effective footing depth for flexure at specified reinforcement ratio (ACI 318, 10.2):

‾‾‾‾‾
Mu
df ≔ ―― df = 11.735 in
K ((ρ))

Solution to determine the minimum required footing depth for one-way beam shear, dbm

Shear Vux(x2) in the X direction as a function of any specified positive distance x2 from the Y axis
(ACI 318, 15.5.3):

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 18 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

⎛ ⎛ ⎛ ⎛ dp ⎞⎞⎞⎞
⎜ ⎜ ⎜ ⎜ x' + ―− x2 ⎟⎟⎟⎟
⎛ C x dp ⎞ ⎛ dp ⎞ ⎛ dp ⎞ i 2
Vux ((x2)) ≔ ⎜ ∑ if ⎜x' ≤ ⎜―― + ―⎟ , 0 , if ⎜x' ≥ ⎜x2 + ―⎟ , 1 , if ⎜x' ≤ ⎜x2 − ―⎟ , 0 , ――――⎟⎟⎟⎟ ⋅ qu
⎜⎝ i ⎜⎝ i ⎝ 2 2⎠ ⎜⎝ i ⎝ 2⎠ ⎜⎝ i ⎝ 2⎠ dp ⎟⎠⎟⎠⎟⎠⎟⎠

Shear Vuy(y2) in the Y direction as a function of any specified positive distance y2 from the X axis
(ACI 318, 15.5.3):

⎛ ⎛ ⎛ ⎛ dp ⎞⎞⎞⎞
⎜ ⎜ ⎜ ⎜ y' + ―− y2 ⎟⎟⎟⎟
⎛ Cy dp ⎞ ⎛ dp ⎞ ⎛ dp ⎞ i 2
Vuy ((y2)) ≔ ⎜ ∑ if ⎜y' ≤ ⎜― + ―⎟ , 0 , if ⎜y' ≥ ⎜y2 + ―⎟ , 1 , if ⎜y' ≤ ⎜y2 − ―⎟ , 0 , ――――⎟⎟⎟⎟ ⋅ qu
⎜⎝ i ⎜⎝ i ⎝ 2 2⎠ ⎜⎝ i ⎝ 2⎠ ⎜⎝ i ⎝ 2⎠ dp ⎟⎠⎟⎠⎟⎠⎟⎠

Since the 3-pile group is not rectangular the effective width in the X and Y directions varies with
distance from the pile group centroid. The shear must be checked at both the inside edge of the piles
and at distance d from the face of the pier.

The following functions are for calculating the effective widths and required depths at any positive
distance from the pile group centroid, and the required depths at distance d from the face of the pier.
The largest required depth at distance d from the face of pier or at the inside edge of the piles
determines the minimum required depth for the 3-pile group.

Effective footing width for one-way shear in the Y direction for the
3-pile group, as a function of any positive distance y2 from the X axis:

⎛X−A⎞
X3 ((y2)) ≔ A + ((E + max ((y')) − y2)) ⋅ ⎜――⎟
⎝Y−B⎠

Minimum required depth for one-way shear in the Y direction for the 3-pile group as a function of any
positive distance y2 from the X axis:

⎛ Cy ⎛ Vuy ((y2)) Cy Vuy ((y2)) C y ⎞⎞


dy3 ((y2)) ≔ if ⎜y2 ≤ ― , 0 ⋅ ft , if ⎜――――― < y2 − ― , ――――― , y2 − ―⎟⎟
⎝ 2 ⎝ ϕv ⋅ vc ⋅ X3 ((y2)) 2 ϕv ⋅ vc ⋅ X3 ((y2)) 2 ⎠⎠

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 19 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

Effective footing width for one-way shear in the X direction for the
3-pile group, as a function of any positive distance x2 from the Y axis:

⎛ Cx A ⎛ Y − B ⎞⎞
Y3 ((x2)) ≔ Y − if ⎜―― + x2 ≤ ―, 0 ⋅ ft , ⎛⎝Cx + 2 ⋅ x2 − A⎞⎠ ⋅ ⎜――⎟⎟
⎝ 2 2 ⎝ X − A ⎠⎠

Minimum required depth for one-way shear in the X direction for the 3-pile group as a function of any
positive distance x2 from the Y axis:

⎛ Cx ⎛ Vux ((x2)) Cx Vux ((x2)) Cx ⎞⎞


dx3 ((x2)) ≔ if ⎜x2 ≤ ―― , 0 ⋅ ft , if ⎜――――― < x2 − ―― , ――――― , x2 − ―― ⎟⎟
⎝ 2 ⎝ ϕv ⋅ vc ⋅ Y3 ((x2)) 2 ϕv ⋅ vc ⋅ Y3 ((x2)) 2 ⎠⎠

Minimum required depth for one-way shear in the X direction for the 3-pile group at distance d from
face of pier:

d ≔ 1 ft
Guess Values

dp
d ≤ max ((x')) + ―
2

⎛ Cx ⎞
Constraints

Vux ⎜―― + d⎟
⎝ 2 ⎠
――――――= d
⎛ Cx ⎞
ϕv ⋅ vc ⋅ Y3 ⎜―― + d⎟
⎝ 2 ⎠
Solver

dx3_d ((d)) ≔ Find ((d))

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 20 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

Minimum required depth for one-way shear in the Y direction for the 3-pile group at distance d from
face of pier:

d ≔ 1 ft
Guess Values

dp
d ≤ max ((y')) + ―
2

⎛ Cy ⎞
Vuy ⎜― + d⎟
Constraints

⎝ 2 ⎠
――――――= d
⎛ Cy ⎞
ϕv ⋅ vc ⋅ X3 ⎜― + d⎟
⎝ 2 ⎠
Solver

dy3_d ((d)) ≔ Find ((d))

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 21 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

Functions for rectangular pile caps

The following Mathcad solve blocks contain the functions for determining the required depth for one-
way shear for the rectangular pile caps.

Minimum required depth for one-way shear in the X direction at distance d from face of pier:

d ≔ 1 ft
Guess Values

dp
d ≤ max ((x')) + ―
2

⎛ Cx ⎞
Constraints

Vux ⎜―― + d⎟
⎝ 2 ⎠
―――― = d
ϕv ⋅ vc ⋅ Y
Solver

dx ((d)) ≔ Find ((d))

Minimum required depth in the Y direction at distance d from face of pier:

d ≔ 1 ft
Guess Values

dp
d ≤ max ((y')) + ―
2
Constraints

⎛ Cy ⎞
Vuy ⎜― + d⎟
⎝ 2 ⎠
―――― = d
ϕv ⋅ vc ⋅ X
Solver

dy ((d)) ≔ Find ((d))

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 22 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

d ≔ 1 ft

Depth required for one-way shear in the Y direction:

⎛ ⎛⎡ ⎛ d p ⎞ ⎤ ⎞⎞
⎜ ⎜ ⎢ dy3 ⎜max ((y')) − ―⎟ ⎥⎟⎟
dy ≔ if ⎜N ≠ 3 , dy ((d)) , max ⎜⎢ ⎝ 2 ⎠ ⎥ ⎟⎟
⎜⎝ ⎜⎝⎢⎣ dy3_d ((d)) ⎥⎦⎟⎠⎟⎠

dy = 19.015 in

Depth required for one-way shear in the X direction:

⎛ ⎛⎡ ⎛ d p ⎞ ⎤⎞ ⎞
⎜ ⎜ ⎢ dx3 ⎜max ((x')) − ―⎟ ⎥⎟⎟
dx ≔ if ⎜N ≠ 3 , dx ((d)) , max ⎜⎢ ⎝ 2 ⎠ ⎥⎟ ⎟
⎜⎝ ⎜⎝⎢⎣ d (d
x3_d ( )
) ⎥⎦⎟⎠⎟⎠

dx = 21.171 in

Minimum depth required for beam shear:

⎛ ⎡ d ⎤⎞
dbm ≔ max ⎜⎢ x ⎥⎟ dbm = 21.171 in
⎝⎣ dy ⎦⎠

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 23 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

Calculations to determine the minimum required footing depth for peripheral shear, dper
(ACI 318, 11.12.2.1)

Critical Sections for Peripheral Shear


(d is the effective depth and dp is the pile diameter)

Perimeter of critical section for slabs and footings expressed as a function of d (ACI 318, 11.12.1.2):

bo ((d)) ≔ 2 ⋅ ⎛⎝Cx + Cy + 2 ⋅ d⎞⎠

Ratio of the longer to the shorter pier dimension (ACI 318 11.12.2.1):

⎛ Cx Cy ⎞
βc ≔ if ⎜⎛⎝Cx ≥ Cy⎞⎠ , ――, ――⎟ βc = 1
⎝ Cy Cx ⎠

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 24 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

Nominal "two way" concrete shear strength per unit area in slabs and footings, expressed as a
function of effective depth d. Since piers or columns are at the center of the pile cap they are
considered "interior" columns for calculating two way shear, and s is equal to 40. (ACI 318 11.12.2.1,
Eqs. (11-36), (11-37) and (11-38)):

αs ≔ 40

⎛⎡ 4 ⎤⎞
⎜⎢ 2 + ―⎥⎟
⎜⎢ β c ⎥⎟
⎜ ⎢ α s ⋅ d ⎥⎟ ‾‾‾‾‾‾
f'c_max
vcp ((d)) ≔ min ⎜⎢ ――⎥⎟ ⋅ kv ⋅ ――― ⋅ psi
( )
⎜⎢ bo (d) ⎥⎟ psi
⎜⎝⎣ 4 ⎦⎟⎠

Function V1(d) computes a vector with elements equal to 0 if the pile produces shear on the critical
section and 1 if it does not:

―――――――――――→
⎛ C x + d − dp ⎞ ⎛ C y + d − dp ⎞
V1 ((d)) ≔ ⎜||x'|| ≤ ―――― ⎟ ⋅ ⎜||y'|| ≤ ―――― ⎟
⎝ 2 ⎠ ⎝ 2 ⎠

Function V2(d) computes a vector with elements equal to 1 if the full reaction of the pile produces
shear on the critical section and 0 if it does not:

―――――――――――――→
⎛ C x + d + dp ⎞ ⎛ C y + d + dp ⎞
V2 ((d)) ≔ ⎜||x'|| ≥ ―――― ⎟ + ⎜||y'|| ≥ ―――― ⎟>0
⎝ 2 ⎠ ⎝ 2 ⎠

Function V3(d) computes a vector with elements equal to 1 if a portion of the pile reaction produces
shear on the critical section and 0 if it does not:

V3 ((d)) ≔ 1 − V1 ((d)) − V2 ((d))

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 25 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

Function V4(d) computes a vector with elements equal to the the larger difference between the x' or y'
pile coordinate and the corresponding distance to the shear section minus half the pile diameter or 0 ft.

――――――――――――――――――――――――――――――――――→
⎛ ⎛ Cx + d − dp ⎞ ⎞ ⎛ ⎛ Cx + d − dp ⎞⎞ ⎛ ⎛ Cy + d − dp ⎞ ⎞ ⎛ ⎛ C y + d − d p ⎞⎞
V4 ((d)) ≔ V3 ((d)) ⋅ ⎜||x'|| − ⎜―――― ⎟ > 0 ⋅ ft⎟ ⋅ ⎜||x'|| − ⎜―――― ⎟⎟ + V3 ((d)) ⋅ ⎜||y'|| − ⎜―――― ⎟ > 0 ⋅ ft⎟ ⋅ ⎜||y'|| − ⎜―――― ⎟⎟
⎝ ⎝ 2 ⎠ ⎠ ⎝ ⎝ 2 ⎠⎠ ⎝ ⎝ 2 ⎠ ⎠ ⎝ ⎝ 2 ⎠⎠

Shear Vup(d) on the peripheral shear section at distance d/2 from the face of the pier, expressed as a
function of d (ACI 318, 15.5.3):

⎛⎛ V4 ((d)) ⎞ ⎞
Vup ((d)) ≔ ∑ ⎜⎜V2 ((d)) + ――― ⎟ ⋅ qu⎟
⎝⎝ dp ⎠ ⎠

Guess value of d: d ≔ dbm

⎛ Vup ((d)) ⎞
d'per ((d)) ≔ root ⎜―――− ϕv ⋅ vcp ((d)) , d⎟
⎝ bo ((d)) ⋅ d ⎠

d'per ≔ if ⎛⎝⎛⎝⎛⎝Cx + dbm⎞⎠ ≥ X⎞⎠ + ⎛⎝⎛⎝Cy + dbm⎞⎠ ≥ Y⎞⎠ , dbm , d'per ((d))⎞⎠

d'per = 19.816 in

Minimum depth for peripheral shear dper:

dper ≔ if ⎛⎝⎛⎝⎛⎝Cx + d'per⎞⎠ ≥ X⎞⎠ + ⎛⎝⎛⎝Cy + d'per⎞⎠ ≥ Y⎞⎠ , dbm , d'per⎞⎠

dper = 19.816 in

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 26 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

If either dimension of the critical shear section is greater than the


corresponding pile cap dimension, peripheral shear is not critical and the
depth for peripheral shear is defined as equal to the depth required for
one-way shear.

Calculation to determine the minimum required depth for deep beam shear dbm2
(ACI 318, 11.8, using Eq. (11-30) for shear strength)

Shear spans in the X and Y directions are one-half the distances between the closest pile row and the
face of the pier (See ACI 318, Chapter 11 Notation, and 11.8):

0.5 ⋅ ax = 0.25 ft 0.5 ⋅ ay = 0.813 ft

Moment and shear in the X and Y directions on the critical shear sections at distance 0.5ax and 0.5ay
from the face of the pier (ACI 318, 15.5.3):

⎛ Cx ⎞
My ⎜―― + 0.5 ⋅ ax⎟ = 465 kip ⋅ ft
⎝ 2 ⎠

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 27 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

⎛ Cx ⎞
Vux ⎜―― + 0.5 ⋅ ax⎟ = 356.5 kip
⎝ 2 ⎠

⎛ Cy ⎞
Mx ⎜― + 0.5 ⋅ ay⎟ = 302.25 kip ⋅ ft
⎝ 2 ⎠

⎛ Cy ⎞
Vuy ⎜― + 0.5 ⋅ ay⎟ = 372 kip
⎝ 2 ⎠

Ratios of moment to shear Rx and Ry, at the critical sections for deep beam shear in the X and Y
directions:

⎛ Cx ⎞
My ⎜―― + 0.5 ⋅ ax⎟
⎝ 2 ⎠
Rx ≔ ―――――― Rx = 1.304 ft
⎛ Cx ⎞
Vux ⎜―― + 0.5 ⋅ ax⎟
⎝ 2 ⎠

⎛ Cy ⎞
Mx ⎜― + 0.5 ⋅ ay⎟
⎝ 2 ⎠
Ry ≔ ―――――― Ry = 0.813 ft
⎛ Cy ⎞
Vuy ⎜― + 0.5 ⋅ ay⎟
⎝ 2 ⎠

Multipliers for use in ACI 318, Eq. (11-30):

⎛ Rx ⎛ Rx Rx ⎞⎞
KX ((d)) ≔ if ⎜3.5 − 2.5 ⋅ ― < 1 , 1 , if ⎜3.5 − 2.5 ⋅ ― > 2.5 , 2.5 , 3.5 − 2.5 ⋅ ―⎟⎟
⎝ d ⎝ d d ⎠⎠

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 28 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

⎛ Ry ⎛ Ry R y ⎞⎞
KY ((d)) ≔ if ⎜3.5 − 2.5 ⋅ ― < 1 , 1 , if ⎜3.5 − 2.5 ⋅ ― > 2.5 , 2.5 , 3.5 − 2.5 ⋅ ―⎟⎟
⎝ d ⎝ d d ⎠⎠

Nominal deep beam shear stress at factored load in the X and Y directions (ACI 318, 11.8.7, Eq.
(11-30)) with w conservatively assumed equal to minimum temperature reinforcement, temp:

⎛⎡ ⎛⎛ ‾‾‾‾
f'c d ⎞ ⎞ ⎤⎞
⎜⎢ KX ((d)) ⋅ ⎜⎜1.9 ⋅ ―― + 2500 ⋅ ρtemp ⋅ ―⎟ ⋅ psi⎟ ⎥⎟
⎜⎢ ⎜⎝⎜⎝ psi Rx ⎟⎠ ⎟⎠ ⎥⎟
vcx ((d)) ≔ min ⎜
⎢ ‾‾‾‾
f'c ⎥⎟
⎜⎢ 6 ⋅ ―― ⋅ psi ⎥⎟
⎜⎝⎢⎣ psi ⎥⎦⎟⎠

⎛⎡ ⎛⎛ ‾‾‾‾
f'c d ⎞ ⎞ ⎤⎞
⎜⎢ KY ((d)) ⋅ ⎜⎜1.9 ⋅ ―― + 2500 ⋅ ρtemp ⋅ ―⎟ ⋅ psi⎟ ⎥⎟
⎜⎢ ⎜⎝⎜⎝ psi Ry ⎟⎠ ⎟⎠ ⎥⎟
vcy ((d)) ≔ min ⎜
⎢ ‾‾‾‾
f'c ⎥⎟
⎜⎢ 6 ⋅ ―― ⋅ psi ⎥⎟
⎜⎝⎢⎣ psi ⎥⎦⎟⎠

Effective depth required in the X direction for deep beam shear:

Guess value of d: d ≔ dx

⎛ ⎛ Cx ⎞ ⎞
⎜ Vux ⎜―― + 0.5 ⋅ ax⎟ ⎟
⎜ ⎝ 2 ⎠
dbm2_x ≔ root ――――――――――――― − d , d⎟
⎜ ⎛ ⎛ Cx ⎞⎞ ⎟
⎜ ϕv ⋅ vcx ((d)) ⋅ if ⎜N ≠ 3 , Y , Y3 ⎜―― + 0.5 ⋅ ax⎟⎟ ⎟
⎝ ⎝ ⎝ 2 ⎠⎠ ⎠

dbm2_x = 21.381 in vcx ⎛⎝dbm2_x⎞⎠ = 210.9 psi

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 29 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

Effective depth required in the Y direction for deep beam shear:

Guess value of d: d ≔ dy

⎛ ⎛ Cy ⎞ ⎞
⎜ Vuy ⎜― + 0.5 ⋅ ay⎟ ⎟
⎝ 2 ⎠
dbm2_y ≔ root ⎜―――――――――――――− d , d⎟
⎜ ⎛ ⎛ Cy ⎞⎞ ⎟
⎜ ϕv ⋅ vcy ((d)) ⋅ if ⎜N ≠ 3 , X , X3 ⎜― + 0.5 ⋅ ay⎟⎟ ⎟
⎝ ⎝ ⎝ 2 ⎠⎠ ⎠

dbm2_y = 16.556 in vcy ⎛⎝dbm2_y⎞⎠ = 259.2 psi

Depth required for deep beam shear is the larger value of dbm2:

⎛⎡ d ⎤⎞
dbm2 ≔ max ⎜⎢ bm2_x ⎥⎟
⎝⎣ dbm2_y ⎦⎠

dbm2 = 21.381 in

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 30 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

Solution to determine the minimum required depth for beam shear or peripheral shear for one
corner pile, dcor

Critical Section for Critical Section for


Beam Shear Peripheral Shear
for 1 corner pile for 1 corner pile

Required depth for beam shear for one corner pile

Guess value of d: d ≔ 1 ft

⎛ qu ⎞
dcor_1 ≔ root ⎜―――――――――− d , d⎟
⎜⎝ ϕv ⋅ vc ⋅ ⎛⎝dp + 2 ⋅ d + 2 ⋅ ‾‾ ⎞
2 ⋅ E⎠ ⎟⎠

dcor_1 = 14.515 in

Required depth for peripheral shear for one corner pile

Nominal "two way" concrete shear strength per unit area in slabs and footings,
expressed as a function of effective depth d. For a corner pile s is equal to 20.
Since c is 1 for piles in this application, ACI 318 Eq. (11-36) is not critical (ACI
318, 11.12.2.1, Eqs. (11-37) and (11-38)):

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 31 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

⎛ π ⎞
αs ≔ 20 bo ((d)) ≔ ⎜⎛⎝dp + d⎞⎠ ⋅ ―+ 2 ⋅ E⎟
⎝ 4 ⎠

⎛ ⎡ αs ⋅ d ⎤⎞
⎜ ⎢ ―― + 2 ⎥⎟ ‾‾‾‾‾‾
f'c_max
vcp ((d)) ≔ min ⎜⎢ bo ((d)) ⎥⎟ v ⋅ k ⋅ ――― ⋅ psi
psi
⎜⎝⎢⎣ 4 ⎥⎦⎟⎠

⎛ qu ⎞
dcor_2 ≔ root ⎜――――――− d , d⎟
⎝ ϕv ⋅ vcp ((d)) ⋅ ⎛⎝bo ((d))⎞⎠ ⎠

dcor_2 = 12.507 in

Depth required for one corner pile is the larger value of dcor:

⎛⎡ d ⎤⎞
dcor ≔ max ⎜⎢ cor_1 ⎥⎟ dcor = 14.515 in
⎝⎣ dcor_2 ⎦⎠

Depth required for a single interior pile, done

Nominal "two way" concrete shear strength per unit area for one interior pile,
expressed as a function of effective depth d. For an interior pile s is equal to 40
Since c is 1 for piles in this application ACI 318 Eq. (11-36) is not critical. (ACI
318 11.12.2.1, Eqs. (11-37) and (11-38)):

αs ≔ 40 bo ((d)) ≔ π ⋅ ⎛⎝dp + d⎞⎠

⎛ ⎡ αs ⋅ d ⎤⎞
⎜ ⎢ ―― + 2 ⎥⎟ ‾‾‾‾‾‾
f'c_max
vcp ((d)) ≔ min ⎜⎢ bo ((d)) ⎥⎟ ⋅ k v ⋅ ――― ⋅ psi
psi
⎜⎝⎢⎣ 4 ⎥⎦⎟⎠

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 32 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

done ≔ root ⎛⎝bo ((d)) ⋅ d ⋅ ϕv ⋅ vcp ((d)) − qu , d⎞⎠

done = 10.126 in

Depth required for two interior piles, dtwo

Nominal "two way" concrete shear strength per unit area for two interior piles, expressed as a function
of effective depth d. For interior piles s is equal to 40 (ACI 318, 11.12.2.1, Eqs. (11-37) and (11-38)):

αs ≔ 40

s + d + dp
βc ((d)) ≔ ―――
dp + d

bo ((d)) ≔ π ⋅ ⎛⎝dp + d⎞⎠ + ((2 ⋅ s + d))

⎛⎡ 4 ⎤⎞
⎜⎢ 2 + ―― ⎥⎟
⎜⎢ βc ((d)) ⎥⎟
⎜ ⎢ αs ⋅ d ⎥⎟ ‾‾‾‾‾‾
f'c_max
vcp ((d)) ≔ min ⎜⎢ ――+ 2 ⎥⎟ ⋅ kv ⋅ ――― ⋅ psi
( )
⎜⎢ bo (d) ⎥⎟
psi
⎜⎝⎣ 4 ⎦⎟⎠

Depth, dtwo, required for two adjacent piles is equal to done unless overlapping shear perimeters
require a greater depth when spacing s is less than done + dp:

dtwo ≔ if ⎛⎝dp + done ≤ s , done , root ⎛⎝⎛⎝bo ((d)) ⋅ d⎞⎠ ⋅ ϕv ⋅ vcp ((d)) − 2 ⋅ qu , d⎞⎠⎞⎠

dtwo = 10.126 in

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 33 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

Minimum thickness for a footing on piles (ACI 318, 15.7):

dmin ≔ 12 in

Minimum required effective depth, de

Largest effective depth determined by flexure, one-way beam shear, peripheral shear, deep beam
shear, shear on a single corner pile, a single interior pile, two adjacent piles, or the minimum thickness
required for a footing on piles de:

⎡ df ⎤ ⎛⎡ df ⎤⎞
⎢ ⎥ ⎡ 11.735 ⎤ ⎜⎢ ⎥⎟
dbm ⎜⎢ dbm ⎥⎟
⎢ ⎥ ⎢ 21.171 ⎥
⎢ dper ⎥ ⎢ 19.816 ⎥ ⎜⎢ dper ⎥⎟
⎢ dbm2 ⎥ ⎢ 21.381 ⎥ ⎜⎢ d ⎥⎟
⎢ ⎥=⎢ ⎥ in de ≔ max ⎜⎢ bm2 ⎥⎟ de = 21.381 in
d
⎢ cor ⎥ ⎢ 14.515 ⎥ ⎜⎢ dcor ⎥⎟
⎢ done ⎥ ⎢ 10.126 ⎥ ⎜⎢ done ⎥⎟
⎢d ⎥ ⎢ ⎥ ⎜⎢ d ⎥⎟
10.126
⎢ two
⎥ ⎣ 12.000 ⎥⎦
⎢ ⎜⎢ two ⎥⎟
d
⎣ min ⎦ ⎜⎝⎣ dmin ⎦⎟⎠

Solution to determine the largest permissible reinforcing bar sizes

Maximum available lengths in the X direction for development of reinforcement:

X − Cx
Ldx ≔ ――― − 3 ⋅ in Ldx = 3 ft
2

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 34 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

Maximum available lengths in the Y direction for development of reinforcement. The available
development length for the 3-pile group is calculated from face of pier to the pile at the apex of the
group:

⎛ 2 Cy ⎞
⎜ ―⋅ s2 + E − ― ⎟
Y − Cy 3 2
Ldy ≔ if ⎜N ≠ 3 , ――― , ―――――⎟ − 3 ⋅ in Ldy = 2.625 ft
⎜⎝ 2 sin ((α)) ⎟⎠

Index numbers of maximum bar sizes determined by available development lengths:

index ≔ 0 index ≔ if ⎛ldt ≤ Ldx , n , index ⎞


0 0⋅n ⎜⎝ n 0⎟

bx ≔ index bx = 8
0

index ≔ 0 index ≔ if ⎛ldt ≤ Ldy , n , index ⎞


0 0⋅n ⎜⎝ n 0⎟

by ≔ index by = 8
0

Sizes of the largest permissible reinforcing bars for the X and Y directions. Since the 3-pile group uses
three equal bands of reinforcement the maximum bar size is defined as the smaller bar size for either
the X or Y direction:

⎛ ⎛⎡ bx ⎤⎞⎞
BarSize_X ≔ if ⎜N ≠ 3 , bx , min ⎜⎢ ⎥⎟⎟ BarSize_X = 8
⎝ ⎝⎣ by ⎦⎠⎠
bx ≔ BarSize_X db = 1 in
bx

⎛ ⎛⎡ bx ⎤⎞⎞
BarSize_Y ≔ if ⎜N ≠ 3 , by , min ⎜⎢ ⎥⎟⎟ BarSize_Y = 8
⎝ ⎝⎣ by ⎦⎠⎠

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 35 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

by ≔ BarSize_Y db = 1 in
by

Total pile cap thickness rounded up to the nearest multiple of SzF:

⎛ de + db + 0.5 ⋅ db + cl + e ⎞
⎜ bx by ⎟
h ≔ SzF ⋅ ceil ⎜――――――――⎟ h = 30 in
⎝ SzF ⎠

Pile cap weight:

CapWt ≔ CapArea ⋅ h ⋅ wrc CapWt = 24.703 kip

Calculation to determine the required number of reinforcing bars in the X and Y directions

Effective depths in the X and Y directions:

dex ≔ h − e − cl − 0.5 ⋅ db dex = 22.5 in


bx

dey ≔ h − e − cl − db − 0.5 ⋅ db dey = 21.5 in


bx by

Total required flexural reinforcement area in the X direction:

⎛ ⎛⎛ ⎛ ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
⎛ Cx ⎞ ⎞⎞ ⎞⎞
⎜ ⎜⎜ ⎜ 2 ⋅ My ⎜―― ⎟ ⎟⎟ ⎟⎟
⎜ ⎜⎜ ⎜ ⎝ 2 ⎠ ⎟⎟ 0.85 ⋅ f'c ⎟⎟
Asx_flex ≔ ⎜Yf ⋅ dex ⋅ ⎜⎜1 − ⎜ 1 − ――――――― ⎟⎟ ⋅ ――― ⎟⎟
⎝ ⎝⎝ ⎝ ϕf ⋅ Yf ⋅ dex 2 ⋅ 0.85 ⋅ f'c ⎠⎠ fy ⎠⎠

Asx_flex = 5.646 in 2

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 36 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

Minimum required reinforcement area for shrinkage and temperature in the X direction (ACI 318, 7.12):

Asx_temp ≔ ρtemp ⋅ h ⋅ Y Asx_temp = 5.022 in 2

Larger required reinforcement in the X direction:

⎛⎡ A ⎤⎞
Asx ≔ max ⎜⎢ sx_flex ⎥⎟ Asx = 5.646 in 2
⎝⎣ Asx_temp ⎦⎠

Total required reinforcement area for flexure in the Y direction:

⎛ ⎛ ⎛⎛ ⎛ ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
⎛ Cy ⎞ ⎞⎞ ⎞⎞ ⎞
⎜ ⎜ ⎜⎜ ⎜ 2 ⋅ Mx ⎜―⎟ ⎟⎟ ⎟⎟ ⎟
⎜ ⎜ ⎜⎜ ⎜ ⎝ 2 ⎠ ⎟⎟ 0.85 ⋅ f'c ⎟⎟ 2⎟
Asy_flex ≔ if ⎜N ≠ 2 , ⎜Xf ⋅ dey ⋅ ⎜⎜1 − ⎜ 1 − ――――――― ⎟⎟ ⋅ ――― ⎟⎟ , 0 ⋅ in ⎟
⎝ ⎝ ⎝⎝ ⎝ ϕf ⋅ Xf ⋅ dey 2 ⋅ 0.85 ⋅ f'c ⎠⎠ fy ⎠⎠ ⎠

Asy_flex = 6.414 in 2

Minimum required reinforcement area for shrinkage and temperature in the Y direction (ACI 318, 7.12):

Asy_temp ≔ ρtemp ⋅ h ⋅ X Asy_temp = 5.508 in 2

Larger required reinforcement in the Y direction:

⎛⎡ A ⎤⎞
Asy ≔ max ⎜⎢ sy_flex ⎥⎟ Asy = 6.414 in 2
⎝⎣ Asy_temp ⎦⎠

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 37 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

Minimum number of bars to limit spacing of reinforcement to 18 inches (ACI 318, 7.6.5):

⎛ Y − 6 ⋅ in ⎞
MinNumb_X ≔ ceil ⎜―――+ 0.5⎟ MinNumb_X = 6
⎝ 18 ⋅ in ⎠

⎛ X − 6 ⋅ in ⎞
MinNumb_Y ≔ ceil ⎜―――+ 0.5⎟ MinNumb_Y = 6
⎝ 18 ⋅ in ⎠

Maximum bar areas corresponding to minimum specified spacing:

Asx
MinA_x ≔ ――――― MinA_x = 0.941 in 2
MinNumb_X

Asy
MinA_y ≔ ――――― MinA_y = 1.069 in 2
MinNumb_Y

Index numbers of bar sizes determined by minimum specified spacing:

index ≔ 0 index ≔ if ⎛Ab ≤ MinA_x , n , index ⎞


0 0⋅n ⎜⎝ n 0⎟

ax ≔ index ax = 8
0

index ≔ 0 index ≔ if ⎛Ab ≤ MinA_y , n , index ⎞


0 0⋅n ⎜⎝ n 0⎟

ay ≔ index ay = 9
0

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 38 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

Actual bar sizes in the X and Y directions.

Bar sizes in the X and Y directions (the smaller bar area determined by the required total reinforcement
or the specified minimum spacing). The bar size in the Y direction of the 2-pile group is set at 3:

⎛⎛ ⎛ Cx ⎞ ⎞ ⎞
BarSixe_X ≔ if ⎜⎜My ⎜―― ⎟ = 0 ⋅ kip ⋅ ft⎟ + ((ax ≤ bx)) , ax , bx⎟
⎝⎝ ⎝ 2 ⎠ ⎠ ⎠

BarSixe_X = 8

⎛ ⎛⎛ ⎛ Cy ⎞ ⎞ ⎞ ⎞
BarSize_Y ≔ if ⎜N ≠ 2 , if ⎜⎜Mx ⎜―⎟ = 0 ⋅ kip ⋅ ft⎟ + ((ay ≤ by)) , ay , by⎟ , 3⎟
⎝ ⎝⎝ ⎝ 2 ⎠ ⎠ ⎠ ⎠

BarSize_Y = 8

Subscript variables cx and cy defined as the bar sizes in the X and Y directions, respectively:

cx ≔ BarSize_X cy ≔ BarSize_Y

Adjustments required in reinforcement areas for the 3-pile group

In the the 3-pile group the reinforcement is customarily placed in 3 bands of equal area, over the pile
centers. Because the bands are at an angle to the axes of bending the reinforcement areas must be
adjusted accordingly.

Total required reinforcement area in each of 3 bands for the 3-pile group:

⎛ ⎛ Asx Asy Asx Asy ⎞⎞


Asx ≔ if ⎜N ≠ 3 , Asx , if ⎜――― > ―――― , ――― , ―――― ⎟⎟
⎝ ⎝ 2 ⋅ sin ((α)) 1 + cos ((α)) 2 ⋅ sin ((α)) 1 + cos ((α)) ⎠⎠

Asx = 5.646 in 2

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 39 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

Asy ≔ if ⎛⎝N ≠ 3 , Asy , Asx⎞⎠

Asy = 6.414 in 2

Number of bars required in the X and Y directions. The number of bars in Y direction of the 2-pile
group is set at a multiple of 18 inches:

⎛ Asx ⎞
Numb_X ≔ ceil ⎜―― ⎟ Numb_X = 8
⎜ Abcx ⎟
⎝ ⎠

⎛ ⎛ Asy ⎞ ⎛ X ⎞⎞
Numb_Y ≔ if ⎜N ≠ 2 , ceil ⎜―― ⎟ , ceil ⎜――― ⎟⎟ Numb_Y = 9
⎜ ⎜ Abcy ⎟ ⎝ 18 ⋅ in ⎠⎟
⎝ ⎝ ⎠ ⎠

Summary

Computed Variables

Combined load factor


for dead and live load: F = 1.55

Total service load


capacity of the piles
and the pile cap: Ps = 640 kip

Total factored load


capacity of the piles Pu = 992 kip
and the pile cap:

Number of reinforcing
bars in the X direction: Numb_X = 8

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 40 of 41
All rights reserved.
PTC_CE_BSD_7.2_us_mp.mcdx

Bar size in
the X direction: BarSize_X = 8
Number of reinforcing
bars in the Y direction: Numb_Y = 9

Bar size in
the Y direction: BarSize_Y = 8

The number and size of reinforcing bars for the 3-pile group is shown as equal in the X and Y
directions. The reinforcement for the 3-pile group consists of three equal bands over the three
centerlines of the piles, with the number and size of bars of the bars in each band equal to that shown
for the X and Y directions.
Longer dimension
of the pile cap: X = 8.5 ft

Shorter dimension
of the pile cap: Y = 7.75 ft

Total pile footing


thickness: h = 30 in

Total pile cap weight: CapWt = 24.703 kip

User Notices

 Equations and numeric solutions presented in this Mathcad worksheet are applicable to the
specific example, boundary condition or case presented in the book. Although a reasonable effort
was made to generalize these equations, changing variables such as loads, geometries and
spans, materials and other input parameters beyond the intended range may make some
equations no longer applicable. Modify the equations as appropriate if your parameters fall
outside of the intended range.
 For this Mathcad worksheet, the global variable defining the beginning index identifier for vectors
and arrays, ORIGIN, is set as specified in the beginning of the worksheet, to either 1 or 0. If
ORIGIN is set to 1 and you copy any of the formulae from this worksheet into your own, you need
to ensure that your worksheet is using the same ORIGIN.

Mathcad ® Enabled Content


Copyright © 2011 Knovel Corp. Page 41 of 41
All rights reserved.

You might also like