Question:medium

If $f(x) = \log(1 + x) - \frac{2x}{2 + x}$, then $f(x)$ is increasing in ______.

Show Hint

Always establish the natural domain of the function before analyzing intervals of increase/decrease. Even if a derivative test suggests a larger interval, the function cannot increase where it does not mathematically exist!
Updated On: Jun 19, 2026
  • $(-1, \infty)$
  • $(-\infty, \infty)$
  • $(0, \infty)$
  • $(1, \infty)$
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Understanding the Concept:
A function is increasing where its derivative $f'(x) > 0$. First, note the domain of $\log(1+x)$ is $x > -1$.

Step 2: Formula Application:

$f'(x) = \frac{1}{1+x} - \left[ \frac{(2+x)(2) - 2x(1)}{(2+x)^2} \right]$.

Step 3: Explanation:

$f'(x) = \frac{1}{1+x} - \frac{4+2x-2x}{(2+x)^2} = \frac{1}{1+x} - \frac{4}{(2+x)^2}$. $f'(x) = \frac{(2+x)^2 - 4(1+x)}{(1+x)(2+x)^2} = \frac{4+x^2+4x-4-4x}{(1+x)(2+x)^2} = \frac{x^2}{(1+x)(2+x)^2}$. For $f'(x) > 0$, since $x^2$ and $(2+x)^2$ are always positive, we only need $1+x > 0$, which means $x > -1$.

Step 4: Final Answer:

The function is increasing in $(-1, \infty)$.
Was this answer helpful?
0