Numerical Methods and Partial Differential Equations Unit-I Solution of Non-Linear Equations and System of Linear Equations
Numerical Methods and Partial Differential Equations Unit-I Solution of Non-Linear Equations and System of Linear Equations
Numerical Methods and Partial Differential Equations Unit-I Solution of Non-Linear Equations and System of Linear Equations
UNIT-I
Solution of Non- Linear Equations and System of Linear Equations
Short Answer Questions
1. By using the bisection method find an approximate root of the equation x3-x-4 = 0.
2. By using the bisection method find an approximate root of the equation , that
th
lies between x=1 and x=1.5 (measured in radians) carry out computations up to 7 stage.
3. Find a real root of the equation by Regula- falsi method correct to four
decimal places.
4. Using method of false position find a root of the equation .
5. Find a real root of the equation cos x=3 x−1 correct to three decimal places by
iteration method
6.Apply Newton – Raphson method to find an approximate root, correct to three decimal
8.Solve by Jacobi’s method 5x-y+3z =10, 3x+6y =18, x+y+5z = -10 , (3,0,-2) as the
initial approximation to the solution.
10. Solve the following system of equations by using Gauss-Seidel method correct to three
decimal places. 8x-3y+2z = 20,4x+11y-z = 33, 6x+3y+12z = 35.
UNIT-II
3. Using Simpson’s 3/8th rule evaluate , by dividing the range into 6 equal parts.
4. Dividing the range in 10 equal parts, find the approximate value of sinx dx by
i. Trapezoidal rule
6. A rocket is launched from the ground. Its acceleration measured in every 5 seconds is tabulated
below. Find the velocity and the position of the rocket at t = 40 seconds using trapezoidal rule.
t 0 5 10 15 20 25 30 35 40
7.A solid of revolution is formed by rotating about the x-axis, the area between the x-axis, the lines
x=0 and x=1 and a curve through the points with the following coordinates:
8. Evaluate by using (i) Trapezoidal rule, (ii) Simpson’s 1/3 rule, (iii) Simpsons 3/8 rule
9. Fit a straight line of the form y=a+bx for the following data.
x 1 2 3 4 5
y 14 27 40 55 68
x 0 1 2 3
12. Fit a straight line through the five points (1,3), (3,4), (4,6),(6,7) and (7,8) and
14. Find the least squares approximation of the second degree for the discrete data
X -2 - 0 1 2
1
F(x 15 1 1 3 19
)
X 2 3 4 5 6
Y 8.3 15.4 33.1 64.2 127.4
X 0 1 2 3
y 1.05 2.10 3.85 8.30
. If is the best fit for 8 pairs of values(x,y) by the method of least squares and
17
then
1. The velocity V (Km/min) of a moped which starts from rest is given at fixed intervals of time t
(min) as follows:
t: 2 4 6 8 10 12 14 16 18 20
V
10 18 25 29 32 20 11 5 2 0
:
Using Simpson’s rule estimate the distance covered in 20 minutes.
0.
: 0 1
5
0.
1 0.5
: 8
4.By the method of least squares fit a parabola of the form y=a +bx+cx 2 for the following data.
x 10 12 15 23 20
y 14 17 23 25 21
x 0 1 2 3 4
x 2 4 6 8 10
y 4.077 11.084 30.128 81.897 222.62
x 2 3 4 5 6
b
8.Using method of least squares. Fit a relation of the form y=a x the following data
x 2 4 7 10 20 40 60 80
y 43 25 18 13 8 5 3 2
6
9.Evaluate ∫ 1+1 x dx by using i) Trapezoidal rule ii) Simpson’s1/3 rule iii)Simpson’s3/8
0
i) Using 10 ordinates.
UNIT – III
Numerical Solution of Initial Value Problems in Ordinary Differential Equations
from
9. Using Euler’s method find an approximate value of y corresponding to x=1, given that
10. Find y(0.1) using Picard’s method given that dy/dx = xy, y(0)=1..
11. Solve the following using R –K fourth method y = y–x, y(0) = 2, h=0.2. Find y(0.2)
12. .Use third order Runge-Kutta method to find y at x=0.1, given that
and h=0.1.
13. Given y = x2 – y, y(0) = 1, find correct to four decimal places the value of y(0.1), by using
Euler’s method.
dy x + y
14. Using Runga-Kutta method of second order, find y(2.5) from = , y(2) = 2,
dx x
taking h = 0.25
15. Solve the following using R –K third order method y = y–x, y(0) == 2, h=0.2. Find y(0.2).
dy xy
16. Given = and y(0) = 1,y(0.1) = 1.0025, y(0.2) = 1.0101, y(0.3) = 1.0228
dx 2
compute y(0.4) by Adam’s – Bashforth method.
17. Given y 1=x 2− y , y ( 0 )=1 and the starting values y(0.1) = 0.90516, y(0.2) = 0.82127,
y(0.3) = 0.74918, find y(0.4) using Adam’s – Moulton method.
18. Use Milne’s Predictor – corrector method to obtain the solution of the equation
y 1=x− y 2 at x = 0.8 given that y(0) = 0, y(0.2) = 0.02, y(0.4) = 0.0795, y(0.6) =
0.1762
19. Use Milne’s Predictor – corrector method to obtain the solution of the equation Find
the value of y at x = 0.4 if y 1=1+ x y 2 , y ( 0 )=1,y(0.1) =1.105,y(0.2) = 1.223,y(0.3) =
1.355
20. Using Modified Euler’s method, find an approximate value of y when x = 0.3 given
dy
that =x+ y∧ y ( 0 )=1.
dx
1. Find y(0.2) and y(0.4) using Taylor’s series method given that and y(0) = 1.
2. Employ Taylors series method to obtain approximate value of y at x=0.2 and 0.4 for the
9. Use Runga Kutta fourth order method to evaluate y(.1) and y(.2), given that
.
10. Apply the fourth order R-K method, to find an approximate value of y when x = 1.2 in
steps of 0.1, given that y 1=x 2 + y 2 , y ( 1 )=1.5 .
dy x + y
11. Using R-K method of 4th order, compute y(2.5) for the equation = , y ( 2 )=2.
dx x
12. Given y 1=1+ y 2 , y ( 0 )=0 , find the initial values y(0.2), y(0.4) and y(0.6) using R –
K method and hence estimate y(0.8) by Adam’s – Bashforth – Moulton method.
dy
13. Find the solution of =x− y at x = 0.5 subject to condition y = 1 at x = 0 and h =
dx
0.1 using Adam’s – Bashforth – Moulton method. Use Euler’s method initially.
14. Use Milne’s method to find y(0.8) and y(1.0) from y 1=1+ y 2 , y ( 0 )=0. Find the initial
values y(0.2), y(0.4) and y(0.6) from the R – K method.
dy
15. Find the solution of =x− y at x = 0.5 subject to condition y = 1 at x = 0 and h =
dx
0.1 using Milne’s method. Use Euler’s method initially.
UNIT-IV
UNIT-IV
1) Form the partial differential equation by eliminating ‘a’ and ‘b’ from
z=( x 2 +a 2) ( y 2 +b 2)
2) Form the partial differential equation by eliminating ‘a’ and ‘b’ from
2 2 2 2
z=( x−a ) + ( y−b ) =z cot ∝.
3) Form the partial differential equation by eliminating ‘a’ and ‘b’ from z=a x n +b y n .
4) Find the partial differential equation of all planes passing through the origin.
5) Form the partial differential equation by eliminating an arbitrary function from
z=xy + f ( x2 + y 2 ).
6) Eliminate the arbitrary function ‘f’ from the relation z=f ( sin x +cos y )
7) Find the partial differential equationby eliminating an arbitrary function from
(
∅ z 2−xy ,
x
z )
=0.
UNIT-V
∂u ∂u −3 x
1) Solve =4 ,u ( 0 , y )=8 e by the method of separation of variables.
∂x ∂y
2
∂ z ∂z ∂z
2) Solve −2 + =0 by the method of separation of variables.
∂x
2
∂x ∂ y
∂u ∂u −3 x
3) Solve =2 +u , u ( x , 0 ) =6 e by the method of separation of variables.
∂x ∂t
4) Solve by the method of separation of variables2 x z x −3 y z y =0.
5) A uniform string is stretched and fastened between two points ‘l’ apart motion is
started by displacing the string in the form of a cure y=kx ( l−x ) and then released at
form this position at time t=0. Find the displacement of the string at the point at a
distance ‘x’from one end at time ‘t’.
6) A tightly stretched string with fixed ends at x=0 and x=l is initially in a position given
by y ( x , 0 ) =u0 sin
3
[ ]
ππx
l
. If it is released from rest this position, Find the