Question
Mathematics Question on Relations and Functions
Consider f: R+→ [−5,∞) given by f(x) = 9x2 + 6x − 5. Show that f is invertible with
f−1(y)=3(y+6)−1
Answer
f: R+→ [−5, ∞) is given as f(x) = 9x2+6x−5.
Let y be an arbitrary element of [−5, ∞).
Let y = 9x2+6x−5.
y=(3x+1)2-1-5 = (3x+1)2-6
⟹(3x+1)2 = y+6
⟹3x+1 = y+6
⟹x = 3y+6−1
∴f is onto, thereby range f = [−5, ∞).
Let us define g: [−5, ∞) → R+ as g(y) =3y+6−1
We now have:
(gof)(x) = g(f(x)) = g(9x2+6x-5)
=g((3x+1)2-6)
=3(3x+1)2−6+6−1
=33x+1−1
=x
And (fog)(y) = f(g(y) = f(3y+6−1)
=[3(3y+6−1)+1]2−6
=(y+6)2−6 = y+6-6 = y.
therefore gof=IR and fog =I[-5,∞].
Hence, f is invertible and the inverse of f is given by
f-1(y) = g(y) =3y+6−1