Key Concepts and Formulas
- One-one (Injective) Function: A function f:A→B is one-one if for any x1,x2∈A, f(x1)=f(x2) implies x1=x2. Alternatively, if f′(x)>0 or f′(x)<0 for all x in the domain, the function is one-one.
- Onto (Surjective) Function: A function f:A→B is onto if its range is equal to its codomain. The range is the set of all possible output values of the function.
- Limits at Infinity: To find the range of a continuous function over an infinite domain, we often evaluate the limits of the function as the variable approaches ±∞.
Step-by-Step Solution
Step 1: Simplify the function and analyze its domain and codomain.
The given function is f:(−∞,∞)→(−∞,1), defined by f(x)=2x+2−x2x−2−x.
The domain is (−∞,∞) and the codomain is (−∞,1).
To simplify, multiply the numerator and denominator by 2x:
f(x)=2x+2−x2x−2−x×2x2x=22x+122x−1
This simplified form is easier to work with. We can also rewrite it as:
f(x)=22x+1(22x+1)−2=1−22x+12
Step 2: Check for Injectivity (One-one).
We will use the derivative test. First, we find the derivative of f(x) using the simplified form f(x)=1−22x+12.
f′(x)=dxd(1−2(22x+1)−1)
f′(x)=0−2⋅(−1)(22x+1)−2⋅dxd(22x+1)
Using the chain rule for 22x: dxd(au(x))=au(x)lna⋅u′(x).
dxd(22x+1)=22xln2⋅dxd(2x)+0=22xln2⋅2=2⋅22xln2
Substituting this back into the expression for f′(x):
f′(x)=2(22x+1)−2⋅(2⋅22xln2)
f′(x)=(22x+1)24⋅22xln2
Now, let's analyze the sign of f′(x).
For any real number x, 22x>0. Therefore, 4>0, 22x>0, and ln2>0. The denominator (22x+1)2 is also always positive since 22x+1>1.
Thus, f′(x)>0 for all x∈(−∞,∞).
Since the derivative is always positive, the function f(x) is strictly increasing over its entire domain. A strictly increasing function is always one-one.
Therefore, f(x) is one-one.
Step 3: Check for Surjectivity (Onto).
To determine if f(x) is onto, we need to find its range and compare it with the codomain (−∞,1). Since f(x) is strictly increasing, its range will be determined by the limits as x→−∞ and x→∞.
We use the simplified form f(x)=22x+122x−1.
-
Limit as x→−∞:
As x→−∞, 2x→−∞. Let y=2x. Then as x→−∞, y→−∞.
We need to evaluate limy→−∞2y+12y−1.
As y→−∞, 2y→0.
So, limx→−∞f(x)=0+10−1=1−1=−1.
-
Limit as x→∞:
As x→∞, 2x→∞. Let y=2x. Then as x→∞, y→∞.
We need to evaluate limy→∞2y+12y−1.
To evaluate this, we can divide the numerator and denominator by 2y:
limy→∞1+2−y1−2−y
As y→∞, 2−y→0.
So, limx→∞f(x)=1+01−0=11=1.
Since f(x) is strictly increasing, its range is the interval (−1,1).
The given codomain is (−∞,1).
The range of the function is (−1,1), which is a subset of the codomain (−∞,1), but not equal to it. Specifically, the values in (−∞,−1] are not included in the range.
Therefore, the function f(x) is not onto.
Common Mistakes & Tips
- Simplification Errors: Be careful when multiplying by 2x to ensure all terms are handled correctly, especially 2−x×2x=20=1.
- Derivative of Exponential Functions: Remember the formula for the derivative of au(x) is au(x)lna⋅u′(x). For 22x, this is 22xln2⋅2.
- Range vs. Codomain: The range must be exactly equal to the codomain for the function to be onto. If the range is a proper subset of the codomain, the function is not onto.
Summary
We analyzed the function f(x)=2x+2−x2x−2−x by first simplifying it to f(x)=22x+122x−1. We then used the derivative test to prove that f′(x)>0 for all x, establishing that the function is strictly increasing and therefore one-one. To check for surjectivity, we computed the limits of f(x) as x→−∞ and x→∞, which gave us the range (−1,1). Since this range is not equal to the given codomain (−∞,1), the function is not onto. Thus, the function is one-one but not onto.
The final answer is \boxed{A}.