Friday, March 1, 2013

Bijective Function Examples


In mathematics, a bijection, or a bijective function, is a function f from a set X to a set Y with the property that, for every y in Y, there is exactly one x in X such that f(x) = y and no unmapped element exists in either X or Y.

A one - one onto function is said to be bijective or a one-to-one correspondence.

A few examples of bijective function is given below which helps you for learning bijective function.

(Source: Wikipedia)

Examples of bijective function:

Example 1:

Show that the function f : R → R : f(x) = 3 - 4x  is one-one onto and hence bijective .

Solution:

We have

f(x1) = f(x2)

3 - 4x1 = 3 - 4x2

x1 = x2

Therefore, the function f is one-one.

Now, let y = 3 - 4x. Then, x = (3 - y)/4

Thus, for each y ε R (codomain of f), there exists x = (3 - y)/4 ε R

such that f(x) = f((3 - y)/4)

= {3 - 4 (3 - y)/4 }

= 3 - (3 - y)

= y

This shows that every element in codomain of f has its pre-image in dom(f).

Therefore, the function f is onto.

Hence, the given function is bijective.

Example 2:

Let A = R - {3} and B = R - {1}. Let f : A → B : f(x) = (x - 2)/(x - 3) for all values of x ε A.

Show that f is one-one and onto.

Solution:

f is one-one, since

f(x1) = f(x2)

(x1 - 2)/(x1 - 3) = (x2 - 2)/(x2 - 3)

(x1 - 2)(x2 - 3) = (x2 - 2)(x1 - 3)

x1x2 - 3x1 - 2x2 + 6 = x1x2 - 2x1 - 3x2 + 6

x1 = x2

Let y ε B such that y =  (x - 2)/(x - 3) .

Then, (x - 3)y = (x - 2)

x = (3y - 2)/(y - 1)

Clearly, x is defined when y ≠ 1.

Also, x = 3 will give us 1 = 0, which is false.

Therefore,

x ≠ 3.

And, f(x) = ((3y - 2)/(y - 1) - 2)/((3y - 2)/(y - 1)- 3) = y

Thus, for each y ε B, there exists x ε A such that f(x) = y.

Therefore, f is onto.

Hence, the given function is one-one onto.

These examples of bijective function help you to solve the following practice problems.

My forthcoming post is on icse board question papers and Nonlinear Partial Differential Equations will give you more understanding about Algebra.

Practice problems of bijective function:

Following examples of bijective function is given for your practice which helps you to learn more about bijective function.

1) Show that the function f : R → R : f(x) = x3  is one-one and onto.

2) Let R0 be the set of all non zero real numbers. Show that f : R0 → R0 : f(x) = 1/x is a one-one onto function.

No comments:

Post a Comment