Can Higher Degree Nested Radicals Be Simplified?

In summary, higher degree nested radicals can sometimes be simplified, but the process depends on the specific structure and complexity of the radicals involved. Generally, simplifying such expressions requires identifying patterns, applying algebraic techniques, or utilizing known identities. However, not all nested radicals can be simplified, and some may result in complex forms that resist simplification.
  • #36
fresh_42 said:
I think the detour by the conjugates only makes things more complicated.
Absolutely, (I did think that it was an interesting approach though.) Expanding the RHS using the binomial theorem and collection like terms is so methodical that I think I could write a computer program that would generate thousands of such identities.
It's so much easier to go in that direction than the other way. Consider how hard it would be to go from right to left in this step:
##\frac{1}{2^{10}} (25\sqrt{5}-5\cdot 25+10\cdot 5\sqrt{5}-10\cdot 5+5\cdot \sqrt{5}-1) = \frac{1}{2^{10}} (80\sqrt{5}-176)##
 
  • Like
Likes fresh_42
Mathematics news on Phys.org
  • #37
fresh_42 said:
This looks ok, but if you use Mathematica to raise the numbers to the fifth power, why not use it to calculate ##\left(\dfrac{\sqrt{5}-1}{4}\right)^5## and find ##\dfrac{5\sqrt{5}-11}{2^6}## or use the binomic formula to do it? I think the detour by the conjugates only makes things more complicated.
Because I am assuming that we haven't been given ##\frac{\sqrt{5}-1}{4}## in advance. The whole point of my exposition is to demonstrate that, knowing only the expression ##\left(\frac{5\sqrt{5}-11}{2^{6}}\right)^{\frac{1}{5}}\equiv R##, you can derive the candidate expression ##\frac{\sqrt{5}-1}{4}\equiv r##, and then demonstrate with Mathematica that indeed ##r=R##.
 
  • Like
Likes FranzS and FactChecker
  • #38
renormalize said:
Because I am assuming that we haven't been given ##\frac{\sqrt{5}-1}{4}## in advance. The whole point of my exposition is to demonstrate that, knowing only the expression ##\left(\frac{5\sqrt{5}-11}{2^{6}}\right)^{\frac{1}{5}}\equiv R##, you can derive the candidate expression ##\frac{\sqrt{5}-1}{4}\equiv r##, and then demonstrate with Mathematica that indeed ##r=R##.
That's a good point. I wonder how often such an expression can be simplified that way and how to recognize which ones can be simplified. I would like to go through the steps one-by-one to see if it works often or is just a lucky shot in the dark.
 
  • #39
FactChecker said:
That's a good point. I wonder how often such an expression can be simplified that way and how to recognize which ones can be simplified. I would like to go through the steps one-by-one to see if it works often or is just a lucky shot in the dark.
I might have an explanation for the theory behind this phenomenon. The explanation requires some knowledge about algebraic number theory, specifically of quadratic number fields. In the present example we're working in the quadratic number field ##K = \mathbb{Q}(\sqrt{5})## and its associated ring of algebraic integers ##O_K##. Consider ##\alpha = \frac{5\sqrt{5} - 11}{2}##. ##\alpha## is an element of ##O_K##. In fact, ##\alpha## is a unit in ##O_K##. That follows from ##\alpha##'s norm equaling ##1.## (By definition, element's norm equals the product of the element by its conjugate.) Now let ##\beta = \frac{\sqrt{5} - 1}{2}##. Then ##\beta's## norm also equals ##1##, so ##\beta## is a unit in ##O_K##. A key observation is that ##\beta## is what's called a fundamental unit: It's a generator of the cyclic group of all units in ##O_K##. That implies that ##\alpha## is ##\pm## an integral power of ##\beta##. In fact, ##\alpha = \beta^{5}##. Now taking fifth roots and massaging the powers of ##2## gives the desired result. So, it seems to me that these "collapsing radicals" result from an interplay between quadratic number fields whose group of units is cyclic and a generator for such a group.
 
  • Like
  • Love
Likes weirdoguy, SammyS, renormalize and 2 others
  • #40
Petek said:
I might have an explanation for the theory behind this phenomenon. The explanation requires some knowledge about algebraic number theory, specifically of quadratic number fields. In the present example we're working in the quadratic number field ##K = \mathbb{Q}(\sqrt{5})## and its associated ring of algebraic integers ##O_K##. Consider ##\alpha = \frac{5\sqrt{5} - 11}{2}##. ##\alpha## is an element of ##O_K##. In fact, ##\alpha## is a unit in ##O_K##. That follows from ##\alpha##'s norm equaling ##1.## (By definition, element's norm equals the product of the element by its conjugate.) Now let ##\beta = \frac{\sqrt{5} - 1}{2}##. Then ##\beta's## norm also equals ##1##, so ##\beta## is a unit in ##O_K##. A key observation is that ##\beta## is what's called a fundamental unit: It's a generator of the cyclic group of all units in ##O_K##. That implies that ##\alpha## is ##\pm## an integral power of ##\beta##. In fact, ##\alpha = \beta^{5}##. Now taking fifth roots and massaging the powers of ##2## gives the desired result. So, it seems to me that these "collapsing radicals" result from an interplay between quadratic number fields whose group of units is cyclic and a generator for such a group.
Thanks! That is really fascinating. I know nothing about that subject, but this is the first time I appreciated why people are interested in it.
 
  • #41
