Anda di halaman 1dari 12

1-1

1. Determine Using Newton Raphson method, root of equation


ex cos x 1.4 =0 with accuracy of 0.001
Take initial guess 0.
2. Find value of y for x=0.5 for the following table of x,y values using Newtons Forward Method.
X

25

100

250

OR
3. Steel plate of 750750mm has its two adjacent sides maintained at 100 degree C. While other
two sides are maintained at 0 degree C. What will be the steady state temperature at interior
points assuming a grid size of 250mm. Solve by Laplace Method.

1-2
1. Find the integration of (4x - 1) in the limits 1 to 4 by Simpsons 3/8th Method using six strips
2. 10x+y+z=12; 2x+10y+z=13; 2x+2y+10z=14
Find values of x,y,z by Gauss Elimination Method
OR
3. The following table gives values of x & y,
x
y

1.2
4.2

2.1
6.8

2.8
9.8

4.1
13.4

4.9
15.5

Using Lagranges Interpolation Method find value of y at x = 3.55.

6.2
19.6

1-3
1. Determine Using newton raphson method, root of equation
f(x) = 0.51x sin x using 3 iteration.
Take initial guess 2.
2. The following table gives values of x & y,
x
5
7
11
13
17
y
150
392
1452
2366
5202
Using Lagranges Interpolation Method find value of y at x = 9

OR
3. Find value of y for x=0.5 for the following table of x,y values using Newtons Forward Method.
X

25

100

250

1-4
1. Determine Using Newton Raphson method, root of equation
ex cos x 1.4 sin x = 0.8 with 3 iteration.
Take initial guess 1.
2. The following table gives values of x & y,
x
y

5
12

6
13

9
14

11
16

Using Lagranges Interpolation Method find value of y at x = 10

OR
3. 3x-y-z = 4; x+4y-z = -5; x+y-6z = -12
Find values of x,y,z by Gauss Seidel Method.

1-21
1. Find the integration of x3+x-1 with the limits 1 to 4. Using Gauss Legendre 2 point formula.

2. 10x+y+z=12; 2x+10y+z=13; 2x+2y+10z=14


Find values of x,y,z by Gauss Seidel Method.
OR
3. Given the values of u(x,y) on the boundary of the square is as follows, evaluate the functions
u(x,y) satisfying the laplace equation 2u=0. Boundary conditions, Top=1000; Bottom=500;
Left=2000; Right=500 with 3x3 grid points.

1-4
1. Use least square method to fit a curve of the form y = abx to the following data. Find the values of a & b.

x
y

1
4

2
11

3
35

4
100

2. Find value of y for x=0.5 for the following table of x,y values using Newtons Forward Method.
X

25

100

250

OR
3. 10x+y+z=12; 2x+10y+z=13; 2x+2y+10z=14
Find values of x,y,z by Gauss Seidel Method.

-----------------------------------------------------------------------------------------------------------------------------------------

1-5
1.

Given boundary conditions that at x = 3, t =0


Step Size = 1 Tabulate value of t & x for t = 0 to 3 with increment in t as 1 by Runge kutta
2nd Order Method.
2. Solve the following equations using Gauss elimination method

x+y+z=4; 2x+y+z=5; 3x+2y+1=7


OR
3. Steel plate of 750750mm has its two adjacent sides maintained at 100 degree C. While

other two sides are maintained at 0 degree C. What will be the steady state temperature at
interior points assuming a grid size of 250mm. Solve by Laplace Method.
-----------------------------------------------------------------------------------------------------------------------------------------

1-6
1. Find the integration of (4x + 2) in the limits 1 to 4 by trapezoidal Method using six strips

2. Given the values of u(x,y) on the boundary of the square is as follows, evaluate the functions
u(x,y) satisfying the laplace equation 2u=0. Boundary conditions, Top=1000; Bottom=500;
Left=2000; Right=500 with 3x3 grid points.

OR
3 . Find value of y for x=0.5 for the following table of x,y values using Newtons Forward
Method.
X

25

100

250

