Question
Question: Let \({{\text{R}}_{+}}\) be the set of all positive real numbers. Show that the function \(f\) : \({...
Let R+ be the set of all positive real numbers. Show that the function f : R+→[−5,∞) : f(x)=9x2+6x−5 is invertible. Find f−1.
Solution
We know that any function is invertible, if and only if, the function is one-one and onto. So, we must first prove that the function is invertible. And to find the inverse, we must assume x=f(y), and then solve the equation for y. The function we get, will be the inverse function.
Complete step by step answer:
We are given that f : R+→[−5,∞) : f(x)=9x2+6x−5.
We can see that the domain is R+ that is the set of all positive real numbers, codomain is [−5,∞) and the function is given as f(x)=9x2+6x−5.
First, we need to show that the function is invertible.
Let us assume two values x1,x2∈R+ such that f(x1)=f(x2).
Using the definition of this function, we can write
9x12+6x1−5=9x22+6x2−5
Adding 5 on both sides, we get
9x12+6x1=9x22+6x2
We can also write this as
9(x12−x22)+6(x1−x2)=0
Using the expansion for difference of squares, we can write
9(x1+x2)(x1−x2)+6(x1−x2)=0
We can take a factor as common, and so we now have
(x1−x2)[9(x1+x2)+6]=0
So, now either (x1−x2)=0 or [9(x1+x2)+6]=0.
We know that since both x1 and x2 are positive, the term [9(x1+x2)+6] can never be equal to 0.
Thus, we have (x1−x2)=0. And so, x1=x2.
Hence, the function is one-one. Or, we can say that the function is injective.
Let us now assume a variable y1∈[−5,∞), such that f(x1)=y1.
Thus, we get
9x12+6x1−5=y1
Or, we can write
9x12+6x1=y1+5
Adding 1 on both sies, we get
9x12+6x1+1=y1+5+1
This can also be written as
(3x1+1)2=y1+6
Thus, we have
3x1+1=y1+6
⇒x1=3y1+6−1
We can see here that for every y1∈[−5,∞), the corresponding x1∈R+.
Thus, the function is onto or surjective.
Hence, we can say that the function is invertible.
To find the inverse function, we can assume a y=f−1(x). So, x=f(y).
Thus, we have
x=9y2+6y−5
⇒x+5=9y2+6y
⇒x+6=9y2+6y+1
⇒x+6=(3y+1)2
So, we get
y=3x+6−1
Hence, the inverse function is f−1(x)=3x+6−1.
Note: We must be careful and check for all the boundary conditions while checking whether the given function satisfies the criteria for being both injective and surjective. Also, we must remember to check whether the function is invertible or not, whenever we have to find the inverse of any function.