Question #59139

1 Answer
Sep 20, 2017

#f^(- 1)(x) = pm sqrt(x + 3) + 2#

Explanation:

A function #f(x)# has an inverse if it is "one-to-one" , i.e. for every value of #x# there is a unique value of #f(x)#.

Quadratic functions are not one-to-one, so they do not have inverses.

But if we restrict the domain, we can define an inverse function for it.

In this case, there is no specific domain provided.

We can still algebraically come up with a general "inverse function" for this quadratic.

We have: #f(x) = x^(2) - 4 x + 7#.

First, we need to write #y# in place of #f(x)#:

#Rightarrow y = x^(2) - 4 x + 7#

Then, let's interchange the variables:

#Rightarrow x = y^(2) - 4 y + 7#

To find the "inverse", we need to solve for #y#.

So, let's complete the square:

#Rightarrow x = y^(2) - 4 y + 4 + 7 - 4#

#Rightarrow x = (y^(2) - 4 y + 4) + 3#

#Rightarrow x = (y^(2) - 2 y - 2 y + 4) + 3#

#Rightarrow x = y (y - 2) - 2 (y - 2) + 3#

#Rightarrow x = (y - 2)(y - 2) + 3#

#Rightarrow x = (y - 2)^(2) + 3#

#Rightarrow x + 3 = (y - 2)^(2)#

#Rightarrow pm sqrt(x + 3) = y - 2#

#Rightarrow pm sqrt(x + 3) + 2 = y#

Now, let's replace #y# with #f^(- 1)(x)#:

#Rightarrow pm sqrt(x + 3) + 2 = f^(- 1)(x)#

#therefore f^(- 1)(x) = pm sqrt(x + 3) + 2#

This can be the inverse of our quadratic #f(x)#, if we restrict its domain to, for example, #x ge 0#.