ArticleslgStudy

mathematics

Logarithmic number system

Logarithmic number system is a mathematics topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Logarithmic number system rather than just read about it. In short: A logarithmic number system (LNS) is an arithmetic system used for representing real numbers in computer and digital hardware, especially for digital signal processing. Overview A number, X {\displaystyle X} , is represented in an LNS by two components: the logarithm ( x {\displaystyle x} ) of its absolute value (as a binary word usually in two's complement), and its sign bit ( s {\displaystyle s} ): X → { x = log b…

Key takeaways

  • Logarithmic number system belongs to mathematics; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Logarithmic number system to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Logarithmic number system from memory before moving on to harder problems.

Reference excerpt

A logarithmic number system (LNS) is an arithmetic system used for representing real numbers in computer and digital hardware, especially for digital signal processing.

Overview A number, X {\displaystyle X} , is represented in an LNS by two components: the logarithm ( x {\displaystyle x} ) of its absolute value (as a binary word usually in two's complement), and its sign bit ( s {\displaystyle s} ):

X → { x = log b ⁡ | X | , s = { 0 if X > 0 , 1 if X < 0. {\displaystyle X\rightarrow {\begin{cases}x=\log _{b}{\big |}X{\big |},\\s={\begin{cases}0{\text{ if }}X>0,\\1{\text{ if }}X<0.\end{cases}}\end{cases}}}

An LNS can be considered as a floating-point number with the significand being always equal to 1 and a non-integer exponent. This formulation simplifies the operations of multiplication, division, powers and roots, since they are reduced down to addition, subtraction, multiplication, and division, respectively. On the other hand, the operations of addition and subtraction are more complicated and are calculated by the formulae

log b ⁡ ( | X | + | Y | ) = x + s b ( y − x ) , {\displaystyle \log _{b}{\big (}|X|+|Y|{\big )}=x+s_{b}(y-x),}

log b ⁡ | | X | − | Y | | = x + d b ( y − x ) , {\displaystyle \log _{b}{\big |}|X|-|Y|{\big |}=x+d_{b}(y-x),}

where the "sum" function is defined by s b ( z ) = log b ⁡ ( 1 + b z ) {\displaystyle s_{b}(z)=\log _{b}(1+b^{z})} , and the "difference" function by d b ( z ) = log b ⁡ | 1 − b z | {\displaystyle d_{b}(z)=\log _{b}|1-b^{z}|} . These functions s b ( z ) {\displaystyle s_{b}(z)} and d b ( z ) {\displaystyle d_{b}(z)} are also known as Gaussian logarithms. The simplification of multiplication, division, roots, and powers is counterbalanced by the cost of evaluating these functions for addition and subtraction. This added cost of evaluation may not be critical when using an LNS primarily for increasing the precision of floating-point math operations.

History Logarithmic number systems have been independently invented and published at least three times as an alternative to fixed-point and floating-point number systems. Nicholas Kingsbury and Peter Rayner introduced "logarithmic arithmetic" for digital signal processing (DSP) in 1971. A similar LNS named "signed logarithmic number system" (SLNS) was described in 1975 by Earl Swartzlander and Aristides Alexopoulos; rather than use two's complement notation for the logarithms, they offset them (scale the numbers being represented) to avoid negative logs. Samuel Lee and Albert Edgar described a similar system, which they called the "Focus" number system, in 1977. The mathematical foundations for addition and subtraction in an LNS trace back to Zecchini Leonelli and Carl Friedrich Gauss in the early 1800s.

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Logarithmic number system

Start with the simplest possible case. Write down what Logarithmic number system claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In mathematics, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Logarithmic number system before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Logarithmic number system ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Logarithmic number system

In research
Logarithmic number system appears in mathematics research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Logarithmic number system in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Logarithmic number system is common in secondary-school and first-year university syllabi. It links to neighbouring topics Computer arithmetic, Digital signal processing, Logarithms, so understanding it makes those chapters shorter.
In everyday life
Look for Logarithmic number system outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Logarithmic number system in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Logarithmic number system means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Logarithmic number system out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Logarithmic number system in simple terms?

A logarithmic number system (LNS) is an arithmetic system used for representing real numbers in computer and digital hardware, especially for digital signal processing. Overview A number, X {\displaystyle X} , is represented in an LNS by two components: the logarithm ( x {\displaystyle x} ) of its…

Why does Logarithmic number system matter?

Because it connects several mathematics ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Logarithmic number system?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Logarithmic number system.

Tags

  • Computer arithmetic
  • Digital signal processing
  • Logarithms

Keep exploring