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

Tutorial-III Math 1005

1. The document provides instructions for solving 19 numerical problems using various numerical methods such as bisection, Regula-Falsi, false position, iteration, Newton-Raphson, Gauss-Jacobi, Gauss-Seidel, Newton's divided difference formula, Simpson's rule, Trapezoidal rule, Picard's method, Taylor series, Euler's modified method, and Runge-Kutta method. 2. It also includes problems involving differentiation, integration, data analysis using difference operators, and solving differential equations. 3. The problems cover topics like finding roots of equations, solving systems of linear equations, curve fitting, numerical integration, numerical solutions to ODEs, and properties of difference operators

Uploaded by

Yatharth Goyal
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
84 views

Tutorial-III Math 1005

1. The document provides instructions for solving 19 numerical problems using various numerical methods such as bisection, Regula-Falsi, false position, iteration, Newton-Raphson, Gauss-Jacobi, Gauss-Seidel, Newton's divided difference formula, Simpson's rule, Trapezoidal rule, Picard's method, Taylor series, Euler's modified method, and Runge-Kutta method. 2. It also includes problems involving differentiation, integration, data analysis using difference operators, and solving differential equations. 3. The problems cover topics like finding roots of equations, solving systems of linear equations, curve fitting, numerical integration, numerical solutions to ODEs, and properties of difference operators

Uploaded by

Yatharth Goyal
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Department of Mathematics Tutorial 3

UNIVERSITY OF PETROLEUM & ENERGY STUDIES, DEHRADUN


Program B. Tech SCS Semester II
Course Mathematics II Course Code MATH 1005
Session Jan-May 2019 Topic Numerical Methods
1. Find the root of tan x  x  0, up to four decimal places, which lies between 2 and 2.1 using
Bisection method.
2. Find a real root of the equation x2  loge x  12  0 using Regula-Falsi method correct to three
decimal places.
3. Find the root of the equation tan x  tanh x  0, which lies in the interval (1.6, 3.0) correct to four
significant digits using the method of false position.
4. Determine the real root of cos x  3x  1  0, by iteration method correct to six decimal places.
5. Using Newton-Raphson method, find the real root of f ( x)  x sin x  cos x  0 which is near
x   correct to three decimal places.
6. Solve the following system of equations by using Gauss-Jacobi and Gauss-Seidel iterative
methods correct to 4 decimal places
 20 1 2  X1   19   4 1 2  x   4
(i)  3 20 1  X 2    20 (ii) 3 5 1  y   7
     
 2 3 20   X 3   27  1 1 3  z  3

10 4 2   x   12  5 1  2  x   2 
(iii)  1 10 1   y    10 (iv) 3 4  1  y    2
     
 5 2 10  z   3  2  3 5   z   10 
7. Following are the marks obtained by 492 candidates in a certain examination.

Marks 0 − 40 40 − 45 45 − 50 50 − 55 55 − 60 60 − 65
No. of Candidates 210 43 54 74 32 79

By using appropriate formula, find out the number of candidates who secured
(i). more than 40 but not more than 60 marks
(ii). less than 48 but not less than 45 marks

8. From the table, estimate the number of students who obtained scores between 40 and 45.
Scores: 30 - 40 40 - 50 50 - 60 60 - 70 70 - 80
Number of students: 31 42 51 35 31.
9. Using Newton’s divided difference formula, find a polynomial function satisfying the following
x: 4 1 0 2 5
data: . Hence, find f (1) .
f ( x) : 1245 33 5 9 1335
10. Find the first and second derivatives of f ( x) at x  1.2, 1.6 and x  2.2 from the following
table:
x : 1.0 1.2 1.4 1.6 1.8 2.0 2.2
f ( x) : 2.7183 3.3201 4.0552 4.9530 6.0496 7.3891 9.0250
11. The velocity distribution of a fluid near a flat surface is given below:
𝐷𝑖𝑠𝑡𝑎𝑛𝑐𝑒( 𝑥 𝑐𝑚) 0.1 0.3 0.5 0.7 0.9
𝑉𝑒𝑙𝑜𝑐𝑖𝑡𝑦(𝑣 𝑐𝑚/𝑠) 0.72 1.81 2.73 3.47 3.98

Using suitable formulae obtain the velocity at 𝑥 = 0.2 𝑐𝑚 and 0.8 𝑐𝑚 .

12. A rod is rotating in a plane. The following table gives the angle 𝜃 (radians) through which the
rod has turned for various values of the time t (seconds).

𝑡 0 0.2 0.4 0.6 0.8 1.0 1.2


𝜃 0 0.12 0.49 1.12 2.02 3.20 4.67

Calculate the angular velocity and acceleration of the rod when t = 0.6 sec.
13. Evaluate the following integral by Simpson’s(1/3) rule.
tan 1 x
1 1 1
x2
0 0 1 x2 0 x3/2 dx, for n=10.
x
(i) x dx, (ii) dx, (iii)

14. Evaluate the following integrals by Trapezoidal and Simpson’s rule and compare the result with
the result obtained by direct integration
1.2 1

 ln(1 x ) , for n=6 0 cos x dx ,for n=10.


2 2
(i) (ii)
0
15. Using Picard’s method, solve y  2 xy with x0  0, y0  1 up to third approximation.
dy
16. Find an approximate value of y when x=0.1, if  x 2  y 2 and y=1 at x=0, using Taylor’s series
dx
method.
17. Use Euler’s modified method to find y(0.25) given that y  xy , y(0)=1.
dy y2  x
18. Find y for x=0.1 and 0.2 for  2 given that y(0)=1 by Runge-Kutta method of fourth
dx y  2 x
order.
19. If , , , E and  denote forward, backward, central, shift and average difference operators,
respectively, in the analysis of data with equal spacing h, then prove the following relations:
2
 2   2  2 
I. 1   2
 2
 1 
  , II. E1 2    III.     1   ,
 2  2 2  4 
1
IV.   E   , V.     
2 2

You might also like