SlideShare a Scribd company logo
International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013
DOI : 10.5121/ijitmc.2013.1404 35
A DERIVATIVE FREE HIGH ORDERED HYBRID
EQUATION SOLVER
Amit Kumar Maheshwari
Advanced Materials and Processes Research Institute (CSIR), Bhopal, India 462064
ABSTRACT
Generally a range of equation solvers for estimating the solution of an equation contain the derivative of
first or higher order. Such solvers are difficult to apply in the instances of complicated functional
relationship. The equation solver proposed in this paper meant to solve many of the involved complicated
problems and establishing a process tending towards a higher ordered by alloying the already proved
conventional methods like Newton-Raphson method (N-R), Regula Falsi method (R-F) & Bisection method
(BIS). The present method is good to solve those nonlinear and transcendental equations that cannot be
solved by the basic algebra. Comparative analysis are also made with the other racing formulas of this
group and the result shows that present method is faster than all such methods of the class.
KEYWORDS
Algebraic & Non-Algebraic equations, Transcendental equations, Bisection method, Regula-Falsi method,
Newton-Raphson method, Iteration Process.
1. INTRODUCTION
Many of the functional problem of type f (x) = 0 appears in the theory of basic sciences for a
perceptible solution. Generally, such equations appear in a convoluted mode possessing the
partial and non-partial involvement of non algebraic and transcendental terms. Hence, they found
difficulty in solving by the usual procedure of mathematics. In such cases, the Numerical methods
are the only provision to deal such equations. The conventional methods like Bisection method,
Regula falsi method and Newton-Raphson method are among the most general methods used for
this purpose [1-6]. The various methods are discussed below.
1.1 Bisection method
This method is based on finding the root between two points of opposite ordinates. Here, we at
first selects two points say, i
x and 1
i
x  such that their ordinate function gives a negative product
value at these points i.e. 1
( ) ( ) 0
i i
f x f x   . At each of the successive step, the new root can be
International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013
36
calculated by a well defined mid-point say,  
   
1
, 1
=
2
m i m i
m i i
x x
x



between them that causes
the generation of two new intervals as follows,
i.  
m i
x and  
, 1
m i i
x 
ii.  
1
m i
x 
and  
, 1
m i i
x 
Thus, there can be two cases
   
, 1
0
( ) ( )
0
m i m i i
f x f x 


 


1 2
For i or

The first case illustrates the existence of mth
root between i
x and  
, 1
m i i
x 
whereas the second case
predicts the confinement of root between 1
i
x  andc. For further modification, we take
1
( ) ( ) 0
i i
f x f x   to proceed further.
1.2 Regula-Falsi method
Regula-Falsi method is the improvement of Bisection method. The process algorithm interpreting
the working rule is exactly the retrace of the path followed in Bisection method. However, the
formula in present instances differences and follows the involvement of two ordinates which in
particular for  
, 1
m i i
x 
can be represented as,
 
1
, 1
1
( )( )
( ) ( )
i i i
i
m i i
i i
f x x x
x x
f x f x




 
 (1)
1.3 Newton-Raphson method
Last two methods require the consideration of two points per calculating step. But, Newton
Raphson method requires the single input point. Hence, the formula in present case is as follows,
1
( )
( )
i
i i
i
f x
x = x
f x
 

(2)
This method requires the computation of single ordered derivative.
1.4 Hybrid iteration [7,8]
This method was originally proposed by He [7]. According to it,
International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013
37
 
 
2
1
4
2
n
n
B B A C g x
x
A

   

(3)
Later on, the evaluation of the complicacy in the result has been justified by Luo [8].
1.5 Ide Modified Newton method of [9]
It is the modified form of NR method whose equation runs as follows
 
 
   
 
1
1
4
2
n
n n
N
n n
n n
n n
f x
x x
f y f x
f x f x
y x


 
 
 
 

 
 
 
 

  (4)
1.6 Maheshwari’s Numerical Approach [10]
The method has been developed by assuming the function f (X) to be continuous and
differentiable in each point of its domain. The equation runs as follows,
0 0
0
0 0 0
2 ( )( )
( ) ( ) ( )( )
f X X
X a
X X
f f X f X X
X X
a a

 

  
 
  (5)
