Sensitivity Math Example 3

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

Example 3

easy
For f(x)=10xf(x)=10x, compute the sensitivity at x=3x=3 with ฮ”x=0.5\Delta x=0.5 and compare to ฮ”x=0.1\Delta x=0.1.

Solution

  1. 1
    ฮ”x=0.5\Delta x=0.5: f(3.5)โˆ’f(3)=35โˆ’30=5f(3.5)-f(3) = 35-30=5. Sensitivity =5/0.5=10=5/0.5=10.
  2. 2
    ฮ”x=0.1\Delta x=0.1: f(3.1)โˆ’f(3)=31โˆ’30=1f(3.1)-f(3) = 31-30=1. Sensitivity =1/0.1=10=1/0.1=10. For a linear function, sensitivity is constant (== slope) regardless of ฮ”x\Delta x.

Answer

Sensitivity =10=10 for both perturbations (constant for linear ff)
Linear functions have constant sensitivity equal to their slope. The ratio ฮ”F/ฮ”x\Delta F/\Delta x equals the slope mm for any choice of ฮ”x\Delta x, since ฮ”F=mฮ”x\Delta F = m \Delta x exactly.

About Sensitivity

In the context of functions, sensitivity measures how much the output changes in response to a small change in the input โ€” high sensitivity means small input changes cause large output changes.

Learn more about Sensitivity โ†’

More Sensitivity Examples