Solving x + x^2 + x^3 +...+ x^n = 1 for any n

  • Level: Undergrad 
  • Thread starter Thread starter michaelkane
  • Start date Start date
  • Tags Tags
    Formula
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
1 reply · 2K views
michaelkane
Messages
1
Reaction score
0
I need to calculate easy solution for following equation.

x + x^2 + x^3 +...+ x^n = 1

I need a simple formula to calculate value of x that satisfies above equation for any value of n.

This is for accounting/MBA has nothing to do with Physics, but I am sure anyone will be able to help me out.

Thanks.
 
Physics news on Phys.org
Using the geometric series identity: [itex]x+x^{2}+...+x^{n}=x\frac{x^{n}-1}{x-1}[/itex]
we may reformulate your equation to:
[tex]x^{n+1}-2x+1=0[/tex]
I'm not too sure there exist a nice, general solution of this for arbitrary n.