How to solve $\log n = \frac{\log 2}{10} \sqrt{n}$

286 Views Asked by At

I need to solve $\log n = \frac{\log 2}{10} \sqrt{n}$.

I know it is a transcendental function and also hear about generalizes Lambert function (Lambert W-function) could help me to solve it. But I have no idea about how to apply it.

4

There are 4 best solutions below

4
On BEST ANSWER

$10\log{n}=\log{(2\sqrt{n})}$

$\log{n^{10}}=\log{(2\sqrt{n})}$

$n^{10}=2\sqrt{n}$

If this is the right interpretation of your question

1
On

We have $$\log (n) = \dfrac{1}{10} \log(2 \sqrt{n}) \implies 10 \log(n) = \log(n^{10}) =\log(2 \sqrt{n}), $$ now since $\log $ is injective this implies that $$n^{10} = 2 \sqrt{n} = 2n^{1/2} \implies n^{10-1/2} = n^{19/2} = 2 \implies n = 2^{2/19}.$$

2
On

Paul and Surb already answered if you meant $\log (2\sqrt n)$ but if you meant $\log_2\sqrt n$ instead, here's the solution.

$$\log n=\frac1{10}\log_2\sqrt{n}$$ Since $\log_a b=\dfrac{\log b}{\log a}$ $$\log n=\frac{\log\sqrt{n}}{10\log 2}$$ $$\log n-\frac{\log\sqrt{n}}{10\log 2}=0$$ Bring together the terms in one fraction. $$\frac{10\log 2\log n - \log\sqrt{n}}{10\log 2}=0$$ Multiply both sides by $10\log 2$ $$10\log 2\log n - \log\sqrt{n}=0$$ Since $n\log a=\log a^n$ $$\log n^{10\log 2} - \log\sqrt{n}=0$$ Since $\log a-\log b=\log \dfrac ab$ $$\log \left(\dfrac{n^{10\log 2}}{\sqrt n}\right)=0$$ Since $\dfrac{a^b}{a^c}=a^{b-c}$ and $\sqrt n=n^\frac 12$ $$\log \left(n^{10\log 2-\frac12}\right)=0$$ Take $\exp$ of both sides $$n^{10\log 2-\frac12}=1$$ Raise both side to the power $\dfrac{1}{10\log 2-\frac12}$
Note that $1^a=1$ for $a\ne0$ $$n=1$$

3
On

Rewriting it as $$\left(\sqrt{n}\right)^{20} = 2^{\sqrt{n}}$$

Then let $m=\sqrt{n}$ and we need to solve:

$$m^{1/m} = 2^{1/20}$$

Taking the log of both sides, and letting $y=\log m=\frac{\log n}{2}$, you get:

$$ye^{-y} = \frac{\log 2}{20}$$

So $y = -W\left(-\frac{\log 2}{20}\right)$ and $n=e^{2y}$.