To determine which function is one-to-one, we need to check if each function passes the Horizontal Line Test, meaning that each output value corresponds to exactly one input value.
-
\( g(x) = 2x - 4 \)
- This is a linear function with a slope of 2. It is one-to-one because for every \( x \), there is a unique \( g(x) \).
-
\( g(x) = -6x^4 + 2x - 1 \)
- This is a polynomial function. The term \( -6x^4 \) dominates as \( x \) becomes large, making it not one-to-one. It will have multiple values of \( g(x) \) for some values of \( x \).
-
\( g(x) = x^2 - 4x + 1 \)
- This is a quadratic function. Quadratic functions are not one-to-one because they can yield the same output for different \( x \) values (e.g., \( g(0) = 1 \) and \( g(4) = 1 \)).
-
\( g(x) = 2x^2 \)
- This is another quadratic function. Similar to the previous one, it cannot be one-to-one because it also can have multiple inputs that yield the same output (e.g., \( g(1) = 2 \) and \( g(-1) = 2 \)).
From the analysis above, the only one-to-one function is:
\( g(x) = 2x - 4 \).