Given functions, f(x)=2x2+3,g(x)=x−1
Let A and B be two sets of real numbers.
Let x1,x2∈A such that f(x1)=f(x2)
⇒2x12+3=2x22+3⇒x12=x22⇒x12−x22=0⇒(x1−x2)(x1+x2)=0⇒x1=±x2.Thusf(x1)=f(x2) does not implies that x1=x _2.
For instance, f(1)=f(-1)=2 i.e. Two element have the same image. So F is many one function.
Now , let y=2x2+3⇒x=2y−3
Elements of y have no pre-image in A ( for instance an element -2 in the codomain has no pre image in domain A. SO f is not onto.
So F is not bijective.
fog(x)=f(x−1)=2(x−1)2+3=2x2+2−4x+3=2x2−4x+5
gof(x)=g(2x2+3)=2x2+3−1=22+2
Comments