Assume that g : R → R is a bijection and define f : R → R by
f(x) = 2g(x) + 1.
Determine, with proof, whether f is a bijection.
My opinion:
I know that a function should either be increasing or decreasing in interval. So if g(x) > 0, then f(x)>0 and if g(x)<0, then f(x)<0. My thinking is that f(x) is either increasing or decreasing and hence it is also bijective.
I wouldn't go down the path of using derivatives for three reasons:
Instead, simply use the definitions.
A function $f$ is one-to-one if, whenever $f(x) = f(y)$, we must have $x = y$. In our case, if we have $f(x) = f(y)$, then this means that $2g(x) + 1 = 2g(y) + 1$. By simplifying this equation, we get $g(x) = g(y)$. But, $g$ is also one-to-one, so we know the only way this can happen is if $x = y$. That is, when $f(x) = f(y)$, we have $x = y$, so $f$ is one-to-one, by definition.
A function $f$ is onto if, given any $y$, we can find an $x$ such that $f(x) = y$. So, fix $y \in \Bbb{R}$. Let's find an $x$ such that $f(x) = y$. That is, $2g(x) + 1 = y$. Solving this, we get $g(x) = \frac{y - 1}{2}$. Does there exist such an $x$? Yes, since $g$ is onto and $\frac{y - 1}{2} \in \Bbb{R}$. For this given value of $x$, rearranging the equation back again yields that $f(x) = 2g(x) + 1 = y$, which is what we want. Hence $f$ is onto.