Question Statement
Check whether the following functions are one-to-one or not:
(i) f(x)=4x−7
(ii) f(x)=6x2+2
(iii) f(x)=2x3−1
Background and Explanation
A function f is considered one-to-one (or injective) if every unique input x produces a unique output f(x). To test this algebraically, we assume f(x1)=f(x2) and solve to see if it necessarily implies that x1=x2.
Solution
Function: f(x)=4x−7
To check if the function is one-to-one, we set f(x1)=f(x2):
f(x1)4x1−7=f(x2)=4x2−7
Adding 7 to both sides:
4x1=4x2
Dividing both sides by 4:
x1=x2
Since f(x1)=f(x2) leads directly to x1=x2, f is a one-to-one function.
Function: f(x)=6x2+2
We set f(x1)=f(x2):
6x12+26x12x12=6x22+2=6x22=x22
When we take the square root of both sides, we must consider both positive and negative possibilities:
x1=±x2
This means x1 does not necessarily equal x2. For example, if we choose x1=2 and x2=−2:
f(2)=6(2)2+2=26
f(−2)=6(−2)2+2=26
Since f(2)=f(−2) but 2=−2, f is not a one-to-one function.
Function: f(x)=2x3−1
We set f(x1)=f(x2):
2x13−1x13−1x13=2x23−1=x23−1=x23
Taking the cube root of both sides (unlike square roots, cube roots of real numbers preserve the sign and result in a single unique value):
x1=x2
Since f(x1)=f(x2) leads to x1=x2, f is a one-to-one function.
- Injective Property: f(x1)=f(x2)⟹x1=x2.
- Algebraic Simplification: Isolating the variable to compare x1 and x2.
- Power Rules:
- Even powers (like x2) can result in the same value for positive and negative inputs.
- Odd powers (like x3) maintain a one-to-one relationship for all real numbers.
Summary of Steps
- Assume two inputs x1 and x2 produce the same output: f(x1)=f(x2).
- Substitute the inputs into the function expression.
- Use algebraic operations (addition, subtraction, multiplication, division) to simplify the equation.
- Analyze the resulting relationship between x1 and x2:
- If x1=x2 is the only solution, the function is one-to-one.
- If x1 can equal something other than x2 (like −x2), the function is not one-to-one.