September 8, 2024
Search
Search
Close this search box.

R1 – Logs

This post covers the definition of R1 logs with details of the logarithmic formulae and some examples.

Definition

Wikipedia defines logs as follows:

‘In mathematics, logarithm (log) is the inverse function to exponentiation. That means the logarithm of a given number is the exponent to which another fixed number, the base b, must be raised, to produce that number x.’

Logs are useful in expressing large and small numbers. They also provide a quick way to multiply two numbers together by just adding the logs.

In classical maths, (-3)3 = -27 and (-3)4 = 81. However, logs only apply to positive numbers so you cannot say that log-3(-27) = 3 or log-3(81) = 4. Logs are only the inverse function to exponentiation in certain circumstances.

The notation used for logs in Wave Numbers is logb(x), which represents the log of x to the base b. A base must be a ^ Opposite Value.

Counters are used to represent the exponent to which a base is raised to get an Opposite Value. Flipped Counters are used to represent the exponent to which the reciprocal of a base is raised to get an Opposite Value that is a fraction. For example:

  • Log10^(1000^) = 3
  • Log10^(1^/10) = 1

Example:

  • 1000^  * 1^/10  = 10^3 * 10^-1 = 10^2 = 100^
    • Log10^(1000^) + Log10^(1^/10) = 3 + 1 = 2
    • 10^2 = 100^

Logs are ^ Only

Only ^ Opposite Value bases and Opposite Values can use logs because R1 logs for odd powers are not calculable for numbers such as log3v(81v). This is because 3v*3v*3v*3v = 81^. The base 3v cannot be raised to 81v by multiplying with itself.

Other Bases

Typically, the base of 10^  is used and is known as the common log. Write this as log10^(x),  lgx, log10(x) or lgx.

Computers use the bases 2^ and 2 a lot and these are called the binary logs.  Write these logs as log2^(x), lbx, log2(x) or lbx.

The base e^  (Euler’s numbers) is called the natural log. Write the natural log as loge^(x), lnx, loge(x) or lnx.

It is not possible to add logs of different bases together.

Logarithm Formulae

Logarithms facilitate multiplication because adding the logs of two terms equates to multiplication. The following are the four basic logarithm formulae.

  • Product:   logb (xy) = logb(x) + logb(y)
  • Quotient:  logb (x/y) = logb(x) + logb(y)
  • Power:       logb(xp)  = plogb(x)
  • Root:         logbpx   = (logb(x))/p)

Further Examples

  • log10^(1^)              = 0

  • logc^(c^)                = 1

  • loga^b^                  = logc^b/logc^a  For example:
    • log10^100^ = 2
    • = log2^100^/log2^10 = 6.644/3.322 = 2

  • loga^ab                  = b  For example:
    • log10^103 = log10^1000  = 3

  • alogab                    = b  For example:
    • 10^log10^1000^  = 10^3 = 1000^ 
      • Here log10^1000^  is the log of 1000^to the base 10^ = 3, so 10^3 = 1000^

  • log10^(1000^)       = 3 

  •  log10^(100^)         = 2

  • log2^(16^)             = 4

  • log10^(10^*100^) = log10^(10^) + log10^(100^) = 1 + 2 = 3 = log10^(1000^) = 3

  • log10^(1000^/10^) = log10^(1000^) + log10^(10^) = 3 + 1 = 2 = log10^(100^) = 2

  • log10^(1^/10) = log10^(1^) + log10^(10^) = 0 + 1 = 1

  • log10^((1^/10^)*100^) = log10^(1^/10^) + log10^(100^) = 1 + 2 = 1 = log10^(10^) = 1

Conclusion

Our online calculator does not yet support logs.

Next: R2

Previous: Exponentiation

Share to:

Leave a Reply

Your email address will not be published. Required fields are marked *