--------------------------------------------------------------------------------------------------------------------------------------

1-7
1. y= a+bx; using straight line method find values of a & b.

x
y
x
y

40
50
60
70
1069.1 1063.6 1058.2 1052.7
2. The following table gives values of x & y,
5
12

6
13

9
14

80
1049.3

90
1041.8

100
1036.3

110
1030.8

11
16

Using Lagranges Interpolation Method find value of y at x = 10

OR
3. Solve the following equations using Gauss elimination method

x+y+z=4; 2x+y+z=5; 3x+2y+1=7

-----------------------------------------------------------------------------------------------------------------------------------------

1-8
1. Find the root of the equation X3 20X + 20 = 0 using Newton
Raphson Method. Correct upto 3 decimal places.
2. The following table gives values of x & y,
x
100
150
200
250
300
350
400
y
10.63
13.03
15.04
16.81
18.42
19.9
21.27
Using Newton Forward Interpolation Method, find value of y at x = 218

OR
3. 10x+y+z=12; 2x+10y+z=13; 2x+2y+10z=14
Find values of x,y,z by Gauss Seidel Method.

-----------------------------------------------------------------------------------------------------------------------------------------

1-9
1. Find the integration of ( 1 / 1 + x ) in the limits 0 to 6 by trapezoidal Method using six
strips

2. The following table gives values of x & y,


x
y

5
12

6
13

9
14

11
16

Using Lagranges Interpolation Method find value of y at x = 10


OR
3. 3x-y-z = 4; x+4y-z = -5; x+y-6z = -12
Find values of x,y,z by Gauss Elimination

-------------------------------------------------------------------------------------------------------------------------------

1-10
1. Use Successive Approximation Method to obtain the root of the equation
x2 8X + 6 = 0 with accuracy of 0.01. Take initial guess x1 = 0. (Consider 4iteration.)
2. The following table gives values of x & y,
x
y

1.7
5.474

1.8
6.05

1.9
6.686

2.0
7.389

2.1
8.166

2.2
9.025

2.3
9.974

Using Newton Forward Interpolation Method, find value of y at x = 1.85


OR
3. 10x+y+z=12; 2x+10y+z=13; 2x+2y+10z=14
Find values of x,y,z by Gauss Seidel Method.

---------------------------------------------------------------------------------------------------------------------------

1-11
1. y= a+bx; using straight line method find values of a & b.
x
50
70
100
120
y
12
15
21
25
2. Given the values of u(x,y) on the boundary of the square is as follows, evaluate the
functions u(x,y) satisfying the laplace equation 2u=0. Boundary conditions, Top=1000;
Bottom=500; Left=2000; Right=500 with 3x3 grid points.
OR
3. The following table gives values of x & y,
x
100
150
200
250
300
350
400
y
10.63
13.03
15.04
16.81
18.42
19.9
21.27
Using Newton Forward Interpolation Method, find value of y at x = 218

-------------------------------------------------------------------------------------------------------------------------------

1-12
1. Use Successive Approximation Method to obtain the root of the equation
ex cos x 1.4= 0 with accuracy of 0.01. Take initial guess x1 = 0. Consider 5 iteration.
2. The following table gives values of x & y,
x
y

5
12

6
13

9
14

11
16

Using Lagranges Interpolation Method find value of y at x = 10

OR
3. Given the values of u(x,y) on the boundary of the square is as follows, evaluate the
functions u(x,y) satisfying the laplace equation 2u=0. Boundary conditions, Top=1000;
Bottom=500; Left=2000; Right=500 with 3x3 grid points.

1-13
2

1.

/ 2y

Given boundary conditions that at x = 0, y =1.2


Step Size = 0.4 Find y at x = 0.4 by Runge kutta 2nd Order Method.
2. Steel plate of 750750mm has its two adjacent sides maintained at 100 degree C. While

other two sides are maintained at 0 degree C. What will be the steady state temperature at
interior points assuming a grid size of 250mm. Solve by Laplace Method.

OR
3. Find value of y for x=0.5 for the following table of x,y values using Newtons Forward

