What is the inverse function of: $$f(x)=192x-16x^{2}$$
I have been finding myself going in a circle in trying to complete this problem which otherwise looks simple, but for some reason I am at a block. Could someone help explaining how to go about this problem?
Instead of completing the square, as in lab bhattacharjee’s answer, you can use the quadratic formula. You have $y=192x-16x^{2}$; rewrite it as $16x^2-192x+y=0$, and treat $y$ as the constant term to get
$$x=\frac{192\pm\sqrt{192^2-64y}}{32}=6\pm\frac{\sqrt{64(576-y)}}{32}=6\pm\frac{\sqrt{576-y}}4\;.$$
This gives you two functions, both defined for $y\le 576$:
$$x=6+\frac{\sqrt{576-y}}4\;,$$ and $$x=6-\frac{\sqrt{576-y}}4\;.$$
The first corresponds to the righthand side of the parabola $y=192x-16x^2$, and the second to its lefthand side.