Find the roots of $(z-1)^6 +(z+1)^6$. So far we've tried binomial expansion, but where to go now, as it is a non-calculator question?
Asked
Active
Viewed 830 times
2 Answers
1
This is equivalent to finding the roots of $$2(z^6 + 15z^4 + 15z^2 + 1) = 0.$$ If we substitute $x = z^2$, we get $x^3 + 15x^2 + 15x + 1 = 0$, which can be factored as $(x + 1)(x^2 + 14x + 1) = 0$. This can now be solved, and now we can use our substitution $x = z^2$ to find the roots of $z$ from the roots of $x$.
Claude Leibovici
- 260,315
laughing_man
- 676
-
I fixed some typo's. – Claude Leibovici Mar 10 '14 at 05:51
-
@ClaudeLeibovici Thank you. :) – laughing_man Mar 10 '14 at 18:54
-
You are welcome. – Claude Leibovici Mar 10 '14 at 19:16