Discussion about this post

User's avatar
MR2's avatar

I’m interested to see what comes of your constant w. But here’s a quick summary of the algebra:

sqrt(x) = x^(1/2) = exp(ln(x^(1/2)) = exp(ln(x)/2) = exp(log10(x)/(2log10(e))) = exp(log10(x)*y) where y = 1/2log10(e) = 1/(2ln(e)/ln(10)) = ln(10)/2ln(e) = ln(10)/2*1 = ln(10)/2 = 2w, where w = ln(10)/4.

And

f(x,n) = exp((4/n)*log10(x)*w) = (exp(log10(x)*2w))^(2/n) = (sqrt(x))^(2/n) = (x^(1/2))^(2/n) = x^((1/2)*(2/n)) = x^(2/2n) = x^(1/n) = nth_root(x)

The big question is why you’d want a more difficult and expensive calculation than what you started with. Calculating roots is much “cheaper” than logarithms.

Expand full comment
Eleftherios Gkioulekas's avatar

Why use the decimal logarithm and mix it with natural exponential? Not everyone in the universe has 10 fingers. Generally, a^b = exp (b ln a), which means that when you have the complete theory for exp and ln, then you also have the complete theory for f(x)^g(x) (i.e., limits, continuity, differentiability, derivatives). Then other base logs can be written as log_b (x) = (ln x)/(ln b), so knowing how the natural logarithm works means you know how all other logarithms with any other base works. The point of base e is that the derivative of exp(x) is equal to itself. This is the main reason why it is interesting. Another approach is to start by defining ln x first by integrating 1/x; can't do that for any other base, because starting with no log functions defined, you need log functions to define log functions via rational integral for every base except for the natural one.

Expand full comment
12 more comments...

No posts