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

Lab Question Revised

This document outlines the problems and tasks for the Numerical Methods Lab course. It includes: 1) Calculating areas under curves and integrals using numerical methods like Simpson's rule and Weddle's rule. 2) Solving differential equations using Runge-Kutta methods of orders 2 and 4. 3) Finding roots of equations using methods like Newton-Raphson and Regular-Falsi. 4) Evaluating integrals using techniques like the Trapezoidal rule. The document provides details on the specific problems to solve in each category.

Uploaded by

Rishu Sinha
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)
61 views

Lab Question Revised

This document outlines the problems and tasks for the Numerical Methods Lab course. It includes: 1) Calculating areas under curves and integrals using numerical methods like Simpson's rule and Weddle's rule. 2) Solving differential equations using Runge-Kutta methods of orders 2 and 4. 3) Finding roots of equations using methods like Newton-Raphson and Regular-Falsi. 4) Evaluating integrals using techniques like the Trapezoidal rule. The document provides details on the specific problems to solve in each category.

Uploaded by

Rishu Sinha
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/ 4

EVEN Semester 2021, ECE-B1

1(a) Estimate the area bounded by the curve Numerical Methods Lab (BSM 491)
y = f(x), x-axis and the ordinate x = 0 and
1.0

 ( 4 x − 3x ) dx by
x = 3 from the following table 2
2(c) Calculate
0
x: 0 0.5 1.0 1.5 2.0 2.5 3.0
f(x): 1 2.1 3.2 4.0 5.1 6.2 7.2 Weddle’s rule taking 13 ordinates, correct to
5 decimal places.

0.6
dx
1(b) Evaluate  1 − x2
by Simpson’s 1/3
1.0
0 x
rule taking 13 ordinates correct up to 5
2(d) Calculate  1+ x
0
2
dx by Weddle’s
significant figures.
rule taking n=12, correct to 5 decimal places.

 1
1.6
1(c) Evaluate   x + x dx by Simpson’s
1.2 1.0

 e dx by Weddle’s rule
−x 2
1/3 rule taking n=12 correct up to 5 2(e) Calculate
significant figures. 0

taking 13 ordinates, correct to 5 decimal


places.

2
1(d) Evaluate 
0
sin  d by Simpson’s 1/3
3 (a) Using Runge-Kutta method of order 2
rule taking 13 ordinated correct up to 5 to calculate y (0.3) for the equation
significant figures.
dy
= x + y 2 , y (0) = 1 ,
dx
h=0.1 correct to 5 decimal places.
1(e) Calculate the area of the function

f(x)= sin (x) with limits (0, ) by Simpson’s
2
3(b) Using Runge-Kutta method of order 2
1/3 rd rule using 11 ordinates.
to calculate y (0.2) for the equation
dy
= 3x + y 2 , y (0) = 1 , h=0.1 correct to 5
dx
1.5
decimal places.
 (ln x) dx by Weddle’s rule
2
2(a) Calculate
1.0

taking 13 ordinates, correct to 5 decimal


places. 3(c) Using Runge-Kutta method of order
2 to calculate y (1.2) for the equation

dy
1.0 = xy, y (1) = 1 , h=0.1 correct to 5
 x (1 − x ) dx by dx
2
2(b) Calculate
0.2 decimal places.
Weddle’s rule taking 13 ordinates, correct to
three decimal places.
3 (d) Using Runge-Kutta method of order 5. (a) Find a root of the equation
2 to calculate y (0.2) for the equation x3 − 2 x − 5 = 0 , by Regular-Falsi method
correct upto 4 decimal places.
dy
= x 2 + y 2 , y (0) = 0 , h=0.1
dx
correct to 5 decimal places.
5. (b) Find a root of the equation
x3 − 5x − 7 = 0 , by Regular-Falsi method
correct upto 4 decimal places.
3 (e) Using Runge-Kutta method of order
2 to calculate y (0.2) for the equation

dy 5. (c) Find a root of the equation


= x 2 − y y(0)=1 ,
dx x3 − 3x − 5 = 0 , by Regular-Falsi method
h=0.1, correct to 5 decimal places. cor11rect upto 4 decimal places.

4(a) Find the roots of the equation 5. (d) Find a root of the equation
x3 − 8x − 4 = 0 , which lies between 3 and 2 x3 − 3x − 6 = 0 , by Regular-Falsi method
4, by Newton- Raphson Method, correct to correct upto 4 decimal places.
four decimal places.

5. (e) Find a root of the equation


