Table of Contents

 

Practical Logarithm Use Cases

Shrinking Ranges

Log is very good for graphing phenomena that take on a very wide range of values For example, if we have a table like such that we wanted to graph:

AnimalRatCatWolfHorseElephantWhale
Mass(kg)0.248030054007000
Graphing this out would be horrendous. It would maybe look something like:
![[Logarithm Scales-20231211163454942.webp184]]
most of the values are near the bottom
If we log all masses though,
AnimalRatCatWolfHorseElephantWhale
log(mass)-0.71.61.92.4773.7323.845
![[Logarithm Scales-20231211163757798.webp320]]
We dont even need log paper to graph this out, just get a simple grid paper!

Determining Growth

From a table of stocks, Graphing this out may look something like this: But, this doesn’t tell us anything!

If we log the graph, we can see if it is slowing down. If you log the graph and it looks like its smiling, then BUY BUY NOW! If you log the graph and looks its frowning, then DONT BUY

Logarithm Scales

You will be able to explain all visible phenomena through logarithmic scale.