SlideShare a Scribd company logo
1 of 26
YESHWANTRAO CHAVAN COLLEGE OF
ENGINEERING
Department of
ELECTRONICS and TELECOMMUNICATION
Presented by- Group 1
Guided by-Prof. A. H. Siddiqui
Topic-Numerical Method-1
NEWTON RAPHSON METHOD
Formula:
Que 1: Find the real roots using Raphson Method
3x = cosx + 1
Ans-
Solution :
f(x) = 3x- cosx -1 f ‘(x)= 3+sinx
f(0) = -2
f(1) = 1.4597
Since +ve and –ve root found
Thus roots lie between [0,1]
Take x0 = 0.5
xn+1 = xn -3xn-cosxn - 1/3+sinxn
Since last two consecutive values are same so 0.607 is the
Real root
f(x) f ‘(x) x = x-f(x)/f ’(x)
-0.3776 3.4794 0.6085
x1 = 0.6085 0.00499 3.5716 0.607
x2 = 0.607 0.00036 3.5704 0.607
Que2 : Find the real roots of the equation
x = e-x
Solution :
f(x) = xex -1 = 0
f ’(x) = ex + xex
Root lies in the interval [0,1]
We will start with x0 = 1
f(x) f ‘(x) x = x-f(x)/f ’(x)
x0=1 1.71828 2 0.6839397
x1 = 0.6839397 0.3553424 3.337012 0.57745
x2 = 0.57745 0.02872 2.810211 0.56723
x3= 0.56723 0.00023 2.763615 0.567146
Thus the real root is 0.567
Method of false position (or regula falsi method)
Formula:
Que 3. Find the real root of the equation
by method of Regula Falsi method.
ANS. Let f(x)=
.
Now f(1)= = -0.28172 i.e –ve and
f(1.1)= = 0.30458 i.e +ve
therefore root lies between 1 and 1.1
further f(1)< f(1.1) numerically,hence we take first
=
approximations as
F( ) = -0.0112 (-ve)
Therefore root lies between
Let
=
Real root of given equation is 1.05 approx.
Que4. Find the root of the equation
near to x=1, by method of false position.
ANS. Let f(x) =
f(0)=-1 and f(1)=1
root lies between 1 and 0.
take
= 0.5
Now f( )=f(0.5)=-0.375(-ve)
f(0.5) and f(1) have opposite signs, hence root lies between
0.5 and 1
=0.64
and f( )=f(0.64)=-0.0979(-ve)
root lies between 0.64 and 1 as f(0.64) and f(1) have opposite signs.
=0.672
Approximate root of f(x)=0 near to x=1 is 0.672.
Que 5-Find the root of following equation using Regula-Falsi method.
ANS:
Let f(x) =
f(0.35) = 0.019 and f(0.36) = -0.00667 have opposite sign
Hence root lies between 0.35 and 0.36.
As, f(0.35) > f(0.36)
= 0.36 and = 0.35
= 0.3574
Now, f( ) = f(0.3574) = 0.001207
Here, f(0.36) and f(0.3574) has opposite sign
= 0.3574
Hence, Approximate root of given equation is 0.3574
Bisection method
Formulae:
1) X2 = (X0+X1)/2
2) X3 = (X1+X2)/2
Que6. Find the approximate root of by bisection method.
Solution:
Let,
Step 1:
To find
463  xx
463)(  xxxf
1)1(
4)0(


f
f
But, f(0) and f(1) have opposite signs. Therefore roots lies between 0 and 1.
x2
2
10
2
xx
x


00
x 11
x
125.1)(
5.0
2
10
2
2




x
x
f
Step 2:
To find
Step 3:
To find
x3
2
12
3
xx
x


0781.0)(
75.0
2
15.0
3
3




x
x
f
x4
2
23
4
xx
x


4941.0)(
625.0
2
5.075.0
4
4




x
x
f
Step 4:
To find
Step 5:
To find
x5
2
34
5
xx
x


19995.0)(
6875.0
2
75.0625.0
5
5




x
x
f
x6
2
35
6
xx
x


0588.0)(
71875.0
2
75.06875.0
6
6




x
x
f
The approximate root of the given equation is 0.71875
Que7. FIND THE REAL ROOT BY BISECTION METHOD FOR f(x)=X³+X-
1
Ans: Now, from the table,
f(0.6) and f(0.7) have opposite signs
.·. the root lies between 0.6 and 0.7
Also, numerically f(0.7) < f(0.6)
.·. x₀ = 0.7 and x₁ = 0.6
Now, by bisection formula,
x ₂ = ( x₁ + x₀ ) / 2 = 0.65
.·. F(x₂) = -0.75
x₃ = (0.7+0.65)/2 = 0.675
F(x₃ ) = -0.01745
X 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0
F(X) -1 -0.899 -0.792 -0.673 -0.536 -0.375 -0.184 0.0
43
0.31
2
0.629 1
X₄ = (0.675 + 0.7)/2 = 0.6875
f(x₄) = 0.01245
x₅ = (0.675 + 0.6875)/2 = 0.68125
f(x₅) = - 0.00258
x₆ = (0.68125 + 0.6875)/2 = 0.6843
f(x₆) = 0.00473
x₇ = (0.6843 + 0.681250)/2 = 0.6827
f(x₇) = 0.00089
x₈ = (0.6827 + 0.68125)/2 = 0.6820
Therefore , the root of the given equation is x = 0.6820
DIRECT ITERSTION METHOD OR METHOD OF
SUCCESSIVE APPROXIMATION
Que8. Using iteration method , find the roots of the following equation.
1)
Solution:
5.00
x
 
 
 
   
   
4
133
xlet:1case
.(iii)..........
3
1
.(ii)..........
13
(i)..........13
rootionapproximatfirstthe;5.0Let
13
4
3-
'
4
1
4
4
1
4
4
0
4
13
13












x
x
x
x
x
x
xxf
xxf
x
x
x
x
x
x


,0134
 xx
 
 
 
 
 
 
  0.3541
3
15.0
3
1
3
1
Now,
formula.suitableisthis,1thanlessisthisAs
1
0.1666
3
4
3
1
xLet:2case
e.convergencforsuitablenotiswhich1,
2613.1
44
0
1
4
0
'
0
'
3
'
4
0
'
0
'














x
x
x
x
x
x
x
x
x
x
x






 
 
 
 
0.3376isrootionapproximatourHence,
3376.0
3
13376.0
3
1
3376.0
3
13377.0
3
1
3377.0
3
13385.0
3
1
3385.0
3
13541.0
3
1
44
4
5
44
3
4
44
2
3
44
1
2




















x
x
x
x
x
x
x
x
Que9.The equation has two roots near i)0.3 and ii)2.1
Find them by iteration method. Equation is
-4x=0.
Solution:-
Let f(x)= -4x=0
(i) = 0.3
x=log(4x) --------(1)
----------(2)
Case 1: Let,
e
x
e
x
x0
xe
x
4
e
x
x
4
1

