Practice Sensitivity (Meta) in Math
Use these practice problems to test your method after reviewing the concept explanation and worked examples.
Quick Recap
The degree to which a result or output changes in response to small changes in its inputs, parameters, or assumptions.
Is this result stable, or does a tiny change blow everything up?
Showing a random 20 of 50 problems.
Example 1
challengeA root-finding iteration for f(x) = 0 near a root r has error multiplied by |f'(r)|^(-1) per measurement error in f. If f(x) = (x - 2)^3, explain why the root x = 2 is highly sensitive to perturbations in f.
Example 2
mediumA formula y = a/(a - b). For a = 100, compare sensitivity of y to a small change in b when b = 1 versus b = 99.
Example 3
hardFor , identify the input region where the output is most sensitive to perturbations.
Example 4
challengeA relative-sensitivity (elasticity) is defined as E = (x/f) * df/dx. Compute the elasticity of f(x) = x^n and interpret the result.
Example 5
challengeFor , why is computing at large in floating point highly sensitive to representation of ?
Example 6
mediumA model predicts exam score where is hours of study. If changes from 10 to 11 hours, compute the change in and discuss sensitivity.
Example 7
mediumA system solves A x = b. The condition number of A is 1000. If b has 0.1% relative error, what is the worst-case relative error in x?
Example 8
easyA function is f(x) = 1000x. If x changes by 0.01, by how much does f change?
Example 9
hardTrue or false: a small derivative magnitude at a point guarantees that is insensitive there over a wide neighborhood.
Example 10
easyFor , compute when goes from to .
Example 11
hardThe quadratic formula computes . For , explain why a naive direct computation is highly sensitive to rounding, and give the stable form.
Example 12
easyComputing 1/x near x = 0.001, then near x = 1000. Where is 1/x more sensitive to a small change in x?
Example 13
easyFunction g(x) = 0.001x. If x changes by 100, by how much does g change? Is g sensitive to x?
Example 14
mediumA retirement formula with , years. Compute for vs to gauge sensitivity to the rate.
Example 15
easyA measured side of a cube has error. Volume is . Approximately what percent error in volume?
Example 16
easyCompute at and . Find the sensitivity: by what percentage does change when changes by 5%?
Example 17
easyA measured side s of a square has 1% error. The area is s^2. Approximately what percent error appears in the area?
Example 18
easyA formula's answer changes from 5.00 to 5.01 when an input changes by 50%. Is the answer sensitive to that input?
Example 19
mediumIn the compound interest formula , compute the sensitivity of to a small change in the interest rate, using the derivative .
Example 20
hardFor at , compute the linearized change if both and each increase by .