Physics307L F08:People/Osinski/Lightspeed

From OpenWetWare
Jump to navigationJump to search

Determination of Speed of Light by employing a Time-Amplitude Converter (TAC)

The procedure for this lab is # 10 in Prof. Gould's manual.

raw data, instrumentation, measurement settings as well as thoughts on the experiment can be found in the lab notebook

Calibration

The purpose of calibration was to determine the proportionality factor between the amplitude of voltage signal displayed on the oscilloscope and the time difference between LED emission and PMT response. Two calibrations were performed with the LED at two distances from the PMT. We expect the calibration to be linear, but the results show that the voltage difference between 10ns and 8ns delays is noticeably smaller than the V difference between 4ns and 2ns, even though they both represent a change of 2ns. I choose to average these differences for both calibrations to find a single proportionality factor. Unfortunately, this results in a very high standard deviation (calculated at the top of the MATLAB code) for the calibration values.

  • Average Proportionality Factor

2ns = .3560V ±.04V (due to instability of observed measurement and resolution of scope) or, Pfactor=.178±.04 V/ns

  • Standard Deviation of Calibration Data - .1102V (Steve Koch:What am I supposed to do with this number? What does it imply about your data?)

Analysis

Calculations of standard deviation of the mean are at the bottom of the MATLAB code (look for the percent signs which indicate where I put relevant comments). SJK 00:43, 20 October 2008 (EDT)

00:43, 20 October 2008 (EDT)
I put comments on that talk page
graphs of both calibrations and both sets of data. (Steve Koch:These are cool graphs, but it would convey information much better if you used data points (such as open circles) instead of lines w/o points)
after averaging the two sets of data we obtain a slightly straighter line. The linear relationship between distance and time is readily observable.

The thumbs on the top right are graphs of raw calibration and measurement data. On the bottom right I provide an averaged graph of the measurement data.

We intended to make measurements in small increments followed by a set of measurements in large increments in order to compare them, but the latter data has been lost so we were left with two columns of data for analysis (at least we get to save some time at home).

  • Standard Deviation of Mean for Raw Data

0.0433V - this is interesting because this value is almost the same as the instability of the oscilloscope display, which was .04V. I did not expect this, but I realize now that it makes sense that the precision (how consistently it displays the same output for the same input) will be directly reflected in the standard deviation of measurements made by it.

  • Speed of Light

c=2.4722*10^8 m/s - Judging by our lack of data and obvious room for human error, I find this result satisfying. SJK 01:09, 20 October 2008 (EDT)

01:09, 20 October 2008 (EDT)
that is not a strong statement. I think at this point in the semester, you should be placing statistical uncertainty on your values, and then using that to compare whether your measurements are consistent with the accepted value. I'll also point out that you don't say what the speed of light is. Also, without the uncertainty on your measurement, you are inadvertently implying that you are confident about your value to the 4th decimal point. Of course, I know you're not, but a less-informed reader would misunderstand you.