KINGS COLLEGE OF ENGINEERING DEPARTMENT OF MATHEMATICS ACADEMIC YEAR / EVEN SEMESTER QUESTION BANK

Similar documents
SOLUTION OF EQUATION AND EIGENVALUE PROBLEMS PART A( 2 MARKS)

Name of the Student: Unit I (Solution of Equations and Eigenvalue Problems)

KINGS COLLEGE OF ENGINEERING

Unit I (Testing of Hypothesis)

Computational Methods

Subbalakshmi Lakshmipathy College of Science. Department of Mathematics

Numerical Methods. Scientists. Engineers

M.SC. PHYSICS - II YEAR

Virtual University of Pakistan

NUMERICAL ANALYSIS SYLLABUS MATHEMATICS PAPER IV (A)

V.S.B. ENGINEERING COLLEGE, KARUR. Department of Electrical and Electronics Engineering

NUMERICAL METHODS FOR ENGINEERING APPLICATION

Preface. 2 Linear Equations and Eigenvalue Problem 22

Fundamental Numerical Methods for Electrical Engineering

Applied Numerical Analysis

SRI RAMAKRISHNA INSTITUTE OF TECHNOLOGY DEPARTMENT OF SCIENCE & HUMANITIES STATISTICS & NUMERICAL METHODS TWO MARKS

Previous Year Questions & Detailed Solutions

MATHEMATICAL METHODS INTERPOLATION

Review. Numerical Methods Lecture 22. Prof. Jinbo Bi CSE, UConn

Fourth Order RK-Method

Chapter 8. Numerical Solution of Ordinary Differential Equations. Module No. 2. Predictor-Corrector Methods

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

AIMS Exercise Set # 1

INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, Hyderabad MECHANICAL ENGINEERING TUTORIAL QUESTION BANK

PARTIAL DIFFERENTIAL EQUATIONS

Exact and Approximate Numbers:

USHA RAMA COLLEGE OF ENGINEERING & TECHNOLOGY

BACHELOR OF COMPUTER APPLICATIONS (BCA) (Revised) Term-End Examination December, 2015 BCS-054 : COMPUTER ORIENTED NUMERICAL TECHNIQUES

Numerical Analysis & Computer Programming

Numerical Analysis Solution of Algebraic Equation (non-linear equation) 1- Trial and Error. 2- Fixed point

NUMERICAL MATHEMATICS AND COMPUTING

TABLE OF CONTENTS INTRODUCTION, APPROXIMATION & ERRORS 1. Chapter Introduction to numerical methods 1 Multiple-choice test 7 Problem set 9

x x2 2 + x3 3 x4 3. Use the divided-difference method to find a polynomial of least degree that fits the values shown: (b)

(f(x) P 3 (x)) dx. (a) The Lagrange formula for the error is given by

Differential Equations

Numerical and Statistical Methods

Numerical and Statistical Methods

SKP Engineering College

Mathematical Methods for Numerical Analysis and Optimization

YEAR III SEMESTER - V

Chapter Two: Numerical Methods for Elliptic PDEs. 1 Finite Difference Methods for Elliptic PDEs

Review Higher Order methods Multistep methods Summary HIGHER ORDER METHODS. P.V. Johnson. School of Mathematics. Semester

Page No.1. MTH603-Numerical Analysis_ Muhammad Ishfaq

Excel for Scientists and Engineers Numerical Method s. E. Joseph Billo

Numerical Methods for Engineers. and Scientists. Applications using MATLAB. An Introduction with. Vish- Subramaniam. Third Edition. Amos Gilat.

STATISTICS AND NUMERICAL METHODS

Part IB Numerical Analysis

Numerical Analysis. A Comprehensive Introduction. H. R. Schwarz University of Zürich Switzerland. with a contribution by

ECE257 Numerical Methods and Scientific Computing. Ordinary Differential Equations

Partial Differential Equations

Hence a root lies between 1 and 2. Since f a is negative and f(x 0 ) is positive The root lies between a and x 0 i.e. 1 and 1.