13.3|)('|
4
4
1
)('
)4log()(
0



x
x
x
xx



Case 2:
Now, [2]
Case (1)
133.0
4
1
|)('|
4
1
)('
4
1
)(
)3.0(



e
e
e
x
x
x
x
x



35.0
4
1
347.0
4
1
4
1
33.0
4
1
347.0
3
33.0
2
1
1
0



ex
eex
ex
x
x
1.20
x
147.0|)('|
1
)('
)4log()(
0



x
x
x
xx



Now,
15.2)147.24ln(
147.2)14.24ln(
128.2)1.24ln()4ln(
3
2
1



x
x
xx o
152.2)152.24ln(
152.2)151.24ln(
151.2)15.24ln(
6
5
4



x
x
x
152.2x
Presented by Group:1
Roll no. Name
101 - Aditi Bobhate
102 - Aishwarya Ambulkar
103 - Aishwarya Joshi
104 - Akanksha Tirpude
105 - Ankita Tidke
106 - Ankita Khadatkar
107 - Ashwini Apurkar
108 - Bhakti Dhakhulkar
109 - Divya Lashkare
110 - Himanshi Shahu
111 - Maithili Pande
112 - Manasi Vyavhare
Numerical Method

More Related Content

What's hot

Systems of Linear Algebra
Systems of Linear AlgebraSystems of Linear Algebra
Systems of Linear AlgebraAyesha Arshad
 
Numerical Analysis (Solution of Non-Linear Equations) part 2
Numerical Analysis (Solution of Non-Linear Equations) part 2Numerical Analysis (Solution of Non-Linear Equations) part 2
Numerical Analysis (Solution of Non-Linear Equations) part 2Asad Ali
 
Taylor's & Maclaurin's series simple
Taylor's & Maclaurin's series simpleTaylor's & Maclaurin's series simple
Taylor's & Maclaurin's series simpleNikhilkumar Patel
 
Lu Decomposition
Lu DecompositionLu Decomposition
Lu DecompositionMdAlAmin187
 
Piecewise functions updated_2016
Piecewise functions updated_2016Piecewise functions updated_2016
Piecewise functions updated_2016Benjamin Madrigal
 
Exponential and logarithmic functions
Exponential and logarithmic functionsExponential and logarithmic functions
Exponential and logarithmic functionsNjabulo Nkabinde
 
Numerical differentiation
Numerical differentiationNumerical differentiation
Numerical differentiationandrushow
 
Euler and improved euler method
Euler and improved euler methodEuler and improved euler method
Euler and improved euler methodSohaib Butt
 
Introduction to Matlab
Introduction to MatlabIntroduction to Matlab
Introduction to MatlabAmr Rashed
 
Exponential functions
Exponential functionsExponential functions
Exponential functionskvillave
 
Fourier series Introduction
Fourier series IntroductionFourier series Introduction
Fourier series IntroductionRizwan Kazi
 
Math lecture 10 (Introduction to Integration)
Math lecture 10 (Introduction to Integration)Math lecture 10 (Introduction to Integration)
Math lecture 10 (Introduction to Integration)Osama Zahid
 
Discrete probability distribution (complete)
Discrete probability distribution (complete)Discrete probability distribution (complete)
Discrete probability distribution (complete)ISYousafzai
 
Numerical solutions of algebraic equations
Numerical solutions of algebraic equationsNumerical solutions of algebraic equations
Numerical solutions of algebraic equationsAvneet Singh Lal
 

What's hot (20)

Systems of Linear Algebra
Systems of Linear AlgebraSystems of Linear Algebra
Systems of Linear Algebra
 
Numerical Analysis (Solution of Non-Linear Equations) part 2
Numerical Analysis (Solution of Non-Linear Equations) part 2Numerical Analysis (Solution of Non-Linear Equations) part 2
Numerical Analysis (Solution of Non-Linear Equations) part 2
 
Taylor's & Maclaurin's series simple
Taylor's & Maclaurin's series simpleTaylor's & Maclaurin's series simple
Taylor's & Maclaurin's series simple
 
Lu Decomposition
Lu DecompositionLu Decomposition
Lu Decomposition
 
Piecewise functions updated_2016
Piecewise functions updated_2016Piecewise functions updated_2016
Piecewise functions updated_2016
 
Exponential and logarithmic functions
Exponential and logarithmic functionsExponential and logarithmic functions
Exponential and logarithmic functions
 
Numerical differentiation
Numerical differentiationNumerical differentiation
Numerical differentiation
 
Euler and improved euler method
Euler and improved euler methodEuler and improved euler method
Euler and improved euler method
 
Introduction to Matlab
Introduction to MatlabIntroduction to Matlab
Introduction to Matlab
 
Quadratic equation
Quadratic equationQuadratic equation
Quadratic equation
 
Taylor’s series
Taylor’s   seriesTaylor’s   series
Taylor’s series
 
the inverse of the matrix
the inverse of the matrixthe inverse of the matrix
the inverse of the matrix
 
Exponential functions
Exponential functionsExponential functions
Exponential functions
 
Trapezoidal rule
Trapezoidal ruleTrapezoidal rule
Trapezoidal rule
 
newton raphson method
newton raphson methodnewton raphson method
newton raphson method
 
Fourier series Introduction
Fourier series IntroductionFourier series Introduction
Fourier series Introduction
 
Math lecture 10 (Introduction to Integration)
Math lecture 10 (Introduction to Integration)Math lecture 10 (Introduction to Integration)
Math lecture 10 (Introduction to Integration)
 
Discrete probability distribution (complete)
Discrete probability distribution (complete)Discrete probability distribution (complete)
Discrete probability distribution (complete)
 
LU FACTORIZATION METHOD
 LU FACTORIZATION METHOD LU FACTORIZATION METHOD
LU FACTORIZATION METHOD
 
Numerical solutions of algebraic equations
Numerical solutions of algebraic equationsNumerical solutions of algebraic equations
Numerical solutions of algebraic equations
 

Viewers also liked

Applications of numerical methods
Applications of numerical methodsApplications of numerical methods
Applications of numerical methodsTarun Gehlot
 
A Numerical Method for Modelling Discontinuous Mechanics of Asphalt Mixture
A Numerical Method for Modelling Discontinuous Mechanics of Asphalt MixtureA Numerical Method for Modelling Discontinuous Mechanics of Asphalt Mixture
A Numerical Method for Modelling Discontinuous Mechanics of Asphalt MixtureIDES Editor
 
Trabajo de Hugo G. y Hugo O. sobre Galileo Galilei
Trabajo de Hugo G. y Hugo O. sobre Galileo GalileiTrabajo de Hugo G. y Hugo O. sobre Galileo Galilei
Trabajo de Hugo G. y Hugo O. sobre Galileo Galileijmuceda
 
Global Wirelesse Voting Machine
Global Wirelesse Voting MachineGlobal Wirelesse Voting Machine
Global Wirelesse Voting MachineAnkita Khadatkar
 
Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)
Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)
Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)Minhas Kamal
 
