36 questions · 9 question types identified
Questions that only require applying the interval bisection method a specified number of times, without any additional methods like Newton-Raphson or linear interpolation.
Questions that state a root exists in the interval and only ask to apply linear interpolation without prior verification.
Questions that ask to show a root exists in a given interval by directly evaluating the function at the interval endpoints and demonstrating a sign change, without requiring any rearrangement or additional analysis.
A question is this type if and only if it asks to explain why the sign change method fails or cannot be used in a particular situation (e.g., discontinuity, multiple roots).
A question is this type if and only if it requires applying the secant method or method of false position to find successive approximations to a root.
| I | J | K | L | M | |
| 2 | \(r\) | \(\mathrm { x } _ { \mathrm { r } }\) | f(x) | \(\mathrm { X } _ { \mathrm { r } + 1 }\) | \(\mathrm { f } \left( \mathrm { x } _ { \mathrm { r } + 1 } \right)\) |
| 3 | 0 | 1 | -0.0914 | 2 | -0.0476 |
| 4 | 1 | 2 | -0.0476 | 3.08529 | 0.95784 |
| 5 | 2 | 3.08529 | 0.95784 | 2.05134 | -0.0298 |
| 6 | 3 | 2.05134 | -0.0298 | 2.08259 | -0.0181 |
| 7 | 4 | 2.08259 | -0.0181 | 2.13042 | 0.00155 |
| 8 | 5 | 2.13042 | 0.00155 | 2.12664 | \(- 7 \mathrm { E } - 05\) |
Questions that require interval bisection followed by or combined with other numerical methods such as Newton-Raphson or linear interpolation.
Questions that present interval bisection data in spreadsheet format and require interpretation or continuation of the bisection process from given values.
| A | B | C | D | E | F | G | |
| 1 | a | \(\mathrm { f } ( a )\) | b | f(b) | \(( a + b ) / 2\) | \(\mathrm { f } ( ( a + b ) / 2 )\) | mpe |
| 2 | 1 | -0.28172 | 2 | 1.389056 | 1.5 | 0.231689 | 0.5 |
| 3 | 1 | -0.28172 | 1.5 | 0.231689 | 1.25 | -0.072157 | 0.25 |
| 4 | 1.25 | -0.07216 | 1.5 | 0.231689 | 1.375 | 0.064452 | 0.125 |
| 5 | 1.25 | -0.07216 | 1.375 | 0.064452 | 1.3125 | -0.007206 | 0.0625 |
| 6 | 1.3125 | -0.00721 | 1.375 | 0.064452 | 1.34375 | 0.027728 | 0.03125 |
Questions that ask to show two curves intersect (equivalently, that their difference has a root) in a given interval by demonstrating a sign change, typically requiring rearrangement into the form f(x) - g(x) = 0 or analysis of where curves meet.
Questions that require showing a root exists in the interval (via sign change) before applying linear interpolation.