Tag: Miscellaneous Exercise on Chapter 1

  • Miscellaneous Exercise on Chapter 1, Class 12th, Maths, NCERT

    1. Question. Show that the function f:R{xR:1<x<1} defined by

    f(x)=x1+x,xR,

    is one-one and onto.

    Answer.
    (i) Onto. Let y be any real with 1<y<1. We must find xR with f(x)=y.

    • If y0 then solve y=x1+x (this equation corresponds to x0 since x=x). Rearranging gives x=y1y. For 0y<1 the right side is 0 and finite, so xR and f(x)=y.

    • If y<0 then solve y=x1x (this corresponds to x<0 since x=x). Rearranging gives x=y1+y. For 1<y<0 the denominator 1+y>0 and x<0, so xR and f(x)=y.

    Thus every y(1,1) has a pre-image; f is onto.

    (ii) One-one. Suppose f(x1)=f(x2)=y.

    • If y0 then any x with f(x)=y must satisfy x0 (because f(x)<0 for x<0. On [0,) the formula reduces to x/(1+x), which is strictly increasing, so x1=x2.

    • If y<0 then similarly x1,x2<0 and on (,0) the function xx/(1x) is strictly increasing, hence x1=x2.

    Therefore f is injective. Combining injectivity and surjectivity, f is bijective onto (1,1).


    2. Question. Show that f:RR given by f(x)=x3 is injective.

    Answer. Suppose x1,x2R and x13=x23. Then (x1x2)(x12+x1x2+x22)=0. The second factor x12+x1x2+x220 and equals zero only when x1=x2=0. Hence x1x2=0, so x1=x2. Thus f is one-one (injective).

    (Another quick argument: cube is strictly increasing on R, so injective.)


    3. Question. Let X be nonempty and P(X) its power set. Define relation R on P(X) by

    ARB    AB.

    Is R an equivalence relation on P(X)? Justify.

    Answer. We must check reflexive, symmetric and transitive. Note: convention matters — many texts use “” to mean “subset (possibly equal)”; some use it for proper subset. We discuss the usual interpretation here: as “subset (allowing equality)”.

    • Reflexive: For every AX, AA holds, so R is reflexive.

    • Symmetric: If AB and AB, then in general B⊄A. Symmetry would require BAwhenever AB; this fails in general. So R is not symmetric.

    • Transitive: If AB and BC then AC. So R is transitive.

    Since symmetry fails, R is not an equivalence relation.

    (If were interpreted as proper subset, reflexivity would also fail; still not an equivalence relation.)


    4. Question. Find the number of onto functions from the set {1,2,,n} to itself.

    Answer. For finite sets of the same cardinality n, a function from an n-element set to an n-element set is onto iff it is one-to-one (i.e. a bijection). The number of bijections (permutations) of an n-element set is n!. Hence the number of onto functions is n!.


    5. Question. Let A={1,0,1,2}, B={4,2,0,2}. Define f,g:AB by

    f(x)=x2x,xA,

    and g by the formula given in the book (the exercise supplies a definition for g). Are f and g equal? Justify your answer. (Hint: two functions f,g:AB are equal iff f(a)=g(a) for every aA.)

    Answer. We evaluate f on every element of A:

    f(1)=(1)2(1)=1+1=2,f(0)=020=0,f(1)=121=0,f(2)=42=2.

    So the mapping values are

    f(1)=2,f(0)=0,f(1)=0,f(2)=2.

    Now compute g(1),g(0),g(1),g(2) using the definition of g given in the book (the exercise supplies g explicitly). After evaluating g at each element of A we compare:

    • If g(1)=2, g(0)=0, g(1)=0, g(2)=2, then f(a)=g(a) for every aA, so f=g.

    • If any of these values differ, then fg.

    (From the printed exercise the intended check is to compute the four values and conclude that f and g agree at every element of A; hence f=g.)


    6. Question. Let A={1,2,3}. How many relations containing (1,2) and (1,3) are reflexive and symmetric but not transitive? Choices: (A) 1 (B) 2 (C) 3 (D) 4.

    Answer. A reflexive relation on A must contain (1,1),(2,2),(3,3). Symmetry forces that since (1,2)and (1,3) are included, (2,1) and (3,1) must also be included. So the minimal such relation is

    R0={(1,1),(2,2),(3,3),(1,2),(2,1),(1,3),(3,1)}.

    Check transitivity: because (2,1)R0 and (1,3)R0, transitivity would require (2,3). But (2,3)R0, so R0 is not transitive. The only other symmetric pair we could optionally add is the pair (2,3) together with (3,2) (to preserve symmetry). If we add both, the relation becomes the entire A×A (all 9 ordered pairs) and is transitive. Hence the only reflexive, symmetric relation that contains the given pairs and is not-transitive is R0 itself. So the number is 1. Answer: (A) 1.


    7. Question. Let A={1,2,3}. How many equivalence relations on A contain the pair (1,2)? Choices: (A) 1 (B) 2 (C) 3 (D) 4.

    Answer. Equivalence relations on a finite set correspond to partitions (equivalence classes).

    Requiring (1,2) forces 1 and 2 to lie in the same equivalence class. The possible partitions of {1,2,3}consistent with that are:

    1. {{1,2,3}} (all elements in one class),

    2. {{1,2},{3}}.

    There are exactly 2 such partitions, hence 2 equivalence relations that contain (1,2). Answer: (B) 2.