Everything Is Logarithms
One way of thinking about what this formula does is that it is a change of units. Similar to writing 2 km=2000 m/ 1 km 1000 m or 5 bytes=40 bits/ 1 byte 8 bits . It says: how many copies of b are in x? It’s the number of copies of a in x, divided by the number of copies of a that are in b. This is perfectly simple, but for some reason it’s hard to think about logarithms that way. The notation kind of… obfuscates things? Specifically it is hard to read log b x as “how many copies of b are in x”, because that English expression should correspond to the notation x/b, not log b x. I found a way of thinking about logarithms which I think makes this clearer, but you have to allow a sort of odd object that I am call the baseless logarithm. It is simply a logarithm without a base: which we regard as an abstract object, not a number. Then we write our normal “based” logarithm as a ratio of two of these baseless logarithms: Note, this is already sort of a thing people colloquial
Some connections between things, which I have not seen elsewhere. Maybe they mean something? 1. The Baseless Logarithm Normally one writes a logarithm with a base, \(\log_b (x)\), to mean \[y = \log_b (x) \Lra b^y = x\] And then you can change the base of the logarithm with \[\log_b (x) = \frac{\log_a (x)}{\log_a(b)}\] Which follows from rearranging \(\log_a (x) = \log_a (b^{\log_b x}) = \log_b (x) \times \log_a (b)\). One way of thinking about what this formula does is that it is a change of units, akin to writing \(2 \text{ km} = 2000 \text{ m} / \frac{1000 \text{ m}}{1 \text{…
saved by
related reading
- log is non-monotonic in PHP and Luapurplesyringa.moe
- Functions are Vectorsthenumb.at
- Logarithm of a matrix - Wikipediaen.wikipedia.org
- Napkin.pdfvenhance.github.io
- An Intuitive Guide to Linear Algebra – BetterExplainedbetterexplained.com
- Complex logarithm - Wikipediaen.wikipedia.org
- Dimensional analysis - Wikipediaen.wikipedia.org
- An Intuitive Guide To Exponential Functions & e – BetterExplainedbetterexplained.com
- Logs, Tails, Long Tails – Ryan Moulton's Articlesmoultano.wordpress.com
- How Writing Changes Mathematical Thought | Quanta Magazinequantamagazine.org
- Kill Mathworrydream.com
- base_tau.pdfmath.berkeley.edu