0% found this document useful (0 votes)
35 views

Final Qb_module5_boundary Value Problems

The document is a question bank for a module on Boundary Value Problems in Numerical Methods, containing various questions categorized into three parts. Part A includes theoretical questions about classifications and formulas, while Part B and C consist of practical problems requiring solutions using different numerical methods. Each question specifies the marks and cognitive levels associated with it.

Uploaded by

maththework
Copyright
© © All Rights Reserved
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)
35 views

Final Qb_module5_boundary Value Problems

The document is a question bank for a module on Boundary Value Problems in Numerical Methods, containing various questions categorized into three parts. Part A includes theoretical questions about classifications and formulas, while Part B and C consist of practical problems requiring solutions using different numerical methods. Each question specifies the marks and cognitive levels associated with it.

Uploaded by

maththework
Copyright
© © All Rights Reserved
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/ 3

DEPARTMENT OF MATHEMATICS

NUMERICAL METHODS

QUESTION BANK

MODULE 5 BOUNDARY VALUE PROBLEMS

Q.
PART-A CO BTL Marks
No

1. Write down the classifications of linear second order partial differential 5 1 2


equation.

2. Classify the partial differential equation 𝑢𝑥𝑥 + 2𝑢𝑥𝑦 + 𝑢𝑦𝑦 = 0. 5 2 2

3. Give an example of a parabolic equation. 5 1 2

4. Write down the standard five point formula. 5 1 2

5. Write down the diagonal five point formula 5 1 2

6. Write down Bender Schmidt formula for one dimensional heat flow 5 1 2
equation.

7. Classify the one dimensional heat flow equation. 5 1 2

8. What is the condition of stability for Bender Schmidt method? 5 1 2

9. What type of equation can be solved by using Crank-Nicholson’s 5 1 2


method?

10. What type of equation can be solved by using Bender-Schmidt’s 5 1 2


method?

PART B
𝑑2 𝑦
1. Solve the differential equation 𝑑𝑥 2 − 𝑦 = 𝑥 𝑤𝑖𝑡ℎ 𝑦(0) = 0, 5 3 6
1
𝑦(1) = 0 𝑎𝑛𝑑 ℎ = 4, using finite difference method.
Using the finite difference method, find y(0.25) , y (0.5) and y(0.75)
2. d2y 5 3 6
satisfying the differential equation  y  x, subject to the
dx 2
boundary conditions y(0)  0 , y(1)  2
Using Bender-Schmidt’s difference equation, solve u xx  2u t , given
3. u(0, t )  u(4, t )  0, u( x,0)  x(4  x), h  1 . Find the values of u up to 5 3 6
t 5

Using Bender Schmidt’s method solve 𝑢𝑡 = 𝑢𝑥𝑥 , 0 ≤ 𝑥 ≤ 1, 𝑡 ≥ 0


4. subject to the conditions 𝑢(0, 𝑡) = 0, 𝑢(1, 𝑡) = 𝑢(𝑥, 0) = 1 with 5 3 6
1 1
ℎ = 4 , 𝑘 = 32
Using Bender-Schmidt’s difference equation, solve u xx  ut , given
5. u(0, t )  u(4, t )  0, u( x,0)  x(4  x), h  k  1. Find the values of u 5 3 6
up to t  5 using explicit formula.
Using Crank -Nicholson’s method solve
1
𝑢𝑡 = 16 𝑢𝑥𝑥 , 0 ≤ 𝑥 ≤ 1, 𝑡 ≥ 0 subject to the conditions
6. 5 3 6
𝑢(0, 𝑡) = 0, 𝑢(1, 𝑡) = 100 𝑡, 𝑢(𝑥, 0) = 0 Compute u for 1 step with
1
ℎ=4.

Using implicit scheme solve 𝑢𝑡 = 𝑢𝑥𝑥 , subject to the conditions


