0% found this document useful (0 votes)
46 views3 pages

2.example Nonlinear Equations

This document discusses several numerical methods for finding roots of equations: - The intermediate value theorem can be used to show that equations like f(x) = x - cos(x) have at least one root in a given interval. - The bisection method uses interval halving to approximate roots by repeatedly narrowing the interval containing the root. - The secant method approximates roots by finding the x-intercept of the secant line between successive points. - Newton's method approximates roots by using tangent lines and the derivative to generate improved estimates of the root.

Uploaded by

Syamim Hamizan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views3 pages

2.example Nonlinear Equations

This document discusses several numerical methods for finding roots of equations: - The intermediate value theorem can be used to show that equations like f(x) = x - cos(x) have at least one root in a given interval. - The bisection method uses interval halving to approximate roots by repeatedly narrowing the interval containing the root. - The secant method approximates roots by finding the x-intercept of the secant line between successive points. - Newton's method approximates roots by using tangent lines and the derivative to generate improved estimates of the root.

Uploaded by

Syamim Hamizan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 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