Example: stock market

RELATIONS AND FUNCTIONS

OverviewThis chapter deals with linking pair of elements from two sets and then introducerelations between the two elements in the pair. Practically in every day of our lives, wepair the members of two sets of numbers. For example, each hour of the day is pairedwith the local temperature reading by Station's weatherman, a teacher often pairseach set of score with the number of students receiving that score to see more clearlyhow well the class has understood the lesson. Finally, we shall learn about specialrelations called Cartesian products of setsDefinition : Given two non-empty sets A and B, the set of all ordered pairs (x, y),where x A and y B is called Cartesian product of A and B; symbolically, we writeA B = {(x, y) | x A and y B}IfA = {1, 2, 3} and B = {4, 5}, thenA B = {(1, 4), (2, 4), (3, 4), (1, 5), (2, 5), (3, 5)}andB A = {(4, 1), (4, 2), (4, 3), (5, 1), (5, 2), (5)}

2.1 Overview This chapter deals with linking pair of elements from two sets and then introduce relations between the two elements in the pair . Practically in every day of our lives, we

Tags:

  Functions, Relations, Sets, Relations and functions

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Advertisement

Transcription of RELATIONS AND FUNCTIONS

1 OverviewThis chapter deals with linking pair of elements from two sets and then introducerelations between the two elements in the pair. Practically in every day of our lives, wepair the members of two sets of numbers. For example, each hour of the day is pairedwith the local temperature reading by Station's weatherman, a teacher often pairseach set of score with the number of students receiving that score to see more clearlyhow well the class has understood the lesson. Finally, we shall learn about specialrelations called Cartesian products of setsDefinition : Given two non-empty sets A and B, the set of all ordered pairs (x, y),where x A and y B is called Cartesian product of A and B; symbolically, we writeA B = {(x, y) | x A and y B}IfA = {1, 2, 3} and B = {4, 5}, thenA B = {(1, 4), (2, 4), (3, 4), (1, 5), (2, 5), (3, 5)}andB A = {(4, 1), (4, 2), (4, 3), (5, 1), (5, 2), (5, 3)}(i)Two ordered pairs are equal, if and only if the corresponding first elements areequal and the second elements are also equal, (x, y) = (u, v) if and only if x =u, y = v.

2 (ii)If n(A) = p and n (B) = q, then n (A B) = p q.(iii)A A A = {(a, b, c) : a, b, c A}. Here (a, b, c) is called an ordered RELATIONS A Relation R from a non-empty set A to a non empty set B is asubset of the Cartesian product set A B. The subset is derived by describing arelationship between the first element and the second element of the ordered pairs inA set of all first elements in a relation R, is called the domain of the relation R,and the set of all second elements called images, is called the range of example, the set R = {(1, 2), ( 2, 3), (12, 3)} is a relation; the domain ofR = {1, 2, 12} and the range of R = {2, 3}.

3 Chapter2 RELATIONS AND FUNCTIONS18/04/1820 EXEMPLAR PROBLEMS MATHEMATICS(i)A relation may be represented either by the Roster form or by the set builderform, or by an arrow diagram which is a visual representation of a relation.(ii)If n (A) = p, n (B) = q; then the n (A B) = pq and the total number of possiblerelations from the set A to set B = FUNCTIONS A relation f from a set A to a set B is said to be function if everyelement of set A has one and only one image in set other words, a function f is a relation such that no two pairs in the relationhas the same first notation f : X Y means that f is a function from X to Y.

4 X is called the domainof f and Y is called the co-domain of f. Given an element x X, there is a unique elementy in Y that is related to x. The unique element y to which f relates x is denoted by f (x) andis called f of x, or the value of f at x, or the image of x under set of all values of f(x) taken together is called the range of f or image of Xunder f. of f = { y Y | y = f (x), for some x in X}Definition : A function which has either R or one of its subsets as its range, is calleda real valued function. Further, if its domain is also either R or a subset of R, it is calleda real Some specific types of FUNCTIONS (i)Identity function:The function f : R R defined by y = f (x) = x for each x R is called theidentity of f = RRange of f = R(ii)Constant function: The function f : R R defined by y = f (x) = C, x R,where C is a constant R, is a constant of f = RRange of f = {C}(iii)Polynomial function: A real valued function f : R R defined by y = f (x) = a0+ a1x +.

5 + anxn, where n N, and a0, a1, R, for each x R, is calledPolynomial FUNCTIONS .(iv)Rational function: These are the real FUNCTIONS of the type ( )( )f xg x, wheref (x) and g (x) are polynomial FUNCTIONS of x defined in a domain, where g(x) 0. For18/04/18 RELATIONS AND FUNCTIONS 21example f : R { 2} R defined by f (x) = 12xx++, x R { 2 }is arational function.(v)The Modulus function: The real function f : R R defined by f (x) = x=,0,0x xx x < x R is called the modulus of f = RRange of f = R+ {0}(vi)Signum function: The real functionf : R R defined by1,if0| |,0( )0,if00,01, if0xxxf xxxxx> === = < is called the signum function.