1. to apply Simpson s 1/3 rule, the number of intervals in the following must be Answer: (select your correct answer)

ENGINEERING MATHEMATICS I. CODE: 10 MAT 11 IA Marks: 25 Hrs/Week: 04 Exam Hrs: 03 PART-A

SRI RAMAKRISHNA INSTITUTE OF TECHNOLOGY, COIMBATORE- 10 DEPARTMENT OF SCIENCE AND HUMANITIES B.E - EEE & CIVIL UNIT I

Jim Lambers MAT 460/560 Fall Semester Practice Final Exam

MTH603 FAQ + Short Questions Answers.

Final Year M.Sc., Degree Examinations

Do not turn over until you are told to do so by the Invigilator.

Numerical Methods for Engineers and Scientists

Scientific Computing: An Introductory Survey

Program : M.A./M.Sc. (Mathematics) M.A./M.Sc. (Final) Paper Code:MT-08 Numerical Analysis Section A (Very Short Answers Questions)

SBAME CALCULUS OF FINITE DIFFERENCES AND NUMERICAL ANLAYSIS-I Units : I-V

Computation Fluid Dynamics

Numerical Methods for Engineers

Numerical Marine Hydrodynamics Summary

Department of Applied Mathematics and Theoretical Physics. AMA 204 Numerical analysis. Exam Winter 2004

Contents. I Basic Methods 13

A THEORETICAL INTRODUCTION TO NUMERICAL ANALYSIS

Numerical Analysis. Introduction to. Rostam K. Saeed Karwan H.F. Jwamer Faraidun K. Hamasalh

9.6 Predictor-Corrector Methods

Solving PDEs with PGI CUDA Fortran Part 4: Initial value problems for ordinary differential equations

Numerical Methods in Physics and Astrophysics

