I'm trying to get back to maths after quite a pause, and I've solved a question in a way that does not satisfy me. I'm pretty sure there is a nicer way to go and I'd like your opinion.
$\forall x \in \Bbb R_+\setminus \lbrace 0; 1\rbrace$,$\quad $ $\frac{x+1}{x-1}\ln x \geq 2$
Let $f (x) = \frac{x+1}{x-1}\ln x$ defined on $\Bbb R_+\setminus \lbrace 0; 1\rbrace$
Then $$f'(x) = \frac{x^2-2x\ln x-1}{x(x-1)^2} = \frac{x-2\ln x-\frac 1x}{(x-1)^2}$$ which has the same sign as $$g(x) = x-2\ln x - \frac 1x$$
Since $$g'(x) = 1-\frac 2x + \frac{1}{x^2} = (1-\frac 1x)^2$$
$g$ is increasing over $\Bbb R_+$, and since $g(1)= 0$, $g(x)\leq 0$ for $0\leq x\leq 1$ and $g(x) \geq 0$ for $x\geq 1$ ; and so is $f'$.
Thus $f$ is decreasing on $]0; 1[$ and increasing on $]1; +\infty[$.
Now $$\lim_{x\to 1} \frac{\ln x}{x-1} =\lim_{x\to 1}\frac{\ln x -\ln 1}{x-1} = (\ln x)'(1) = 1 $$ and thus $$\lim_{x\to 1} f(x) = \lim_{x\to 1}(x+1)\frac{\ln x}{x-1}= 2$$
And thus $\forall x \in \Bbb R_+\setminus \lbrace 0; 1\rbrace$, $f(x) \geq 2 \quad \blacksquare$