How do we find $x$ for this equation? $$\tan(x+1)-\tan(x)=0$$
I tried Newton's method, but I think my initial guess is not appropriate. I started with $x=1/2$, but I failed to end up with the approximated solution. What would the best initial guess be for this problem? Thanks!

$$\tan(x+1)-\tan{x}=\frac{\sin1}{\cos{(x+1)}\cos{x}}$$ and since $\sin1\neq0$, we see that our equation has no solutions.