1.7 Maheshwari’s Fourth order method of [11
]
The defining it is as follows,
 
 
 
2 2
1
( ) ( )
1
( ) ( ) ( ) ( )
n n
n n
n n n n
f x f y
x x
f x f y f x f x

 
  
 
 
 
  (6)
Inspite all the methods, many times it is quite difficult to obtain the derivative of a function due to
its complicated nature. In those circumstances, it is quite difficult to use derivative based
methods. The formulations illustrated through the present work is a target to handle such critical
functional equations. Comparative analysis shows that the present method is faster than many
methods of its class as shown in the example.
International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013
38
2. FORMULA DERIVATION
The general Taylor’s series can be defined as,
 
 
 
 
     
 
 
' ''
2 1
0 ! 1! 2! !
k k
k k k
k
f x f x f x f x
f x h h f x h h h o h
k k



       
 (7)
Hence about the point 0
m
x
   
 
 
 
 
 
 
 
 
   
 
' '' ''
2 3 1
0 0 0 0 0 0
1! 2! 3! !
k
k k
m m m m m m
f x f x f x f x
f x f x x x x x x x x x o x x
k


           (8)
If   0
f x  is the given algebraic equation containing transcendental terms, the truncation to two
terms of this expression lead to,
   
 
 
 
   
' ''
2 3
0 0 0 0
1! 2!
m m m
f x f x
f x f x x x x x o h
      
(9)
Considering this quadratic nature of the expression, we can find the solution as,
 
   
     
 
2
' ' ''
0
0 ''
2
m
f x f x f x f x
x x
f x


 
 (10)
This can be alternatively written as,
   
     
 
2
' ' ''
0
0 ''
2
m
f x f x f x f x
x x
f x


 
 (11)
However, we can use the conventional methods to remove the derivatives through a simple
divided difference function “D” to obtain the following expression,
      
 
2
, , 0
0
, ,
2
RF NR NR RF NR RF NR RF BIS RF
m
NR RF BIS RF
f f f f x x Df Df f x
x x
Df Df
  

 



(12)
International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013
39
3. PROCESS ALGORITHM
The process algorithm in the present case runs through the following steps.
i) Choose any two points say X0 and X1 such that f (Xm0) and f (Xm1) are opposite in sign. The
ordinate with lesser f (X) is assigned Xm0.
ii) Find the results by Bisection method, Regula Falsi method and the present formula for
the two points Xn0 and Xn1. However, the square root may be neglected in those
circumstances where an imaginary condition falls.
iii) Further iteration steps were processed by assigning X (m+1)0 as the result of Newton-
Raphson formula & X (m+1)1 as the Result of present formula for the corresponding mth
step.
iv) The process is repeated to get the result from next iteration step which in turn will give
more exact result.
v) The repetition of the above process is terminated on obtaining a required level of
accuracy.
4. NUMERICAL RESULTS AND DISCUSSIONS
Following illustrative problems shows the result obtained by present method to solve the said
equations. At the same time, these results are compared with other conventional and recently
proposed methods by other mathematicians to compare the efficiency and accuracy of it.
Illustrative problem: Consider a equation [8, 9, 11]
  sin 0
f x x
  (13)
Various results for Newton iteration, Hybrid iteration, Modified Newton method of Nasr-Al-Din
Ide, Maheshwari’s method and present iteration method in present case of illustrative example are
shown in Tables 4 –8.
Table 1: Newton iteration [8] for solving   sin 0
f x x
 
International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013
40
Table 2: Hybrid iteration [9] for solving   sin 0
f x x
 
Table 3: Nasr-Al-Din Ide [12] for solving   sin 0
f x x
 
Table 4: Maheshwari’s Method [10] for solving   sin 0
f x x
 
Table 5: Maheshwari’s Fourth order method [11] for solving   sin 0
f x x
 
International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013
41
Table 6: Present Method for solving   sin 0
f x x
 
