Self Studies

Functions Test 1

Result Self Studies

Functions Test 1
  • Score

    -

    out of -
  • Rank

    -

    out of -
TIME Taken - -
Self Studies

SHARING IS CARING

If our Website helped you a little, then kindly spread our voice using Social Networks. Spread our word to your readers, friends, teachers, students & all those close ones who deserve to know what you know now.

Self Studies Self Studies
Weekly Quiz Competition
  • Question 1
    1 / -0
    Let $$N$$ be the set of natural numbers and two functions $$f$$ and $$g$$ be defined as $$f,g : N\to N$$ such that :
    $$f (n)= \begin{cases}\dfrac{n+1}{2}& \text{if n is odd}\\ \dfrac{n}{2} & \text{in n is even} \end{cases}$$
    and $$g(n) = n - (-1)^n$$. The fog is:
    Solution
    $$fx = \begin{cases} \dfrac{n+1}{2}& \text{n is odd} \\\dfrac{n}{2}& \text{n is even}\end{cases}$$

    $$g(x) = n -(-1)^n \begin{cases}n+1; \text{n is odd}  \\n-1; \text{n is even}  \end{cases}$$
    $$f(g(n)) = \begin{cases}\dfrac{n}{2}; & \text{n is even}\\ \dfrac{n+1}{2}; &\text{n is odd} \end{cases}$$
    $$\therefore$$ onto but not one-one

  • Question 2
    1 / -0
    If $$g(x)=x^2+x-1$$ and 
    $$(gof)(x)=4x^2-10x+5$$, then
    $$f\left(\dfrac{5}{4}\right)$$ is equal to:
    Solution
    $$g(x)=x^2+x-1$$

    $$g\left(f\left(\dfrac{5}{4}\right)\right)=4\left(\dfrac{5}{4}\right)^2-10\dfrac{5}{4}+5=-\dfrac{5}{4}$$

    $$g\left(f\left(\dfrac{5}{4}\right)\right)=f^2\left(\dfrac{5}{4}\right)+f\left(\dfrac{5}{4}\right)-1$$

    $$-\dfrac{5}{4}=f^2\left(\dfrac{5}{4}\right)+f\left(\dfrac{5}{4}\right)-1$$

    $$f^2\left(\dfrac{5}{4}\right)+f\left(\dfrac{5}{4}\right)+\dfrac{1}{4}=0$$

    $$\left(f\left(\dfrac{5}{4}\right)+\dfrac{1}{2}\right)^2=0$$

    $$\boxed{f\left(\dfrac{5}{4}\right)=\dfrac{-1}{2}}$$
  • Question 3
    1 / -0
     Domain of definition of the function $$\displaystyle{ f }({ x })=\sqrt { \sin ^{ -1 } (2{ x })+\frac { \pi  }{ 6 }  } $$ for real valued $$x$$, is
    Solution
    Here $$\displaystyle f\left( x \right) =\sqrt { \sin ^{ -1 }{ \left( 2x \right)  } +\frac { \pi  }{ 6 }  } $$ to find domain we must have

    $$\displaystyle \sin ^{ -1 }{ \left( 2x \right)  } +\frac { \pi  }{ 6 } \ge 0$$   ( but $$\displaystyle -\frac { \pi  }{ 2 } \le \sin ^{ -1 }{ \theta  } \le \frac { \pi  }{ 2 } $$)
    As $$\displaystyle -\frac { \pi  }{ 6 } \le \sin ^{ -1 }{ \left( 2x \right)  } \le \frac { \pi  }{ 2 } \\\Rightarrow \sin { \left( -\cfrac { \pi  }{ 6 }  \right)  } \le 2x\le \sin { \left( \cfrac { \pi  }{ 2 }  \right)  } $$
    $$\displaystyle \Rightarrow -\cfrac { 1 }{ 2 } \le 2x\le 1\\\Rightarrow -\cfrac { 1 }{ 4 } \le x\le \cfrac { 1 }{ 2 } \\\Rightarrow x\in \left[ -\cfrac { 1 }{ 4 } ,\cfrac { 1 }{ 2 }  \right] $$
  • Question 4
    1 / -0
    A constant function $$f:A\rightarrow B$$ will be one-one if
    Solution
    Given f is a constant functions.
    $$\Rightarrow$$ range of f is $$\left \{ c \right \}(say)$$
    Since f is one-one $$\Rightarrow$$ domain of A should also contain
    one element.
    $$\therefore n(A)=1.$$

  • Question 5
    1 / -0
    A constant function $$f:A\rightarrow B $$ will be onto if
    Solution
    Given the $$f:A\rightarrow$$ B is onto & is constant.
    Co domain=Range and so it should contain only one element.
    $$\therefore n(B)=1$$

  • Question 6
    1 / -0
    If $$f:\mathbb{N} \rightarrow \mathbb{N}$$ and $$f(x) = x^{2}$$ then the function is
    Solution
    Given : $$f(x)=x^2$$
    $$\because x^2>0 \implies f(x)>0$$ for every $$x\in \mathbb{N}$$ 
    Let' find domain and range of $$f(x)$$
    $$ x =1\longrightarrow f(x)=1$$
    $$x =2\longrightarrow f(x)=4$$ 
    $$x =3\longrightarrow f(x)=9$$
    $$ x=4\longrightarrow f(x)=16$$
    $$x =5\longrightarrow f(x)=25$$
    Here we get that, no two elements of the domain has the same image and no element of co-domain is the image of more than one element in the domain.
    $$\therefore$$ $$f$$ is one-one.
    Function $$f:X\rightarrow Y$$ is onto if, for any $$y\in {Y}$$ there exist $$x\in {X}$$ such that $$f(x)=y$$
    Let's prove that $$f(x)=x^2$$ is not onto.
    Let's take an example $$y=3\in \mathbb{N}$$
    $$\implies f(x)=y$$ ............ by definition of onto function
    $$\implies x^2=3$$
    $$\implies x=\sqrt{3}\ or\ -\sqrt3$$ which does not belong to $$\mathbb{N}$$
    Hence, for $$y=3\in \mathbb{N}$$ there does not exist any $$x\in \mathbb{N}$$ such that $$f(x)=y$$.
    $$\therefore$$ $$f$$ is not onto.
    Hence, $$f$$ in only one-one.
  • Question 7
    1 / -0
    $$f(x)=1$$, if $$x$$ is rational and $$f(x)=0$$, if $$x$$ is irrational
    then  $$(fof)  (\sqrt{5})=$$
    Solution
    Given,
    $$f(x)=\begin{cases}1 & \text {; if x is rational} \\ 0 & \text{; if x is irrational}\end{cases}$$
    Consider $$x=\sqrt{5}$$,
    $$\text{(f o f)}(\sqrt{5})=f(f(\sqrt{5}))$$
    $$=f(0)$$  .......... $$[\because \sqrt{5}$$ is irrational$$]$$
    $$=1$$  .......... $$[\because 0$$ is rational$$]$$
    $$\therefore \text{(f o f)}(\sqrt{5})=1$$
    Hence, option B is correct.
  • Question 8
    1 / -0
    The domain of $$f(x) = x!$$  is
    Solution
    $$x!$$ is defined only for whole numbers.
    $$\therefore$$ domain   is   $$\left \{ 0,1,2,........ \right \}$$
  • Question 9
    1 / -0
    If $$f(x) = 3x + 2, g(x) = x^2 + 1$$, then the value of $$(fog) (x^2 +1)$$ is
    Solution
    We have $$f(x) = 3x + 2, g(x) = x^2 + 1$$
    $$fog(x) = f[g(x)] =3(x^2+1)+2= 3x^2 + 5$$
    so $$(fog) (x^2 +1) = 3(x^2 + 1)^2 + 5 =3(x^4+2x^2+1)+5= 3x^4+ 6x^2 + 8$$
  • Question 10
    1 / -0
    If $$f:A\rightarrow B $$ is surjective then
    Solution
    Surjective means onto function.
    co domain $$=$$ Range
    So every element of $$B$$ has at least one pre-image in $$A$$.
Self Studies
User
Question Analysis
  • Correct -

  • Wrong -

  • Skipped -

My Perfomance
  • Score

    -

    out of -
  • Rank

    -

    out of -
Re-Attempt Weekly Quiz Competition
Self Studies Get latest Exam Updates
& Study Material Alerts!
No, Thanks
Self Studies
Click on Allow to receive notifications
Allow Notification
Self Studies
Self Studies Self Studies
To enable notifications follow this 2 steps:
  • First Click on Secure Icon Self Studies
  • Second click on the toggle icon
Allow Notification
Get latest Exam Updates & FREE Study Material Alerts!
Self Studies ×
Open Now