Robustness Math Example 3

Follow the full solution, then compare it with the other examples linked below.

Example 3

easy
If an input x=10x = 10 has a measurement error of ±1\pm 1, find the range of f(x)=2x+3f(x) = 2x+3 and assess whether ff is robust to this error.

Solution

  1. 1
    xx ranges from 99 to 1111.
  2. 2
    f(9)=21f(9) = 21, f(11)=25f(11) = 25. So f(x)[21,25]f(x) \in [21, 25].
  3. 3
    The error in xx (±1\pm 1, i.e., 10%) translates to an error in ff of ±2\pm 2 (about ±9%\pm 9\%). The function is robust — errors do not amplify significantly.

Answer

f(x)[21,25]; robust (error ratio 1:1)f(x) \in [21,25];\text{ robust (error ratio } \approx 1:1\text{)}
For a linear function f(x)=2x+3f(x)=2x+3, an error Δx\Delta x in xx produces an error 2Δx2\Delta x in ff. The slope 2 is the amplification factor. Linear functions with moderate slopes are generally robust.

About Robustness

The property of a result, algorithm, or model remaining valid or approximately correct even when its assumptions are slightly violated.

Learn more about Robustness →

More Robustness Examples