2.1 NUMERICAL SOLUTION OF SIMULTANEOUS FIRST ORDER ORDINARY DIFFERENTIAL EQUATIONS. differential equations with the initial values y(x 0. ; l.

Jim Lambers MAT 772 Fall Semester Lecture 21 Notes

The iteration formula for to find the root of the equation

Numerical Methods in Physics and Astrophysics

Chapter 11 ORDINARY DIFFERENTIAL EQUATIONS

UNIT - 2 Unit-02/Lecture-01

Mathematics for chemical engineers. Numerical solution of ordinary differential equations

Classification of partial differential equations and their solution characteristics

x n+1 = x n f(x n) f (x n ), n 0.

Finite Differences for Differential Equations 28 PART II. Finite Difference Methods for Differential Equations

Chapter 3 Second Order Linear Equations

Tutorial 2. Introduction to numerical schemes

Index. higher order methods, 52 nonlinear, 36 with variable coefficients, 34 Burgers equation, 234 BVP, see boundary value problems

Applied Math for Engineers

CAM Ph.D. Qualifying Exam in Numerical Analysis CONTENTS

Engg. Math. II (Unit-IV) Numerical Analysis

MATHEMATICS. Course Syllabus. Section A: Linear Algebra. Subject Code: MA. Course Structure. Ordinary Differential Equations

Numerical Methods with MATLAB

MA1023-Methods of Mathematics-15S2 Tutorial 1

NUMERICAL COMPUTATION IN SCIENCE AND ENGINEERING

An Overly Simplified and Brief Review of Differential Equation Solution Methods. 1. Some Common Exact Solution Methods for Differential Equations

NUMERICAL METHODS USING MATLAB

Numerical Analysis Exam with Solutions

NUMERICAL METHODS. x n+1 = 2x n x 2 n. In particular: which of them gives faster convergence, and why? [Work to four decimal places.

STATISTICS AND NUMERICAL METHODS QUESTION I APRIL / MAY 2010

Partial Differential Equations

Lecture 9 Approximations of Laplace s Equation, Finite Element Method. Mathématiques appliquées (MATH0504-1) B. Dewals, C.

NUMERICAL METHODS. lor CHEMICAL ENGINEERS. Using Excel', VBA, and MATLAB* VICTOR J. LAW. CRC Press. Taylor & Francis Group

Transcription:

KINGS COLLEGE OF ENGINEERING MA5-NUMERICAL METHODS DEPARTMENT OF MATHEMATICS ACADEMIC YEAR 00-0 / EVEN SEMESTER QUESTION BANK SUBJECT NAME: NUMERICAL METHODS YEAR/SEM: II / IV UNIT - I SOLUTION OF EQUATIONS AND EIGENVALUE PROBLEMS PART-A( Marks). What is the condition for the convergence of the iteration method for solving x= φ(x)?. What is the order of convergence for fixed point iteration? 3. State the fixed point iteration theorem. 4. Write Newton s formula to find the cube root of N. 5. Write the formula for finding N where N is a real number, by Newton s method. 6. State the criterion for the convergence in Newton Raphson method 7. What is the rate of convergence in N.R method? 8. Distinguish Gauss Elimination method and Gauss Jordan method. 9. Solve the following system of equations by Gauss Elimination method. 0. Write down the condition for the convergence of Gauss Seidel iteration scheme.. Distinguish between direct and iterative (indirect) method of solving simultaneous equations.. When will the solution of AX = B by Gauss Seidel method converge Quickly? 3. Give an example of (a) algebraic (b) transcendental equation. 4. What are the two types of errors involving in the numerical computations? 5. Define Round off error. 6. Define Truncation error 7. Using Gauss-Jordan method, solve the following system of equations 5x +4y = 5, 3x +7y = 8. Find the dominant eigenvalue of A = by power method? 3 4 9. Using Jacobi method, find eigen values of A = 0. How will you find the smallest eigen value of a square matrix A? PART B(6 Marks). a. Find the real root of the equation 3x cosx - = 0 by iteration method, correct to three places of decimals. b. Find the cube root of 5, correct to four decimal places, by iteration method.

MA5-NUMERICAL METHODS. a. Find the iteration formula to find N where N is a positive integer by Newton s method and hence find b. Find to 4 decimals by Newton s Method, a root x sin 4. 3. a. Show that Newton-Raphson formula to find a can be in the form a x = + n+ xn, a = 0,,, xn b. Derive a Newton-Raphson iteration formula for finding the cube root of a positive number N. Hence find 3 4. a. Obtain an iteration formula, using N - R values to find the reciprocal of a given number N and hence find 9, correction of 4 decimal places b. Find the negative root of the equation x + 4sin x = 0 by Newton-Raphson method correct to three decimal places 5. a. Find the double root of x 3 x x = 0 choosing with the initial value of 0.8. b. Solve the following system of equation using Gauss elimination method x + y + 4z =, 8x -3y +z = 0, 4x +y z =33. 6. a. Using Gauss-Jordan method, solve the following system of equations x y +z = 8, -x +y + z = 4, 3x + y -4z = 0. b. Using Gauss-Jordan method, solve the following system of equations 3x+4y-7z =3, 7x-y+z = -4, x+0y-z = 33. 7. a. Using Gauss Seidel method, solve the following system. Start with x =, y = -, z = 3, x+3y+5z = 73.6; x-7y+z = 7.3; 4x-y+3z = 65.46 b. Solve the following system by Gauss Seidel method 0x-5y-z = -3; 4x-0y+3z = -3; x+6y+0z = 3 8. a. Using Gauss-Jordon method, find the inverse of the matrix 3 3 3 4 4 b. Find the inverse of the given matrix by Gauss Jordon method A = 3 3 5 9. a. Find the numerically largest eigen values of A = 3 0 by power 0 4 method corresponding eigen vector (correct to 3 decimal places). Start with initial eigen value 0 0 b. Determine the largest eigen value and the corresponding eigen vector correct to 3

MA5-NUMERICAL METHODS 0 decimal places, using power method for the matrix A = 0 0.a. Find the eigen values and eigen vectors of the matrix A = 3 by using Jacobi method. 0 b. Find the eigen values and eigen vectors of the matrix A = 0 0 by using 0 Jacobi method. UNIT II INTERPOLATION AND APPROXIMATION PART- A ( Marks). Explain the use of Lagrange s interpolation formula.. Obtain the Lagrange s interpolating polynomial for the observed data of points (,),(,) and (3,-). 3. Find the polynomial which takes the following values X: 0 Y: 4. Given f(0) = -, f() = and f() = 4. Find the Newton s interpolating formula. 5. State any two properties of divided differences. 6. What are the n th divided differences of a polynomial of the n th degree. 7. State Newton s divided difference interpolation formula. 8. Find the divided differences of f(x) = x +x+ for the arguments,3,6,. 9. If f(x) = (/x ) find f(a,b) and f(a,b,c) by using divided differences. 0. Show that the divided differences are symmetrical in their arguments.. What is a cubic spline.. What is a natural cubic spline. 3. State the conditions required for a natural cubic spline. 4. When will we use Newton s forward interpolation formula 5. When will we use Newton s backward interpolation formula. 6. State Newton Gregory forward difference interpolation formula. 7. Find the polynomial for the following data by Newton s backward difference formula: X: 0 3 F(x) -3 9 8 8. Find the value of Y at x = using Newton s forward difference formula from the following table: 3

MA5-NUMERICAL METHODS X: 0 3 6 9 Y: 0.340 0.3907 0.4384 0.4848 0. Find the sixth term in the sequence 8,,9,9,4,... PART B(6 Marks). a. Find the Lagrange s polynomial of degree 3 to fit the data: Y(0)=-, y()=0,y(3)=6 and y(4) =. Hence find y(). b. Using Lagrange s interpolation formula find f(4) given that f(0) =, f() = 3, f() =, f(5) = 3587.. a. Using Lagrange s formula, fit a polynomial to the data X: 0 4 5 6 F(x): 4 5 5 6 9 Also find f(3). b. Using Lagrange s formula, fit a polynomial to the data X: - 0 3 Y: -8 3 Hence find y at x=.5 and x= 3. a. Using Lagrange s formula, fit a polynomial to the data X: 0 3 4 Y: - 0 6 Hence find y at x=. b. Using Lagrange s formula, fit a polynomial to the data X: 5 7 0 Y: 8 80 448 0 08 Hence find y at x=6. 4. a. If f(0) = 0, f() = 0, f() = -, f(4) =(0), f(5) =600 and f(7) = 7308,find a polynomial that satisfies this data using Newton s divided difference interpolation formula., Hence, find f(6). b. Using Newton s divided difference formula find f(x) and f(6) from the following data: X: 7 8 f(x) 5 5 4 5. a. Using Newton s divided difference formula find the value of f and f(6) from the following data: X: 4 5 7 0 3 f(x) 48 00 94 900 0 08 Also find f(-) and f(). b. Using Newton s divided difference formula find the cubic function of x from the following data: X: 0 4 5 f(x) 8 68 3 6. a. Using Newton s divided difference formula find the cubic function of x from the following data: X: 0 4 5 f(x) 3 47 4

MA5-NUMERICAL METHODS b. Given the following table,find f(.5) using cubic spline functions: I: 0 3 Xi: 3 47 f(xi): 0.5 0.3333 0.5 0. 7. a. The following values of X and Y are given: X: 3 4 Y: 5 Find the cubic splines and evaluate Y(.5). b. Find the cubic splines for the data : X: 0 3 f(x): 9 8 8. a. Find the cubic splines for the data : X: 3 f(x): -6-6 b. Find the polynomial of degree two for the data by Newton s forward difference method: X: 0 3 4 5 6 7 F(x) 4 7 6 9 9. a. From the following table of half-yearly premium for policies maturing at different ages, estimate the premium for policies maturing at age 46 and 63. AgeX: 45 50 55 60 65 PremiumY: 4.84 96.6 83.3 74.48 68.48 b. From the following table, find the value of tan 45 5 by Newton s forward interpolation formula X : 45 46 47 48 49 50 tanx.00000.03553.0737.06.5037.975 0. a. Given X: 3 4 5 6 7 8 f 8 7 64 5 6 343s 5 (x): Estimate f(7.5). Use Newton s formula. b. Construct Newton s forward interpolating polynomial for the following data: X: 4 6 8 0 Y: 3 8 6 UNIT III NUMERICAL DIFFERENTIATION AND INTEGRATION PART A( Marks). In numerical integration, what should be the number of intervals to apply Simpson s /3 rule and by Simpson s 3/8 rule?. Compare Trapezoidal rule and Simpson s /3 rule for evaluating numerical integration 5

b 3. State Simpson s /3 rule formula to evaluate a f ( x). MA5-NUMERICAL METHODS π 4. Using Trapezoidal rule evaluate sin x by dividing the range into 6 equal parts. 0 b 5. State Romberg s method integration formula to find the value of I = a using h and h/. 6. Write down the Simpson s 3/8 rule of integration given (n+) data. 7. State the formula for Trapezoidal rule of integration. f ( x)., 8. If I = 0.775, I = 0.788 find I using Romberg s method. 4 9. Using Simpson s rule find e x. given e 0 =, e =.7, e = 7.39, e 3 = 0.09 and 0 e 4 = 54.6 0. What is the local error term in Trapezoidal formula and in Simpson s one third rule?. What is the order of the error in trapezoidal rule?. Evaluate 0 + x with h = 0.5 using Trapezoidal rule 3. A curve passes thro (,8), (3,7), (4,64) and (5,5) Find the area of the curve between the x axis and the lines x = and x = 5 by Trapezoidal rule. 4. Find 5. If I = 0 4 x. by Simpson s rule taking h =. e x. then I = 0.73, I = 0.7430 with h = 0.5 and h = 0.5 Find I using Romberg s method. 6. From the following table find the area bounded by the curve and the x axis from x = to x = 7 x 3 4 5 6 7 f(x) 8 7 64 5 6 343 7. State two point Gaussian Quadrature Formula to evaluate f ( x) d( x). 8. State three point Gaussian Quadrature Formula to evaluate f ( x) d( x). 9. State Trapezoidal rule for evaluating f ( x, y) dy. 0. State Simpson s rule for evaluating f ( x, y) dy. b a b a PART - B(6 Marks). a. Find the value of f from the following table d c d c 6

x : 6 7 9 f (x) :.556.690.908.58 MA5-NUMERICAL METHODS 3 b. Find the first and second derivative of the function f ( x) = x 9x 4 at x = 3.0 using the value given below: x: 3.0 3. 3.4 3.6 3.8 4.0 f (x) : -4-0.03-5.96-0.56-6.67 4. a. Using the given data find f (5) x : 0 3 4 7 9 f(x) : 4 6 58 466 9. b. Given the values x : 5 7 3 7 f(x) : 50 39 45 366 50 Evaluate f(9) using Newton s divided difference formula 3. a. Find f (4) and f (4) from the table x : 0 3 5 f(x) : 8 6 0 08 b. Given that x :...3.4.5 y : 8.403 8.78 9.9 9.45 9.75 dy d y find and at x =. 4. a. Find f (6) and the maximum value of y = f(x) given the data x : 0 3 4 7 9 f(x) : 4 6 58 466 99. b. Obtain the first and second derivatives of y at x = 0.96 from the data x : 0.96 0.98.00.0.04 y : 0.785 0.7739 0.765 0.7563 0.7473 dy 5. a. Find at x =.5 given x : 3 4 5 y : 77 78 7 48 375 b. Find the first and second derivatives of y w. r. to x at x = 0 x : 3 5 7 9 y : 3 43 57 4 7 6. a. A river is 80 mts wide. The depth d in mts at a distance x mts from one bank is given by the following table. Calculate the area of cross section of the river using Simpson s 3 rd rule x : 0 0 0 30 40 50 60 70 80 d : 0 4 7 9 5 4 8 3 b. The table given below reveals the velocity v of a body during the time t specified. Find its acceleration at t =. t :.0...3.4 v : 43. 47.7 5. 56.4 60.8 5 7. a. Use Simpson s rd rule to estimate the value of 3 f ( x) given 7

MA5-NUMERICAL METHODS x : 3 4 5 f (x) : 3 50 70 80 00 π b. By dividing the range into 0 equal parts, evaluate sin x by using 0 Simpson s 3 rd rule. 8. a. Evaluate + x 0 using Romberg s method Hence obtain an approximate value of π. b. Evaluate using Romberg s method x + 4 0 Hence obtain an approximate value of π. 9. a. Evaluate I = by Three point Gaussian Quadrature formula. x + b. Evaluate I = 0 + x using two point Gaussian Quadrature formula. 0. a. Evaluate x + dy by using Simpson s 3 rd rule taking x = y = 0.5 y..4 b. Evaluate x + dy y by Trapezoidal rule taking h=0. and k=0.. UNIT IV INITIAL VALUE PROBLEMS FOR ORDINARY DIFFERENTIAL EQUATIONS PART A( Marks). State the disadvantage of Taylor series methods?. Write down the fourth order Taylor Algorithm? 3. Write the merits and demerits of the Taylor method of solution? 4. Which is better Taylor s method or R.K. method? 5. State Taylor series algorithm for the first order differential equation? dy 6. Solve the differential equation = x + y + xy, = by Taylor series method to get the value of y at x = h? 7. What is the truncation error in Taylor s series? 8. Write down Euler algorithm to the differential equation dy = f ( x, y). 9. State modified Euler algorithm to solve y = f(x,y), y(x 0 )=y 0 at x = x 0 + h. dy 0. Using Modified Euler s method, ifnd y(0,) if = x + y, = 8

MA5-NUMERICAL METHODS. What is the error of Euler s method?. What are the limitations of Euler s method? 3. What is the Error in modified Euler s method? 4. Write the Runge-Kutta algorithm of second order for solving y = f(x,y), y(x 0 )=y 0 5. State the third order R.K. method algorithm to find the numerical solution of the first order differential equation? 6. Write down the Runge-Kutta formula of fourth order to solve dy/ = f(x,y) with y(x 0 ) = y 0 7. State the special advantage of Runge-Kutta method over Taylor series method? What are the advantages of R.K. method over Taylor method? (or) Why is R.K. method preferred to Taylor series method? (or) Compare Taylor s series and R.K. method? 8. Write Milne s predictor corrector formula? 9. What is the error of Milne s method? 0. Write down Adams-Bashforth predictor formula?. What will you do, if there is a considerable difference between predicted value and corrected value, in predictor corrector methods?. Compare R.K. methods and Predictor-Corrector methods for solution of initial value problems 3. What is a Predictor-Collector method of solving a differential equation? 4. What is the Error of Adam Bashforth method? PART B(6 Marks) dy. a. Using Taylor series method find y at x = 0. if = x y, =. dy b. Solve = x + y, =. Use Taylor series at x=0. and 0.4, Find x = 0... a. Using Taylor series method find y at x = 0. correct to four decimal places from dy 4 = x y, =. with h = 0.. Compute terms upto x. b. Solve y' = x + y, y() = 0, by Taylor s series method. Find y(.). 3. a. Find the Taylor series solution with three terms for the initial value problem 3 y ' = x + y, y() =. b. Using Taylor series method with the first five terms in the expansion find y(0.) x correct to three decimal places, given that y' = e y, =. 4. a. Using Taylor series method, find y(.) and y(.) correct to four decimal places dy / 3 given. = xy and y() =. b. Using Euler s method find y(0.) and y(0.4) from y' = x + y, =, with h=0.. 5. a. Using Euler s modified method find y(0.) from y' = x + y + xy, =, with h=0.05. b. Using Euler s method find y(0.3)of y(x) satisfies the initial value problem y' = ( x + ) y, y(0.) =.4, with h=0. 9

MA5-NUMERICAL METHODS 6. a. Using modified Euler s method, compute y(0.) with h=0. from dy x = y, =. y b. Solve y' = y, = 0, by modified Euler s method. dy 3 7. a. Given = x + y, =. Compute y(0.), y(0.4) and y(0.6) by Runge-Kutta method of fourth order. b. Using R.K. method of 4 th dy y x order, solve =, =. at x = 0.. y + x 8. a. Using R.K. method of fourth order find y(0.) for the initial value problem dy xy =, =.,take h=0. + x b. Find y(0.8) given that y' = y x, y(0.6) =.7379, by using R.K.method of 4th order. '' ' 9. a. Consider the second order initial value problem y y + y = e t sin t with ' = -0.4 and y (0) = 0. 6 using fourth order R.K.method, find y(0.). b. Apply the fourth order Runge-Kutta method, to find an approximate value of y when x = 0. and x= 0.4, given that y' = x + y, =, with h=0.. dy 3 0. a. Given = x + y, =. The values of y(0.) =.073,y(0.4)=.45 and y(0.6) = 3.03 are got by R.K. method of fourth order. Find y(0.8) by Milne s predictor-corrector method taking h=0.. ' b. Using Milne s method find y(4.4) given 5xy + y = 0 given y(4)=, y(4.) =.0049,y(4.)=.0097 and y(4.3) =.043. dy. Determine the value of y(0.4) using Milne s method given = y + xy, = ;. use Taylor series to get the values of y(0.), y(0.) and y(0.3). (6). Using Runge-Kutta method of order 4, find y for x=0.,0.,0.3 given that dy = y + xy, = ;. and also find the solution at x=0.4 using Milne s method. (6) dy 3. a. Given = x ( + y), y() =, y(.) =.33, y(.) =.548, y(.3) =.979, evaluate y(.4) by Adams Bashforth method. b. Using the above predictor-corrector equations, evaluate y(.4), if y satisfies dy y + = and y() =, y(.) = 0.996, Y9.3) = 0.97 x x dy 4. Consider the initial value problem = y x +, = 0.5. (6) a. Using the modified Euler method, find y(0.) b. Using 4 th order Runge-Kutta method, find y(0.4) and y(0.6) c. Using Adam-Bashforth Predictor- Corrector method. Find y(0.8). 0

MA5-NUMERICAL METHODS UNIT V BOUNDARY VALUE PROBLEMS IN ORDINARY AND PARTIAL DIFFERENTIAL EQUATIONS PART A( Marks). State the conditions for the equation. Au xx + Bu yy + Cu yy +Du x +Eu y + Fu =G where A, B, C, D, E, F, G are function of x and y to be (i) elliptic (ii) parabolic (iii) hyperbolic. State the condition for the equation Au xx +Bu xy +Cu yy =f(u x,u y,x,y) to be (a)elliptic (b) parabolic (c) hyperbolic when A, B, C are functions of x and y 3. What is the classification of f x -f yy =0? 4. Give an example of a parabolic equation? 5. State Schmidt s explicit formula for sloving heat flow equation? 6. Write an explicit formula to solve numerically the heat equation(parabolic equation) u xx - au t =0? u 7. What is the value of k to solve = u xx by Bender-Schmidt method with h= if h and k are the increments of x and t respectively? 8. What is the classification of one dimensional heat flow equation? 9. Write down the Crank-Nicholson formula to solve u t =u xx? (or) Write down the implicit formula to solve one dimensional heat flow equation? 0. What type of equations can be solved by using Crank-Nicholson s difference formula?. Write the Crank Nicholson difference scheme to solve u xx =au t with u(0,t) = T 0, u(l,t)=t and the initial condition as u(x,0) = f(x)?. For what purpose Bender-Schmidt recurrence relation is used? 3. Write a note on the stability and convergence of the solution of the difference equation corresponding to the hyperbolic equation u tt =a u xx 4. State the explicit scheme formula for the solution of the wave equation? 5. Write down the general and simplest forms of the difference equation corresponding to the hyperbolic equation u tt =a u xx. 6. For what value of λ, the explicit, method of solving the hyperbolic equation u u = is stable, where λ = C t/ x? c 7. Write the diagonal five-point formula to solve the Laplace equation u xx +u yy =0? 8. Write down the standard five point formula to solve Laplace equation u u + = 0 y 9. Write the difference scheme for solving the Laplace equation? point difference formula for φ= 0 is 0. What is the purpose of Liebmann s process?. If u satisfies Laplace equation and u = 00 on the boundary of a square what will be the value of u at an interior grid point?. Write the Laplace equations u xx +u yy = 0 in difference quotients? 3. Define a difference quotient?

MA5-NUMERICAL METHODS 4. State Liebmann s iteration process formula? 5. Write down the finite difference form of the equation u= f(x,y) 6. Write the difference scheme for u = f(x,y)? 7. State the five point formula to solve the poisson equation u xx + u yy =00? 8. State the general form of Poisson s equation in partial derivatives? 9. What is Shooting method? 30. What is the procedure of shooting method? PART B(6 Marks). a. Solve by finite difference method, the boundary value problem y (x) y(x) = where = 0 and y() =, taking h = ¼. d y b. Solve = xy given = -, y() = by finite difference method with h = d y. a. Using finite difference method, solve = y in (0,) given = 0, y() = 3.63 subdividing the range of x into 4 equal parts.. u u b. Solve =, 0 x, t 0 with u(x,0)=x(-x), 0<x< and u(0,t)=u(,t) = 0, for all t >0 using explicit method with x=0. for 3 time steps. u u 3. a. Solve = given u(0,t)=0, u(4,t)=0,u(x,0)=x(4-x) taking x= t=. Find the value of u upto t=3 using Bender-Schmidt explicit difference scheme b. Using Schmidt s process solve 5 u xx =u t where 0<x< t>0 with boundary conditions u(0,t)=0=u(0,t); u(x,0)= x( 0 x) 5 and choosing h= and k suitably. Find u i,j for i=,,3.9 and j=,,3,4 u u 4. a. By Cranck-Nicholson method solve the equation = subject to u(x,0)=0, u(0,t) = 0 and u(,t)=t for two time steps. u u b. Solve = in 0<x<5, t 0 given that u(x,0) =0, u(0,t)=0,u(5,t) =00. Compute u for the time-step with h= by Cranck Nicholson method u u 5. a. Solve =,0<x<,t>0,u(0,t)=u(,t)=0,t>0 and u(x,0)= sin x,0 x, and t t=0.5 and x=0.5 for two times steps by Crank-Nicholson implicit finite difference method y y b. Solve =, 0<x<.t>0 given u(x,0)=0, (x,0) =u(0,t)=0 and u(,t)=00sinπt, complete u(x,t) for 4 times steps with h=0.5 6. a. Solve y tt = y xx upto t 0.5 with a spacing of 0. subject to y(0,t) = 0, y(,t) = 0, y t (x,0) = 0 and y(x,0) = 0+ x(-x) b. Solve numerically, 4u xx = u tt with the boundary conditions u(0,t) =0, u(4,t) = 0 and the initial conditions u t (x,0) = 0 and u(x,0) = x(4-x),taking h=.(for 4 time steps)

MA5-NUMERICAL METHODS 7. Solve the Laplace s equation over the square mesh of side 4 units satisfying the boundary conditions: (6) U(0,y)=0,0 y 4;u(4,y)=+y, 0 y 4 U(x,0)=3x, 0 x 4 ;u(x,4)= x,0 x 4 8. By iteration method, solve the laplace equation u xx +u yy =0, over the square region, satisfying the boundary condition U(0,y)=0,0 y 3;u(3,y)=9+y, 0 y 3 U(x,0)=3x, 0 x 3 ;u(x,3)= 4x,0 x 3 (6) 9. Solve u = 0( x + y + 0.) over the square mesh with sides x=0,y=0,x=3,y=3 with u=0 on the boundary and mesh length of unit. (6) 0. Solve the Poisson equation u + u = x y over the square region bounded by the xx yy linesx=0,y=3 given that u=0 throughout the boundaries taking h=. (6) ************************** 3