Melbourne Shot Tower Photo by Alex Knight on Unsplash

Quintic Polynomials — Finding Roots From Primary and Secondary Nodes; a Double Shot!

Using twin function proximal nodes for application of Newton’s Approximation to find roots

Greg Oliver
6 min readAug 20, 2020

--

While Newton’s approximation is universal, its accuracy largely depends on having application nodes proximal to roots to eliminate the need for iterations. It is also impacted by the steepness of the gradient at the root and the variability of the function’s root gradient with the node tangent. To improve options for node selection I recently posted, Quartic Polynomials-Calculate Roots Using Twin Function Nodes, which uses the architecture and symmetry of polynomials to find roots using ‘SOSO’; a confected twin function with Same Opposite Same Opposite +/- coefficients. SOSO, is a process of finding the intercepts of twin functions by simultaneous equations, to produce the nodes.

This post furthers the application of SOSO by creating secondary nodes by lowering or raising primary nodes closer to roots to improve accuracy of Newton’s and other root approximation methods. Because nodes are very simple to calculate, roots normally requiring repeat approximations can be easily targeted.

I will find three roots by this method and the remaining two roots by a method I outlined in: Cubic Polynomials — A

--

--

Greg Oliver

Melbourne Australia - retired engineer with a "Maths is Graphs" practical approach to understanding functions.