Background:
(Skip if you're familiar)
The Golden Ratio is calculated by assuming that a line segment is divided in to two subsegments so that the ratio between the entire segment and the larger subsegment is the same as the ratio between the larger subsegment and the smaller. So, if the entire line segment is defined to be unit length, with the larger subsegment length $a$, and the smaller length $b$ the Golden Ratio can be calculate by solving this system of equations:
$$ a^2 - b = 0 $$ $$ a + b = 1 $$
in which the $b$s cancel, and (assuming $a>0$) we are left with:
$$ a^2 + a - 1 = 0 \implies \boxed{a = \frac{\sqrt{5} - 1}{2}} \implies \boxed{b =\frac{3 - \sqrt{5}}{2}} $$
$$ \boxed{\phi = \frac{a}{b} = \frac{\sqrt{5}-1}{3-\sqrt{5}} \approx 1.618...} $$
Question:
I'm interested in what happens when the segment is divided in to larger number of subsegments. For instance, if the segment is divided in to three subsegments ($a$, the largest, $b$ the second largest, and $c$ the smallest), if we assume the ratio between the entire segment and $a$ is the same as the ratio between $a$ and $b$, which is the same as the ratio between $b$ and $c$, the problem comes down to solving a system of three equations:
$$ a^3 - c = 0 $$ $$ a^2 - b = 0 $$ $$ a + b + c = 1, $$
which reduces to:
$$ a^3 + a^2 + a - 1 = 0. $$
My questions are these:
Is there a clever way to solve the above system of equations for a closed-form solution? Wolfram Alpha can give me the numerical approximation, but seems to struggle with finding the closed-form.
One is tempted to think that this pattern will continue -- i.e. that for a line segment subdivided in to $n$ subsegments, the ratio will be determined by finding the roots of the polynomial:$$ a^n + a^{n-1} + \cdots + a - 1 = 0. $$ Is there any non-messy way to prove this (perhaps by induction)?
If the answers are yes to (1) and (2), is there a closed form solution to the Golden Ratio for $n$ subsegments?
According to Wikipedia, the root between 0 and 1 of $x^3+x^2+x-1=0$ is $$\bigl(\root3\of{17+3\sqrt{33}}-\root3\of{-17+3\sqrt{33}}-1\bigr)/3=0.543689012$$ to nine decimals. The root between 0 and 1 of $x^4+x^3+x^2+x-1=0$ is the reciprocal of $$p_1+(1/4)+\sqrt{(p_1+(1/4))^2-(2\lambda_1/p_1)(p_1+(1/4))+(7/(24p_1))+(1/6)}$$ where $p_1=\sqrt{\lambda_1+(11/48)}$ and $$\lambda_1={\root3\of{3\sqrt{1689}-65}-\root3\of{3\sqrt{1689}+65}\over12\root3\of2}$$ According to D. A. Wolfram, "Solving Generalized Fibonacci Recurrences", Fib. Quart. May 1998 129-145, (see in particular page 136), for $5\le n\le11$ the Galois group is the symmetric group on $n$ letters, which is not a solvable group, from which it follows that for these values of $n$ there is no solution in radicals. Wolfram conjectures the Galois group is $S_n$ for all $n\ge5$, from which it would follow that there is no solution in radicals for any $n\ge5$.
I would not be surprised to learn that in the meantime someone has proved this conjecture. If I find it, I'll get back to you. Progress is made in the paper Paulo A. Martin, The Galois group of $x^n-x^{n-1}-\cdots-x-1$, J. Pure Appl. Algebr. 190 (2004) 213-223. Martin proves the conjecture if $n$ is even, and if $n$ is prime. The paper may be available at https://www.sciencedirect.com/science/article/pii/S0022404903002457 (or it may be behind a paywall).