I am wondering about the difference between the following demands:
Prove that P(x) has at least one root.
Prove that P(x) has at least one solution.
Are they the same?
The background to my question:
Let $c \in \Bbb R$. Prove that the equation: $$\frac{1}{\ln x} - \frac{1}{x-1}$$
Has only one solution in $(0,1)$.
Here is what I have in mind:
- Show that if $f'$ has no roots, then $f$ has one root at most.
- Calculate the derivative.
- Show that when $\frac{1}{2}<x<1$, $f'(x)<0$
- Show that $f'(1)=0$. This means that 0 is a local minimum point in $(0,1)$
- Therefore, $f$ has at most one root.
- Show from Intermediate value theorem that $f$ has a root in $(0,1)$.