EM III Assignment 1
EM III Assignment 1
UNIT - 1
Q.1. Find the real root of following equations by Bisection method.
Q.2. Find the root of the following equations by Newton - Raphson method.
Q.4. Find the real root of the following equations by Regula - falsi method.
(i) 𝑥 3 − 2𝑥 − 5 = 0 Ans. 2.094
∆2 𝐸𝑥 𝑥
Q.6. Prove that 𝑒 𝑥 = ( 𝐸 ) 𝑒 𝑥 . ∆2 𝑒 𝑥 :the interval of differencing being h.
Q.7. Given 𝑠𝑖𝑛450 = 0.7071, 𝑠𝑖𝑛500 = 0.7660, 𝑠𝑖𝑛550 = 0.8192, 𝑠𝑖𝑛600 = 0.8660. Find 𝑠𝑖𝑛520 , by
using Newton’s forward divided difference interpolation formula.
Ans 0.78803
Q.8. From the following table find the number of students who obtained less than 45 marks
Q.9. In an examination the number of candidates who secured marks between certain limits were as
follows :
Q.10.Find the polynomial which fits the data in the following tables:
x 3 5 7 9 11
y 6 24 58 108 174
Ans −2𝑥 2 − 7𝑥 + 9.
Q.11.Find the polynomial which fits the data in the following tables:
x -4 -1 0 2 5
y 1245 33 5 9 1335
4 3 2
Ans 3𝑥 − 5𝑥 + 6𝑥 − 14𝑥 + 5.
Q.13. Apply Lagrange’s formula for the following data to find 𝑓(0.15) and 𝑓(0.7).
Q.14.Apply Lagrange’s formula inversely to find the value of 𝑥 when 𝑓(𝑥) = 13.6 given the following
table:
X 30 35 40 45 50
F(x) 15.9 14.9 14.1 13.3 12.5
Ans 43.1.
Q.15.Apply Lagrange’s formula inversely to find the value of 𝑥 when 𝑓(𝑥) = 6,given the following table:
x 168 120 72 63
F(x) 3 7 9 10
Ans 147.
UNIT - 2
Q.1. 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 second
Q.4. Apply Gauss elimination method to solve the following system of equations:
(𝑖𝑖) 2𝑥 − 𝑦 + 3𝑧 = 9, 𝑥 + 𝑦 + 𝑧 = 6, 𝑥 − 𝑦 + 𝑧 = 2. Ans 𝑥 = 1, 𝑦 = 2, 𝑧 = 3.
Q.5. Apply Gauss Jordan method to solve the following system of equations:
35 29 5
(𝑖𝑖) 2𝑥 + 3𝑦 + 𝑧 = 9, 𝑥 + 2𝑦 + 3𝑧 = 6, 3𝑥 + 𝑦 + 2𝑧 = 8. Ans 𝑥 = 18 𝑦 = 18 , 𝑧 = 18.
122 284 46
(𝑖𝑖𝑖) 5𝑥 − 2𝑦 + 𝑧 = −4, 7𝑥 + 𝑦 − 5𝑧 = 8, 3𝑥 + 7𝑦 + 4𝑧 = −10. Ans 𝑥 = 109 𝑦 = 327 , 𝑧 = 327.
Q.7.Apply Gauss Seidal method to solve the following system of equations:
Ans. 𝑥 = 1, 𝑦 = −2, 𝑧 = 3.
Q.8.Apply Gauss Jacobi iterative method to solve the following system of equations:
Ans. 𝑥 = 1, 𝑦 = −1, 𝑧 = 1.
UNIT – 3
𝑑𝑦
Q.1. Using Taylor’s series, find the solution of the differential equation 𝑥 = 𝑥 − 𝑦 : y(2) = 2 at x =
𝑑𝑥
2.1, correct to five places of decimal. Ans. y(x) = 2.00238.
𝑑𝑦 𝑦−𝑥
Q.2. Use Euler’s method to find y(0.1) from the differential equation 𝑑𝑥 = 𝑦+𝑥 with initial condition y(1)
= 0 upto 5 steps. Ans. y(0.1) = 1.0928.
𝑑𝑦 −𝑦
Q.3. Use Euler’s method to find y(1) from the differential equation 𝑑𝑥 = 1+𝑥 , y(0) =2. Take for each step
h=0.1. Ans. 0.9477
(i) Solve numerically the differential equation y’ = x+y with the initial conditions x0=0, y0=1 in steps of
0.2 at x=1. Ans. y(1) = 3.4547
(ii) Find the value of y(21) in steps of 0.2 for the equation y’=log10(x/y) with y(20) = 5. Ans. 5.5880
(iii) Find the value of y(2.2) for y’= - xy2 with y(2)=1. Ans. 1.7018
𝑑𝑦
(iv) Find the value of y(0.5) for 𝑑𝑥
= 𝑥 + 𝑦 2 with y(0)=1. Ans. 2.2067.
𝑑𝑦
(iii) Given = −2𝑥𝑦2 with y(0) = 1. Find y(1.0) by taking h=0.2. Ans. 0.5000073
𝑑𝑥
(i) Solve y’ = x+y with y(0) = 1 from x=0 to 0.4 with h=0.1. Ans. y(0)=1, y(0.1)=1.1103, y(0.2)=1.2428,
y(0.3)= 1.3997, y(0.4)= 1.58363.
(ii) Solve numerically y’= 2ex-y at 0.4, 0.5 given that y(0)=2, y(0.1)=2.01, y(0.2)=2.04, y(0.3)=2.09.
(iii) Find a solution of the differential equation y’= x-y2, in the range 0<= x <= 1for the initial condition
y(0)=0. Ans. 0.4555
(iv) Solve y’ = -y with y(0) = 1 from x=0.5 to 0.8 with h=0.1. Ans. y(0.8) = 0.4495
Ans. 0.949
𝑑𝑦
(ii) Solve the initial value problem = 𝑥 + 𝑦 , y(0)=1 to find y(0.4). Starting solutions required are to
𝑑𝑥
be obtained using Runge - Kutta method of order four using step h=0.1.