- Home
- /
- Math
- /
- Sets & Logic
- /
- Sensitivity (Meta)
Sensitivity (Meta)
Also known as: sensitivity analysis, ill-conditioning
Grade 9-12
View on concept mapThe degree to which a result or output changes in response to small changes in its inputs, parameters, or assumptions. High sensitivity means small errors in inputs cause large errors in outputs โ knowing this guides where to spend effort on precision in a calculation.
Definition
The degree to which a result or output changes in response to small changes in its inputs, parameters, or assumptions.
๐ก Intuition
Is this result stable, or does a tiny change blow everything up?
๐ฏ Core Idea
High sensitivity means results are unreliable or require high precision.
Example
Formula
Notation
\Delta denotes a small change; high \frac{\Delta\text{output}}{\Delta\text{input}} means high sensitivity
๐ Why It Matters
High sensitivity means small errors in inputs cause large errors in outputs โ knowing this guides where to spend effort on precision in a calculation.
๐ญ Hint When Stuck
Compute the answer with the original inputs, then recompute with a slightly changed input (say, add 0.01). Compare the two outputs; a large difference signals high sensitivity.
Formal View
Related Concepts
๐ง Common Stuck Point
Sensitivity is not the same as magnitude โ a model can produce large outputs while being insensitive to inputs, or produce small outputs while being highly sensitive.
โ ๏ธ Common Mistakes
- Ignoring sensitivity and trusting a computed answer blindly โ near a sensitive region, small rounding errors can produce wildly wrong results
- Not recognizing when a problem is ill-conditioned โ e.g., solving nearly singular linear systems gives unreliable answers
- Confusing sensitivity of the problem with sensitivity of the method โ even a good algorithm fails on an inherently ill-conditioned problem
Go Deeper
Frequently Asked Questions
What is Sensitivity (Meta) in Math?
The degree to which a result or output changes in response to small changes in its inputs, parameters, or assumptions.
What is the Sensitivity (Meta) formula?
\text{sensitivity} \approx \frac{\Delta\text{output}}{\Delta\text{input}} (how much the output changes per unit change in input)
When do you use Sensitivity (Meta)?
Compute the answer with the original inputs, then recompute with a slightly changed input (say, add 0.01). Compare the two outputs; a large difference signals high sensitivity.
Prerequisites
Next Steps
Cross-Subject Connections
How Sensitivity (Meta) Connects to Other Ideas
To understand sensitivity (meta), you should first be comfortable with local vs global behavior. Once you have a solid grasp of sensitivity (meta), you can move on to robustness.