You are on page 1of 2

Bachelor of Geomatic Engineering/Fifth Semester/Final

Time: 03:00 hrs. Full Malrks: 80

BEG375CO: Numerical methods Pass Marks: 32

All questions carry equal marks. The marks allotted for each sub-question is specified along its side.

Group- A

Answer six questions

[610=60]

1. Find a root of the equation x3- 4x - 9 = 0 using the bisection method correct to three decimal
places.
2. Find the roof of equation x3- x - 3 = 0 using Newton Raphson method correct to 3 decimal places.
3. Solve the equation by factorization method 3x 1+2x2 + x3 = 10, 2x1 + 3x2+2x3 = 14, x1 +2x2 +3x3
=14.
4. Given the values
x: 5 7 11 13 17
f(x): 150 392 1452 2366 5202
Evaluate f(9) using lagrange's formula.
2 2
x +2 x +1
5. Evaluate 1+(x +1)
4 dx by using Gaussion 3- points formula.
0

6. Using Runge-Kutta method of fourth order, solve


dy y 2 x2
dx = y 2+x
2
with y(0) = 1 at x = 0.2, 0.4.

7. Consider the steel plode of size 15 cm15cm. If two of the sides are held at 100 0c and other two
of the sides are held at 0 oc, what are the steady-state temperature at interior points assuming a grid
size of 5cm5cm?
8. Fit a second order polynomial.
x: 1 2 3 4
y: 6 11 18 27

Group- B

Answer TWO questions. [210=20]

9. Write a C program to find roots of any equation using sepand method.

10.Write a program to Solve the ordinary differential equations using Euler's method.

11.Write an algorithms and program to fit y = a + bx to a given set of data point.

12.Write an algorithm to solve Gauss elimination with pivoting.

You might also like