Suppose $x \in [-5,-3]$ and $y \in [2,4]$. Find all possible values of $\dfrac{x-y}{x+y}$.
I wrote $\dfrac{x-y}{x+y}$ as $\dfrac{x}{x+y}-\dfrac{y}{x+y}$, but I don't see how this would help, and I'm not sure how to start this problem.
Thanks in advance
HINT
Make the substitution $u = x/y$ so that we get \begin{align*} f(u) = \frac{u - 1}{u + 1} = 1 - \frac{2}{u + 1} \end{align*} whose derivative is given by \begin{align*} f'(u) = \frac{2}{(u+1)^{2}} > 0 \end{align*}
whence it can be concluded that $f$ is strictly increasing.
Now it remains to study the possible values of $u$.
Can you take it from here?