Question:medium

If \[ f(x) = \begin{cases} \frac{\log(1 + ax) + \log(1 - bx)}{x}, & \text{for } x \neq 0 \\ k, & \text{for } x = 0 \end{cases} \] is continuous at $x = 0$, then the value of $k$ is:

Show Hint

For continuity at $x = 0$, ensure the limit of the function as $x$ approaches 0 equals the function's value at $x = 0$.
Updated On: Feb 25, 2026
  • $a$
  • $a + b$
  • $a - b$
  • $b$
Show Solution

The Correct Option is B

Solution and Explanation

For $f(x)$ to be continuous at $x = 0$, the limit of $f(x)$ as $x$ approaches 0 must equal $f(0)$, which is $k$. For $x eq 0$, we simplify the expression: \[ \lim_{x \to 0} \frac{\log(1 + ax) + \log(1 - bx)}{x}. \] Applying the logarithm property $\log A + \log B = \log(AB)$: \[ \lim_{x \to 0} \frac{\log\left((1 + ax)(1 - bx)\right)}{x}. \] Expanding the product inside the logarithm: \[ (1 + ax)(1 - bx) = 1 + ax - bx - abx^2. \] For small $x$, the $x^2$ term is negligible. Thus, we have: \[ \lim_{x \to 0} \frac{\log(1 + (a - b)x)}{x}. \] Using the approximation $\log(1 + u) \approx u$ for small $u$: \[ \lim_{x \to 0} \frac{(a - b)x}{x} = a - b. \] Consequently, for continuity, $k = a - b$.
Was this answer helpful?
1