Determine whether the function $f_4:\mathbb{R^+}\rightarrow \{x \in \mathbb{R^+} x \ge 1\}$ given by $f_4(x)=4x^2-4x+2$ is injective, surjective or bijective.
I will just show parts of the solution I don't understand.
The formula for the preimage is:
$x = (1 \pm \sqrt{y-1})/2 , \tag{1}$
...if $y$ is in the codomain then $y\ge 1$ and so the square root in the formula for a pre-image element does determine a real number. Furthermore $(1+\sqrt{y-1}/2)>\frac{1}{2}$ and so this gives one pre-image for $y$ showing that $f_4$ is surjective.
I don't understand why we need to specifically consider $(1+\sqrt{y-1}/2)>\frac{1}{2}$ to determine whether $f_4$ is surjective. I would have just looked at equation (1) and note that it is defined for all $y \in \mathbb{R^+}$. Hence, all the elements in the codomain is assigned a value in the domain. Therefore, $f_4$ is surjective. Is this answer acceptable?