[SOLVED] MA 322 - Lab1

35.00 $

Category:
Click Category Button to View Your Next Assignment | Homework

You will receive the following solution file(s) instantly after successful payment:

zip file icon lab01-dfumh9.zip (19.4 KB)
Assignment Instructions Updated Recently? Submit Below and we will provide new Solution!
Submit New Instructions
πŸ”’ Securely Powered by:
Secure Checkout
5/5 - (1 vote)

 

  1. The iteration

,

converges to . For a = 2, determine

  • Number of iterations n such that |xn+1 βˆ’ xn| β‰€βˆš10βˆ’5.
  • Determine the order of convergence assuming 2 = 1.
  1. Let f(x) = tan(Ο€βˆ’x)βˆ’x and consider the equation f(x) = 0. Now, we wish to determine the approximate root for the equation in [1.6,3] using the following algorithm. Step 1: Divide the interval into n equal parts by the points

x0 = 1.6, x1 = x0 + h,…,xn = xnβˆ’1 + h = 3.

Step 2: Then determine the values of f(xk), k = 0,1,…,n and set that value of xk to be the root for which |f(xk) βˆ’ 0| is minimum.

  1. Consider the equation

.

Use bisection method to find an approximate root in the interval [Ο€/2, Ο€]. Then modify the approximation using Newton’s method which is correct up to seven decimal places.

  1. Consider the equation

x

sinx = 0.

2 βˆ’

Use bisection method to find an approximate root in the interval [Ο€/2, Ο€]. Then modify the approximation using fix point iteration and calculate the order of convergence.

  1. Consider f(x) = 0, f(x) = eβˆ’x(x2 + 5x + 2) + 1. Find an approximate root using secant method with x0 = βˆ’1 and the stopping criterion |xn+1 βˆ’ xn| ≀ 10βˆ’5|xn+1|.
  2. Consider f(x) = 0, f(x) = eβˆ’x(x2 + 5x + 2) + 1. Use Bisection method to find an approximation of actual root. Then modify the root using following iterative scheme

.

Determine the order of convergence.

  1. Consider the equation

x

sinx = 0.

2 βˆ’

Use bisection method to find an approximate root in the interval [Ο€/2, Ο€]. Then modify the root using following iterative scheme

.

Determine the order of convergence.

1

  1. Consider f(x) = 0, f(x) = eβˆ’x(x2 + 5x + 2) + 1. Use Bisection method to find an approximation of actual root. Then modify the root using following iterative scheme

.

Determine the order of convergence.

2

  • lab01-dfumh9.zip