Other Illustrative problems: Other example includes,
Table 7: Comparison of the result for the functions    
1 4
f x to f x
REFERENCES
[1] Curtis F. Gerald, Patrick O. Wheatley (2004), Applied Numerical Analysis, Pearson Addition Wesley,
New York, seventh edition.
[2] Hildebrand F.B. (1982), Introduction to Numerical Analysis, Tata Mc. Graw, Hill Publishing Co.
limited, New Delhi, Second Edition.
[3] James M. Ortega, William G. Poole, Jr. (1981), An Introduction to Numerical methods for differential
Equations, Pitman Publishing Inc., Massachussets.
[4] Kreyszig Ervin (1972), Advanced Engineering Mathematics, Willey Eastern Limited, New Delhi,
Third U.S. Edition.
[5] Sidi Avram (2006), Unified Treatment of Regula Falsi, Newton-Raphson, Secant, and Steffensen
Methods for Nonlinear Equations, Journal of Online Mathematics and Its Applications, 1-13.
[6] Terry E. Shoup (1984), Applied Numerical methods for the microcomputer, Printice – Hall Inc., New
Jersey.
[7] He J.H. (2003) A new iteration method for solving algebraic equations. Applied Mathematics and
Computation, 135 (1), 81–84.
[8] Luo Xing-Guo (2005). A note on the new iteration method for solving algebraic equation. Applied
Mathematics and Computation, 171 (2), 1177–1183.
[9] Ide Nasr-Al-Din (2008), On modified Newton methods for solving a non linear algebraic equations,
Applied Mathematics and Computation, 198, 138–142.
[10] Maheshwari Amit Kumar (2012). Solution of Algebraic and Transcendental Equation: A New
Numerical Approach. Anushandhan 1(1), 62-65.
[11] Maheshwari Amit Kumar (2009), A fourth order iterative method for solving nonlinear equations,
Applied Mathematics and Computation, 211, 383–391.

More Related Content

Similar to A Derivative Free High Ordered Hybrid Equation Solver

PhysRevE.89.042911
PhysRevE.89.042911PhysRevE.89.042911
PhysRevE.89.042911
chetan.nichkawde
 
Comparative Study of the Effect of Different Collocation Points on Legendre-C...
Comparative Study of the Effect of Different Collocation Points on Legendre-C...Comparative Study of the Effect of Different Collocation Points on Legendre-C...
Comparative Study of the Effect of Different Collocation Points on Legendre-C...
IOSR Journals
 
Block Hybrid Method for the Solution of General Second Order Ordinary Differe...
Block Hybrid Method for the Solution of General Second Order Ordinary Differe...Block Hybrid Method for the Solution of General Second Order Ordinary Differe...
Block Hybrid Method for the Solution of General Second Order Ordinary Differe...
QUESTJOURNAL
 
Modeling the dynamics of molecular concentration during the diffusion procedure
Modeling the dynamics of molecular concentration during the  diffusion procedureModeling the dynamics of molecular concentration during the  diffusion procedure
Modeling the dynamics of molecular concentration during the diffusion procedure
International Journal of Engineering Inventions www.ijeijournal.com
 
DESIGN SUITABLE FEED FORWARD NEURAL NETWORK TO SOLVE TROESCH'S PROBLEM
DESIGN SUITABLE FEED FORWARD NEURAL NETWORK TO SOLVE TROESCH'S PROBLEMDESIGN SUITABLE FEED FORWARD NEURAL NETWORK TO SOLVE TROESCH'S PROBLEM
DESIGN SUITABLE FEED FORWARD NEURAL NETWORK TO SOLVE TROESCH'S PROBLEM
Luma Tawfiq
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
mathsjournal
 
CHN and Swap Heuristic to Solve the Maximum Independent Set Problem
CHN and Swap Heuristic to Solve the Maximum Independent Set ProblemCHN and Swap Heuristic to Solve the Maximum Independent Set Problem
CHN and Swap Heuristic to Solve the Maximum Independent Set Problem
IJECEIAES
 
A Comparison Of Iterative Methods For The Solution Of Non-Linear Systems Of E...
A Comparison Of Iterative Methods For The Solution Of Non-Linear Systems Of E...A Comparison Of Iterative Methods For The Solution Of Non-Linear Systems Of E...
A Comparison Of Iterative Methods For The Solution Of Non-Linear Systems Of E...
Stephen Faucher
 
