Given the function $\; f(x) = 7x^{2}-112x+448, \;$ for $x\ge 8, \;$ find $\displaystyle \;$ $f^{-1}(x)$.
To find inverse, I should just solve for x in terms of y:
$$y = 7x^{2}-112x+448$$
I can rewrite it as:
$$y = (7x-56) (x-8)$$
but what's next?
Or I can also say:
$$y - 448 = 7x (x - 16)$$
and it gets me nowhere ...
p.s. I don't care about signs (e.g., $\; x -8 >= 0$) for now, cuz that's not the hard part
Note that you can rewrite $7x^2-112x+448=0$ as $7(x-8)^2=0$