All Exams Test series for 1 year @ ₹349 only
Question

Consider the following for the next items that follow:

Let f(x) = |x| and g(x) = [x] - 1, where [.] is the greatest integer function.

Let \( h(x)=\frac{f(g(x))}{g(f(x))}\).

What is \(\displaystyle \lim _{x \rightarrow 0+}\) h(x) equal to ?

This question was previously asked in
NDA I 2023 GAT Previous Year Paper (16-Apr-2023)
The correct answer is

-1

Understanding the Functions

The question provides definitions for three functions: \(f(x)\), \(g(x)\), and \(h(x)\). Let's break them down:

  • Absolute Value Function: \(f(x) = |x|\)
  • Greatest Integer Function: \(g(x) = [x] - 1\). The notation \([x]\) represents the greatest integer less than or equal to \(x\).
  • Composite Function: \(h(x) = \frac{f(g(x))}{g(f(x))}\)

Our goal is to evaluate the right-hand limit of \(h(x)\) as \(x\) approaches 0, denoted as \(\displaystyle \lim _{x \rightarrow 0+}\) \(h(x)\).

Formulating the Function \(h(x)\)

First, let's substitute the definitions of \(f(x)\) and \(g(x)\) into the expression for \(h(x)\):

The numerator is \(f(g(x))\). Since \(f(x) = |x|\), \(f(g(x)) = |g(x)|\). Substituting \(g(x) = [x] - 1\), we get:

\(f(g(x)) = |[x] - 1|\)

The denominator is \(g(f(x))\). Since \(g(x) = [x] - 1\), \(g(f(x)) = [f(x)] - 1\). Substituting \(f(x) = |x|\), we get:

\(g(f(x)) = [|x|] - 1\)

So, the function \(h(x)\) is given by:

\[ h(x) = \frac{|[x] - 1|}{[|x|] - 1} \]

Evaluating the Right-Hand Limit as \(x \rightarrow 0+\)

We need to find \(\displaystyle \lim _{x \rightarrow 0+} h(x)\). This means we consider values of \(x\) that are very close to 0 but are slightly greater than 0. For instance, \(x\) could be 0.1, 0.01, 0.001, and so on.

Let's analyze the numerator and denominator separately as \(x \rightarrow 0^+\).

Numerator Analysis: \( |[x] - 1| \) as \(x \rightarrow 0^+\)

As \(x \rightarrow 0^+\), \(x\) is a small positive number. For any \(x\) such that \(0 < x < 1\), the greatest integer less than or equal to \(x\), \([x]\), is 0.

So, for \(x\) close to 0 on the right side, \([x] = 0\).

Therefore, \(|[x] - 1| = |0 - 1| = |-1| = 1\).

Denominator Analysis: \( [|x|] - 1 \) as \(x \rightarrow 0^+\)

As \(x \rightarrow 0^+\), \(x\) is a small positive number. The absolute value of a positive number is the number itself, so \(|x| = x\).

Thus, the denominator becomes \([x] - 1\) for \(x > 0\).

Again, for \(x\) close to 0 on the right side (\(0 < x < 1\)), \([x] = 0\).

Therefore, \( [|x|] - 1 = [x] - 1 = 0 - 1 = -1 \).

Putting it Together for the Limit

As \(x \rightarrow 0^+\), we found that:

  • The numerator \(|[x] - 1|\) approaches 1.
  • The denominator \( [|x|] - 1 \) approaches -1.

So, the limit of \(h(x)\) as \(x \rightarrow 0^+\) is the limit of the ratio of these values:

\[ \lim _{x \rightarrow 0^+} h(x) = \lim _{x \rightarrow 0^+} \frac{|[x] - 1|}{[|x|] - 1} = \frac{\lim _{x \rightarrow 0^+} |[x] - 1|}{\lim _{x \rightarrow 0^+} [|x|] - 1} \] \[ \lim _{x \rightarrow 0^+} h(x) = \frac{1}{-1} = -1 \]

Thus, the right-hand limit of \(h(x)\) as \(x \rightarrow 0^+\) is -1.

Component Value as \(x \rightarrow 0^+\) Explanation
\(|x|\) \(x\) For \(x > 0\), \(|x| = x\).
\([x]\) 0 For \(0 < x < 1\), \([x] = 0\).
\(g(x) = [x] - 1\) \(0 - 1 = -1\) Substitute \([x] = 0\).
\(f(g(x)) = |g(x)| = |[x] - 1|\) \(|-1| = 1\) Substitute \(g(x) = -1\).
\(f(x) = |x|\) \(x\) For \(x > 0\), \(|x| = x\).
\(g(f(x)) = [f(x)] - 1 = [|x|] - 1\) \([x] - 1 = 0 - 1 = -1\) Substitute \(|x| = x\) and \([x] = 0\).
\(h(x) = \frac{f(g(x))}{g(f(x))}\) \(\frac{1}{-1} = -1\) Ratio of numerator and denominator limits.

Conclusion on the Limit

Based on the analysis of the numerator and the denominator of \(h(x)\) as \(x\) approaches 0 from the right side, the limit of \(h(x)\) is -1.

Revision Table - Functions and Limits

