Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 3

Intermediate value theorem

By using intermediate value theorem


(a) show that there exist at least a root for
the equation f ( x) = x - cos x in interval
[0,1].
(b) determine whether there exist a
solution for y1 = 4 x and y2 = e over the
2 x

interval [-1,0] .

Bisection method
(a) Use bisection method to find root of
f ( x ) = x 2 - 5 in interval [-2.5, -1.5].
(b) Given the function f ( x) = x and
g ( x ) = 2sin x .
(i) Sketch the graph of these function.
(ii) Find a suitable interval [a, b] which
that contain the first positive root of
x = 2sin x . Check using intermediate
value theorem.
(iii)Hence, approximate the root by
using bisection method. (1.895)

(c) Given the function f ( x ) = sin 2 x + x - 3.


3
Find the root of f ( x) by using bisection
method with b - a = 1. Do your
calculation in 9 decimal places.
Approximate the value of x to within an
absolute tolerance of 10-3 .

Secant method
(a) Use secant method to find an
approximation to the root of
x 3 - 3 = ln(e x + 1) in interval [0, 2].
(b) Given the function f ( x) = x - 23 .
2

(i) Sketch the graf of f ( x) .


(ii) Find a suitable interval [a, b] which
that contain the positive root of f ( x)
. Check using intermediate value
theorem.
(iii)Hence, approximate the root by
using secant method.

Newton-Raphson method
(a) Use N-R method to find an
approximation to the root of
x 3 - 3 = ln(e x + 1) . Choose x0 = 2 .
(b) Use N-R method to find an
approximation to the root of
x 3 - 2 x 2 - 5 = 0 . Choose x0 = 3 .
(c) Given the function f ( x) = 3x + 2sin x + 1.
(-0.201)
(i) Sketch the graf of f ( x) .
(ii) Find a suitable initial value x0 .
(iii)Hence, approximate the root by
using Newton-Raphson method.

You might also like