SlideShare une entreprise Scribd logo
1  sur  7
Télécharger pour lire hors ligne
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, ix and 1ix  such that their ordinate function gives a negative product
value at these points i.e. 1( ) ( ) 0i if 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  , 1m i i
x 
ii.  1m i
x 
and  , 1m i i
x 
Thus, there can be two cases
   , 1
0
( ) ( )
0m i m i i
f x f x 

 

1 2For i or
The first case illustrates the existence of mth
root between ix and  , 1m i i
x 
whereas the second case
predicts the confinement of root between 1ix  andc. For further modification, we take
1( ) ( ) 0i if 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  , 1m i i
x 
can be represented as,
 
1
, 1
1
( )( )
( ) ( )
i i i
im 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
Nn 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 XX aX X
f f X f X XX Xa 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 0mx
   
 
 
 
 
 
 
 
 
    
' '' ''
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   0f 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
, ,
2RF 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 0f 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 0f 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 0f x x 
Table 3: Nasr-Al-Din Ide [12] for solving   sin 0f x x 
Table 4: Maheshwari’s Method [10] for solving   sin 0f x x 
Table 5: Maheshwari’s Fourth order method [11] for solving   sin 0f 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 0f x x 
Other Illustrative problems: Other example includes,
Table 7: Comparison of the result for the functions    1 4f 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.

Contenu connexe

Tendances

2014-mo444-practical-assignment-04-paulo_faria
2014-mo444-practical-assignment-04-paulo_faria2014-mo444-practical-assignment-04-paulo_faria
2014-mo444-practical-assignment-04-paulo_faria
Paulo Faria
 

Tendances (19)

Ou3425912596
Ou3425912596Ou3425912596
Ou3425912596
 
Undetermined Mixing Matrix Estimation Base on Classification and Counting
Undetermined Mixing Matrix Estimation Base on Classification and CountingUndetermined Mixing Matrix Estimation Base on Classification and Counting
Undetermined Mixing Matrix Estimation Base on Classification and Counting
 
Handling missing data with expectation maximization algorithm
Handling missing data with expectation maximization algorithmHandling missing data with expectation maximization algorithm
Handling missing data with expectation maximization algorithm
 
FUZZY DIAGONAL OPTIMAL ALGORITHM TO SOLVE INTUITIONISTIC FUZZY ASSIGNMENT PRO...
FUZZY DIAGONAL OPTIMAL ALGORITHM TO SOLVE INTUITIONISTIC FUZZY ASSIGNMENT PRO...FUZZY DIAGONAL OPTIMAL ALGORITHM TO SOLVE INTUITIONISTIC FUZZY ASSIGNMENT PRO...
FUZZY DIAGONAL OPTIMAL ALGORITHM TO SOLVE INTUITIONISTIC FUZZY ASSIGNMENT PRO...
 
Gm2511821187
Gm2511821187Gm2511821187
Gm2511821187
 
Regularized Compression of A Noisy Blurred Image
Regularized Compression of A Noisy Blurred Image Regularized Compression of A Noisy Blurred Image
Regularized Compression of A Noisy Blurred Image
 
A (  )-Stable Order Ten Second Derivative Block Multistep Method for Stiff I...
A (  )-Stable Order Ten Second Derivative Block Multistep Method for Stiff I...A (  )-Stable Order Ten Second Derivative Block Multistep Method for Stiff I...
A (  )-Stable Order Ten Second Derivative Block Multistep Method for Stiff I...
 
Fj25991998
Fj25991998Fj25991998
Fj25991998
 
algorithm Unit 3
algorithm Unit 3algorithm Unit 3
algorithm Unit 3
 
Estimation of Parameters and Missing Responses In Second Order Response Surfa...
Estimation of Parameters and Missing Responses In Second Order Response Surfa...Estimation of Parameters and Missing Responses In Second Order Response Surfa...
Estimation of Parameters and Missing Responses In Second Order Response Surfa...
 
Derivation and Application of Six-Point Linear Multistep Numerical Method for...
Derivation and Application of Six-Point Linear Multistep Numerical Method for...Derivation and Application of Six-Point Linear Multistep Numerical Method for...
Derivation and Application of Six-Point Linear Multistep Numerical Method for...
 
BINARY TREE SORT IS MORE ROBUST THAN QUICK SORT IN AVERAGE CASE
BINARY TREE SORT IS MORE ROBUST THAN QUICK SORT IN AVERAGE CASEBINARY TREE SORT IS MORE ROBUST THAN QUICK SORT IN AVERAGE CASE
BINARY TREE SORT IS MORE ROBUST THAN QUICK SORT IN AVERAGE CASE
 
