Sign Change & Interval Methods

36 questions · 9 question types identified

Sort by: Question count | Difficulty
Pure Interval Bisection Only

Questions that only require applying the interval bisection method a specified number of times, without any additional methods like Newton-Raphson or linear interpolation.

8 Moderate -0.7
22.2% of questions
Show example »
$$f(x) = 1 - e^x + 3 \sin 2x$$ The equation \(f(x) = 0\) has a root \(\alpha\) in the interval \(1.0 < x < 1.4\). Starting with the interval \((1.0, 1.4)\), use interval bisection three times to find the value of \(\alpha\) to one decimal place. [3]
View full question →
Linear Interpolation Only

Questions that state a root exists in the interval and only ask to apply linear interpolation without prior verification.

8 Moderate -0.4
22.2% of questions
Show example »
$$f(x) = 2^x + x - 4.$$ The equation \(f(x) = 0\) has a root \(\alpha\) in the interval \([1, 2]\). Use linear interpolation on the values at the end points of this interval to find an approximation to \(\alpha\). [2]
View full question →
Sign Change with Function Evaluation

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.

6 Standard +0.1
16.7% of questions
Show example »
2 By considering a change of sign, show that the equation \(\mathrm { e } ^ { x } - 5 x ^ { 3 } = 0\) has a root between 0 and 1 .
View full question →
Explain Sign Change Method Failure

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).

4 Moderate -0.4
11.1% of questions
Show example »
2 The diagram shows part of the graph of \(y = \mathrm { f } ( x )\), where \(\mathrm { f } ( x )\) is a cubic polynomial in \(x\). \includegraphics[max width=\textwidth, alt={}, center]{7298e7b9-ad52-480c-bc2b-8289aeab9ebb-04_437_620_909_274} Explain why one of the roots of the equation \(\mathrm { f } ( x ) = 0\) cannot be found by the sign change method.
View full question →
Secant Method or False Position

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.

3 Standard +0.5
8.3% of questions
Show example »
8 The graph of \(\mathrm { y } = 0.2 \cosh \mathrm { x } - 0.4 \mathrm { x }\) for values of \(x\) from 0 to 3.32 is shown on the graph below. \includegraphics[max width=\textwidth, alt={}, center]{4023e87c-34b1-4abd-9acc-ede5e4d68c7f-08_988_1561_312_244} The equation \(0.2 \cosh x - 0.4 x = 0\) has two roots, \(\alpha\) and \(\beta\) where \(\alpha < \beta\), in the interval \(0 < x < 3\). The secant method with \(x _ { 0 } = 1\) and \(x _ { 1 } = 2\) is to be used to find \(\beta\).
  1. On the copy of the graph in the Printed Answer Booklet, show how the secant method works with these two values of \(x\) to obtain an improved approximation to \(\beta\). The spreadsheet output in the table below shows the result of applying the secant method with \(x _ { 0 } = 1\) and \(x _ { 1 } = 2\).
    IJKLM
    2\(r\)\(\mathrm { x } _ { \mathrm { r } }\)f(x)\(\mathrm { X } _ { \mathrm { r } + 1 }\)\(\mathrm { f } \left( \mathrm { x } _ { \mathrm { r } + 1 } \right)\)
    301-0.09142-0.0476
    412-0.04763.085290.95784
    523.085290.957842.05134-0.0298
    632.05134-0.02982.08259-0.0181
    742.08259-0.01812.130420.00155
    852.130420.001552.12664\(- 7 \mathrm { E } - 05\)
  2. Write down a suitable cell formula for cell J4.
  3. Write down a suitable cell formula for cell L4.
  4. Write down the most accurate approximation to \(\beta\) which is displayed in the table.
  5. Determine whether your answer to part (d) is correct to 5 decimal places. You should not calculate any more iterates.
  6. It is decided to use the secant method with starting values \(x _ { 0 } = 1\) and \(\mathrm { x } _ { 1 } = \mathrm { a }\), where \(a > 1\), to find \(\alpha\). State a suitable value for \(a\).
View full question →
Interval Bisection with Other Methods

Questions that require interval bisection followed by or combined with other numerical methods such as Newton-Raphson or linear interpolation.

3 Standard +0.3
8.3% of questions
Show example »
2. (a) Show that \(\mathrm { f } ( x ) = x ^ { 4 } + x - 1\) has a real root \(\alpha\) in the interval [0.5, 1.0].
[0pt] (b) Starting with the interval [0.5, 1.0], use interval bisection twice to find an interval of width 0.125 which contains \(\alpha\).
(c) Taking 0.75 as a first approximation, apply the Newton Raphson process twice to \(\mathrm { f } ( x )\) to obtain an approximate value of \(\alpha\). Give your answer to 3 decimal places.
View full question →
Interval Bisection from Spreadsheet

Questions that present interval bisection data in spreadsheet format and require interpretation or continuation of the bisection process from given values.

3 Moderate -0.3
8.3% of questions
Show example »
2 The following spreadsheet printout shows the bisection method being applied to the equation \(\mathrm { f } ( x ) = 0\), where \(\mathrm { f } ( x ) = \mathrm { e } ^ { x } - x ^ { 2 } - 2\). Some values of \(\mathrm { f } ( x )\) are shown in columns B and D.
ABCDEFG
1a\(\mathrm { f } ( a )\)bf(b)\(( a + b ) / 2\)\(\mathrm { f } ( ( a + b ) / 2 )\)mpe
21-0.2817221.3890561.50.2316890.5
31-0.281721.50.2316891.25-0.0721570.25
41.25-0.072161.50.2316891.3750.0644520.125
51.25-0.072161.3750.0644521.3125-0.0072060.0625
61.3125-0.007211.3750.0644521.343750.0277280.03125
  1. The formula in cell A 3 is \(= \mathrm { IF } ( \mathrm { F } 2 > 0\), A2, E2). State the purpose of this formula.
  2. The formula in cell C 3 is \(= \mathrm { IF } ( \mathrm { F } 2 > 0 , \ldots , \ldots )\). What are the missing cell references?
  3. In which row is the magnitude of the maximum possible error (mpe) less than \(5 \times 10 ^ { - 7 }\) for the first time?
View full question →
Sign Change with Intersection Points

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.

1 Standard +0.3
2.8% of questions
Show example »
9.
\includegraphics[max width=\textwidth, alt={}]{49d985bf-7c94-4a54-88c1-c0084cd94000-3_485_945_1119_447}
The diagram shows the curve with equation \(y = 2 x - 3 \ln ( 2 x + 5 )\) and the normal to the curve at the point \(P ( - 2 , - 4 )\).
  1. Find an equation for the normal to the curve at \(P\). The normal to the curve at \(P\) intersects the curve again at the point \(Q\) with \(x\)-coordinate \(q\).
  2. Show that \(1 < q < 2\).
  3. Show that \(q\) is a solution of the equation $$x = \frac { 12 } { 7 } \ln ( 2 x + 5 ) - 2 .$$
  4. Use an iterative process based on the equation above with a starting value of 1.5 to find the value of \(q\) to 3 significant figures and justify the accuracy of your answer.
View full question →
Linear Interpolation with Prior Root Verification

Questions that require showing a root exists in the interval (via sign change) before applying linear interpolation.

0
0.0% of questions