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

Newton’s Divided Difference Formula
Newton’s Divided Difference FormulaNewton’s Divided Difference Formula
Newton’s Divided Difference FormulaJas Singh Bhasin
 
08 interpolation lagrange
08 interpolation   lagrange08 interpolation   lagrange
08 interpolation lagrangeMohammad Tawfik
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson methodJayesh Ranjan
 
Newton Raphson Method
Newton Raphson MethodNewton Raphson Method
Newton Raphson MethodBarkha Gupta
 
Interpolation and-its-application
Interpolation and-its-applicationInterpolation and-its-application
Interpolation and-its-applicationApurbo Datta
 
Ordinary Differential Equations: Variable separation method
Ordinary Differential Equations: Variable separation method  Ordinary Differential Equations: Variable separation method
Ordinary Differential Equations: Variable separation method AMINULISLAM439
 
Interpolation functions
Interpolation functionsInterpolation functions
Interpolation functionsTarun Gehlot
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson methodBijay Mishra
 
Secent method
Secent methodSecent method
Secent methodritu1806
 
Errors in Numerical Analysis
Errors in Numerical AnalysisErrors in Numerical Analysis
Errors in Numerical AnalysisSouma Maiti
 
Newton’s Forward & backward interpolation
Newton’s Forward &  backward interpolation Newton’s Forward &  backward interpolation
Newton’s Forward & backward interpolation Meet Patel
 
Higher order ODE with applications
Higher order ODE with applicationsHigher order ODE with applications
Higher order ODE with applicationsPratik Gadhiya
 
Spline interpolation numerical methods presentation
Spline interpolation numerical methods presentationSpline interpolation numerical methods presentation
Spline interpolation numerical methods presentationShohanur Nishad
 

What's hot (20)

Newton’s Divided Difference Formula
Newton’s Divided Difference FormulaNewton’s Divided Difference Formula
Newton’s Divided Difference Formula
 
Higher order differential equations
Higher order differential equationsHigher order differential equations
Higher order differential equations
 
08 interpolation lagrange
08 interpolation   lagrange08 interpolation   lagrange
08 interpolation lagrange
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson method
 
Newton Raphson Method
Newton Raphson MethodNewton Raphson Method
Newton Raphson Method
 
Interpolation and-its-application
Interpolation and-its-applicationInterpolation and-its-application
Interpolation and-its-application
 
Numerical analysis ppt
Numerical analysis pptNumerical analysis ppt
Numerical analysis ppt
 
Ordinary Differential Equations: Variable separation method
Ordinary Differential Equations: Variable separation method  Ordinary Differential Equations: Variable separation method
Ordinary Differential Equations: Variable separation method
 
Lu decomposition
Lu decompositionLu decomposition
Lu decomposition
 
Interpolation functions
Interpolation functionsInterpolation functions
Interpolation functions
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson method
 
Secent method
Secent methodSecent method
Secent method
 
Errors in Numerical Analysis
Errors in Numerical AnalysisErrors in Numerical Analysis
Errors in Numerical Analysis
 
Bisection method
Bisection methodBisection method
Bisection method
 
Newton’s Forward & backward interpolation
Newton’s Forward &  backward interpolation Newton’s Forward &  backward interpolation
Newton’s Forward & backward interpolation
 
Secant method
Secant method Secant method
Secant method
 
Jacobi method
Jacobi methodJacobi method
Jacobi method
 
Higher order ODE with applications
Higher order ODE with applicationsHigher order ODE with applications
Higher order ODE with applications
 
Spline interpolation numerical methods presentation
Spline interpolation numerical methods presentationSpline interpolation numerical methods presentation
Spline interpolation numerical methods presentation
 
Interpolation
InterpolationInterpolation
Interpolation
 

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
 
Bisection & Regual falsi methods
Bisection & Regual falsi methodsBisection & Regual falsi methods
Bisection & Regual falsi methodsDivya Bhatia
 
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
 

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
 
Bisection & Regual falsi methods
Bisection & Regual falsi methodsBisection & Regual falsi methods
Bisection & Regual falsi methods
 
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
 

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

main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 

Recently uploaded (20)

main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 

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