6 Domain of f = R, Range of f = {1, 0, 1}(vii)Greatest integer function: The real function f : R R defined byf (x) = [x], x R assumes the value of the greatest integer less than or equal to x, iscalled the greatest integer (x) =[x] = 1 for 1 x < 0f (x) =[x] = 0 for 0 x < 1[x] = 1 for 1 x < 2[x] = 2 for 2 x < 3 and so Algebra of real FUNCTIONS (i)Addition of two real functionsLet f : X R and g : X R be any two real FUNCTIONS , where X we define ( f + g) : X R by ( f + g) (x) = f (x) + g (x), for all x X.(ii)Subtraction of a real function from anotherLet f : X R and g : X R be any two real FUNCTIONS , where X , we define (f g) : X R by (f g) (x) = f (x) g (x), for all x X.

7 (iii)Multiplication by a ScalarLet f : X R be a real function and be any scalar belonging to R. Then theproduct f is function from X to R defined by ( f ) (x) = f (x), x EXEMPLAR PROBLEMS MATHEMATICS(iv)Multiplication of two real functionsLet f : X R and g : x R be any two real FUNCTIONS , where X R. Thenproduct of these two FUNCTIONS f g : X R is defined by( f g ) (x) = f (x) g (x) x X.(v)Quotient of two real functionLet f and g be two real FUNCTIONS defined from X R. The quotient of f by gdenoted by fg is a function defined from X R as( )( )( )ff xxgg x = , provided g (x) 0, x Domain of sum function f + g, difference function f g and productfunction {x : x D f Dg}whereDf =Domain of function fDg =Domain of function gDomain of quotient function fg={x : x D f Dg and g (x) 0} Solved ExamplesShort Answer T ypeExample 1 Let A = {1, 2, 3, 4} and B = {5, 7, 9}.

8 Determine(i)A B(ii)B A(iii)Is A B = B A ?(iv)Is n (A B) = n (B A) ?Solution Since A = {1, 2, 3, 4} and B = {5, 7, 9}. Therefore,(i)A B = {(1, 5), (1, 7), (1, 9), (2, 5), (2, 7),(2, 9), (3, 5), (3, 7), (3, 9), (4, 5), (4, 7), (4, 9)}(ii)B A = {(5, 1), (5, 2), (5, 3), (5, 4), (7, 1), (7, 2),(7, 3), (7, 4), (9, 1), (9, 2), (9, 3), (9, 4)}(iii)No, A B B A. Since A B and B A do not have exactly the sameordered pairs.(iv)n (A B) = n (A) n (B) = 4 3 = 1218/04/18 RELATIONS AND FUNCTIONS 23n (B A) = n (B) n (A) = 4 3 = 12 Hencen (A B) = n (B A)Example 2 Find x and y if.

9 (i)(4x + 3, y) = (3x + 5, 2)(ii)(x y, x + y) = (6, 10)Solution(i)Since (4x + 3, y) = (3x + 5, 2), so4x + 3 = 3x + 5orx =2andy = 2(ii)x y = 6x + y = 10 2x = 16orx =88 y =6 y = 2 Example 3 If A = {2, 4, 6, 9} and B = {4, 6, 18, 27, 54}, a A, b B, find the set ofordered pairs such that 'a' is factor of 'b' and a < SinceA = {2, 4, 6, 9}B = {4, 6, 18, 27, 54},we have to find a set of ordered pairs (a, b) such that a is factor of b and a < 2 is a factor of 4 and 2 < (2, 4) is one such ordered , (2, 6), (2, 18), (2, 54) are other such ordered pairs. Thus the required setof ordered pairs is{(2, 4), (2, 6), (2, 18), (2, 54), (6, 18), (6, 54,), (9, 18), (9, 27), (9, 54)}.

10 Example 4 Find the domain and range of the relation R given byR = {(x, y) : y = 6xx+; where x, y N and x < 6}.Solution When x = 1, y = 7 N, so (1, 7) R. Again for,x = 2 . y = 622+ = 2 + 3 = 5 N, so (2, 5) R. Again for18/04/1824 EXEMPLAR PROBLEMS MATHEMATICSx = 3, y = 3 + 63 = 3 + 2 = 5 N, (3, 5) R. Similarly for x = 4y = 4 + 64 N and for x = 5 , y = 5 + 65 NThus R = {(1, 7), (2, 5), (3, 5)}, where Domain of R = {1, 2, 3}Range of R = {7, 5}Example 5 Is the following relation a function? Justify your answer(i)R1 = {(2, 3), (12, 0), (2, 7), ( 4, 6)}(ii)R2 = {(x, |x|) | x is a real number}SolutionSince (2, 3) and (2, 7) R1 R1 (2) = 3 and R1 (2) = 7So R1 (2) does not have a unique image.


Related search queries