In below problem I've been trying to figure out how simply letting $y=\dfrac{x}{x+10}$ gives the quadratic with roots scaled by $\dfrac{1}{\alpha+10}$. I'm a bit clueless why it works.
My thoughts :
- To get a quadratic $g(x)$ whose roots are $k$ times bigger than $f(x)$, we can simply replace $x$ by $x/k$. This works because $f(\alpha) = 0 \implies g(k\alpha) = 0$, where $g(x) = f(x/k).$
- To get a quadratic $g(x)$ whose roots are $h$ bigger than $f(x)$, we can simply replace $x$ by $x-h$. This works because $f(\alpha) = 0 \implies g(\alpha+h) = 0$, where $g(x) = f(x-h).$
