0% found this document useful (0 votes)
8 views1 page

Computational Method Numerical Integration

The document outlines various computational methods for finding roots and approximating values of integrals using techniques like successive bisection, Newton-Raphson method, and numerical integration rules such as Trapezoidal and Simpson's. It includes specific problems to solve, such as finding square roots, cube roots, and evaluating integrals with defined accuracy and error bounds. Additionally, it discusses the number of iterations required for certain equations and the analysis of roots in given intervals.

Uploaded by

prashantdani434
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)
8 views1 page

Computational Method Numerical Integration

The document outlines various computational methods for finding roots and approximating values of integrals using techniques like successive bisection, Newton-Raphson method, and numerical integration rules such as Trapezoidal and Simpson's. It includes specific problems to solve, such as finding square roots, cube roots, and evaluating integrals with defined accuracy and error bounds. Additionally, it discusses the number of iterations required for certain equations and the analysis of roots in given intervals.

Uploaded by

prashantdani434
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/ 1

c) dx , h =

Computational methods
8) For each of the following integrals
1) Apply the method of successive bisection, to find the

i) Square root of 123 with in two place of decimal in (11, 12) a) , n= 4 b) , n= 4

ii) Approximate value of cube root of 10 with an error not more than 10 -3 . i) Calculate the exact value of I using the fundamental theorem of

2) Apply the method of successive bisection, to find the root of the equation
calculus.
ii)Approximate value of I using Trapezoidal rule and Simpson’s
i) 3x - 2x = 0 correct to 3 place of decimal with error less than 0.005.
1/3 rule.
ii) X4 - x - 10 = 0 in [1, 3] iii) Determine the error in each case.
3) Show that the equation f(x) = x3 -10 = 0 has no negative root and one iv) Find an error bound for each approximation .
positive root . Find the positive root, using bisection method within an
accuracy 0.01.

4) Find the number of iterations to get the root of an equation in [1, 2] with
the tolerance 10-4.

5) Using Newton Raphsion metod, find the values of 1st iteration, 2nd
iteration & 3rd iteration of the equation x3 -3x +2 = 0 taking initial guess x = 0.

6) Using Newton Raphsion metod find

i) The cube root of 6.

ii) The root of 3 tan3x - 3x - 1 = 0 lying between correct to 3 place of decimal.

iii) The root of x + 2 - ex = 0 in (1, 2) correct to 3 place of decimal with error


less than 0.0005.

7) Evaluate the following integrals by using

i) trapezoidal rule ii) Simpson’s 1/3 rule iii) Simpson’s 3/8 rule

a) dx, h = 0.25 b) dx , n = 6

You might also like