Unit 4 - ONT
Unit 4 - ONT
Unit 4
Numerical Techniques
Unit: 4
Qualifications :
Ph. D (Submitted)
• Data Analysis
• Artificial intelligence
• Network and Traffic modeling
Sr. Course PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
No Outcome
1 CO1 H H H H L L L L L L L M
2 CO-2 H H H H L L L L L L M M
3 CO-3 H H H H L L L L L L M M
4 CO-4 H H H H L L L L L L L M
5 CO5 H H H H L L L L L L M M
PSO1 The ability to identify, analyze real world problems and design
their ethical solutions using artificial intelligence, robotics,
virtual/augmented reality, data analytics, block chain technology,
and cloud computing
PSO2 The ability to design and develop the hardware sensor devices
and related interfacing software systems for solving complex
engineering problems.
PSO3 The ability to understand inter disciplinary computing techniques
and to apply them in the design of advanced computing.
PSO4 The ability to conduct investigation of complex problem with the
help of technical, managerial, leadership qualities, and modern
engineering tools provided by industry sponsored laboratories.
H L M L
CO.1
L M L M
CO.2
M M M M
CO.3
H M M M
CO.4
H M M M
CO.5
𝑓 ( 𝑥𝑛)
𝑥𝑛 +1 =𝑥 𝑛 − ′
𝑓 ( 𝑥𝑛)
⇒
Taking
First approximation
Second approximation
Now we stop iteration because first and second approximation
are same upto 4 decimal places.
So root is 0.6071
12/25/2024 Ms. Sarang Sadawarte Unit IV 31
Newton Raphson method[CO4]
Example-1: Using Newton Raphson method. Find the real root of
equation correct to 4 decimal places.
Sol:
⇒
Taking
First approximation
Second approximation
Third approximation
Now we stop iteration because second and third approximation are
same upto 4 decimal places.
So root is 2.7406
12/25/2024 Ms. Sarang Sadawarte Unit IV 32
Daily Quiz[CO4]
Q4 Find a positive real root of by Regula Falsi method, correct to three decimal
places.
++…….+
u
Construct the forward difference table-
Now we calculate at
Constructing forward difference table-
40 31
42
50 73 9
51
60 124
35
70 159
31
80 190
Here
u
Using Newton forward interpolation formula-
+++
1 7
2 ?
3 13
4 21
5 37
1 7
3 13
8
4 21 8
16
5 37
⇒
So
f(xn+hu)++…….+
1891 46
20
1901 66
15 2
1911 81
12
1921 93
8
1931 101
and so on
Second divided difference for argument , is define as-
and so on
Third divided difference for argument , is define as-
and so on.
Similarly we can find 4th ,5th divided difference and so on.
33 94
0 5 10 3
2 13
2 9 88
442
5 1335
We get
Q5. Find the number of students from the following data who secured
marks not more than 45
Marks 30-40 40-50 50-60 60-70 70-80
No. of Students 35 48 70 40 22
Ans: 51
1 3 5 7 9
9 21 81 237 537 Ans: 366
-1 1 2 3
-21 15 12 3
Ans:
12/25/2024 Ms. Sarang Sadawarte Unit IV 66
Recap[CO4]
• Putting the value of Y in (3) and solve it for X using back substitution
method.
Some important points:
• If we take all the diagonal elements of L=1 then the method is called
Doolittle’s method.
• If we take all the diagonal elements of U=1 then the method is
called Crout’s method.
• The method fails if any of the diagonal elements of L or U is zero.
Solution:
The above system of equations can be written in matrix form as
AX=B...........(1)
Where and
In Crout’s method .............(2)
=
On simplifying, we get
L= U=
Put A=LU in (1), we have LUX=B..........................(3)
Let UX=Y......(4) so that (3) becomes LY=B............(5)
So by (5), we have = .........(6)
Solution: The given system is not diagonally dominant. So, rearrange the
equations as follows to make them diagonally dominant:
Here
Now, by (1)
Then
Q.1 Evaluate
By Trapezoidal, Simpson’s 1/3 and Simpson 3/8 rule.
and for . Let be the interval between equidistant values of then the
approximation to is given by
, etc.
Where
)
)
Example: Given Find and correct to four decimal places using fourth
order Runge-Kutta method.
Solution:
Given
Choose
Now by fourth order Runge-Kutta method
..........(1)
Where ...............(2)
)...............(3)
).................(4)
...............(5)
Now,
+ (..........(6)
Where ..............................(7)
)...........................(8)
)...........................(9)
.........................(10)
Q.1 Find the value of using Runge Kutta Method of fourth order given
that , , take .
Q.2 Find the value of ) using Runge Kutta Method of fourth order given
that , , take
Using Runge Kutta fourth order method, we can find the numerical
solution of 1st order ordinary differential equation.
Ans:
2. Solve the following system of equations by Gauss Seidel Method:
Ans:
3. Evaluate the integral using
(i) Simpson’s rule
(ii) Simpson’s rule with 8 intervals Ans:
4. Given the IVP . find the numerical solution at with step size by using Fourth order
Runge-Kutta method. Ans: 2.8233
1. Using Bisection method find the root of 3x2 = 5x+2 in the interval [0,3].
a) 0.617
b) 0.527
c) 0.517
d) 0.717
2. Find the root of xe-x -0.3 = 0 using Bisection Method in the interval [1,5].
a) 1.68
b) 1.86
c) 1.88
d) 1.66
3. In Crout’s method elements of upper triangular matrix is taken as
a) 1, 1, 1
b) 0, 0, 0
c) 1, 0, 1
d) 0, 1, 0
4. Given the IVP . find the numerical solution at with step size by using Fourth order
Runge-Kutta method.
5. Using Newton Raphson Method-find a positive root of equation
correct to 3 decimal places.
6. Using Regula Falsi Method- find a positive root of equation correct to 3 decimal
places.
7. Using Bisection Method- find a positive root of equation
correct to 4 decimal places.
12/25/2024 Ms. Sarang Sadawarte Unit IV 105
Recap(CO4)
Text books
(1) Sharma J K - Operations Research (Pearson, 3rd Edition
(2) Rao S.S,”Optimization – Theory and applications”, Wiley Easter Ltd.,
1979
(3) Introduction to Linear Optimization by Dimitris Bertsimas & John N.
Tsitsiklis, Athena Scientific 1997.
(4) Taha Hamdy - Operations Research - An Introduction (Prentice-Hall,
9th edition)
Reference Books