Tuesday, 10 May 2011

When a function is onto.

First you have to know about the concept of function. Function:It is a rule or a machine from a set X to a set Y in which each element of set X maps into the unique element of set Y. Onto Function: Means a function in which every element of set Y is the image of at least one element in set X. Or there should be no element left in set Y which is the image of no element in set X. If such case does not exist then the function is not called onto. For example:Let we define a function f : R----R such that f(x)=x^2 (where ^ shows the symbol of power i.e. x raise to power 2). Clearly every element in the second set is the image of atleast one element in the first set. As for x=1 then f(x)=1^2=1 (1 is the image of 1 under the rule f) for x=2 then f(x)=2^2=4 (4 is the image of 2 under the rule f) for x=0 then f(x)=0^2=0 (0 is the image of 0 under the rule f) for x=-1 then f(x)=(-1)^2=1 (1 is the image of -1 under the rule f) So it is onto function.

No comments:

Post a Comment