September 8, 2024
Search
Search
Close this search box.

R2 – Logs

This post covers the definition of R2 logs, logarithm formulae and provides 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 x 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 2 numbers together by just adding the logs.

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^

R2 Logs are ^ Only

Only ^ Opposite Value bases and Opposite Values can use logs because R2 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.

Logs for the i^ Opposite Values are not always calculable such as for log3i^(9^). No matter how often 3i^ is multiplied with itself, it will never result in 9^ as i^*i^ = 1v. The same applies to the iv Opposite Values.

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. These are called the binary logs.  Write these as log2^(x), lbx, log2(x) or lbx.

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

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

R2 Logarithm Formulae

Logarithms facilitate multiplication because the R2 logs of two terms that require multiplication can add together to get the logarithm of the result. 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

Next: R3

Previous: Exponentiation Fractions , Flip Signs and Rules

Share to:

Leave a Reply

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