Regulafalsi_bydinesh
Regulafalsi_bydineshRegulafalsi_bydinesh
Regulafalsi_bydineshDinesh Kumar
 
Numerical Methods
Numerical MethodsNumerical Methods
Numerical MethodsTeja Ande
 
Regula falsi method
Regula falsi methodRegula falsi method
Regula falsi methodandrushow
 
Numerical Analysis (Solution of Non-Linear Equations)
Numerical Analysis (Solution of Non-Linear Equations)Numerical Analysis (Solution of Non-Linear Equations)
Numerical Analysis (Solution of Non-Linear Equations)Asad Ali
 
Roots of Nonlinear Equations - Open Methods
Roots of Nonlinear Equations - Open MethodsRoots of Nonlinear Equations - Open Methods
Roots of Nonlinear Equations - Open MethodsMohammad Tawfik
 
Engineering Numerical Analysis Lecture-1
Engineering Numerical Analysis Lecture-1Engineering Numerical Analysis Lecture-1
Engineering Numerical Analysis Lecture-1Muhammad Waqas
 
Introduction to Numerical Analysis
Introduction to Numerical AnalysisIntroduction to Numerical Analysis
Introduction to Numerical AnalysisMohammad Tawfik
 

Viewers also liked (20)

Applications of numerical methods
Applications of numerical methodsApplications of numerical methods
Applications of numerical methods
 
