You are on page 1of 2

Numerical Method

Tutorial-1

Civil B-III/I

1. Bisection Method and False Position Method


a. Find the root of equation X3-12.1X2+7.2X+41.5=0
b. Find where the equation y= x-3 and y= ln x intersecting using bisection method with
accuracy 0.0001.
c. Determine root of tan x+ tanh x=0 to four decimal Places.
d. Find the root of equation f(x)=X2-3x+R , where R= your class roll number , correct up to two
digit.
e. Find the root of equation logx- cosx=0 , correct to four decimal values.
f. Highest possible root of X3+X2-3X-3=0 , carry out up to 2% error.
2. NR Method
a. -0.87X2+1.75X+2.625=0 , with initial guess 3.1 and correct to 4 decimal places.
b. -23.33+79.35X-88.09X2+41.6 X3 8.64 X4 =0; with initial guess 3.5,4,4.5.
c. Find the correct root to 6 decimal places , xlog10x =4.7724
d. Find the square root of 13, correct to 4 decimal places.
e. Find the real root of x=e-x , correct to six decimal places.
f. Find out the correct root of equation F(x)= x sinx+ cosx to four decimal places
g. Find the real root of x3-4x+1=0 that lies between 1 and 4 , correct to three decimal places ,
carry out the iteration with error calculation , until the correct value of three significant
digits does not appear.
h. Find the real root of f(x)=ex-1-5x , correct to four decimal places.
3. Secant method
a.
b.
c.
d.

Solve the equation x-ex/3=0 to find the correct root for four digit value.
Solve the equation 3e-x+6tan x-R=0, where R=your class roll number.
Solve xlog10x =1.2 up to seven iteration.
Solve tanx-4x=0 to find the correct root for four decimal points.

e. 3x+sinx-ex =0 , correct to 3 decimal values. Calculate error in each iteration.


f. Find the real root of X3+X2-3X-3=0, correct up to four decimal point.
g. Solve x3-21x+3500=0 , correct to 3 significant digits. List the percentage error between
successive iteration.
4. What is Error? Explain different types of errors and measuring criteria.
5. Explain about the conversion techniques of
a. Bisection method
b. NR method
c. False Position Method.
6. Describe the limitation of NR method with clear figure and explain in detail.

Note: Tutorial Should be submitted within 15 days of announcement in class.

Prepared by:
Krishna Gaihre

Error:
Error is deviation from the exact value or expected value.
There are different types of error. Mainly the error can be defined in two types.

Note: Tutorial Should be submitted within 15 days of announcement in class.

Prepared by:
Krishna Gaihre

You might also like