Wolfram Computation Meets Knowledge

Earthquake Rupture Area

The rupture area is the area of an earthquake rupture, which is a slip, whether on the surface or beneath, in the Earth's crust that results in a fault and displacement of some sort.

The rupture area is proportional to ten to the power of 0.91 times the seismic moment magnitude.

Formula

QuantityVariable["RA", "Area"] == 10^(-3.49 + 0.91*QuantityVariable[Subscript["M", "w"], "Unitless"])*Quantity[1, "Kilometers"^2]

symbol description physical quantity
RA rupture area "Area"
Mw seismic moment magnitude "Unitless"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Earthquake Rupture Area"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Earthquake Rupture Area"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject["Earthquake Rupture Area"], {QuantityVariable[
\!\(\*SubscriptBox[\("M"\), \("w"\)]\),"Unitless"] -> 6}]
Out[3]=

Source Metadata

Publisher Information