To be a one-to-one function, or injective, each output must be the result of exactly one input. In other words, if \( f(x_1) = f(x_2) \), then \( x_1 \) must equal \( x_2 \). To check whether a function is one-to-one, we can use its derivative to assess whether \( f'(x) \) is always positive or negative throughout its domain. This continuous increase or decrease ensures that each \( x \) value corresponds to a unique \( y \) value.
For our polynomial \( f(x) = x^5 - 2x^2 + x \), its derivative is \( f'(x) = 5x^4 - 4x + 1 \).
Notice that \( f'(x) \) is a polynomial with even degree, not maintaining consistent positivity or negativity:
- This derivative changes sign, showing that \( f(x) \) does not always increase or always decrease.
- As a result, multiple \( x \) values may map to the same \( y \) value, making the function not one-to-one.
The conclusion is that function \( f(x) \) is not injective.