I need to develop $\mathrm{ln}(x)$ into series, where $x \geq 1$, and I don`t know how? In literature I only found series of $\mathrm{ln}(x)$, where:
$|x-1| \leq 1 \land x \neq 0$, $ \,\,\,\,\, \mathrm{ln}(x) = x - 1 - \dfrac{(x-1)^2}{2} + ...$
$|x| \leq 1 \land x \neq -1$, $ \,\,\,\,\, \mathrm{ln}(x+1) = x - \dfrac{x^2}{2}+ ...$
My problem is problem in area of fluid dynamics, and $x$ is non-dimensional coordinate and it signifies radial coordinate of annular tube (it starts in the center of the tube). At the wall of inner tube $x=1$, and at the wall of outer tube it only can be larger (and values are not limited), because of that I need to fulfill a condition $x \geq 1$, for developing $\mathrm{ln}(x)$ into series.
===================================================================
Additional explanation:
I am looking for series of $\mathrm{ln}(x)$, where $x \geq 1$, because I have two integrals that I can't solve. That is, I can solve it in Wolfram Mathematica (I don't know how to solve it analyticaly), but in obtained solution appear Gamma and ExpIntegralEi function. These functions are formulated over an imaginary number $z=x+iy$, and the solutions of my integrals represents the mass flow and the pressure field in the pipe. So, in my solution I got Gamma function, formulated over $z=x+iy$, on the other side I am sure that solution of mass flow does not contain any imaginary number. Maybe the right question is: what is the behavior of Gamma and ExpIntegralEi function? Could I look at these functions as black boxes? And if input is real number ($0i$) will the output be a real number?
Integrals:
$$\int \dfrac{ r^3 + r \mathrm{ln}r}{\mathrm{ln}r}\mathrm{d}r$$ $$\int \dfrac{r}{(\mathrm{ln}r)^{0.5} }\mathrm{d}r$$