Asymptotic behaviour of a polynomial root

  • Context: Graduate 
  • Thread starter Thread starter nugae
  • Start date Start date
  • Tags Tags
    Polynomial Root
Click For Summary
SUMMARY

The discussion centers on the asymptotic behavior of the polynomial root N(n) that satisfies the equation i=1n(N-i)n = Nn. The derived formula is N(n) = 1.5 + (n / ln 2) + O(1/n), with the O(1/n) term approximated as 1/400n for n > 10. Verification of this result has been achieved using Lenstra's long integer package (LIP) for values up to n = 1000. The discussion also explores potential methods for proving this result without brute-force calculations.

PREREQUISITES
  • Understanding of asymptotic notation, specifically Big O notation
  • Familiarity with polynomial equations and their roots
  • Experience with mathematical series and expansions
  • Knowledge of Lenstra's long integer package (LIP) for computational verification
NEXT STEPS
  • Research advanced techniques in asymptotic analysis
  • Explore polynomial root-finding algorithms and their efficiencies
  • Study mathematical series expansions and their convergence properties
  • Learn more about Lenstra's long integer package (LIP) and its applications in computational mathematics
USEFUL FOR

Mathematicians, computer scientists, and researchers interested in polynomial equations, asymptotic analysis, and computational verification methods.

nugae
Messages
8
Reaction score
0
I've been looking at the value N(n) of N that satisfies the equation

[tex]\sum_{1}^{n}(N-i)^{n}=N^{n}[/tex]

Thus turns out to be

[tex]N(n)=1.5+\frac{n}{ln2}+O(1/n)[/tex]

where the O(1/n) term is about 1/400n for n>10.

I've verified this by calculation up to about n=1000, using Lenstra's long integer package LIP.

This result is so beautiful and simple that it must be possible to prove it without brute-force calculation. If anyone has any suggestions as to how to begin then I'd be very grateful!
 
Mathematics news on Phys.org
Hummm looking at it, I'd say that if you examine the expansion of (N-i)^n and then study how do things look when you add from 1 to n, there should be a series that emerges which can be simplified to a fundamental function. However, this could be misleading as the expansion of these functions have an infinite number of terms and clearly this isn't the case on the left.
 
Well, usually these sorts of things don't turn out to be equal to an elementary function -- you have to settle for approximately equal.

The problem is, I don't yet see any useful approximation to that series, or even to part of it. :frown:
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 10 ·
Replies
10
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
2
Views
2K
  • · Replies 43 ·
2
Replies
43
Views
13K
  • · Replies 3 ·
Replies
3
Views
3K