To determine the nature of the function f:R→R defined by
f(x)=3x2+x+32x2−3x+2
we need to evaluate whether f is one-one (injective) and onto (surjective).
1. Test for Injectivity (One-One)
A function f is one-one if f(x1)=f(x2)⟹x1=x2.
Let us check if there exist distinct values x1,x2∈R such that f(x1)=f(x2)=1:
3x2+x+32x2−3x+2=1
Cross-multiplying yields:
2x2−3x+2=3x2+x+3
x2+4x+1=0
The discriminant of this quadratic equation is:
D=42−4(1)(1)=16−4=12>0
Since D>0, there exist two distinct real roots:
x1=−2+3andx2=−2−3
Because f(−2+3)=f(−2−3)=1 with x1=x2, the function is not one-one (it is many-one).
2. Test for Surjectivity (Onto)
A function f:R→R is onto if its range is equal to its co-domain (R).
Let y=f(x):
y=3x2+x+32x2−3x+2
Rearranging the terms to form a quadratic in x:
y(3x2+x+3)=2x2−3x+2
(3y−2)x2+(y+3)x+(3y−2)=0
Case 1: If 3y−2=0⟹y=32, the equation becomes:
0+(32+3)x+0=0⟹311x=0⟹x=0
Since x=0∈R, y=32 is in the range.
Case 2: If 3y−2=0, then for x∈R, the discriminant of the quadratic equation must be non-negative (D≥0):
D=(y+3)2−4(3y−2)(3y−2)≥0
(y+3)2−4(3y−2)2≥0
Using the difference of squares identity A2−B2=(A−B)(A+B) where A=y+3 and B=2(3y−2)=6y−4:
[(y+3)−(6y−4)][(y+3)+(6y−4)]≥0
(−5y+7)(7y−1)≥0
(5y−7)(7y−1)≤0
Solving this inequality gives:
71≤y≤57
Thus, the range of f(x) is:
Range=[71,57]
Since Range=[71,57]=R (the co-domain), the function is not onto.
Conclusion
The function f is neither one-one nor onto.
Correct Option: D