F0333034038
F0333034038F0333034038
F0333034038
inventionjournals
 
Ijarcet vol-2-issue-4-1579-1582
Ijarcet vol-2-issue-4-1579-1582Ijarcet vol-2-issue-4-1579-1582
Ijarcet vol-2-issue-4-1579-1582
Editor IJARCET
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
theijes
 
An Improved Adaptive Multi-Objective Particle Swarm Optimization for Disassem...
An Improved Adaptive Multi-Objective Particle Swarm Optimization for Disassem...An Improved Adaptive Multi-Objective Particle Swarm Optimization for Disassem...
An Improved Adaptive Multi-Objective Particle Swarm Optimization for Disassem...
IJRESJOURNAL
 
A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...
A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...
A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...
AI Publications
 
A New Method Based on MDA to Enhance the Face Recognition Performance
A New Method Based on MDA to Enhance the Face Recognition PerformanceA New Method Based on MDA to Enhance the Face Recognition Performance
A New Method Based on MDA to Enhance the Face Recognition Performance
CSCJournals
 
O0447796
O0447796O0447796
O0447796
IJERA Editor
 
RESIDUALS AND INFLUENCE IN NONLINEAR REGRESSION FOR REPEATED MEASUREMENT DATA
RESIDUALS AND INFLUENCE IN NONLINEAR REGRESSION FOR REPEATED MEASUREMENT DATARESIDUALS AND INFLUENCE IN NONLINEAR REGRESSION FOR REPEATED MEASUREMENT DATA
RESIDUALS AND INFLUENCE IN NONLINEAR REGRESSION FOR REPEATED MEASUREMENT DATA
orajjournal
 
Roots of equations
Roots of equationsRoots of equations
Roots of equations
Mileacre
 
A Robust Method Based On LOVO Functions For Solving Least Squares Problems
A Robust Method Based On LOVO Functions For Solving Least Squares ProblemsA Robust Method Based On LOVO Functions For Solving Least Squares Problems
A Robust Method Based On LOVO Functions For Solving Least Squares Problems
Dawn Cook
 
lassomodel, sparsity, multivariate modeling, NIR spectroscopy, biodiesel from...
lassomodel, sparsity, multivariate modeling, NIR spectroscopy, biodiesel from...lassomodel, sparsity, multivariate modeling, NIR spectroscopy, biodiesel from...
lassomodel, sparsity, multivariate modeling, NIR spectroscopy, biodiesel from...
mathsjournal
 

Similar to A Derivative Free High Ordered Hybrid Equation Solver (20)

PhysRevE.89.042911
PhysRevE.89.042911PhysRevE.89.042911
PhysRevE.89.042911
 
Comparative Study of the Effect of Different Collocation Points on Legendre-C...
Comparative Study of the Effect of Different Collocation Points on Legendre-C...Comparative Study of the Effect of Different Collocation Points on Legendre-C...
Comparative Study of the Effect of Different Collocation Points on Legendre-C...
 
Block Hybrid Method for the Solution of General Second Order Ordinary Differe...
Block Hybrid Method for the Solution of General Second Order Ordinary Differe...Block Hybrid Method for the Solution of General Second Order Ordinary Differe...
Block Hybrid Method for the Solution of General Second Order Ordinary Differe...
 
Modeling the dynamics of molecular concentration during the diffusion procedure
Modeling the dynamics of molecular concentration during the  diffusion procedureModeling the dynamics of molecular concentration during the  diffusion procedure
Modeling the dynamics of molecular concentration during the diffusion procedure
 
DESIGN SUITABLE FEED FORWARD NEURAL NETWORK TO SOLVE TROESCH'S PROBLEM
DESIGN SUITABLE FEED FORWARD NEURAL NETWORK TO SOLVE TROESCH'S PROBLEMDESIGN SUITABLE FEED FORWARD NEURAL NETWORK TO SOLVE TROESCH'S PROBLEM
DESIGN SUITABLE FEED FORWARD NEURAL NETWORK TO SOLVE TROESCH'S PROBLEM
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
A NEW STUDY TO FIND OUT THE BEST COMPUTATIONAL METHOD FOR SOLVING THE NONLINE...
 
