mth603 Sol Subjective Final 2014bysyeda
mth603 Sol Subjective Final 2014bysyeda
Answer:
Answer:
X 0 0.2 0.4 0.6 0.8 1
interval h=1.
Answer:
X 3 4 5
Y=(sin x+ cos x) 1.0509 1.0673 1.0833
Answer:
X 0 3 4
Y 4 7 9
0 -1 1/3 y = 0
0 0 -1/3 z 1
of .
Answer:
X 0
Y=(sin x+ 1) 1 1.7071
2012 paper1:
Q.1. State the sufficient condition of convergence of the iterative solution to the
exact solution? 2m
Answer: page 72
A sufficient condition for convergence of the iterative solution to the exact solution is
method converges
Take h=1…..2m
Answer:
X 3 4 5
Q3. Write the formula for finding the value of k1 in the fourth order R-K Method.
2m
Answer: page 205
Q4. Write Adam-Moulton’s Predictor formula for finding the solution of a
differential equation. 2m
Answer: page 223
Q5. Obtain numerically the solution of y` = x2 +2x+y2, y (0) =1 Using Euler’s method
to find y at x=1, h=1 …. 3m
Answer:
Y1 = y0 + hf(x0, y0)
Y1 = 1+ (1) (1+1)
Y1 = 1+2=3
Q6. If f(2)=-2.6146 and f(3)=4.7610, then find the first approximation using the
Regula-Falsi method? 3m
Answer:
……3m
Answer:
Q8. Find F(h), using Richardson’s extrapolation limit, while finding
…………..3m
Answer:
Q.9
take h=1………5m
Answer:
X 0 1 2 3
Y=(x2+x) 0 2 6 12
Q10. Construct a backward difference table from the following values of x and
y…..5m
x -1 0 1 2 3
Y=f(x) 10 2 10 62 80
Answer:
x Y=f(x) y
-1 10
0 2 -8
1 10 8 16
2 62 52 44 28
3 80 18 -34 -78 -106
Q11. From the following table of values, construct forward difference table…..5m
X 1.00 1.05 1.10 1.15 1.20
y 1.000 1.0247 1.0488 1.0724 1.0954
Answer:
x Y=f(x) y
1.00 1.000
1.05 1.0247 0.0247
1.10 1.0488 0.0241 0.0006
1.15 1.0724 0.0236 -0.0005 -0.0011
1.20 1.0954 0.023 -0.0006 -0.0001 0.0000
Q12. Use Runge-Kutta Method of order four to find the values of k1k2k3k4 for the
initial value problem
y/= ½(2x3 +y),y(1)=2 taking h=0.1…………….5m
Answer:
2012 Paper2
Q1. Obtain numerically the solution of y/=x+y2,y(0)=2 Using Euler`s method to find
y at x=1, h=1….2m
Answer:
Q2. If f(0)=3 and f(1)=9, then the next approximate value of the function using
secant method….2m
Answer:
Q5.
…..3m
Answer:
X 3 4 5
Y=(log x+ x) 3.477 4.602 5.6989
1 0
Q6. Write the two steps of solving the linear equations using Gaussian Elimination
method….3m
Answer:
In this method, the solution to the system of equations is obtained in two stages.
I) the given system of equations is reduced to an equivalent upper triangular form using
elementary transformations
ii) The upper triangular system is solved using back substitution procedure
Q.7
….3m
Answer:
Q.8
…..3m
Asnwer:
x 0 1 2 3
Y=(x2 + x) 0 2 6 12
Q.9
…..5m
Answer:
x 0 1 2 3
Y=(x + 1) 1 2 3 4
Q10. Find the dominant Eigen-value and the corresponding eigenvector of the
matrix
….5
m
Answer:
Q11. From the following table of values, construct backward difference table….5m
X 0.1 0.2 0.3 0.4
F(x) 1.10517 1.22140 1.34986 1.49182
Answer:
x F(x)
0.1 1.10517
0.2 1.22140 0.11623
0.3 1.34986 0.12846 0.01223
0.4 1.49182 0.14196 0.0135 0.0012
7
….5m
Answer:
x 0 1 2 3 4
Y=(x2 + 1) 1 2 5 10 17
2 Marks Questions:
Q. Evaluate the integral
Answer:
x 0 1 2 3 4
Y= cos 2x 0 0.999 0.9975 0.9945 0.9902
3
Q. Difference between Jacobi’s Method and Gauss Seidel Method.
Answer:
The Jacobi method is a method of solving a matrix equation on a matrix that has no
zeros along its main diagonal. Each diagonal element is solved for, and an approximate
value plugged in. The process is then iterated until it converges. This algorithm is a
stripped-down version of the Jacobi transformation method of matrix diagonalization.
The Gauss-Seidel Method
With the Jacobi method, the values of obtained in the th iteration remain unchanged until
the entire th iteration has been calculated. With the Gauss-Seidel method, we use the new
values as soon as they are known. For example, once we have computed from the first
equation, its value is then used in the second equation to obtain the new and so on.
3 Marks Questions:
Q. Evaluate the integral
Answer:
X
Dx3=
Similarly, we find the new residuals of large magnitude and relax it to zero,
and so on.
5 Marks Questions:
Q. Evaluate the integral
Answer:
The system is diagonally dominant
Q. Evaluate the integral
Answer:
x 0 1 2 3 4
Y=(x2 + x+2) 2 4 8 14 22
Q. Find the 2nd derivative of f(x) at x=0.3 using three point equation
x 0.1 0.2 0.3 0.4 0.5 0.6
f(x) 0.125 0.352 0.652 0.756 0.812 0.924
Answer:
Final 2013:
Q. Find Newton`s forward difference table from the following data
…5m
Answer:
X Y=f(x)
0.0 1
Q5.
…..3m
Answer:
X 3 4 5
Y=(log x+ 2) 2.477 2.602 2.6989
1 0
Q5.
…..2m
Answer:
X 0
Y=(cos x+ 2) 3 2.707 2
1
7. if in solving given differential equation, 0.1, ,,, h=1, y3=2 then find the y4 by Adam–
moulton’s predictor formula .
Answer:
12. using Adam-moulton’s predictor formula find the predicted value of f(0.4) from
ordinary differential equation y’=1+2xy; y(0)=0; h=0.1
x 0 0.1 0.2 0.3
Answer:
Q. using Adam-moulton’s predictor formula find the predicted value of f(0.4) from
ordinary differential equation y’=1+xy; y(0)=0; h=0.1
x 0 0.1 0.2 0.3
Answer:
Q.2. Evaluate the integral Using trapezoidal rule
Take h= …..2m
Answer:
X 0
Y= cosx 1 0.707
1
Answer:
Here: y(0)=2, x=1, h=1
Q5.
…..2m
Answer:
X
Y=sinx 1 0.707 0
1
Q. Prove that
Answer:
Take h=1…..2m
Answer:
X 0 1 2
Y= (x2-3x+4) 4 2 2
….5m
Answer:
x 0 1 2 3 4
Y=(x2 + 2) 2 3 6 11 18
Q. Evaluate the integral Using Simpson’s 3/8 rule. Take h=1 (5)
Answer:
x 0 1 2 3
Y=x 0 1 2 3
Final 2014
1- Write three equations for the following system of linear equation for Gauss Seidal
Approximation Method (2)
83x+11y-4z=95
7x+52y++13z=104
3x+8y+29z=71
3- Write a formula for finding the value of k2 in fourth order R-K mrthod?(2)
Answer:
4- If y’=t2-y, then find the next two derivatives in terms of t and or/y. (2)
Answer:
Y’=x2+2x+y2, y(6)=1
Using Euler’s method to find y at x=1, h=1. (3)
Answer:
9- Using predictor formula find the predicted value of y(0,4) from ordinary differential
equation
F(x)=ex-3x=0. (Note only 1 iteration is required upto 4 decimal places is required) (5)
Answer:
Answer:
x 0 0.5 1 1.5 2 2.5 3 3.5 4
Y=x 0 0.5 1 1.5 2 2.5 3 3.5 4
12- Find y(1) for the following initial value problem y y’=x, y(0)=2
Question: When the forward and backward interpolation formulae are used?
Answer: In interpolation if we have at the start then we use the forward difference
formula and the formula to calculate p is x-x0/h. If the value of x lies at the
end then we use Newton’s backward formula and formula to calculate the
value of p is x-xn/h. Now I come to your question as in this case the value
lies at the end so 6 will be used as the xn. This procedure has been followed
by the teacher in the lectures. But some authors also use another technique
that is if you calculate the value of p and that is negative then the origin is
shifted to that value for which the value of p becomes positive. And then
according to that origin the values of differences are used and you need not
follow this procedure.
Question: What is forward and backward difference operator and the construction of
their table.
Answer: For forward Dfr =fr+1 –fr Df0 = f1-f0 In terms of y Dyr+1=yr+1-yr D
stands for the forward difference operator For backward Dfr =fr –fr-1 Df1 =
f1-f0 In terms of y Dy1=y1-y0 Here D stands for backwards operator Now
the construction of the difference table is based on X Y 1st forward 2nd
forward 3rd forward x1 Y1 Y2-Y1=Dy0 x2 Y2 Y3-Y2=Dy1 x3 Y3 Y4-
Y3=Dy2 x4 Y4 Now consider the construction of table for the backward
table X Y 1st forward 2nd forward 3rd forward x1 Y1 Y2-Y1=Dy1 x2 Y2
Y3-Y2=Dy2 x3 Y3 Y4-Y3=Dy3 x4 Y4 Dear student this is the main
difference in the construction of the forward and backwards difference table
when you proceed for forward difference table you get in first difference the
value Dy0 but in the construction of backwards difference table in the first
difference you get Dy1 and in the second difference in the forward
difference table you get D2 y0 and in the backward difference table the first
value in the second difference is D2 y1. I think so you have made it clear.
Question: State the sufficient condition for the convergence of the system of equation
by iterative methods.
Answer: A sufficient condition for convergence of iterative solution to exact solution
is |a1| => (greater or equal) |b1|+|c1| |b2| => (greater or equal) |a2|+|c2| |c3|
=> (greater or equal) |a3|+|b3| For the system a1x+b1y+c1z=d1,
a2x+b2y+c2z=d2, a3x+b3y+c3z=d3 Similarly for the system with more
variables we can also construct the same condition
Question: The calculation for numerical analysis should be done in degree or radians.
Answer: All the calculation for numerical analysis should be done in radians not in
degrees set your calculator in radians mode and suppose the value of
pi=3.14.
Question: Should the system be diagonally dominant for gauss elimination method?
Answer: The system of equation need not to be diagonally dominant for Gauss
elimination method and gauss Jordan method for both the direct method it is
not necessary for the system to be diagonally dominant .it should be
diagonally dominant for iterative methods like jacobie and gauss seidel
method.
Question: Which equation models the rate of change of any quantity with respect to
another?
Answer: An ordinary differential equation models the rate of change of any quantity
with respect to another.
Question: If a system has the base M, then how many different symbols are needed to
represent an arbitrary number? Also name those symbols.
Answer: M 0, 1, 2, 3, … , M-1
Is the order of global error in Simpson’s 1/3 rule equal to the order of
global error in Simpson’s 3/8 rule?
Answer: Yes. The order of global error in Simpson’s 1/3 rule equal to the order of
global error in Simpson’s 3/8 rule.
Question: What is the order of global error in Trapezoidal rule?
Answer: The global error in Trapezoidal rule is of the order of 0(h2).
Question: What is the formula for finding the width of the interval?
Answer: Width of the interval, h, is found by the formula h=(b-a)/n