A Numerical Method for Modelling Discontinuous Mechanics of Asphalt Mixture
A Numerical Method for Modelling Discontinuous Mechanics of Asphalt MixtureA Numerical Method for Modelling Discontinuous Mechanics of Asphalt Mixture
A Numerical Method for Modelling Discontinuous Mechanics of Asphalt Mixture
 
Es272 ch0
Es272 ch0Es272 ch0
Es272 ch0
 
Chapter 3
Chapter 3Chapter 3
Chapter 3
 
Lecture6
Lecture6Lecture6
Lecture6
 
Trabajo de Hugo G. y Hugo O. sobre Galileo Galilei
Trabajo de Hugo G. y Hugo O. sobre Galileo GalileiTrabajo de Hugo G. y Hugo O. sobre Galileo Galilei
Trabajo de Hugo G. y Hugo O. sobre Galileo Galilei
 
Global Wirelesse Voting Machine
Global Wirelesse Voting MachineGlobal Wirelesse Voting Machine
Global Wirelesse Voting Machine
 
Presentation aust final
Presentation aust finalPresentation aust final
Presentation aust final
 
Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)
Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)
Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)
 
Hawk eye Technology
Hawk eye TechnologyHawk eye Technology
Hawk eye Technology
 
Regulafalsi_bydinesh
Regulafalsi_bydineshRegulafalsi_bydinesh
Regulafalsi_bydinesh
 
Bisection method
Bisection methodBisection method
Bisection method
 
Numerical Methods
Numerical MethodsNumerical Methods
Numerical Methods
 
Regula falsi method
Regula falsi methodRegula falsi method
Regula falsi method
 
Es272 ch3a
Es272 ch3aEs272 ch3a
Es272 ch3a
 
APPLICATION OF NUMERICAL METHODS IN SMALL SIZE
APPLICATION OF NUMERICAL METHODS IN SMALL SIZEAPPLICATION OF NUMERICAL METHODS IN SMALL SIZE
APPLICATION OF NUMERICAL METHODS IN SMALL SIZE
 
Numerical Analysis (Solution of Non-Linear Equations)
Numerical Analysis (Solution of Non-Linear Equations)Numerical Analysis (Solution of Non-Linear Equations)
Numerical Analysis (Solution of Non-Linear Equations)
 
Roots of Nonlinear Equations - Open Methods
Roots of Nonlinear Equations - Open MethodsRoots of Nonlinear Equations - Open Methods
Roots of Nonlinear Equations - Open Methods
 
Engineering Numerical Analysis Lecture-1
Engineering Numerical Analysis Lecture-1Engineering Numerical Analysis Lecture-1
Engineering Numerical Analysis Lecture-1
 
Introduction to Numerical Analysis
Introduction to Numerical AnalysisIntroduction to Numerical Analysis
Introduction to Numerical Analysis
 

Similar to Numerical Method

Numericals Reasoning.pdf
Numericals Reasoning.pdfNumericals Reasoning.pdf
Numericals Reasoning.pdfAvirup Pal
 
Analysis for engineers _roots_ overeruption
Analysis for engineers _roots_ overeruptionAnalysis for engineers _roots_ overeruption
Analysis for engineers _roots_ overeruptionuttamna97
 
Lecture 04 newton-raphson, secant method etc
Lecture 04 newton-raphson, secant method etcLecture 04 newton-raphson, secant method etc
Lecture 04 newton-raphson, secant method etcRiyandika Jastin
 
Chapter 6 taylor and maclaurin series
Chapter 6 taylor and maclaurin seriesChapter 6 taylor and maclaurin series
Chapter 6 taylor and maclaurin seriesIrfaan Bahadoor
 
Daniel Hong ENGR 019 Q6
Daniel Hong ENGR 019 Q6Daniel Hong ENGR 019 Q6
Daniel Hong ENGR 019 Q6Daniel Hong
 
Introduction to Differential Equations
Introduction to Differential EquationsIntroduction to Differential Equations
Introduction to Differential EquationsVishvaraj Chauhan
 