4(b) Find the positive roots of the 3x − cos x −1 = 0 , which lies between 0
equation x3 − x − 0.1 = 0 , by Newton- and 1 by Regular-Falsi method correct upto
Raphson Method, correct to four decimal 4 decimal places.
places.

6 (a) Using Runge-Kutta method of order 4


4(c) Find the positive roots of the equation to calculate y (0.2) for the equation
3x3 − 9 x2 + 8 = 0 , which lies between 1 and
dy
2, by Newton-Raphson Method, correct to = x + y 2 , y (0) = 1 ,
four decimal places. dx
h=0.1 correct to 5 decimal places.

4 (d) find the positive roots of the equation


x sin x + cos x = 0 , by Newton-Raphson 6 (b) Using Runge-Kutta method of order 4
Method, correct to four decimal places. to calculate y(0.2) for the equation

dy
= 3x + y 2 , y (0) = 1 ,
dx
4 (e) Find the positive roots of the equation h=0.1 correct to 5 decimal places.
e − 2 x + 1 = 0 by Newton-Raphson
x

Method, correct to four decimal places.


6 (c) Using Runge-Kutta method of order 4 
2


to calculate y(1.2) for the equation
7 (d) Find the value of cos  d by
0
dy
= xy, y (1) = 1 , Trapezoidal rule taking n=6, correct to four
dx decimal places.
h=0.1 correct to 5 decimal places.

7(e) Find from the following table, the area


6 (d) Using Runge-Kutta method of order bounded by the curve and x axis from
4 to calculate y(0.2) for the equation x=7.47 to x= 7.52
dy
= x 2 + y 2 , y (0) = 0 , x: 7.4 7.4 7.4 7.5 7.5 7.5
dx 7 8 9 0 1 2
h=0.1 correct to 5 decimal places. f(x 1.9 1.9 1.9 2.0 2.0 2.0
) 3 5 8 1 3 6
.

6 (e) Using Runge-Kutta method of order


4 to calculate y (0.2) for the equation
8 (a) Using Euler’s methods to calculate
dy 1  3 y dy
= y −  y(0)=1 y(0.1) for the equation = x3 + y ,y(0)=1,
dx 2  x dx
, h=0.1, correct to 5 decimal places. h=0.02 correct upto four decimal places.

8 (b) Using Euler’s methods to calculate

7(a) Applying the suitable formula to dy 1  3 y 


y(1.25)for the equation = y − 
1
dx dx 2  x
evaluates  1+ x
0
2
taking 9 ordinates,
,y(1)=1, h=0.05 correct upto four decimal
places.
correct to 5 decimal places.
8 (c) Using Euler’s methods to calculate

dy y − x
7 (b) Use Trapezoidal rule to evaluate y(0.05) for the equation =
1.5 dx y + x
 (ln x) dx , taking 12 equal intervals,
2
,y(0)=1, h=0.01 correct upto four decimal
1.0
places.
correct to 5 decimal places.
8 (d) Using Euler’s methods to calculate

dy
3 y(0.05) for the equation = x2 − y
7(c) Evaluate x
−1
dx by Trapezoidal rule dx
,y(0)=1, h=0.01 correct upto four decimal
taking 12 ordinates, correct to 5 decimal places.
places.
8 (e) Using Euler’s methods to calculate
dy 1
y (1) for the equation = ,y(0)=1.5,
dx x + y
h=0.02 correct upto four decimal places.

9. (a) Find a root of the equation


x3 − 2 x − 5 = 0 , by Bisection method
correct upto 4 decimal places.

9. (b) Find a root of the equation


x3 − 5x − 7 = 0 , by Bisection method
correct upto 4 decimal places.

9. (c) Find a root of the equation


x3 − 3x − 5 = 0 , by Bisection method
correct upto 4 decimal places.

9. (d) Find a root of the equation


2 x3 − 3x − 6 = 0 , by Bisection method
correct upto 4 decimal places.

9. (e) Find a root of the equation


3x − cos x −1 = 0 , which lies between 0
and 1 by Bisection method correct upto 4
decimal places.

10. (a) Compute the value of f(3.5) and


f(7.5) using Newton’s Interpolation Formula

x 3 4 5 6 7 8
f (x) 27 64 125 216 343 512

10. (b) Compute the value of f(27) by


suitable interpolation formula

x 14 17 31 35
f (x) 68.5 64.0 44.0 39.1

10. (c) Compute the value of y(4) by


suitable interpolation formula

x -1 0 2 3
y(x) -8 3 1 2

You might also like