Question
Question: A function $f:N \rightarrow N$ is defined as $f(x)=x^2+17$. What is the type of function?...
A function f:N→N is defined as f(x)=x2+17. What is the type of function?

Injective
Surjective
Bijective
neither surjective nor injective
Injective
Solution
To determine the type of function f:N→N defined as f(x)=x2+17, we need to check for injectivity (one-to-one) and surjectivity (onto). The domain N and codomain N represent the set of natural numbers, typically N={1,2,3,…}.
1. Check for Injectivity (One-to-one)
A function f:A→B is injective if for any two distinct elements x1,x2 in the domain A, their images under f are also distinct, i.e., x1=x2⟹f(x1)=f(x2). Equivalently, if f(x1)=f(x2), then x1=x2.
Let's assume f(x1)=f(x2) for x1,x2∈N. x12+17=x22+17 Subtracting 17 from both sides: x12=x22 Taking the square root of both sides: x12=x22 ∣x1∣=∣x2∣ Since x1,x2∈N, they are positive integers. Therefore, ∣x1∣=x1 and ∣x2∣=x2. So, x1=x2.
Since f(x1)=f(x2) implies x1=x2, the function f(x) is injective.
2. Check for Surjectivity (Onto)
A function f:A→B is surjective if for every element y in the codomain B, there exists at least one element x in the domain A such that f(x)=y. In other words, the range of the function must be equal to its codomain.
The codomain is N={1,2,3,…}. Let's find the range of f(x). Since x∈N, the smallest value x can take is 1. If x=1, f(1)=12+17=1+17=18. If x=2, f(2)=22+17=4+17=21. If x=3, f(3)=32+17=9+17=26.
For any x∈N, x≥1. Therefore, x2≥12=1. And x2+17≥1+17=18.
This means that the minimum value in the range of f(x) is 18. The range of f is {18,21,26,…}. The codomain is N={1,2,3,…}.
Since the range {18,21,26,…} is a proper subset of the codomain {1,2,3,…}, there are elements in the codomain (e.g., 1,2,…,17) that are not images of any element from the domain. Therefore, the function f(x) is not surjective.
Conclusion
The function f(x)=x2+17 is injective but not surjective. A function is bijective if it is both injective and surjective. Since f(x) is not surjective, it is not bijective. Given the options:
- Injective: This is true.
- Surjective: This is false.
- Bijective: This is false (since not surjective).
- neither surjective nor injective: This is false (since it is injective).
The most accurate description among the given options is "Injective".