CHN and Swap Heuristic to Solve the Maximum Independent Set Problem
CHN and Swap Heuristic to Solve the Maximum Independent Set ProblemCHN and Swap Heuristic to Solve the Maximum Independent Set Problem
CHN and Swap Heuristic to Solve the Maximum Independent Set Problem
 
A Comparison Of Iterative Methods For The Solution Of Non-Linear Systems Of E...
A Comparison Of Iterative Methods For The Solution Of Non-Linear Systems Of E...A Comparison Of Iterative Methods For The Solution Of Non-Linear Systems Of E...
A Comparison Of Iterative Methods For The Solution Of Non-Linear Systems Of E...
 
F0333034038
F0333034038F0333034038
F0333034038
 
Ijarcet vol-2-issue-4-1579-1582
Ijarcet vol-2-issue-4-1579-1582Ijarcet vol-2-issue-4-1579-1582
Ijarcet vol-2-issue-4-1579-1582
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
An Improved Adaptive Multi-Objective Particle Swarm Optimization for Disassem...
An Improved Adaptive Multi-Objective Particle Swarm Optimization for Disassem...An Improved Adaptive Multi-Objective Particle Swarm Optimization for Disassem...
An Improved Adaptive Multi-Objective Particle Swarm Optimization for Disassem...
 
A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...
A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...
A Class of Continuous Implicit Seventh-eight method for solving y’ = f(x, y) ...
 
A New Method Based on MDA to Enhance the Face Recognition Performance
A New Method Based on MDA to Enhance the Face Recognition PerformanceA New Method Based on MDA to Enhance the Face Recognition Performance
A New Method Based on MDA to Enhance the Face Recognition Performance
 
O0447796
O0447796O0447796
O0447796
 
RESIDUALS AND INFLUENCE IN NONLINEAR REGRESSION FOR REPEATED MEASUREMENT DATA
RESIDUALS AND INFLUENCE IN NONLINEAR REGRESSION FOR REPEATED MEASUREMENT DATARESIDUALS AND INFLUENCE IN NONLINEAR REGRESSION FOR REPEATED MEASUREMENT DATA
RESIDUALS AND INFLUENCE IN NONLINEAR REGRESSION FOR REPEATED MEASUREMENT DATA
 
Roots of equations
Roots of equationsRoots of equations
Roots of equations
 
A Robust Method Based On LOVO Functions For Solving Least Squares Problems
A Robust Method Based On LOVO Functions For Solving Least Squares ProblemsA Robust Method Based On LOVO Functions For Solving Least Squares Problems
A Robust Method Based On LOVO Functions For Solving Least Squares Problems
 
lassomodel, sparsity, multivariate modeling, NIR spectroscopy, biodiesel from...
lassomodel, sparsity, multivariate modeling, NIR spectroscopy, biodiesel from...lassomodel, sparsity, multivariate modeling, NIR spectroscopy, biodiesel from...
lassomodel, sparsity, multivariate modeling, NIR spectroscopy, biodiesel from...
 

Recently uploaded

Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
mamunhossenbd75
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
Mukeshwaran Balu
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
camseq
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
anoopmanoharan2
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
RadiNasr
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
Divyam548318
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
rpskprasana
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
University of Maribor
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 

Recently uploaded (20)

Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 

