0% found this document useful (0 votes)
18 views

Assignment I Last Date 02-09-2020

The document outlines an assignment on iterative methods for solving equations. It contains two parts: Part A asks students to explain methods like bisection, fixed point, Newton's, and iteration. It also asks about convergence conditions and orders of convergence. Part B instructs students to find positive roots of four equations using bisection, Regula Falsi, fixed point, and Newton-Raphson methods.

Uploaded by

Gnanaraj
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

Assignment I Last Date 02-09-2020

The document outlines an assignment on iterative methods for solving equations. It contains two parts: Part A asks students to explain methods like bisection, fixed point, Newton's, and iteration. It also asks about convergence conditions and orders of convergence. Part B instructs students to find positive roots of four equations using bisection, Regula Falsi, fixed point, and Newton-Raphson methods.

Uploaded by

Gnanaraj
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Assignment I Last Date 02-09-2020

PART A
1. Illustrate Bisection method.
2. Explain the Physical meaning of Bisection Method.
3. What is the minimum number of iterations required for the convergence of
solution in Bisection Method?
4. Explain Iteration Method.
5. Explain the Physical meaning of Fixed Point Method.
6. State the condition for convergence of Fixed Point method.
7. What is the order of convergence in Fixed point method?
8. Illustrate Newton’s method.
9. Explain the Physical meaning of method of tangents.
10. Recall the condition for convergence of Newton’s method.
11. What is the order of convergence in Newton’s method?
12. Find an iterative formula for finding the square root of a positive number N
hence find the value of square root of 24
13. What is the order of convergence of method of tangents, Regula Falsi
method, and Iteration method?
14. Find an iterative formula for (N)1/p
15. Differentiate between direct methods and iteration method.
16. How will you find negative root of an equation by Secant Method(Regula falsi
method)?

PART B
Find a positive root of the following equations

1) 3x = cos x +1 2) xex = 3. 3) x log10x = 4.77239 4) xex = cos x

Using I. Bisection Method II. Regula Falsi Method

III. Fixxed Point Method IV Newton-Rapjson Method.

You might also like