Tuesday, August 23, 2016

Different ways to solve nested radicals with cubic roots

I want to obtain the result of:
35+2352
Which turns out to be 1. Now, let's prettend we don't know what the result is. I solved it by stating
35+2352=z
Then by cubing the equation:
43(35+2352)=z3
z3+3z4=0

Now, just by an inexplicable mysticism, the equation can be restated as:
(z1)(z2+z+4)=0
Therefore, z=1, which is what I wanted to prove.



Are there another ways to solve this problem? I find this method quite impractical and not so elegant. I'm interested in ways to solve it that are MUCH simpler.



Thanks in advance!

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...