Question
Classify the following functions as injection, surjection or bijection:
f : R → R, defined by f(x) = 5x3 + 4
f : R → R, defined by f(x) = 5x3 + 4
Injection test: Let x and y be any two elements in the domain (R), such that f(x) = f(y).
f(x) = f(y)
5x3 + 4 = 5y3 + 4
5x3 = 5y3
x3 = y3
x = y
So, f is an injection.
Surjection test: Let y be any element in the co-domain (R), such that f(x) = y for some element x in R (domain).
f(x) = y
5x3 + 4 = y
5x3 = y - 4
$\text{x}^3=\frac{\text{y}-4}{5}$
$\text{x}=\sqrt[3]{\frac{\text{y}-4}{5}}\in\text{R}$
So, f is a surjection and f is a bijection.
Generate a complete, print-ready paper with questions like this in minutes — across 16+ boards, with answer keys.
Function
$\text{y}=\log\text{x}$