Method.
X

25

100

250

-----------------------------------------------------------------------------------------------------------------------------------------

1-14
1. Find the integration of ( ex x3 2x + 1) in the limits 1 to 4 by Simpsons 1/3rd Method
using six strips

2. The following table gives values of x & y,


x
y

5
12

6
13

9
14

11
16

Using Lagranges Interpolation Method find value of y at x = 10


OR
3. 3x+4y+5z=40; 2x-3y+4z= 13; x+y+z = 9
Find values of x,y,z by Gauss Elimination Method.
----------------------------------------------------------------------------------------------------------------------------------------

1-15
1. Find the integration of (ex ) in the limits 0 to 4 by Simpsons 1/3rd Method using four strips

2. Given the values of u(x,y) on the boundary of the square is as follows, evaluate the functions
u(x,y) satisfying the laplace equation 2u=0. Boundary conditions, Top=1000; Bottom=500;
Left=2000; Right=500 with 3x3 grid points.

OR
3. 3x+4y+5z=40; 2x-3y+4z= 13; x+y+z = 9
Find values of x,y,z by Gauss Seidel Method.

-----------------------------------------------------------------------------------------------------------------------------------------

1-16
1. 1. Find the integration of x3 -cosx +6 with the limits 0 to 4. Using Gauss Legendre 3point
formula.
2. 3x+4y+5z=40; 2x-3y+4z= 13; x+y+z = 9
Find values of x,y,z by Gauss Elimination Method.
OR
3. Find value of y for x=0.5 for the following table of x,y values using Newtons Forward Method.
X

25

100

250

1-17
1. Find the integration of x2 -5x +2 with the limits 3 to 5. Using Gauss Legendre 3point formula.
2. The following table gives values of x & y,
x
y

5
12

6
13

9
14

11
16

Using Lagranges Interpolation Method find value of y at x = 10

OR
3. 3x-y-z = 4; x+4y-z = -5; x+y-6z = -12
Find values of x,y,z by Gauss Elimination
-----------------------------------------------------------------------------------------------------------------------------------------

1-18
1. Find the integration of xex Using Gauss Legendre 2 point formula.
Take initial limit = 1 & final limit = 2.

210x+y+z=12; x+10y+z=12; x+y+10z=12


Find values of x,y,z by Gauss Elimination Method.
OR
3..Given the values of u(x,y) on the boundary of the square is as follows, evaluate the functions
u(x,y) satisfying the laplace equation 2u=0. Boundary conditions, Top=1000; Bottom=500;
Left=2000; Right=500 with 3x3 grid points.

1-19
1.

Given boundary conditions that at x = 1, y = 0.1. Take no of strips = 5


Find y at x = 1.2
2.

by Eulers Method.

10x+y+z=12; x+10y+z=12; x+y+10z=12

Find values of x,y,z by Gauss Seidel Method.


OR
3. Find value of y for x=0.5 for the following table of x,y values using Newtons Forward Method.
X

25

100

250

-----------------------------------------------------------------------------------------------------------------------------------------

1-22
1. y= a+bx; using straight line method find values of a & b.

x
y

50
12

70
15

100
21

120
25

2. Steel plate of 750750mm has its two adjacent sides maintained at 100 degree C. While other
two sides are maintained at 0 degree C. What will be the steady state temperature at interior
points assuming a grid size of 250mm. Solve by Laplace Method.
OR
3. The following table gives values of x & y,
x
5
6
9
11
y
12
13
14
16
Using Lagranges Interpolation Method find value of y at x = 10
-----------------------------------------------------------------------------------------------------------------------------------------

1-23
1. Find the integration of ( x2 cos x + 2 ) in the limits 0 to 2 by Simpsons 3/8th Method using
six strips

2. The following table gives values of x & y,


x
y

5
12

6
13

9
14

11
16

Using Lagranges Interpolation Method find value of y at x = 10


OR
3. Find value of y for x=0.5 for the following table of x,y values using Newtons Forward
Method.
X

25

100

250

Anda mungkin juga menyukai