Short script to process experimental results and compute the electron charge to mass ratio with the distributions.
File: charge2mass.c
Simply copy and paste this code into the Signaloid Cloud code editor and run it to obtain the predicted results and distributions.
The repository mimics results taken from an experiment for which the aim is to measure the electron's charge-to-mass ratio. The accepted value is 1.758820 × 10 11 C/kg.
The experiment follows the Thompson method for measuring the charge-to-mass ratio of electrons. The main physical equation governing the experiment is given by,
where the left-hand term is the charge-to-mass ratio,
Variable | ||
---|---|---|
|
82.8 | 2.0 |
|
1.4 | 0.1 |
|
2.92 | 0.11 |
The data for these, taken across 1000 samples is given in csv files (V.csv, I.csv, R.csv).
From the mean values, the estimated ratio is 1.77
The estimated relative uncertainty through error propagation (assuming independence of variables) on the ratio is given by,
There is also a jupyter-notebook (Perform_Experiment.ipynb) to generate the results and show the distributions there as well. It also gives results on uncertainty estimates.