1

I am quite familiar with the problem associated with loss of significance in numerical analysis. This problem seems to be an even bigger problem in the science lab, where subtracting one physical measurement from another produces potentially tremendous error because the uncertanties in the measurement don't subtract, but add.

Question: Is there a special name for this type of error associated with subtraction when applied to the physical measurement? Does anyone know any resources that specifically target this problem?

  • Welcome to Math.SE! You question does not concern mathematics, but rather terminology associated with experimental procedures. As such, it would likely be better suited for a different stackexchange site, such as [Physics.SE]. – Brian61354270 Apr 02 '19 at 02:56
  • A phrase I tend to use is subtractive cancellation (much like your tag phrase, catastrophic cancellation). I'm not aware of any specific terminology that applies to arithmetic with errors of measurement. One might suspect that while physical processes have to be specially assessed for uncertainties, once a "best measurement" is recorded, the loss of significance in computation is expressed by the same terminology. – hardmath Apr 02 '19 at 03:04
  • Agreed that this was posted in the wrong stack. I thought I was posting it in physics. Need to be more careful. – Roger Dodger Apr 02 '19 at 16:54
  • Thanks, hardmath – Roger Dodger Apr 03 '19 at 16:39

1 Answers1

1

A lot of it comes down to experiment design, to measure the correct quantity where the subtraction has already happened. In high school physics I measured the index of refraction of air. I was given an interferometer with a vacuum chamber in one of the legs. The chamber was only a couple inches long, but I could set the interferometer working and count the fringes that passed by as I evacuated the chamber. My measured value agreed with the published value within $10^{-5}!$ The clever thing was the design. What I had really measured was the difference between the index of refraction of air and the $1$ of vacuum. My measurement was about $4\cdot 10^{-5}$ while the published value is $2.9\cdot 10^{-5}$, so my error was over $25\%$. But add $1$ to it and the fractional error gets much smaller.

You can also look at how the errors come in. Say you are measuring the shape of a spectral line. You change the wavelength you are sensitive to and measure the intensity. There is a certain error in your setting of the wavelength at each measurement. You might be able to argue that some of the errors are common to all the wavelength settings. The result would be to allow you to measure the width of the line better than you know the absolute wavelength of the center.

Ross Millikan
  • 374,822