Let f1(x)=32−3x+13, and for n≥2, define fn(x)=f1(fn−1(x)). Find the value of x that satisfies f1001(x)=x−3.
Solution — click to reveal
We have f1(x)=3(3x+1)2(3x+1)−9=9x+36x−7. We compute the first few fn, hoping to see a pattern: f2(x)f3(x)=f1(9x+36x−7)=9⋅9x+36x−7+36⋅9x+36x−7−7=9(6x−7)+3(9x+3)6(6x−7)−7(9x+3)=81x−54−27x−63=9x−6−3x−7,=f1(9x−6−3x−7)=9⋅9x−6−3x−7+36⋅9x−6−3x−7−7=9(−3x−7)+3(9x−6)6(−3x−7)−7(9x−6)=−81−81x=x.Since f3(x)=x for all x, we see that fk(x)=fk−3(x) for all x. Since 1001≡2(mod3), we have f1001(x)=f2(x)=9x−6−3x−7=x−3,so −3x−70=9x2−33x+18=9x2−30x+25=(3x−5)2.Thus, x=35.