I'll explain the context which the initial fifth-root + nested-square-root expression comes from, in the remote case it can give any insights (and also to show that this wasn't a sort of exercise where the simplified expression involving just a square root was artificially manipulated to get the other).

So, as I wrote in a previous post, I was just playing around with the calculations of the fifth roots of unity (with no use of trigonometry). That is, finding the complex solutions to the equation:
$$
z^5=1 \iff z^5-1=0 \; , \; \; \; z \in \mathbb{C}
$$ Since no general quintic formula exists (in terms of radicals and elementary arithmetic operations), I adopted the following approach.
We can express ##z## in the form ##\; z=a+ib \;##, where ##\; i^2:=-1 \;## and ##\; a,b \in \mathbb{R} \;## (without loss of generality, as this is of course the general Cartesian form of any possible complex number).
Then we can expand the initial equation in terms of the unknowns ##a## and ##b \;##:
$$
z^5 - 1 = \left( a +ib \right)^5 - 1 = a^5 + i 5 a^4 b - 10 a^3 b^2 - i 10 a^2 b^3 + 5 a b^4 + i b^5 - 1 = 0
$$ Now, if we rearrange the terms by grouping the real and imaginary monomials separately (unnecessary parentheses are added for a possibly better visualization)...
$$
\left( a^5 - 10 a^3 b^2 + 5 a b^4 - 1 \right) + i \left( 5 a^4 b - 10 a^2 b^3 + b^5 \right) = 0
$$ ... it becomes clear that, when we look at ##0## (zero) on the RHS as the complex number ## 0 + 0i ##, the real part and the imaginary part of the LHS must be both equal to ##0##. As another way to look at it, one could simply rearrange the equation like this...
$$
a^5 - 10 a^3 b^2 + 5 a b^4 - 1 = i \left( - 5 a^4 b + 10 a^2 b^3 - b^5 \right)
$$ ... and ask the question: when is a real number (LHS) equal to an imaginary number (RHS)? Of course, this is only possible when both are equal to ##0##, which is the only intersection point between the real and the imaginary axes.
Therefore, we end up with a system of two equations:
$$
\begin{cases}
\mathrm{I.} & a^5 - 10 a^3 b^2 + 5 a b^4 - 1 = 0
\\
\mathrm{II.} & 5 a^4 b - 10 a^2 b^3 + b^5 = 0
\end{cases}
$$ Now it's just a matter of carrying out the calculations carefully.
In equation ##\mathrm{II.}## we factor out the common term ##b## and we get:
$$
b \left( 5 a^4 - 10 a^2 b^2 + b^4 \right) = 0
$$ A first, trivial solution to this equation is ##b=0##. We substitute in equation ##\mathrm{I.}##, thus all terms containing ##b## vanish and we are left with:
$$
a^5 = 1 \Longrightarrow a = 1
$$ Please remember that ##a, b \in \mathbb{R}##, thus ##a=1## is really the only solution!
The first and trivial solution to the original equation is then ##1+0i=1##.
Proof that ##1## is indeed one of the fifth roots of unity: ##1^5=1 \; \checkmark## (who would have thought?).

Ok then, back to the other possible (and more interesting) solutions of equation ##\mathrm{II.}## by evaluating the case with ##b \neq 0## (at least, not necessarily):
$$
5 a^4 - 10 a^2 b^2 + b^4 = 0
$$ We can solve it for ##b^2## in terms of ##a^2## using the quadratic formula:
$$
\left( b^2 \right) ^2 - 10 a^2 b^2 + 5 a^4 = 0
$$ $$
\Longrightarrow b_{1,2}^2 =
\frac{ - \left( -10 a^2 \right) \pm \sqrt{ \left( - 10 a^2 \right) ^2 - 4 \cdot 1 \cdot 5a^4 }}{2 \cdot 1} =
a^2 \left( 5 \pm 2 \sqrt{5} \right)
$$
If we substitute one (to start with) of these expressions, namely ## b^2 = a^2 \left( 5 + 2 \sqrt{5} \right) ##, into equation ##\mathrm{I.}## we get:
$$
a^5 - 10 a^5 \left( 5 + \sqrt{5} \right) + 5 a^5 \left( 5 + \sqrt{5} \right) ^2 - 1 = 0
$$ $$
\Longrightarrow
a^5 = \frac{1}{2^4 \left( 11 + 5 \sqrt{5} \right) } = \frac{5 \sqrt{5} - 11}{2^6}
$$ $$
\Longrightarrow
a = \sqrt[5]{\frac{5 \sqrt{5} - 11}{2^6}}
$$ ... which is, finally, the infamous expression that is the subject of this thread.
At this point I stopped, since I had found the first explicit result (the real part ##a## of one of the non-trivial fifth roots for unity) and I wanted to check if it was correct before proceeding with further calculations.
So, I looked up on the internet and found that its expression was instead given as:
$$
\frac{\sqrt{5} - 1}{4}
$$ Finally (and honestly in disbelief at first) I inputted my result in WolframAlpha and, to my surprise, WA confirmed that it simplified down to the equivalent simpler expression with no nested radicals.
Eventually, because of all this, I started this thread in order to learn something about the simplification of nested radicals.
 
  • #42
By the way, we got the value of ##\cos \left( \frac{2 \pi}{5} \right)## "for free" :oldbiggrin:
 

Similar threads

Back
Top