[go: up one dir, main page]

0% found this document useful (0 votes)
41 views12 pages

Numerical Methods 2a

The document contains a series of mathematical problems related to numerical methods, including finding roots of equations through iterative formulas. Each question requires showing certain properties of functions, calculating values to specified decimal places, and proving the accuracy of approximations. The problems involve functions like y = 2cos + x^3 - 3x - 2 and g(x) = e^(x-1) + x - 6.

Uploaded by

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

Numerical Methods 2a

The document contains a series of mathematical problems related to numerical methods, including finding roots of equations through iterative formulas. Each question requires showing certain properties of functions, calculating values to specified decimal places, and proving the accuracy of approximations. The problems involve functions like y = 2cos + x^3 - 3x - 2 and g(x) = e^(x-1) + x - 6.

Uploaded by

jaynil patel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

Numerical Methods 1

Q1.

Figure 2

Figure 2 shows a sketch of part of the curve with equation

y = 2cos + x3 − 3x − 2

The curve crosses the x-axis at the point Q and has a minimum turning point at R.

(a) Show that the x coordinate of Q lies between 2.1 and 2.2
(2)
(b) Show that the x coordinate of R is a solution of the equation

(4)
Using the iterative formula

(c) find the values of x1 and x2 to 3 decimal places.


(2)

(Total 8 marks)
Q2.
g(x) = ex−1 + x − 6
(a) Show that the equation g(x) = 0 can be written as

x = ln(6 − x) + 1, x

(2)

The root of g(x) = 0 is a.

The iterative formula

xn + 1= ln(6 − xn) + 1, x0 = 2

is used to find an approximate value for a.

(b) Calculate the values of x1, x2 and x3 to 4 decimal places.

(3)

(c) By choosing a suitable interval, show that a = 2.307 correct to 3 decimal places.

(3)
(Total 8 marks)
Q3.

(a) Show that the equation f (x) = 0 can be written as

(3)
The equation x + 3x + 4x −12 = 0 has a single root which is between 1 and 2
3 2

(b) Use the iteration formula

with x0 = 1 to find, to 2 decimal places, the value of x1, x2, and x3.
(3)
The root of f(x) = 0 is α.

(c) By choosing a suitable interval, prove that α = 1.272 to 3 decimal places.


(3)
(Total 9 marks)
Q4.

(a) Show that the equation f (x) = 0 can be written as

(3)
The equation x + 3x + 4x −12 = 0 has a single root which is between 1 and 2
3 2

(b) Use the iteration formula

with x0 = 1 to find, to 2 decimal places, the value of x1, x2, and x3.
(3)
The root of f(x) = 0 is α.

(c) By choosing a suitable interval, prove that α = 1.272 to 3 decimal places.


(3)
(Total 9 marks)
Mark Scheme
Q1.
Q2.
Q3.
Q4.

You might also like