The ScientificConstants package contains chemical data
Use the GetElement command to access the properties of elements in the Periodic Table. For example, let's review the properties of Platinum (Pt).
>
|
|
| (1) |
You can also extract the standard atomic weight of platinum.
>
|
|
With the GetIsotopes command, you can access all instances of platinum.
>
|
|
| (3) |
Example - Molecular Weight
|
|
|
This example determines how many molecules of caffeine are in a 250 gram sample.
The chemical formula for caffeine is . Thus, the molecular weight is:
>
|
|
which, in the current default system of units, SI, is measured in kilograms (kg). However, molecular weight is typically expressed in atomic mass units (amu). To convert a measurement between units, use the convert/units function.
>
|
|
By definition, the number of atomic mass units per molecule is equal to the number of grams per mole. Hence, divide 250 by the above result.
which is the number of moles in the sample.
To calculate the number of molecules, multiply the above result by Avogadro's constant.
>
|
|
Example - Radioactive Decay
|
|
|
The following example shows how to plot the decrease in the radioactive decay activity for a sample of radium-229.
The activity is
>
|
|
where, is the initial activity, is the mean lifetime of the isotope, and is the elapsed time.
The mean lifetime is related to the half-life by
>
|
|
Plot with
>
|
|
|