[Math] show that $f(x)=-3x+4$ is bijective

functions

Determine whether each of these functions is a bijection from $\mathbb{R}$ to $\mathbb{R}$

a) $f(x)=-3x+4$

So I know that a function is bijective if it is both injective (one-to-one) and surjective (onto).

A function is one-to-one if every $x$ has a unique $y$.

And it is onto if for every $y$ there is an $x$ such that $f(a)=b$.

But I don't know how write it down and show that $f(x)=-3x+4$ is bijective

Best Answer

You allready received nice answers focused on injectivity and surjectivity. Here a slightly different route.

Can you find a function $g:\mathbb R\rightarrow \mathbb R$ such that $f(g(x))=x$ for each $x\in\mathbb R$?

If you have found such $g$ then check whether it is also true that $g(f(x))=x$ for each $x\in\mathbb R$.

If so then you are ready because you have shown that $f$ is "invertible" (i.e. has an inverse). A function is bijective if and only if it is invertible.

You could also take the opposite route: finding a function $g:\mathbb R\rightarrow \mathbb R$ such that $g(f(x))=x$ for each $x\in\mathbb R$ and checking whether it is also true that $f(g(x))=x$ for each $x\in\mathbb R$.