Sensitivity Formula

The Formula

\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) = 100x is more sensitive than f(x) = x. Same input change, bigger output change.

Notation

\frac{\Delta f}{\Delta x} denotes the average sensitivity. \frac{df}{dx} or 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_{\Delta x \to 0}\frac{f(x + \Delta x) - f(x)}{\Delta x}; relative sensitivity = \frac{x}{f(x)}\cdot f'(x)

Worked Examples

Example 1

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

Solution

  1. 1
    Compute F(5) = 3(25)=75 and F(5.1)=3(26.01)=78.03.
  2. 2
    \Delta F = 78.03-75=3.03. Sensitivity = \Delta F / \Delta x = 3.03/0.1 = 30.3.
  3. 3
    Compare to derivative: F'(x)=6x, so F'(5)=30. The sensitivity approximates the derivative, with a small discrepancy due to \Delta x being finite.

Answer

Sensitivity \approx 30.3; derivative F'(5)=30
Sensitivity \Delta F/\Delta x measures how much the output changes per unit change in input. As \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)=e^x is highly sensitive near large x. Compare the sensitivity at x=0 and x=5 using a perturbation of \Delta x=0.01.

Common Mistakes

  • Confusing sensitivity with the function value β€” sensitivity is the RATE of change, not the output itself; a large output doesn't mean high sensitivity
  • Assuming sensitivity is constant β€” for nonlinear functions, sensitivity varies across different input regions
  • Ignoring units when comparing sensitivities β€” sensitivity of f(x) = 100x is 100 (per unit x), not 'bigger' in an absolute sense without context

Why This Formula Matters

Understanding sensitivity helps predict and control systems.

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?

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

Why is the Sensitivity formula important in Math?

Understanding sensitivity helps predict and control systems.

What do students get wrong about Sensitivity?

Sensitivity can varyβ€”function might be sensitive in some regions, not others.

What should I learn before the Sensitivity formula?

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