MHB How to solve for x in a nested polynomial equation?

  • Thread starter Thread starter anemone
  • Start date Start date
AI Thread Summary
To solve the nested polynomial equation f(f(f(f(f(x)))))=0 where f(x)=x^2+12x+30, participants discussed methods for breaking down the polynomial layers. The correct solutions were provided by members castor28 and MegaMoh, with partial credit awarded to lfdahl for a partially correct approach. The discussion emphasized the importance of understanding polynomial behavior and recursive functions in solving complex equations. Participants were encouraged to follow the Problem of the Week guidelines for future contributions. The thread highlights collaborative problem-solving in mathematics.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Here is this week's POTW:

-----

Given that $f(x)=x^2+12x+30$. Solve for the equation $f(f(f(f(f(x)))))=0$.

-----

Remember to read the https://mathhelpboards.com/showthread.php?772-Problem-of-the-Week-%28POTW%29-Procedure-and-Guidelines to find out how to https://mathhelpboards.com/forms.php?do=form&fid=2!
 
Physics news on Phys.org
Congratulations to the following members for their correct solution!(Cool)

1. castor28
2. MegaMoh

Partial credit goes to lfdahl for his partially correct solution!

Solution from castor28:
Let us write $f^n$ for the n-fold composition of $f$, so that $f^0(x) = x$ and $f^{n+1}(x) = f(f^n(x))$. We must solve $f^5(x)=0$.

The graph of $f$ has a minimum at $(-6,-6)$. This shows that $-6$ is a fixed point of $f$, and makes it worthwhile to try the substitution $x=z-6$. Under that substitution, we get:
$$
f(z-6) = z^2 - 6
$$
and, by induction,
$$
f^n(z-6) = z^{2^n}-6
$$
We must now solve:
$$
f^5(x) = f^5(z-6) = z^{32}-6 = 0
$$
giving the real roots $z=\pm\sqrt[32]{6}$ and $x=-6\pm\sqrt[32]{6}$.

The complex solutions are $x=-6 + \sqrt[32]{6}\,e^{\frac{2\pi ni}{32}}$, with $0\le n<32$.
 
Back
Top