AdrianMachin said:
Thanks a lot. Is there any book or tutorial on these subjects? (I guess I should look for statistics books, right?). My native language is not English so I'm confused what do we call them in English? I mean "Errors" or "Uncertainties" or "Accuracy"?
Thank you so much, but I didn't understand what was the calculations behind the engineer's approach in this case?
Here are three slightly different approaches that yield 3 different answers.
(1) Direct computation.
largest numerator = 0.781 + 0.002 = 0.783, smallest denominator = 0.551 - 0.002= 0.549, so largest ratio = .783/.549 ≈ 1.426.
smallest numerator = 0.781-0.002 = 0.779, largest denominator = 0.551+0.002 = 0.553, so smallest ratio = .779/.553 ≈ 1.409.
The ratio lies between 1.417 - 0.008 and 1.417 + 0.009
(2) calculus-based calculation (OK for small errors):
$$f(x + \Delta x, y + \Delta y) = f(x,y) + f_x(x,y) \Delta x + f_y(x,y) \Delta y + \cdots ,$$
where
$$f_x = \frac{\partial f}{\partial x}\; \text{and} \;f_y = \frac{ \partial f}{\partial y} $$
are the partial derivatives of ##f(x,y)## and "##\cdots##" stands for higher-order terms in ##\Delta x## and ##\Delta y## that we are dropping.
In our case, ##f(x,y) = x/y##, so ##f_x = 1/y## and ##f_y =- x/y^2##. For ##x = 0.781, y = 0.551## this gives
$$f(x + \Delta x, y + \Delta y) \doteq (.781/.551) \Delta x + (-.781/.551^2) \Delta y$$
The largest value occurs when ##\Delta x = 0.002, \Delta y = - 0.002## and the smallest value occurs in the opposite case. This gives an error bar of about ##\pm 0.009##.
(3) Statistical estimate. We can use the previous approximate expression for ##f(x + \Delta x, y + \Delta y)## (with the higher-order terms dropped), but now regarding ##\Delta x, \Delta y## as independent random variables with standard deviations of ##\sigma_x## and ##\sigma_y##. We are dealing with the special case in which ##\sigma_x = \sigma_y = 0.002##, but the general formula below applies whether or not the two standard deviations are equal. Well-known statistical formulas imply that the standard deviation of ##f(x + \Delta x, y + \Delta y)## is
$$\sigma_f = \sqrt{ f_x^2 \, \sigma_x^2 + f_y^2 \, \sigma_y^2}$$
In our case we have
$$\sigma_f = \sqrt{(1/.551)^2 (.002)^2 + (-.781/.551^2)^2 (.002)^2} \doteq 0.006,$$
giving a final error bar of about ##\pm 0.006##