Standard normal distribution
Standard normal distributionStandard normal distribution
Standard normal distributionNadeem Uddin
 
Continuity and Uniform Continuity
Continuity and Uniform ContinuityContinuity and Uniform Continuity
Continuity and Uniform ContinuityDEVTYPE
 
Sbma 4603 numerical methods Assignment
Sbma 4603 numerical methods AssignmentSbma 4603 numerical methods Assignment
Sbma 4603 numerical methods AssignmentSaidatina Khadijah
 
M3 16marks
M3 16marksM3 16marks
M3 16marksvembbu
 
Introduction to comp.physics ch 3.pdf
Introduction to comp.physics ch 3.pdfIntroduction to comp.physics ch 3.pdf
Introduction to comp.physics ch 3.pdfJifarRaya
 
Newton raphsonmethod presentation
Newton raphsonmethod presentationNewton raphsonmethod presentation
Newton raphsonmethod presentationAbdullah Moin
 
Numarical values
Numarical valuesNumarical values
Numarical valuesAmanSaeed11
 
Numarical values highlighted
Numarical values highlightedNumarical values highlighted
Numarical values highlightedAmanSaeed11
 
Normal probability distribution
Normal probability distributionNormal probability distribution
Normal probability distributionNadeem Uddin
 

Similar to Numerical Method (20)

Numericals Reasoning.pdf
Numericals Reasoning.pdfNumericals Reasoning.pdf
Numericals Reasoning.pdf
 
Bca numer
Bca numerBca numer
Bca numer
 
Ch 2
Ch 2Ch 2
Ch 2
 
Analysis for engineers _roots_ overeruption
Analysis for engineers _roots_ overeruptionAnalysis for engineers _roots_ overeruption
Analysis for engineers _roots_ overeruption
 
Lecture 04 newton-raphson, secant method etc
Lecture 04 newton-raphson, secant method etcLecture 04 newton-raphson, secant method etc
Lecture 04 newton-raphson, secant method etc
 
NUMERICAL METHODS
NUMERICAL METHODSNUMERICAL METHODS
NUMERICAL METHODS
 
Chapter 6 taylor and maclaurin series
Chapter 6 taylor and maclaurin seriesChapter 6 taylor and maclaurin series
Chapter 6 taylor and maclaurin series
 
Bisection
BisectionBisection
Bisection
 
Daniel Hong ENGR 019 Q6
Daniel Hong ENGR 019 Q6Daniel Hong ENGR 019 Q6
Daniel Hong ENGR 019 Q6
 
Introduction to Differential Equations
Introduction to Differential EquationsIntroduction to Differential Equations
Introduction to Differential Equations
 
Standard normal distribution
Standard normal distributionStandard normal distribution
Standard normal distribution
 
Continuity and Uniform Continuity
Continuity and Uniform ContinuityContinuity and Uniform Continuity
Continuity and Uniform Continuity
 
Sbma 4603 numerical methods Assignment
Sbma 4603 numerical methods AssignmentSbma 4603 numerical methods Assignment
Sbma 4603 numerical methods Assignment
 
M3 16marks
M3 16marksM3 16marks
M3 16marks
 
Introduction to comp.physics ch 3.pdf
Introduction to comp.physics ch 3.pdfIntroduction to comp.physics ch 3.pdf
Introduction to comp.physics ch 3.pdf
 
Newton raphsonmethod presentation
Newton raphsonmethod presentationNewton raphsonmethod presentation
Newton raphsonmethod presentation
 
Chapter 04 answers
Chapter 04 answersChapter 04 answers
Chapter 04 answers
 
Numarical values
Numarical valuesNumarical values
Numarical values
 
Numarical values highlighted
Numarical values highlightedNumarical values highlighted
Numarical values highlighted
 
Normal probability distribution
Normal probability distributionNormal probability distribution
Normal probability distribution
 

Recently uploaded

Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Christo Ananth
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01KreezheaRecto
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 

