Let $Q_{c}(x) = x^{2} + c$. Show that if $c < \frac{1}{4}$, then there is a unique $\mu > 1$ such that $Q_{c}$ is topologically conjugate to $F_{\mu}(x) = \mu x(1 - x)$ via a map of the form $h(x) = ax + b$.
The definition for topologically conjugate is that maps $f : A \rightarrow A$ and $g : B \rightarrow B$ are topologically conjugate iff. there is a homeomorphsim $\phi : A \rightarrow B$ such that $f \circ h = g \circ h$.
What I tried doing was using $h(x) = ax + b$ and then setting $F_{\mu} \circ h = Q_{c} \circ h$ and then solving. But eventually this led to nowhere.
Any ideas and hints are appreciated.
We have to find under which condition we can write, for any $x$:
$$a(\mu x(1-x))+b=(ax+b)^2+c\tag{1}$$
(in the order indicated by @TokenToucan)
Let us give to both sides of (1) the classical factorization ("completing the square"):
$$-\mu a\left(\left(x-\tfrac12\right)^2-\tfrac14\right)+b=a^2\left(x+\tfrac{b}{a}\right)^2+c$$
$$-\mu a\left(x-\tfrac12\right)^2 + \left(b + \tfrac14 \mu a\right) =a^2\left(x+\tfrac{b}{a}\right)^2+c$$
By unicity of this decomposition, we can identify corresponding terms :
$$\begin{cases}-\mu a &=&a^2\\ \frac{b}{a}&=&-\frac12\\b + \frac14 \mu a&=&c\end{cases}\tag{2}$$
Eliminating $b$ and $\mu$, we get the equation :
$$a^2+2a+4c=0 \ \ \iff \ \ (a+1)^2=1-4c \tag{3}$$
which is possible if and only if
$$c<\dfrac14 \tag{4}$$
Remark : a generalisation with Chebyshev polynomials :https://math.stackexchange.com/q/1114988 .