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
When to use: A sensitive scale notices tiny weight differences. An insensitive one doesn't.
Quick Example
Notation
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
Worked Examples
Example 1
easyAnswer
First step
Full solution
- 2 . Sensitivity .
- 3 Compare to derivative: , so . The sensitivity approximates the derivative, with a small discrepancy due to being finite.
Example 2
hardExample 3
mediumCommon 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 , so the size of 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?
denotes the average sensitivity. or 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.