Wolfram Computation Meets Knowledge

Maximum Stable Sand Castle Height

A sand castle is a type of sand sculpture resembling a miniature building. Its height depends on a number of factors, such as the shape, size and mixture of the sand grains, the moisture content and the details of the structure itself.

The maximum height is proportional to the cubic root of the product of the elastic modulus of the sand and the base radius squared divided by the density.

Formula

QuantityVariable["h", "Height"] == ((3*BesselJZero[-1/3, 1])^(2/3)*((Quantity[1, "StandardAccelerationOfGravity"^(-1)]*QuantityVariable["E", "ElasticModulus"]*QuantityVariable["r", "Radius"]^2)/QuantityVariable["d", "MassDensity"])^(1/3))/(2*2^(1/3))

symbol description physical quantity
h maximum height "Height"
d density "MassDensity"
E elastic modulus "ElasticModulus"
r base radius "Radius"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Maximum Stable Sand Castle Height"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Maximum Stable Sand Castle Height"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Maximum Stable Sand Castle Height"], {QuantityVariable[
   "h","Height"] -> Quantity[30, "Centimeters"], 
  QuantityVariable["E","ElasticModulus"] -> 
   Quantity[4.6`, "Megapascals"]}]
Out[3]=

Publisher Information