Proving Conjecture: No Real Solutions Greater than 2 for Polynomial Equation

  • Context: Graduate 
  • Thread starter Thread starter FeDeX_LaTeX
  • Start date Start date
  • Tags Tags
    Conjecture
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
Messages
436
Reaction score
13
Hello;

I don't know how to prove this conjecture I've made;

For the polynomial equation

[tex]-\sum_{n=0}^{\infty}k^{n}=0[/tex]

there exist no real solutions greater than 2, no matter how large the value of n.

How do I show that this is true?

If it's a little unclear, what I mean is, for example, if you had the equation

k^30 - k^29 - k^28 ... - k - 1 = 0, k doesn't exceed 2.

So even if you start from 1000, or 100000000000, or any number, you will never find a solution greater than 2.

Thanks.
 
Mathematics news on Phys.org
I am assuming your latex equation has something missing, because otherwise the minus sign at the start doesn't have any purpose. So working from your example equation:

[tex]k^n - k^{n-1} - k^{n-2} \cdots - k - 1 = 0[/tex]

Multiply by k:

[tex]k^{n+1} - k^{n} - k^{n-1} \cdots - k^2 - k = 0[/tex]

Subtract the first equation from the second:

[tex]k^{n+1} - 2k^n + 1 = 0[/tex]

[tex]k^n(k-2) + 1 = 0[/tex]

Which has no solution if k > 2
 
Last edited: