Another Arrhenius calculation using individual concentration data points, rather than the rate constants. The Java applet assumes the reaction is first-order. By calculating the rate constants at several temperatures, the activation energy and entropy are calculated. Also calculates predicted rate and percent loss at a given temperature and time.

If the rate constants are known, use Arrhenius I instead.



Directions
In each line at the top, enter the time (in any units), the temperature (in Kelvin), the initial concentration (e.g., 100%) and the concentration at that time and temperature (in the same units as the initial concentration). At least two temperatures need to be used. [In some browsers, you may need to put a non-numeric character (such as the letter 'a') in the first blank cell after the data to get the browser to recognize the right number of data points.]

If you are using a time unit other than seconds, then you can enter a conversion factor in the Time Conversion cell. For instance, if your rates are in terms of hours instead of seconds, then enter 3600 in the Time Conversion cell. This is only necessary if you are interested in the Activation Entropy result; it has no bearing on the Activation Energy result.

Press the first Calculate button. The program calculates a rate constant, k, from the concentration, C, initial concentration, Co, and time, t, by assuming:

C = Co e-kt

The program fits the data to the following equation as a straight line with y values of ln k and x values of 1/T:

ln k = A + E / RT

A is listed as the pre-exponential factor, and E/R is listed as the slope. The slope is then multiplied by the gas constant (R = 8.314 J/mol K) to give the activation energy, -E. Typical values for the activation energy run from 20 to 150 kJ/mol. Low values are often observed for oxidation reactions, while higher values are seen for hydrolyses. Higher values of the activation energy also indicate a greater temperature dependence of the reaction rate.

In the Java Console and the status display the correlation coefficient is shown. The closer the absolute value of the coefficient is to 1, the better the fit.

The pre-exponential factor, A, is used to calculate the activation entropy, S, from the following equation:

A = eS/R kB T e / h

where kB is the Boltzmann constant (1.38 x 10-23 J/K), h is Planck's constant (6.626 x 10-34 J s) and T is the average temperature of the data.

After the above calculation is done, the reaction rate at a specified temperature may be calculated, along with extent of reaction at a specified time. Enter the New Temperature (in degrees Kelvin) and New Time (in the same units as were used for the kinetics data), and then press the second calculate button.

The reaction rate, k, is calculated from the first equation above. The extent of reaction is calculated from the following equation, assuming a first-order reaction:

C = e-kt

In the cell the extent of reaction is given as the loss relative to the initial concentration. The amount remaining (as a fractional value) is given in the Java console.

An example:

 No.  Time  Temp (K)  Initial  Concentration
 1  1000  300  1.0  0.9902
 2  1000  350  1.0  0.8416
 3  1000  400  1.0  0.2283
 4  2000  300  1.0  0.9805
 5  2000  400  1.0  0.0521

Using the data above, the pre-exponential factor is calculated to be 5000, and the activation energy to be 50,000.

The Source Code
The Class Code

5/22/97, Version No. 2. February 4, 2001.
Please send comments to Jeffrey Clymer
Visitors:

Index of other pages