Wolfram Computation Meets Knowledge

Axial Member Deformation

Axial member deformation is the deformation of the support due to a load along the axis of support.

Deformation of an axial member equals the length times the load divided by the area and elastic modulus.

Formula

QuantityVariable["δ", "Length"] == (QuantityVariable["L", "Length"]*QuantityVariable["P", "Force"])/(QuantityVariable["A", "Area"]*QuantityVariable["E", "ElasticModulus"])

symbol description physical quantity
δ deformation "Length"
A area "Area"
E elastic modulus "ElasticModulus"
L length "Length"
P load "Force"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Axial Member Deformation"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Axial Member Deformation"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Axial Member Deformation"], {QuantityVariable[
   "\[Delta]","Length"] -> Quantity[0.00381`, "Millimeters"], 
  QuantityVariable["L","Length"] -> Quantity[200, "Millimeters"]}]
Out[3]=

Publisher Information