A Derivative Free High Ordered Hybrid Equation Solver

  • 1. International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013 DOI : 10.5121/ijitmc.2013.1404 35 A DERIVATIVE FREE HIGH ORDERED HYBRID EQUATION SOLVER Amit Kumar Maheshwari Advanced Materials and Processes Research Institute (CSIR), Bhopal, India 462064 ABSTRACT Generally a range of equation solvers for estimating the solution of an equation contain the derivative of first or higher order. Such solvers are difficult to apply in the instances of complicated functional relationship. The equation solver proposed in this paper meant to solve many of the involved complicated problems and establishing a process tending towards a higher ordered by alloying the already proved conventional methods like Newton-Raphson method (N-R), Regula Falsi method (R-F) & Bisection method (BIS). The present method is good to solve those nonlinear and transcendental equations that cannot be solved by the basic algebra. Comparative analysis are also made with the other racing formulas of this group and the result shows that present method is faster than all such methods of the class. KEYWORDS Algebraic & Non-Algebraic equations, Transcendental equations, Bisection method, Regula-Falsi method, Newton-Raphson method, Iteration Process. 1. INTRODUCTION Many of the functional problem of type f (x) = 0 appears in the theory of basic sciences for a perceptible solution. Generally, such equations appear in a convoluted mode possessing the partial and non-partial involvement of non algebraic and transcendental terms. Hence, they found difficulty in solving by the usual procedure of mathematics. In such cases, the Numerical methods are the only provision to deal such equations. The conventional methods like Bisection method, Regula falsi method and Newton-Raphson method are among the most general methods used for this purpose [1-6]. The various methods are discussed below. 1.1 Bisection method This method is based on finding the root between two points of opposite ordinates. Here, we at first selects two points say, i x and 1 i x  such that their ordinate function gives a negative product value at these points i.e. 1 ( ) ( ) 0 i i f x f x   . At each of the successive step, the new root can be
  • 2. International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013 36 calculated by a well defined mid-point say,       1 , 1 = 2 m i m i m i i x x x    between them that causes the generation of two new intervals as follows, i.   m i x and   , 1 m i i x  ii.   1 m i x  and   , 1 m i i x  Thus, there can be two cases     , 1 0 ( ) ( ) 0 m i m i i f x f x        1 2 For i or  The first case illustrates the existence of mth root between i x and   , 1 m i i x  whereas the second case predicts the confinement of root between 1 i x  andc. For further modification, we take 1 ( ) ( ) 0 i i f x f x   to proceed further. 1.2 Regula-Falsi method Regula-Falsi method is the improvement of Bisection method. The process algorithm interpreting the working rule is exactly the retrace of the path followed in Bisection method. However, the formula in present instances differences and follows the involvement of two ordinates which in particular for   , 1 m i i x  can be represented as,   1 , 1 1 ( )( ) ( ) ( ) i i i i m i i i i f x x x x x f x f x        (1) 1.3 Newton-Raphson method Last two methods require the consideration of two points per calculating step. But, Newton Raphson method requires the single input point. Hence, the formula in present case is as follows, 1 ( ) ( ) i i i i f x x = x f x    (2) This method requires the computation of single ordered derivative. 1.4 Hybrid iteration [7,8] This method was originally proposed by He [7]. According to it,
  • 3. International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013 37     2 1 4 2 n n B B A C g x x A       (3) Later on, the evaluation of the complicacy in the result has been justified by Luo [8]. 1.5 Ide Modified Newton method of [9] It is the modified form of NR method whose equation runs as follows           1 1 4 2 n n n N n n n n n n f x x x f y f x f x f x y x                       (4) 1.6 Maheshwari’s Numerical Approach [10] The method has been developed by assuming the function f (X) to be continuous and differentiable in each point of its domain. The equation runs as follows, 0 0 0 0 0 0 2 ( )( ) ( ) ( ) ( )( ) f X X X a X X f f X f X X X X a a            (5) 1.7 Maheshwari’s Fourth order method of [11 ] The defining it is as follows,       2 2 1 ( ) ( ) 1 ( ) ( ) ( ) ( ) n n n n n n n n f x f y x x f x f y f x f x               (6) Inspite all the methods, many times it is quite difficult to obtain the derivative of a function due to its complicated nature. In those circumstances, it is quite difficult to use derivative based methods. The formulations illustrated through the present work is a target to handle such critical functional equations. Comparative analysis shows that the present method is faster than many methods of its class as shown in the example.
  • 4. International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013 38 2. FORMULA DERIVATION The general Taylor’s series can be defined as,                   ' '' 2 1 0 ! 1! 2! ! k k k k k k f x f x f x f x f x h h f x h h h o h k k             (7) Hence about the point 0 m x                           ' '' '' 2 3 1 0 0 0 0 0 0 1! 2! 3! ! k k k m m m m m m f x f x f x f x f x f x x x x x x x x x o x x k              (8) If   0 f x  is the given algebraic equation containing transcendental terms, the truncation to two terms of this expression lead to,               ' '' 2 3 0 0 0 0 1! 2! m m m f x f x f x f x x x x x o h        (9) Considering this quadratic nature of the expression, we can find the solution as,               2 ' ' '' 0 0 '' 2 m f x f x f x f x x x f x      (10) This can be alternatively written as,             2 ' ' '' 0 0 '' 2 m f x f x f x f x x x f x      (11) However, we can use the conventional methods to remove the derivatives through a simple divided difference function “D” to obtain the following expression,          2 , , 0 0 , , 2 RF NR NR RF NR RF NR RF BIS RF m NR RF BIS RF f f f f x x Df Df f x x x Df Df          (12)
  • 5. International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013 39 3. PROCESS ALGORITHM The process algorithm in the present case runs through the following steps. i) Choose any two points say X0 and X1 such that f (Xm0) and f (Xm1) are opposite in sign. The ordinate with lesser f (X) is assigned Xm0. ii) Find the results by Bisection method, Regula Falsi method and the present formula for the two points Xn0 and Xn1. However, the square root may be neglected in those circumstances where an imaginary condition falls. iii) Further iteration steps were processed by assigning X (m+1)0 as the result of Newton- Raphson formula & X (m+1)1 as the Result of present formula for the corresponding mth step. iv) The process is repeated to get the result from next iteration step which in turn will give more exact result. v) The repetition of the above process is terminated on obtaining a required level of accuracy. 4. NUMERICAL RESULTS AND DISCUSSIONS Following illustrative problems shows the result obtained by present method to solve the said equations. At the same time, these results are compared with other conventional and recently proposed methods by other mathematicians to compare the efficiency and accuracy of it. Illustrative problem: Consider a equation [8, 9, 11]   sin 0 f x x   (13) Various results for Newton iteration, Hybrid iteration, Modified Newton method of Nasr-Al-Din Ide, Maheshwari’s method and present iteration method in present case of illustrative example are shown in Tables 4 –8. Table 1: Newton iteration [8] for solving   sin 0 f x x  
  • 6. International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013 40 Table 2: Hybrid iteration [9] for solving   sin 0 f x x   Table 3: Nasr-Al-Din Ide [12] for solving   sin 0 f x x   Table 4: Maheshwari’s Method [10] for solving   sin 0 f x x   Table 5: Maheshwari’s Fourth order method [11] for solving   sin 0 f x x  
  • 7. International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013 41 Table 6: Present Method for solving   sin 0 f x x   Other Illustrative problems: Other example includes, Table 7: Comparison of the result for the functions     1 4 f x to f x REFERENCES [1] Curtis F. Gerald, Patrick O. Wheatley (2004), Applied Numerical Analysis, Pearson Addition Wesley, New York, seventh edition. [2] Hildebrand F.B. (1982), Introduction to Numerical Analysis, Tata Mc. Graw, Hill Publishing Co. limited, New Delhi, Second Edition. [3] James M. Ortega, William G. Poole, Jr. (1981), An Introduction to Numerical methods for differential Equations, Pitman Publishing Inc., Massachussets. [4] Kreyszig Ervin (1972), Advanced Engineering Mathematics, Willey Eastern Limited, New Delhi, Third U.S. Edition. [5] Sidi Avram (2006), Unified Treatment of Regula Falsi, Newton-Raphson, Secant, and Steffensen Methods for Nonlinear Equations, Journal of Online Mathematics and Its Applications, 1-13. [6] Terry E. Shoup (1984), Applied Numerical methods for the microcomputer, Printice – Hall Inc., New Jersey. [7] He J.H. (2003) A new iteration method for solving algebraic equations. Applied Mathematics and Computation, 135 (1), 81–84. [8] Luo Xing-Guo (2005). A note on the new iteration method for solving algebraic equation. Applied Mathematics and Computation, 171 (2), 1177–1183. [9] Ide Nasr-Al-Din (2008), On modified Newton methods for solving a non linear algebraic equations, Applied Mathematics and Computation, 198, 138–142. [10] Maheshwari Amit Kumar (2012). Solution of Algebraic and Transcendental Equation: A New Numerical Approach. Anushandhan 1(1), 62-65. [11] Maheshwari Amit Kumar (2009), A fourth order iterative method for solving nonlinear equations, Applied Mathematics and Computation, 211, 383–391.