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

-2

Understanding the Problem: Limit of a Composite Function Ratio

The problem asks us to find the left-hand limit of a function \(h(x)\) as \(x\) approaches 0. The function \(h(x)\) is defined as the ratio of two composite functions: \(f(g(x))\) and \(g(f(x))\). We are given the definitions of \(f(x)\) and \(g(x)\):

  • \(f(x) = |x|\) (absolute value function)
  • \(g(x) = [x] - 1\) (greatest integer function minus 1)

We need to evaluate \(\displaystyle \lim _{x \rightarrow 0-} h(x) = \lim _{x \rightarrow 0-} \frac{f(g(x))}{g(f(x))}\).

Step-by-Step Calculation of the Left-Hand Limit

To find the limit of \(h(x)\) as \(x \rightarrow 0-\), we need to evaluate the limits of the numerator \(f(g(x))\) and the denominator \(g(f(x))\) separately as \(x\) approaches 0 from the left side.

1. Evaluate the Denominator: Finding \( \lim_{x \rightarrow 0-} g(f(x)) \)

First, let's analyze the inner function \(f(x)\) as \(x \rightarrow 0-\).

  • As \(x \rightarrow 0-\), \(x\) takes values slightly less than 0 (e.g., -0.1, -0.01, -0.001, ...).
  • \(f(x) = |x|\). For these negative values of \(x\), \(|x| = -x\).
  • As \(x \rightarrow 0-\), \(-x\) approaches 0 from the positive side (e.g., -(-0.1) = 0.1, -(-0.01) = 0.01, ...). So, \(f(x) \rightarrow 0+\).

Now, let's evaluate the outer function \(g(y) = [y] - 1\) as its input \(y = f(x)\) approaches 0 from the positive side (\(y \rightarrow 0+\)).

  • As \(y \rightarrow 0+\), \(y\) takes values slightly greater than 0 (e.g., 0.1, 0.01, 0.001, ...).
  • The greatest integer less than or equal to \(y\), \([y]\), for these values is 0.
  • Therefore, as \(y \rightarrow 0+\), \(g(y) = [y] - 1\) approaches \(0 - 1 = -1\).

So, we have \(\displaystyle \lim_{x \rightarrow 0-} g(f(x)) = -1\).

2. Evaluate the Numerator: Finding \( \lim_{x \rightarrow 0-} f(g(x)) \)

Next, let's analyze the inner function \(g(x)\) as \(x \rightarrow 0-\).

  • As \(x \rightarrow 0-\), \(x\) takes values slightly less than 0.
  • \(g(x) = [x] - 1\). For values of \(x\) in the interval \([-1, 0)\), the greatest integer \([x]\) is -1.
  • Therefore, as \(x \rightarrow 0-\), \(g(x)\) takes the value \(-1 - 1 = -2\). Note that \(g(x)\) is constant and equal to -2 as \(x\) approaches 0 from the left (for \(x \in [-1, 0)\)).

Now, let's evaluate the outer function \(f(y) = |y|\) as its input \(y = g(x)\) approaches -2.

  • As \(x \rightarrow 0-\), \(g(x)\) is equal to -2.
  • Therefore, \(f(g(x))\) is equal to \(f(-2) = |-2|\).
  • The absolute value of -2 is 2.

So, we have \(\displaystyle \lim_{x \rightarrow 0-} f(g(x)) = 2\).

3. Calculate the Limit of h(x)

Now we can find the limit of \(h(x)\) using the limits of the numerator and the denominator:

\[ \lim _{x \rightarrow 0-} h(x) = \lim _{x \rightarrow 0-} \frac{f(g(x))}{g(f(x))} = \frac{\lim _{x \rightarrow 0-} f(g(x))}{\lim _{x \rightarrow 0-} g(f(x))} \] \[ \lim _{x \rightarrow 0-} h(x) = \frac{2}{-1} = -2 \]

The left-hand limit of \(h(x)\) as \(x\) approaches 0 is -2.

Final Answer Summary

Based on our analysis, as \(x \rightarrow 0-\), \(f(g(x))\) approaches 2 and \(g(f(x))\) approaches -1. Therefore, the limit of their ratio \(h(x)\) is 2 / (-1) = -2.

As \(x \rightarrow 0-\) Value/Behavior
\(f(x) = |x|\) \( \rightarrow 0+\)
\(g(x) = [x]-1\) \( = -2\)
\(g(f(x)) = [f(x)]-1\) As \(f(x) \rightarrow 0+\), \([f(x)] \rightarrow 0\), so \(g(f(x)) \rightarrow 0-1 = -1\)
\(f(g(x)) = |g(x)|\) As \(g(x) = -2\), \(f(g(x)) = |-2| = 2\)
\(h(x) = \frac{f(g(x))}{g(f(x))}\) \( \rightarrow \frac{2}{-1} = -2\)

Revision Table: Key Concepts in Limit Calculation

Concept Description Relevance to Problem
Left-Hand Limit (\(x \rightarrow a-\)) The limit of a function as \(x\) approaches a value \(a\) from values less than \(a\). We needed to find the limit as \(x \rightarrow 0-\).
Absolute Value Function (\(|x|\)) Defined as \(|x| = x\) if \(x \ge 0\) and \(|x| = -x\) if \(x < 0\). Continuous everywhere. Used in \(f(x) = |x|\). Its behavior near 0 depends on whether \(x\) is positive or negative. As \(x \rightarrow 0-\), \(|x| \rightarrow 0+\).
Greatest Integer Function (\([x]\)) Defined as the greatest integer less than or equal to \(x\). It has jump discontinuities at integer values. Used in \(g(x) = [x] - 1\). Its value changes based on the interval \(x\) falls into. For \(x \in [-1, 0)\), \([x] = -1\). For \(x \in [0, 1)\), \([x] = 0\).
Composite Functions A function formed by applying one function to the result of another (e.g., \(f(g(x))\)). Evaluating their limits involves considering the limit of the inner function first. \(h(x)\) is a ratio of composite functions, requiring careful evaluation of \(f(g(x))\) and \(g(f(x))\) near \(x=0\).

Additional Information: Behavior of Functions near Zero

Understanding how \(|x|\) and \([x]\) behave near critical points like 0 is crucial for evaluating limits involving these functions.

  • Absolute Value near 0:
    • As \(x \rightarrow 0+\), \(x > 0\), so \(|x| = x \rightarrow 0+\).
    • As \(x \rightarrow 0-\), \(x < 0\), so \(|x| = -x \rightarrow 0+\).
    • The limit as \(x \rightarrow 0\) is 0, and the function approaches 0 from the positive side regardless of whether \(x\) approaches from the left or right.
  • Greatest Integer Function near 0:
    • As \(x \rightarrow 0+\), \(0 < x < 1\), so \([x] = 0\). The limit is 0.
    • As \(x \rightarrow 0-\), \(-1 \le x < 0\), so \([x] = -1\). The limit is -1.
    • The function has a jump discontinuity at \(x=0\). The left-hand limit is -1, and the right-hand limit is 0.

In this specific problem, evaluating \(g(f(x))\) as \(x \rightarrow 0-\) means \(f(x) \rightarrow 0+\), so we look at the behavior of \(g\) as its input approaches 0 from the positive side, which gives \([0+] - 1 = 0 - 1 = -1\). Evaluating \(f(g(x))\) as \(x \rightarrow 0-\) means \(g(x)\) is exactly -2 (for \(x \in [-1, 0)\)), so we evaluate \(f\) at -2, which is \(|-2|=2\).

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