Recently uploaded (20)

Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 

Numerical Method

  • 1. YESHWANTRAO CHAVAN COLLEGE OF ENGINEERING Department of ELECTRONICS and TELECOMMUNICATION Presented by- Group 1 Guided by-Prof. A. H. Siddiqui Topic-Numerical Method-1
  • 3. Que 1: Find the real roots using Raphson Method 3x = cosx + 1 Ans- Solution : f(x) = 3x- cosx -1 f ‘(x)= 3+sinx f(0) = -2 f(1) = 1.4597 Since +ve and –ve root found Thus roots lie between [0,1] Take x0 = 0.5 xn+1 = xn -3xn-cosxn - 1/3+sinxn Since last two consecutive values are same so 0.607 is the Real root f(x) f ‘(x) x = x-f(x)/f ’(x) -0.3776 3.4794 0.6085 x1 = 0.6085 0.00499 3.5716 0.607 x2 = 0.607 0.00036 3.5704 0.607
  • 4. Que2 : Find the real roots of the equation x = e-x Solution : f(x) = xex -1 = 0 f ’(x) = ex + xex Root lies in the interval [0,1] We will start with x0 = 1 f(x) f ‘(x) x = x-f(x)/f ’(x) x0=1 1.71828 2 0.6839397 x1 = 0.6839397 0.3553424 3.337012 0.57745 x2 = 0.57745 0.02872 2.810211 0.56723 x3= 0.56723 0.00023 2.763615 0.567146 Thus the real root is 0.567
  • 5. Method of false position (or regula falsi method) Formula:
  • 6. Que 3. Find the real root of the equation by method of Regula Falsi method. ANS. Let f(x)= . Now f(1)= = -0.28172 i.e –ve and f(1.1)= = 0.30458 i.e +ve therefore root lies between 1 and 1.1 further f(1)< f(1.1) numerically,hence we take first = approximations as
  • 7. F( ) = -0.0112 (-ve) Therefore root lies between Let = Real root of given equation is 1.05 approx.
  • 8. Que4. Find the root of the equation near to x=1, by method of false position. ANS. Let f(x) = f(0)=-1 and f(1)=1 root lies between 1 and 0. take = 0.5 Now f( )=f(0.5)=-0.375(-ve) f(0.5) and f(1) have opposite signs, hence root lies between 0.5 and 1 =0.64
  • 9. and f( )=f(0.64)=-0.0979(-ve) root lies between 0.64 and 1 as f(0.64) and f(1) have opposite signs. =0.672 Approximate root of f(x)=0 near to x=1 is 0.672.
  • 10. Que 5-Find the root of following equation using Regula-Falsi method. ANS: Let f(x) = f(0.35) = 0.019 and f(0.36) = -0.00667 have opposite sign Hence root lies between 0.35 and 0.36. As, f(0.35) > f(0.36) = 0.36 and = 0.35 = 0.3574 Now, f( ) = f(0.3574) = 0.001207 Here, f(0.36) and f(0.3574) has opposite sign = 0.3574 Hence, Approximate root of given equation is 0.3574
  • 11. Bisection method Formulae: 1) X2 = (X0+X1)/2 2) X3 = (X1+X2)/2
  • 12. Que6. Find the approximate root of by bisection method. Solution: Let, Step 1: To find 463  xx 463)(  xxxf 1)1( 4)0(   f f But, f(0) and f(1) have opposite signs. Therefore roots lies between 0 and 1. x2 2 10 2 xx x   00 x 11 x 125.1)( 5.0 2 10 2 2     x x f
  • 13. Step 2: To find Step 3: To find x3 2 12 3 xx x   0781.0)( 75.0 2 15.0 3 3     x x f x4 2 23 4 xx x   4941.0)( 625.0 2 5.075.0 4 4     x x f
  • 14. Step 4: To find Step 5: To find x5 2 34 5 xx x   19995.0)( 6875.0 2 75.0625.0 5 5     x x f x6 2 35 6 xx x   0588.0)( 71875.0 2 75.06875.0 6 6     x x f
  • 15. The approximate root of the given equation is 0.71875
  • 16. Que7. FIND THE REAL ROOT BY BISECTION METHOD FOR f(x)=X³+X- 1 Ans: Now, from the table, f(0.6) and f(0.7) have opposite signs .·. the root lies between 0.6 and 0.7 Also, numerically f(0.7) < f(0.6) .·. x₀ = 0.7 and x₁ = 0.6 Now, by bisection formula, x ₂ = ( x₁ + x₀ ) / 2 = 0.65 .·. F(x₂) = -0.75 x₃ = (0.7+0.65)/2 = 0.675 F(x₃ ) = -0.01745 X 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 F(X) -1 -0.899 -0.792 -0.673 -0.536 -0.375 -0.184 0.0 43 0.31 2 0.629 1
  • 17. X₄ = (0.675 + 0.7)/2 = 0.6875 f(x₄) = 0.01245 x₅ = (0.675 + 0.6875)/2 = 0.68125 f(x₅) = - 0.00258 x₆ = (0.68125 + 0.6875)/2 = 0.6843 f(x₆) = 0.00473 x₇ = (0.6843 + 0.681250)/2 = 0.6827 f(x₇) = 0.00089 x₈ = (0.6827 + 0.68125)/2 = 0.6820 Therefore , the root of the given equation is x = 0.6820
  • 18. DIRECT ITERSTION METHOD OR METHOD OF SUCCESSIVE APPROXIMATION
  • 19. Que8. Using iteration method , find the roots of the following equation. 1) Solution: 5.00 x               4 133 xlet:1case .(iii).......... 3 1 .(ii).......... 13 (i)..........13 rootionapproximatfirstthe;5.0Let 13 4 3- ' 4 1 4 4 1 4 4 0 4 13 13             x x x x x x xxf xxf x x x x x x   ,0134  xx
  • 20.               0.3541 3 15.0 3 1 3 1 Now, formula.suitableisthis,1thanlessisthisAs 1 0.1666 3 4 3 1 xLet:2case e.convergencforsuitablenotiswhich1, 2613.1 44 0 1 4 0 ' 0 ' 3 ' 4 0 ' 0 '               x x x x x x x x x x x      
  • 21.         0.3376isrootionapproximatourHence, 3376.0 3 13376.0 3 1 3376.0 3 13377.0 3 1 3377.0 3 13385.0 3 1 3385.0 3 13541.0 3 1 44 4 5 44 3 4 44 2 3 44 1 2                     x x x x x x x x
  • 22. Que9.The equation has two roots near i)0.3 and ii)2.1 Find them by iteration method. Equation is -4x=0. Solution:- Let f(x)= -4x=0 (i) = 0.3 x=log(4x) --------(1) ----------(2) Case 1: Let, e x e x x0 xe x 4 e x x 4 1  13.3|)('| 4 4 1 )(' )4log()( 0    x x x xx   
  • 23. Case 2: Now, [2] Case (1) 133.0 4 1 |)('| 4 1 )(' 4 1 )( )3.0(    e e e x x x x x    35.0 4 1 347.0 4 1 4 1 33.0 4 1 347.0 3 33.0 2 1 1 0    ex eex ex x x 1.20 x 147.0|)('| 1 )(' )4log()( 0    x x x xx   
  • 25. Presented by Group:1 Roll no. Name 101 - Aditi Bobhate 102 - Aishwarya Ambulkar 103 - Aishwarya Joshi 104 - Akanksha Tirpude 105 - Ankita Tidke 106 - Ankita Khadatkar 107 - Ashwini Apurkar 108 - Bhakti Dhakhulkar 109 - Divya Lashkare 110 - Himanshi Shahu 111 - Maithili Pande 112 - Manasi Vyavhare