My question is how is it possible
''2^(1/log2)=2^(log210)=10'' Could anyone explain here please?
This thread has delved into a number of ideas and so may be confusing. Let's recapitulate in one place.
First, it is
false that the solution to every valid equation can be expressed
exactly in numerical form. In those cases, you can either approximate the solution numerically or give an exact solution in algebraic form using special notation Example.
\(\displaystyle x > 0 \text { and } x^2 = 2 \implies x \approx 1.4142.\) An approximate numerical solution.
\(\displaystyle x > 0 \text { and } x^2 = 2 \implies x = \sqrt{2}.\) An exact, non-numerical solution.
It is important to know which kind of solution is required if an exact numerical solution does not exist.
Is that clear?
Second, a key idea in logs and exponentials is this:
\(\displaystyle log_a(b) = c \iff a^c = b.\)
In other words, you can jump back and forth between logs and exponents to use what is most convenient. That plus the laws of exponents and logarithms lets you solve all kinds of problems.
\(\displaystyle log_a(b) = c \implies b = a^c \implies log_d(b) = log_d (a^c) = c * log_d(a) \implies\)
\(\displaystyle c = \dfrac{log_d(b)}{log_d(a)} \text { BUT } log_a(b) = c.\)
\(\displaystyle \text {THUS } log_a(b) = \dfrac{log_d(b)}{log_d(a)}.\)
This change of base formula that you are taught as a law of logarithms is just one consequence of the key idea mentioned above. Let's apply it.
\(\displaystyle 2^{\{1/log_{10}(2)\}} = 2^{\{log_{10}(10)/log_{10}(2)\}} \text { because } 1 = log_{10}(10).\)
\(\displaystyle \text {BUT } \dfrac{log_{10}(10)}{log_{10}(2)} = log_2(10) \text { by change of base law.}\)
\(\displaystyle \text {THUS } 2^{\{1/log_{10}(2)\}} = 2^{log_{2}(10)}.\)
Good so far?
Here is the derivation of another law of logs:
\(\displaystyle y = a^{log_a(b)} \implies log_a(y) = log_a \left (a^{log_a(b)} \right ) = log_a(b) * log_a(a) \implies\)
\(\displaystyle log_a(y) = log_a(b) * 1 \implies log_a(y) = log_a(b) \implies y = b.\)
\(\displaystyle \text {BUT } y = a^{log_a(b)}.\)
\(\displaystyle \text {THUS } a^{log_a(b)} = b.\)
By this law,
\(\displaystyle 2^{log_2(10)} = 10.\).
Logs are not hard if you really
know the laws of logarithms.