I am trying to solve the equation $$ \ln(x) - \ln(x+1) = 2. $$
Using laws of logarithms, the left-hand side can be rewritten as $$\ln\left( \frac{x}{x+1} \right) = 2.$$
Then, by definition of $\ln$:
$$\mathrm{e}^2 = \frac{x}{x+1}.$$
Solve for $x$ from there to get:
$$x = \frac{\mathrm{e}^2}{1 - \mathrm{e}^2}.$$
Which means $x$ is negative for $\ln (x)$ is undefined. Therefore, $\ln (x) - \ln (x+1) = 2$ has no solution.
I have confirmed this by plotting $\ln (x) - \ln (x+1)$, which makes it obvious. Yet I find websites that claim the above is a solution. Not sure I understand why.


Your equation is equivalent to $$\begin{cases} \ln(x)-\ln(x+1)=2\\ x>0 \end{cases}$$ which is also equivalent to $$\begin{cases} x=\dfrac{e^2}{1-e^2}\\ x>0 \end{cases}$$ which is not possible since the second condition is not fulfilled.
Edit: Here the equation is taken over real Numbers (as OP asked) in this case there is no solution. By the way it admit solution over complex numbers.