Find the range of $a$ such $|f(x)|\le\frac{1}{4},$ $|f(x+2)|\le\frac{1}{4}$ for some $x$.

243 Views Asked by At

Let $$f(x)=x^2-ax+1.$$ Find the range of all possible $a$ so that there exist $x$ with $$|f(x)|\le\dfrac{1}{4},\quad |f(x+2)|\le\dfrac{1}{4}.$$

A sketch of my thoughts: I write

$$f(x)=\left(x-\dfrac{a}{2}\right)^2+1-\dfrac{a^2}{4}\ge 1-\dfrac{a^2}{4}$$ so if $1-\dfrac{a^2}{4}>\dfrac{1}{4}$ or $-\sqrt{3}<a<\sqrt{3}$ this case impossible

But I don't know how to prove the other case, or if this there are better ideas.