Question:

If \( f(x) \) is defined as follows:

\[ f(x) = \begin{cases} \frac{x - \lfloor x \rfloor}{x - 2} & \text{if } x = 2 \\ \frac{|x - \lfloor x \rfloor|}{a^2 + (x - \lfloor x \rfloor)^2} & \text{if } 1 < x < 2 \\ 2a - b & \text{if } x = 1 \end{cases} \]

Then the limit \( \displaystyle \lim_{x \to 0} \frac{\sin(ax) + x \tan(bx)}{x^2} \) is:

Show Hint

When dealing with limits of trigonometric functions, use standard trigonometric limits like \( \lim_{x \to 0} \frac{\sin(kx)}{x} = k \).
Updated On: May 23, 2025
  • 0
  • 1
  • 2
  • 3
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Approach Solution - 1

We are given the function \( f(x) \) defined piecewise. We need to find the value of the limit: \[ \lim_{x \to 0} \frac{\sin(ax) + x \tan(bx)}{x^2} \] Step 1: Apply standard limits for trigonometric functions Using the standard limits: \[ \lim_{x \to 0} \frac{\sin(kx)}{x} = k \quad \text{and} \quad \lim_{x \to 0} \frac{\tan(kx)}{x} = k \] we can rewrite the expression for small \( x \) as: \[ \frac{\sin(ax)}{x} + \frac{x \tan(bx)}{x^2} \] Step 2: Simplify the limit Now, we simplify each term: \[ \frac{\sin(ax)}{x} = a \quad \text{and} \quad \frac{x \tan(bx)}{x^2} = b \] Thus, the limit becomes: \[ a + b \] Given that \( a = 2 \) and \( b = 0 \), the value of the limit is: \[ 2 + 0 = 2 \] Thus, the correct answer is option (3), \( 2 \).
Was this answer helpful?
0
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

Step 1: Interpret the given limit expression
We are given:
lim(x → 0) [sin(ax) + x·tan(bx)] / x²

Step 2: Expand the functions using Taylor series approximations around x = 0
Using small-angle approximations:
sin(ax) ≈ ax − (a³x³)/6 (but for x → 0, we only need the linear term)
tan(bx) ≈ bx + (b³x³)/3 (again, linear term is sufficient for leading-order behavior)

Therefore:
sin(ax) ≈ ax
tan(bx) ≈ bx

Now plug into the expression:
Numerator ≈ ax + x·bx = ax + bx²
⇒ ax + bx²

Now divide by x²:
(ax + bx²) / x² = a/x + b

Step 3: Take the limit
As x → 0:
a/x → ∞ (if a ≠ 0), which implies the limit does not exist unless a = 0

But since the limit is given to be finite and equals 2, we conclude:
For the limit to exist finitely, the coefficient of the 1/x term must be zero ⇒ a = 0

Then the numerator becomes:
sin(0) + x·tan(bx) ≈ 0 + x·bx = bx²
So the expression becomes:
bx² / x² = b

Now we evaluate the limit:
lim(x → 0) [sin(0) + x·tan(bx)] / x² = b
But we are told the final answer is 2
So b = 2

Final Answer:
a = 0 and b = 2 ⇒ limit = b = 2
Was this answer helpful?
0
0