Concept Definition/Property Relevance to Question
Absolute Value, \(|x|\) \(|x| = x\) if \(x \ge 0\); \(|x| = -x\) if \(x < 0\). Used in defining \(f(x)\) and within \(h(x)\). Important for \(x \rightarrow 0+\).
Greatest Integer Function, \([x]\) Greatest integer \(\le x\). Constant within intervals \([n, n+1)\). Used in defining \(g(x)\) and within \(h(x)\). Key to evaluating \([x]\) and \([|x|]\) as \(x \rightarrow 0+\).
Right-Hand Limit, \(\lim_{x \rightarrow a^+}\) The limit as \(x\) approaches \(a\) from values greater than \(a\). The specific type of limit required by the question (\(a=0\)).
Function Composition Applying one function to the result of another, e.g., \(f(g(x))\). How \(h(x)\) is formed from \(f(x)\) and \(g(x)\). Requires evaluating inner functions first.

Additional Information - Related Concepts

Understanding the behavior of absolute value and greatest integer functions near points where their definition changes (like 0 for |x| and integers for [x]) is crucial for evaluating limits.

  • Absolute Value near 0: For small positive \(x\), \(|x|=x\). For small negative \(x\), \(|x|=-x\). This difference is why left-hand and right-hand limits for functions involving \(|x|\) might differ at 0.
  • Greatest Integer Function near an Integer: The greatest integer function \([x]\) is discontinuous at every integer.
    • As \(x \rightarrow n^+\) (approaching an integer \(n\) from the right), \([x] = n\) for \(x\) slightly greater than \(n\).
    • As \(x \rightarrow n^-\) (approaching an integer \(n\) from the left), \([x] = n-1\) for \(x\) slightly less than \(n\).
    In this problem, we approached 0 from the right, so \([x] \rightarrow 0\) and \([|x|] \rightarrow 0\) (since \(|x|=x\) for \(x>0\)). If we were evaluating the left-hand limit as \(x \rightarrow 0^-\), \([x]\) would approach -1, and \(|x|\) would be \(-x\) (a small positive number), so \([|x|] = [-x]\) would approach 0. This highlights the importance of the direction of the limit.

Composite functions require evaluating the inner function's behavior first, then the outer function's behavior on that result, especially when dealing with limits near points of discontinuity or points where function definitions change.

Was this answer helpful?

Similar Questions

  1. What is \(\rm \displaystyle\lim_{x\rightarrow 0} \dfrac{\sin x \log (1-x)}{x^2}\)  equal to?

  2. What is \(\displaystyle\lim_{h \rightarrow 0} \frac{\sin^2(x+h)−\sin^2x}{h}\)  equal to ?
  3. If a differentiable function f(x) satisfies \(\mathop {\lim }\limits_{x \to - 1} \dfrac{f(x)+1}{x^2-1}=-\dfrac{3}{2}\)  then what is  \(\mathop {\lim }\limits_{x \to - 1} f(x)\)  equal to?

  4. What is the value of \(\underset{x\to 0}{\mathop{\lim }}\,\frac{\sin x{}^\circ }{\tan 3x{}^\circ }\) ?

  5. What is \(\mathop {\lim }\limits_{x \to \frac{\pi }{6}} \;\frac{{2{{\sin }^2}x\; + {\rm{\;}}\sin x\; - {\rm{\;}}1}}{{2{{\sin }^2}x\; - {\rm{\;}}3\sin x\; + {\rm{\;}}1}}\) equal to?

  6. What is \(\mathop {\lim }\limits_{x \to 0} \frac{{{e^x} - \;\left( {1 + x} \right)}}{{{x^2}}}\) equal to

  7. What is \(\displaystyle\lim_{x\rightarrow \frac{\pi}{2}} \frac{4x−2\pi}{\cos x}\)  equal to ?
  8. If \({\rm{F}}\left( {\rm{x}} \right) = \sqrt {9 - {{\rm{x}}^2}} \) , then what is \(\mathop {\lim }\limits_{{\rm{x}} \to 1} \frac{{{\rm{F}}\left( {\rm{x}} \right) - {\rm{F}}\left( 1 \right)}}{{{\rm{x}} - 1}}\) equal to?

  9. What is \(\mathop {\lim }\limits_{{\rm{x}} \to {0^ + }} {\rm{f}}\left( {\rm{x}} \right)\) equal to?

  10. What is \(\mathop {\lim }\limits_{{\rm{x}} \to {0^ - }} {\rm{f}}\left( {\rm{x}} \right)\) equal to?


Important Questions from Evaluation of Limits

  1. If $log 2 = 0.3010$ and $log 3 = 0.4771$, then the value of $log 36$ is

  2. The L. C. M. of x2 - y2, x3 - y3 and x3 - x2y - xy2 + y3 is:

  3. The series \(1 + \frac{2}{3} + {\left( {\frac{2}{3}} \right)^2} + ... + {\left( {\frac{2}{3}} \right)^{n - 1}}\) is:

  4. The series \(\sum {\left( {\frac{1}{{np}}} \right)} \) is divergent if

  5. If \(x + \frac{1}{x} = \sqrt{3}\), then the value of x18 + x12 + x6 + 1 is

Need Expert Advice?
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
503 Tests 1 Tests Free
1066 Attempts
4.6(137)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App