7. 𝑢(0, 𝑡) = 0, 𝑢(1, 𝑡) = 𝑡, 𝑢(𝑥, 0) = 0. Compute u for 1 step with 5 3 6
1 1
ℎ=4,𝑘=8
8. Given 𝑓𝑥𝑥 = 𝑓𝑡 , f(0,t) = f(5,t) = 0, f(x,0) = 𝑥 2 (25 − 𝑥 2 ), find f in the 5 3 6
range taking h = 1 and up to 5 seconds.
Solve 𝑢𝑡 = 𝑢𝑥𝑥 , 0 ≤ 𝑥 ≤ 1, 𝑡 ≥ 0 with u(x,0) = x(1-x), 0<x<1 and
9. u(0,t) = u(1,t) = 0, for all t > 0 using explicit method with ∆𝑥 = 0.2 for 5 3 6
3 time steps.
1
Solve 𝑢𝑡 = 2 𝑢𝑥𝑥 , 0 ≤ 𝑥 ≤ 12, 0 ≤ 𝑡 ≤ 12 with
10. 1 5 3 6
u(x,0) = 4x(15-x), 0<x<1 and u(0,t) = 0; u(12,t) = 9, for 0 ≤ 𝑡 ≤ 12
using Schmidt relation with h = k = 3.
PART-C

1. Solve y''  y  0 , with y(0)=0, y(1)=1 using finite difference method 5 3 10


with h=0.2.
Using Bender Schmidt’s method solve ut u xx subject to the
2. 5 3 10
condition, u(0,t)=0, u(1,t)=0, u(x,0) sinx, 0<x<1 and h=0.2, Find the
value of u upto t=0.1.
 2u u
Solve by Crank-Nicholson Method,  , 0  x  1, t  0, given
3. x 2 t 5 3 10
u ( x,0)  100( x  x 2 ), u(0, t )  u(1, t )  0. Compute u for one time step
with h  0.25
Solve 𝑢𝑥𝑥 = 𝑢𝑡𝑡 given that
4. 𝑥(4−𝑥) 5 3 10
𝑢(0, 𝑡) = 0, 𝑢(4, 𝑡) = 0, 𝑢𝑡 (𝑥, 0) = 0, 𝑢(𝑥, 0) = 2 . Compute 𝑢 for
5 time steps where ℎ = 1.
5. Solve 𝑢𝑥𝑥 = 𝑢𝑡𝑡 given that 𝑢(𝑥, 0) = 0, 𝑢(0, 𝑡) = 0, 𝑢𝑡 (𝑥, 0) = 5 3 10
0, 𝑢(1, 𝑡) = 100 sin 𝜋𝑡. Compute 𝑢 for 4 steps where ℎ = 0.25.
Solve 𝑢𝑥𝑥 + 𝑢𝑦𝑦 = 0 in 0 ≤ 𝑥 ≤ 4, 0 ≤ 𝑦 ≤ 4, given that u (0, y) = 0,
6. u (4, y) = 8+2y, u (x,0) = x2/2 and u (x,4) = x2 taking h = k = 1. Obtain 5 3 10
the result correct to one decimal.
Solve the Poisson equation ∇2 𝑢 = −10(𝑥 2 + 𝑦 2 + 10) over the square
7. mesh with sides x = 0, y = 0, x = 3, y = 3 with u=0 on the boundary and 5 3 10
mesh length 1 unit.

Solve the Poisson equation uxx + uyy = −81xy,


8. 5 3 10
0 ≤ x ≤ 1, 0 ≤ y ≤ 1, given that u (0, y) = 0, u (1, y) = 100, u (x,0) = 0
and u (x,1) = 100 taking h =1/3.
Solve the Poisson equation ∇2 𝑢 = 8𝑥 2 𝑦 2 over the square mesh with
9. 5 3 10
u = 0 on the four boundaries dividing the square into 16 sub squares of
length 1 unit.
Solve the Poisson equation 𝑢𝑡𝑡 − 16𝑢𝑥𝑥 = 0 for u at the pivoted points
10. 5 3 10
u (0, t) = 0, u (x, 0) = 0, 𝑢𝑡 (x,0) = 0 and u (1,t) =100sin 𝜋𝑡. Compute u
for 4 time steps with h =0.25.

You might also like