Sample Exam 1 - Spring 2024
Sample Exam 1 - Spring 2024
2- Use the simple one point iteration method to find the root of the equation 3x2 − ex = 0.
Perform three iterations start at x0 = 1. Provide your answer to 6 significant figures.
4- Perform five iterations of the one-point iteration method to determine a solution to the
equation x = cos x in [0, /2]. Use x0 = 0.11 Provide your answer to 5 significant figures.
6- Let f(x) = exp(−x2) – 3x – 2. Estimate the root of f(x) by the fixed point method. Use x0 = 0 and s
= 1 %.
a) -1.97984 b) -0.68633 c) -0.3772 d) -0.26697 e) -0.20846
7- To guarantee that the one-point iteration method converges to the unique root of
x 3 + 4x 2 − 10 = 0 in the interval [1, 2], we write the equation in the form x= g(x)
1/ 2
10
a) g ( x) = x − x 3 − 4 x 2 + 10 ; b) g ( x) = − 4 x ;
x
( )
1/ 2
1 1/ 2 10
c) g ( x) = 10 − x 3 ; d) g ( x) = ;
2 4+ x
8- Find the maximum of the function f(x) = exp(x) – 2x – 2 using Newton method with x0 = 1 and s
= 0.5 %.
9- Given the following data points, f(1) = 1.5, f(2) = 2.5, f(3) = 4.5, use a second order LaGrange
interpolating polynomial to estimate the value of f(2.1).
a) 2.655 b) 2.820 c) 2.995 d) 3.180 e) 3.375
10- Perform three iterations using the Bisection method to find an estimate for the root in
[0, 0.15] of 2x3 +3.9x2 +1.8x − 0.1 = 0. Give the answer using four significant figures.