I would like to solve the inequality $\sqrt n<\frac{n}{\log(n)}-2$. for some reason I had never done this before. This is clearly the same as $\frac{n}{\log(n)}-\frac{n}{\sqrt{n}}>2$. Which is the same as $\frac{\sqrt n)(\sqrt n-\log(n))}{\log(n)}>2$. But here I get stuck. Thanks in advance.
Answer
It doesn’t look like it has a closed-form solution, other than in terms of the two solutions of $\frac{\sqrt n)(\sqrt n-\log(n))}{\log(n)}{\color{blue}=}2$.
Solving numerically with Mathematica, the inequality holds for $0
The calculations here show that Mathematica finds no closed form for the two intersection points and denotes them simply as the points where $\frac{\sqrt n)(\sqrt n-\log(n))}{\log(n)}=2$
I don’t know what numerical technique Mathematica used, but the function is well behaved near its two solutions, so no fancy method beyond guessing and checking is needed. For the larger solution, for example, you could try $n= 18$, based on the graph, see that the curve lies below $y=2$, then try $y=18.5$, see that it lies above, then $y=18.2$, and so on.
No comments:
Post a Comment