So if you took the function $f(x) = Ax^4 + Bx^3+ Cx^2 + Dx + E$ and did Newton's Method repeatedly, you would get a sequence that converges to at most $4$ roots. I was wondering what would happen if you took the limit of that sequence, would you get the formula for the roots of a quartic equation? And what if you do it for a polynomial of nth degree. I know it's been proven that there can't be an explicit formula for polynomials of degree higher than $4$ so I'm not sure what would happen if you tried to find it through Newton's Method. Would it not diverge because there are multiple roots and the initial term (the guess) determines which root you find? But shouldn't that just get you a formula for the root in terms of the initial guess? I tried looking at the first few terms for Newton's Method but they became too much to work with so I was wondering if there was a program that could do Newton's Method for functions with unknown coefficients. I think I could do it with Python but it would be a lot of work to do it from scratch so if there's a python library that can support operations with variables, I would then just have to write a program for Newton's Method.
2026-03-27 15:36:12.1774625772
Bumbble Comm
On
Limit of Newton's Method on polynomial $Ax^4 + Bx^3+ Cx^2 + Dx + E$?
286 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
2
Bumbble Comm
On
This has been studied:
Doyle, Peter; McMullen, Curt, Solving the quintic by iteration, Acta Math. 163, No. 3-4, 151-180 (1989). ZBL0705.65036.
Related Questions in SEQUENCES-AND-SERIES
- How to show that $k < m_1+2$?
- Justify an approximation of $\sum_{n=1}^\infty G_n/\binom{\frac{n}{2}+\frac{1}{2}}{\frac{n}{2}}$, where $G_n$ denotes the Gregory coefficients
- Negative Countdown
- Calculating the radius of convergence for $\sum _{n=1}^{\infty}\frac{\left(\sqrt{ n^2+n}-\sqrt{n^2+1}\right)^n}{n^2}z^n$
- Show that the sequence is bounded below 3
- A particular exercise on convergence of recursive sequence
- Proving whether function-series $f_n(x) = \frac{(-1)^nx}n$
- Powers of a simple matrix and Catalan numbers
- Convergence of a rational sequence to a irrational limit
- studying the convergence of a series:
Related Questions in LIMITS
- How to prove $\lim_{n \rightarrow\infty} e^{-n}\sum_{k=0}^{n}\frac{n^k}{k!} = \frac{1}{2}$?
- limit points at infinity
- Calculating the radius of convergence for $\sum _{n=1}^{\infty}\frac{\left(\sqrt{ n^2+n}-\sqrt{n^2+1}\right)^n}{n^2}z^n$
- Maximal interval of existence of the IVP
- Divergence of power series at the edge
- Compute $\lim_{x\to 1^+} \lim_{n\to\infty}\frac{\ln(n!)}{n^x} $
- why can we expand an expandable function for infinite?
- Infinite surds on a number
- Show that f(x) = 2a + 3b is continuous where a and b are constants
- If $a_{1}>2$and $a_{n+1}=a_{n}^{2}-2$ then Find $\sum_{n=1}^{\infty}$ $\frac{1}{a_{1}a_{2}......a_{n}}$
Related Questions in POLYNOMIALS
- Alternate basis for a subspace of $\mathcal P_3(\mathbb R)$?
- Integral Domain and Degree of Polynomials in $R[X]$
- Can $P^3 - Q^2$ have degree 1?
- System of equations with different exponents
- Can we find integers $x$ and $y$ such that $f,g,h$ are strictely positive integers
- Dividing a polynomial
- polynomial remainder theorem proof, is it legit?
- Polyomial function over ring GF(3)
- If $P$ is a prime ideal of $R[x;\delta]$ such as $P\cap R=\{0\}$, is $P(Q[x;\delta])$ also prime?
- $x^{2}(x−1)^{2}(x^2+1)+y^2$ is irreducible over $\mathbb{C}[x,y].$
Related Questions in ROOTS
- How to solve the exponential equation $e^{a+bx}+e^{c+dx}=1$?
- Roots of a complex equation
- Do Irrational Conjugates always come in pairs?
- For $f \in \mathbb{Z}[x]$ , $\deg(\gcd_{\mathbb{Z}_q}(f, x^p - 1)) \geq \deg(\gcd_{\mathbb{Q}}(f, x^p - 1))$
- The Heegner Polynomials
- Roots of a polynomial : finding the sum of the squares of the product of two roots
- Looking for references about a graphical representation of the set of roots of polynomials depending on a parameter
- Approximating the first +ve root of $\tan(\lambda)= \frac{a\lambda+b}{\lambda^2-ab}$, $\lambda\in(0,\pi/2)$
- Find suitable scaling exponent for characteristic polynomial and its largest root
- Form an equation whose roots are $(a-b)^2,(b-c)^2,(c-a)^2.$
Related Questions in QUARTICS
- How to solve a quartic equation given that the roots are all part of an arithmetic sequence?
- Solving $x^2 + 18x + 30 = 2 \sqrt{x^2 + 18x + 45}$? (1983 AIME problem 3)
- How to find the solutions to $z^4 = -16$
- How to solve that?
- How to find the equation of this polynomial
- Square inside a triangle problem [see desc.]
- To identify the types of roots
- Can I use Newton's method to obtain smallest positive real solution of a quartic?
- Largest rectangle that can be inscribed within a higher degree polynomial not broken up by the y axis?
- Find $y$ in $y^4-6y^3+14y^2-20y+8=0$
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
If the initial point $x_0$ is close enough to a root, the iterations will indeed converge to that root. However, the formulas for successive iterations (as expressions in the coefficients $A,B,C,D,E$ and $x_0$) just get more and more complicated, and there is no clear way to get from them to a formula for the root. For a very simple example, take $f(x) = x^4 - A$; the Newton iteration is the map $$N(x) = \frac{A+3x^4}{4 x^3}$$ The next couple of iterations give you $$ \eqalign{N(N(x)) &= \frac{243 x^{16}+580 A x^{12}+162 A^2 x^{8}+36 A^3 x^{4}+3 A^4}{16 x^{3} \left(3 x^{4}+A\right)^{3}}\cr N(N(N(x))) &= \frac{10460353203 x^{64}+134696910096 A x^{60}+524761849512 A^{2} x^{56}+1030291232688 A^{3} x^{52}+1172817593940 A^{4} x^{48}+847334588688 A^{5} x^{44}+439534043928 A^{6} x^{40}+171389329200 A^{7} x^{36}+51770245554 A^{8} x^{32}+12287794608 A^{9} x^{28}+2311181208 A^{10} x^{24}+346123152 A^{11} x^{20}+41168340 A^{12} x^{16}+3822640 A^{13} x^{12}+262440 A^{14} x^{8}+11664 A^{15} x^{4}+243 A^{16}}{64 x^{3} \left(243 x^{16}+580 A x^{12}+162 A^{2} x^{8}+36 A^{3} x^{4}+3 A^{4}\right)^{3} \left(3 x^{4}+A \right)^{3}} }$$ and you really don't want to see $N(N(N(N(x))))$.