Wolfram Computation Meets Knowledge

Specific Rotation Using Solution

Specific rotation is a property of a chiral chemical compound. It is defined as the change in orientation of monochromatic plane-polarized light, per unit distance–concentration product, as the light passes through a sample of a compound in solution

Specific rotation equals the optical rotation angle divided by the concentration of the liquid and path length of the light.

Formula

QuantityVariable["[α]", "SpecificRotation"] == QuantityVariable["α", "Angle"]/(QuantityVariable["c", "MassVolumeFraction"]*QuantityVariable["l", "PathLength"])

symbol description physical quantity
[α] specific rotation "SpecificRotation"
c concentration "MassVolumeFraction"
l path length "PathLength"
α optical rotation angle "Angle"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Specific Rotation Using Solution"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Specific Rotation Using Solution"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Specific Rotation Using Solution"], {QuantityVariable[
   "\[Alpha]","Angle"] -> Quantity[17.31`, "AngularDegrees"], 
  QuantityVariable["[\[Alpha]]","SpecificRotation"] -> 
   Quantity[66.59`, ("AngularDegrees" ("Centimeters")^3)/(
    "Decimeters" "Grams")], 
  QuantityVariable["l","PathLength"] -> Quantity[1.`, "Decimeters"]}]
Out[3]=

Publisher Information