Question 479848
Given f(x) = 9 – x² , x&#8807;3 , find f<sup>-1</sup> if the inverse exist.
<pre>

I'll just do the first one.

Here is the graph of f(x) = 9 – x² without the restriction x&#8807;3

{{{graph(200,200,-10,10,-10,10,9-x^2)}}} 

As you see it does not pass the horizontal line test so its inverse,
(in green) which is its reflection in the 45° line through the origin whose
equation is y=x (the blue dotted line below) would not pass the vertical 
line test, and would not be a function, as you can see:

{{{drawing(200,200,-10,10,-10,10,

graph(200,200,-10,10,-10,10,9-x^2),
graph(200,200,-10,10,-10,10,0,sqrt(9-x)),
graph(200,200,-10,10,-10,10,0,-sqrt(9-x)),
graph(200,200,-10,10,-10,10,0,0,x*sqrt(sin(9x))/sqrt(sin(9x)))

  )}}}

However with the restriction x&#8807;0, the graph is only the
right half of the whole curve (without the restriction x&#8807;0):

{{{graph(200,200,-10,10,-10,10,(9-x^2)*sqrt(x)/sqrt(x))}}} 

Then the curve passes the horizontal line test, so that when we
reflect it in the line y=x (blue dotted line), the green inverse
graph passes the vertical line test and therefore is a function:

{{{drawing(200,200,-10,10,-10,10,

graph(200,200,-10,10,-10,10,9-x^2*sqrt(x)/sqrt(x)),
graph(200,200,-10,10,-10,10,0,sqrt(9-x)),
graph(200,200,-10,10,-10,10,0,0,x*sqrt(sin(9x))/sqrt(sin(9x)))

  )}}}

Now we need to find the equation of the green functional curve,
which is the graph of the inverse of the f(x), which is denoted
f<sup>-1</sup>(x). 

To do this, we start with the original equation:

  f(x) = 9 – x²

Then we change f(x) to y

     y = 9 - x²

Next we interchange x and y

     x = 9 - y²

We solve for y

    y² = 9 - x

Using the principle of square roots:
           _____
     y = ±<font face = "symbol">Ö</font>9 - x

But we use only the + square root since the green graph of
the inverse is above the x-axis, so we have

          _____
     y = <font face = "symbol">Ö</font>9 - x
 
and now we replace y by f<sup>-1</sup>
         _____
f<sup>-1</sup>(x) = <font face = "symbol">Ö</font>9 - x

That's the equation of the green curve above which is the 
inverse of f(x)




Edwin</pre>