erobz
Gold Member
- 4,442
- 1,839
Just wondering if there is a mathematical way to find which sign (##\pm##) to take on symmetric measured error in a function ##f## of some variables. An example, lets say formulaically we find that ##f = k x##, with ##k>0## we measure ##x## and append some symmetric error ##\pm \epsilon_x##. So we say:
$$ (f + \epsilon_f) - f = k( x + (\pm \epsilon_x) ) - kx $$
$$ \implies ( \epsilon_f ) = k (\pm \epsilon_x) $$
So by inspection if we want to increase ##f## we don't want its change to be negative, thus we select ##+\epsilon_x##. And visa-versa if we wish to find the smallest ##f##.
Now, lets increase the complexity of ##f## with more measured variables that have symmetric error, for example:
$$f = \frac{kx}{y+1}$$
$$ \implies \epsilon_f = \frac{k(\pm \epsilon_x) ( y+1)-kx (\pm \epsilon_y) }{(y+1)^2+(y+1)(\pm \epsilon_y)}$$
Now I can still reason out this one, if we want ##f## to be its largest value we make numerator largest and denominator smallest:
$$ \implies \epsilon_f = \frac{k(+ \epsilon_x) ( y+1)-kx (- \epsilon_y) }{(y+1)^2+(y+1)(- \epsilon_y)}$$
What do you do if the function is complex enough such that it's not at all clear what combination will produce the upper/lower bound for the function?
Checking every sign combination by brute force will work, but it feels like an optimization of some kind.
$$ (f + \epsilon_f) - f = k( x + (\pm \epsilon_x) ) - kx $$
$$ \implies ( \epsilon_f ) = k (\pm \epsilon_x) $$
So by inspection if we want to increase ##f## we don't want its change to be negative, thus we select ##+\epsilon_x##. And visa-versa if we wish to find the smallest ##f##.
Now, lets increase the complexity of ##f## with more measured variables that have symmetric error, for example:
$$f = \frac{kx}{y+1}$$
$$ \implies \epsilon_f = \frac{k(\pm \epsilon_x) ( y+1)-kx (\pm \epsilon_y) }{(y+1)^2+(y+1)(\pm \epsilon_y)}$$
Now I can still reason out this one, if we want ##f## to be its largest value we make numerator largest and denominator smallest:
$$ \implies \epsilon_f = \frac{k(+ \epsilon_x) ( y+1)-kx (- \epsilon_y) }{(y+1)^2+(y+1)(- \epsilon_y)}$$
What do you do if the function is complex enough such that it's not at all clear what combination will produce the upper/lower bound for the function?
Checking every sign combination by brute force will work, but it feels like an optimization of some kind.
Last edited: