0% found this document useful (0 votes)
60 views8 pages

07a1bs09numericalmethods

This document contains 4 sets of numerical methods examination questions. The questions cover topics like root finding using bisection and false position methods, interpolation, curve fitting, numerical integration, solving systems of equations, numerical solutions to differential equations, and solving partial differential equations using finite difference methods. Students are asked to find roots, derivatives, integrals, solve systems of equations, and differential equations to specified precisions. Diagrams are included that provide boundary conditions for partial differential equations.

Uploaded by

Ermias Nigussie
Copyright
© Attribution Non-Commercial (BY-NC)
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)
60 views8 pages

07a1bs09numericalmethods

This document contains 4 sets of numerical methods examination questions. The questions cover topics like root finding using bisection and false position methods, interpolation, curve fitting, numerical integration, solving systems of equations, numerical solutions to differential equations, and solving partial differential equations using finite difference methods. Students are asked to find roots, derivatives, integrals, solve systems of equations, and differential equations to specified precisions. Diagrams are included that provide boundary conditions for partial differential equations.

Uploaded by

Ermias Nigussie
Copyright
© Attribution Non-Commercial (BY-NC)
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/ 8

Code No: 07A1BS09

Set No. 1

I B.Tech Supplimentary Examinations, Aug/Sep 2008 NUMERICAL METHODS (Aeronautical Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks 1. Find the root of the equation x3 + x2 +x+7=0 correct to three decimal places by. (a) Bisection method. (b) Method of false position. [8+8]

2. (a) Given sin 450 =0.7071, sin500 =0.7660, sin550 =0.8192 and sin600 =0.8660.Find sin520 using Newtons interpolation formula. Estimate the error. (b) Find the second dierence of the polynomial x4 12x3 + 42x2 -30x+9 with interval of dierencing h=2. [12+4] 3. (a) Fit a parabola to the data: x 1 2 3 4 5 6 y 3 4 7 12 21 32 (b) Find the curve of best t for the data below: x 0.5 1 1.5 2 2.5 3 y 1.62 1 0.75 0.62 0.52 0.46 4. (a) Explain Gram-Schmidt orthogonalising process. (b) Using the Gram-Schmidt orthogonalisation process, compute the rst three orthogonal polynomials P0 (x), P1 (x), P2 (x) which are orthogonal on [0,1] with respect to the weight function W(x)=1.Using these polynomials, obtain the least squares approximation of second degree for f(x)=x1/2 on [0,1]. [4+12]
5

[8+8]

5. (a) Evaluate
0 1

dx 4x+5

by Simpsons one- third rule and hence nd the value of

.loge 5 (n = 10). (b) Compute


0 dx 1+x2

by using Trapezoidal rule, taking h=0.5 and h=0.25. Com[8+8]

pare with exact integration. 6. (a) Solve the following equations by Gauss-Jordan method. 28x + 4y- z = 32 x + 3y + 10z = 24 2x + y + 4z = 35.

1 of 2

Code No: 07A1BS09

Set No. 1
[8+8]

(b) Solve the following equations by Gauss- elimination method. 4x + 2y + z = 14 x + 5y z = 10 x + y + 8z = 20

7. (a) Using Eulers method nd y (0.2) given dy/dx = log(x + y) and y (0) = 1, h = 0.2. (b) Solve by Taylor series method dy/dx = y + x3 for x = 1.1, 1.2 given y (1) = 1. [8+8] 8. (a) Solve: 2 u = 0 for the square mesh. As shown in Figure 8a.

Figure 8a (b) Derive standard ve point formula to solve Laplace equation, stating the assumptions you make. [8+8]

2 of 2

Code No: 07A1BS09

Set No. 2

I B.Tech Supplimentary Examinations, Aug/Sep 2008 NUMERICAL METHODS (Aeronautical Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks 1. Find the root of the equation sinx=ex -3x correct to three decimal places using (a) Bisection method. (b) Method of false position. [8+8]

2. (a) Apply Gausss forward central dierence formula and estimate f(32) from the following table: x 25 30 35 40 y 0.2707 0.3027 0.3386 0.3794 (b) Find the forward dierences of
1 . (3x+1)(3x+4)(3x+7)

[12+4]

3. (a) Fit a straight line to the following data: x 0.0 0.2 0.4 0.6 0.8 1.0 y -1.85 -1.20 -0.55 0.15 0.80 1.35 (b) Fit the least square approximation of second degree for the discrete data below: x -2 -1 f(x) 15 1

0 1 2 1 3 19 Bik is a constant function.


2 /2

[8+8]

4. (a) Show that


i=

(b) Show that the Fourier transform of ex

is es

2 /2

[8+8]

5. (a) Dividing the range into 10 equal parts, nd the approximate value of by i. Trapezoidal rule ii. Weddles rule.
0

sin x dx

(b) Compute
0

sin x dx by using Simpson?s rule with 12 subdivisions.

[8+8]

6. (a) Show that the system 2x-3y+z=0 4x+9y+z=0 8x-27y+z=0 has no non- trival solution. 1 of 2

Code No: 07A1BS09 (b) Apply Gauss Elimination and solve the system. 2x+3y+4z=9 3x+y+2z=6 x+y+3z=5.

Set No. 2

[8+8]

7. (a) Using Eulers method nd y (0.2) given dy/dx = log(x + y) and y (0) = 1, h = 0.2. (b) Solve by Taylor series method dy/dx = y + x3 for x = 1.1, 1.2 given y (1) = 1. [8+8] 8. (a) Derive the explicit nite dierence scheme for solving the one dimensional hyperbolic equation utt a2 uxx = 0, 0 < x < l, t > 0 subject to u (o,f)=u(l,t)=0, u(x,0)=h(x)and u (x,0)=g(x),0 x l. t (b) The function u satises Laplaces equation at all points within the square given in the following Figure 8b and has the boundary values indicated. Compute a solution correct to two decimals by Gauss-seidel method. [8+8]

Figure 8b

2 of 2

Code No: 07A1BS09

Set No. 3

I B.Tech Supplimentary Examinations, Aug/Sep 2008 NUMERICAL METHODS (Aeronautical Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks 1. Find the root of the equation sinx=1+x3 between (-2,-1) using (a) Regular falsi method. (b) Newtons method. 2. Find the value of y(21) and y(28) from x 20 23 26 29 32 . y 0.3420 0.3907 0.4384 0.4848 0.4951 3. (a) Fit a curve of the form y=axb to the data: x 1 2 3 4 5 6 y 1200 900 600 200 110 50 (b) Fit a parabola y=a+bx+cx2 to the following data: x 2 4 6 8 10 y 3.07 12.85 31.47 57.38 91.29 4. Show that on [ti , ti+1 ] we have Bik (x) =
(xti )k (ti+1 ti )(ti+2 ti )...(ti+k ti ) dy dx

[8+8]

[16]

[8+8] [16]

5. (a) From the following table of values of x and y, the Cubic Spline method. x 1 2 3 4 y 1 3 4 2 (b) Using Simpsons 3/8th rule evaluate parts. 6. (a) Solve by Gauss elimination method. 10x+2y+z=9 2x+20y-2z=-44 -2x+3y+10z=22. (b) Using Gauss-Jordan method solve. 2x-3y+4z=7 5x-2y+2z=7 6x-3y+10z=23. 1 of 2
6 0 dx 1+x2

at each of the points by tting

by dividing the range into 6 equal [8+8]

[8+8]

Code No: 07A1BS09

Set No. 3

7. (a) Using Eulers method nd y (0.2) given dy/dx = log(x + y) and y (0) = 1, h = 0.2. (b) Solve by Taylor series method dy/dx = y + x3 for x = 1.1, 1.2 given y (1) = 1. [8+8] 8. (a) Solve 2 2u + u = 0 , subject to (a) u (0, y) = 0, f or 0 y 4 x2 y 2 (b) u (4, y) = 12 + y, f or 0 y 4(c) u (x, 0) = 3x, f or 0 x 4 (d) u (x, 4) = x2 , f or 0 x 4 dividing the square into 16 square meshes of side 1. (b) Solve 2 u = 0 (the two dimensional heat conduction equation in steady-state ) at the interior lattice points, given boundary values as follows solve by Jacobis method.As shown in Figure 8b. [8+8]

Figure 8b

2 of 2

Code No: 07A1BS09

Set No. 4

I B.Tech Supplimentary Examinations, Aug/Sep 2008 NUMERICAL METHODS (Aeronautical Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks 1. Find the root of the equation x3 -x-11 = 0 correct to four decimals using. (a) bisection method (b) Method of False position.
x

[8+8]
2 0 1 exp( 2 t2 )dthas the following values :

2. The probability integral P =

x 1.00 1.05 1.10 1.15 1.20 1.25 y 0.682689 0.706282 0.728668 0.749856 0.769861 0.788700 Calculate P for x=1.025 and x=1.235. 3. (a) Fit a straight line y=a+bx to the data: x 1 2 3 4 5 6 y 2.4 3.1 3.5 4.2 5.0 6.0 (b) Derive the condition for linear weighted least squares approximation.
0

[16]

[8+8]

4. (a) Prove that the orthogonal polynomials satisfy a three-term recurrence relation. (b) Find the Fourier transform of ea| x| if a >0.Deduce that a>0.
1 dx (x2 +a2 )2

4a3

if

[8+8] sin x dx
0

5. (a) Dividing the range into 10 equal parts, nd the approximate value of by i. Trapezoidal rule ii. Weddles rule.

(b) Compute
0

sin x dx by using Simpson?s rule with 12 subdivisions.

[8+8]

6. (a) Show that the system x+2y+3z=6;x+3y+5z=9; 2x+5y+9z=6 has no nontrival solution. 1 2 1 8 x [8+8] (b) Using Gauss-Jordan method solve 2 3 1 y = 13 5 z 1 1 0 7. (a) Using Eulers method nd y (0.2) given dy/dx = log(x + y) and y (0) = 1, h = 0.2. 1 of 2

Code No: 07A1BS09

Set No. 4

(b) Solve by Taylor series method dy/dx = y + x3 for x = 1.1, 1.2 given y (1) = 1. [8+8] 8. (a) Solve: 2 u = 0 in the square region bounded by x = 0, x = 2, y = U(x,0)= (x2 /2)=0, U (x,2)=x2 by taking h=k=0.5, y = 2 and with boundary conditions u (0, y) = 0, u (2, y) = 8 + 2y. (b) Solve the equation uxx +uyy = 0 in the domain of following Figure 8b by Gauss seidel method. [8+8]

Figure 8b

2 of 2

You might also like