0% found this document useful (0 votes)
3 views5 pages

Numerical Methods Assignment MTH603

The document outlines an assignment for MTH603 (Spring 2025) with various mathematical problems. It includes tasks such as calculating errors from approximations, finding roots using the bisection method, applying the Secant and False Position methods, and evaluating a square root using Newton's formula. Each problem requires specific solutions and comparisons of accuracy.

Uploaded by

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

Numerical Methods Assignment MTH603

The document outlines an assignment for MTH603 (Spring 2025) with various mathematical problems. It includes tasks such as calculating errors from approximations, finding roots using the bisection method, applying the Secant and False Position methods, and evaluating a square root using Newton's formula. Each problem requires specific solutions and comparisons of accuracy.

Uploaded by

xemoh74681
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Assignment # 01 MTH603 (Spring 2025)

Student ID: Bc230217801


1. Let p=0.54617 andq=0.54601. Use four-digit rounding off to approximate r =p−q and
¿ ¿ ¿
then determine the absolute and relative errors. (Hint: find r = p −q as an approximate
value)

Solution:
2. Determine an approximate root of the equation

x
3 x−e =0

in the interval [1, 2] using one iteration of the bisection method.

Solution:
3. Let f ( x)=x2 −6 with x 0=3 and x 1=2 , find x 2.
a. Use the Secant method.
b. Use the method of False Position.
c. Which of part (a)∨part (b) is closer to √ 6 ?

Solution:
4. Evaluate √ 19 by Newton’s formula.
f(x)=x2-19

Solution:

You might also like