Sparse data formats and efficient numerical methods for uncertainties in nume...
Sparse data formats and efficient numerical methods for uncertainties in nume...Sparse data formats and efficient numerical methods for uncertainties in nume...
Sparse data formats and efficient numerical methods for uncertainties in nume...
 
Chapter 2 roots of equations
Chapter 2 roots of equationsChapter 2 roots of equations
Chapter 2 roots of equations
 
Principal Components Analysis, Calculation and Visualization
Principal Components Analysis, Calculation and VisualizationPrincipal Components Analysis, Calculation and Visualization
Principal Components Analysis, Calculation and Visualization
 
Comparison of the optimal design
Comparison of the optimal designComparison of the optimal design
Comparison of the optimal design
 
2014-mo444-practical-assignment-04-paulo_faria
2014-mo444-practical-assignment-04-paulo_faria2014-mo444-practical-assignment-04-paulo_faria
2014-mo444-practical-assignment-04-paulo_faria
 
Lesson 19: The Mean Value Theorem (Section 021 handout)
Lesson 19: The Mean Value Theorem (Section 021 handout)Lesson 19: The Mean Value Theorem (Section 021 handout)
Lesson 19: The Mean Value Theorem (Section 021 handout)
 
Determination of Optimal Product Mix for Profit Maximization using Linear Pro...
Determination of Optimal Product Mix for Profit Maximization using Linear Pro...Determination of Optimal Product Mix for Profit Maximization using Linear Pro...
Determination of Optimal Product Mix for Profit Maximization using Linear Pro...
 

Similaire à A DERIVATIVE FREE HIGH ORDERED HYBRID EQUATION SOLVER

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
 

Similaire à A DERIVATIVE FREE HIGH ORDERED HYBRID EQUATION SOLVER (20)

A Derivative Free High Ordered Hybrid Equation Solver
A Derivative Free High Ordered Hybrid Equation Solver  A Derivative Free High Ordered Hybrid Equation Solver
A Derivative Free High Ordered Hybrid Equation Solver
 
On New Root Finding Algorithms for Solving Nonlinear Transcendental Equations
On New Root Finding Algorithms for Solving Nonlinear Transcendental EquationsOn New Root Finding Algorithms for Solving Nonlinear Transcendental Equations
On New Root Finding Algorithms for Solving Nonlinear Transcendental Equations
 
Numerical Solution and Stability Analysis of Huxley Equation
Numerical Solution and Stability Analysis of Huxley EquationNumerical Solution and Stability Analysis of Huxley Equation
Numerical Solution and Stability Analysis of Huxley Equation
 
PhysRevE.89.042911
PhysRevE.89.042911PhysRevE.89.042911
PhysRevE.89.042911
 
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
 
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...
 
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...
 
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...
 
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...
 
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
 
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)
 
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
 
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 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) ...
 
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...
 
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
 
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...
 
MULTIPROCESSOR SCHEDULING AND PERFORMANCE EVALUATION USING ELITIST NON DOMINA...
MULTIPROCESSOR SCHEDULING AND PERFORMANCE EVALUATION USING ELITIST NON DOMINA...MULTIPROCESSOR SCHEDULING AND PERFORMANCE EVALUATION USING ELITIST NON DOMINA...
MULTIPROCESSOR SCHEDULING AND PERFORMANCE EVALUATION USING ELITIST NON DOMINA...
 
O0447796
O0447796O0447796
O0447796
 
FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...
FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...
FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...
 

Dernier

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Dernier (20)

Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 

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, ix and 1ix  such that their ordinate function gives a negative product value at these points i.e. 1( ) ( ) 0i if 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  , 1m i i x  ii.  1m i x  and  , 1m i i x  Thus, there can be two cases    , 1 0 ( ) ( ) 0m i m i i f x f x      1 2For i or The first case illustrates the existence of mth root between ix and  , 1m i i x  whereas the second case predicts the confinement of root between 1ix  andc. For further modification, we take 1( ) ( ) 0i if 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  , 1m i i x  can be represented as,   1 , 1 1 ( )( ) ( ) ( ) i i i im 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 Nn 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 XX aX X f f X f X XX Xa 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 0mx                          ' '' '' 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   0f 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 , , 2RF 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 0f 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 0f 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 0f x x  Table 3: Nasr-Al-Din Ide [12] for solving   sin 0f x x  Table 4: Maheshwari’s Method [10] for solving   sin 0f x x  Table 5: Maheshwari’s Fourth order method [11] for solving   sin 0f 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 0f x x  Other Illustrative problems: Other example includes, Table 7: Comparison of the result for the functions    1 4f 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.