Sensitivity Formula

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.

The Formula

SensitivityΔfΔx=f(x+Δx)f(x)Δx\text{Sensitivity} \approx \frac{\Delta f}{\Delta x} = \frac{f(x + \Delta x) - f(x)}{\Delta x}

When to use: A sensitive scale notices tiny weight differences. An insensitive one doesn't.

Quick Example

f(x)=100xf(x) = 100x is more sensitive than f(x)=xf(x) = x. Same input change, bigger output change.

Notation

ΔfΔx\frac{\Delta f}{\Delta x} denotes the average sensitivity. dfdx\frac{df}{dx} or f(x)f'(x) denotes the instantaneous sensitivity (derivative).

What This Formula Means

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.

A sensitive scale notices tiny weight differences. An insensitive one doesn't.

Formal View

S(x)=f(x)=limΔx0f(x+Δx)f(x)ΔxS(x) = f'(x) = \lim_{\Delta x \to 0}\frac{f(x + \Delta x) - f(x)}{\Delta x}; relative sensitivity =xf(x)f(x)= \frac{x}{f(x)}\cdot f'(x)

Worked Examples

Example 1

easy
Compute the sensitivity ΔF/Δx\Delta F / \Delta x for F(x)=3x2F(x) = 3x^2 at x=5x = 5 with perturbation Δx=0.1\Delta x = 0.1.

Answer

Sensitivity 30.3\approx 30.3; derivative F(5)=30F'(5)=30

First step

1
Compute F(5)=3(25)=75F(5) = 3(25)=75 and F(5.1)=3(26.01)=78.03F(5.1)=3(26.01)=78.03.

Full solution

  1. 2
    ΔF=78.0375=3.03\Delta F = 78.03-75=3.03. Sensitivity =ΔF/Δx=3.03/0.1=30.3= \Delta F / \Delta x = 3.03/0.1 = 30.3.
  2. 3
    Compare to derivative: F(x)=6xF'(x)=6x, so F(5)=30F'(5)=30. The sensitivity approximates the derivative, with a small discrepancy due to Δx\Delta x being finite.
Sensitivity ΔF/Δx\Delta F/\Delta x measures how much the output changes per unit change in input. As Δx0\Delta x\to0, this ratio converges to the derivative. High sensitivity means small input changes produce large output changes.

Example 2

hard
A function F(x)=exF(x)=e^x is highly sensitive near large xx. Compare the sensitivity at x=0x=0 and x=5x=5 using a perturbation of Δx=0.01\Delta x=0.01.

Example 3

medium
A two-stage signal: stage A scales by 0.40.4, stage B scales by 77. Find the total sensitivity factor and decide whether a small input error grows or shrinks.

Common Mistakes

  • Calling a function 'sensitive' globally - sensitivity is local and varies with where you measure it.
  • Confusing a large output value with high sensitivity - what matters is the change in output per small input change, not the output's size.
  • Ignoring the input scale - sensitivity is a ratio ΔfΔx\frac{\Delta f}{\Delta x}, so the size of Δx\Delta x matters when reporting it.

Why This Formula Matters

Sensitivity tells students where a model is fragile: a small measurement error or input tweak can blow up the output where the function is steep, but barely matter where it's flat. It's the intuition behind error propagation and the precursor to the derivative. Recognizing it by "Does a small change in the input produce a large change in the output here?" — rather than by familiar numbers — is what lets a student tell it apart from slope of a line and derivative (instantaneous sensitivity) and stability in a mixed problem set.

Frequently Asked Questions

What is the Sensitivity formula?

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.

How do you use the Sensitivity formula?

A sensitive scale notices tiny weight differences. An insensitive one doesn't.

What do the symbols mean in the Sensitivity formula?

ΔfΔx\frac{\Delta f}{\Delta x} denotes the average sensitivity. dfdx\frac{df}{dx} or f(x)f'(x) denotes the instantaneous sensitivity (derivative).

Why is the Sensitivity formula important in Math?

Sensitivity tells students where a model is fragile: a small measurement error or input tweak can blow up the output where the function is steep, but barely matter where it's flat. It's the intuition behind error propagation and the precursor to the derivative. Recognizing it by "Does a small change in the input produce a large change in the output here?" — rather than by familiar numbers — is what lets a student tell it apart from slope of a line and derivative (instantaneous sensitivity) and stability in a mixed problem set.

What do students get wrong about Sensitivity?

The procedure for sensitivity is the easy part; the trap is calling a function 'sensitive' globally. Asking "Does a small change in the input produce a large change in the output here?" first is what keeps a correct-looking calculation from being attached to the wrong concept.

What should I learn before the Sensitivity formula?

Before studying the Sensitivity formula, you should understand: rate of change.