Wolfram Computation Meets Knowledge

Insulin Dose Adjustment for the Day of Eastward Travel

The adjusted insulin dose is the total doses of insulin that a traveler needs to take to account for time zones crossed.

The adjusted insulin dose for eastward travel is the daily doses divided by hours in the day times 24 minus the time zones crossed.

Formula

QuantityVariable["adi", "Insulin"] == (QuantityVariable["di", "Insulin"]*(24 - QuantityVariable["te", "Unitless"]))/24

symbol description physical quantity
adi
adjusted insulin dose
(day of travel)
"Insulin"
di total daily dose of insulin "Insulin"
te
time zones crossed
(traveling east)
"Unitless"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Insulin Dose Adjustment for the Day of Eastward \
Travel"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[
 ResourceObject[
  "Insulin Dose Adjustment for the Day of Eastward Travel"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Insulin Dose Adjustment for the Day of Eastward Travel"], \
{QuantityVariable["di","Insulin"] -> 
   Quantity[34, IndependentUnit["international units of insulin"]], 
  QuantityVariable["te","Unitless"] -> 3}]
Out[3]=

Publisher Information