Consider the following function $f(x)=\dfrac{x^2+2x+a}{x^2+4x+3a}$
Now the question states for us to find the constraint that limits $a$ so that $f(x)$ becomes surjective.
My Attempt
This can be further written as $f(x)=\dfrac{(x+1)^2+a-1}{(x+2)^2+3a-4}$
Now to make the function surjective, we can ensure two cases:-
CASE 1
The function on the top can have some $y$ $\in$ $\mathbb{Q}^{-}$ and for this $a-1<0$ and the function at bottom can have some $y$ $\in$ $\mathbb{Q}^{+}$ and for this $3a-4>0$ . But there is no solution.
CASE 2
The function on the top can have some $y$ $\in$ $\mathbb{Q}^{+}$ and for this $a-1>0$ and the function at bottom can have some $y$ $\in$ $\mathbb{Q}^{-}$ and for this $3a-4<0$. So $a\in(1,4/3)$
But this ans is wrong could someone point the mistake.