Physics Forums Insights
  • Physics
    • Physics Articles
    • Physics Tutorials
    • Physics Guides
    • Physics FAQs
  • Math
    • Math Articles
    • Math Tutorials
    • Math Guides
    • Math FAQs
  • Bio/Chem/Tech
    • Bio/Chem Articles
    • Computer Science Tutorials
    • Technology Guides
  • Education
    • Education Articles
    • Education Guides
  • Interviews
  • Quizzes
  • Forums
  • Click to open the search input field Click to open the search input field Search
  • Menu Menu

Understanding Zero: History, Division, Exponents, 0!

August 27, 2015/7 Comments/in Mathematics FAQs/by Micromass
📖Read Time: 7 minutes
📊Readability: Accessible (Clear & approachable)
🔖Core Topics: itexzeronumbertexnumbers

The goal of this FAQ is to clarify the concept of 0, and specifically the operations that are allowed with it.

The best way to start this FAQ is to look at a bit of history.

Table of Contents

  • A short history of 0
  • Is zero positive or negative?
  • Operations with zero
  • Division by 0
  • Exponentiation and 0
  • Factorials and 0
    • More Related Articles

A short history of 0

Historically, there are two different uses of zero: zero as a placeholder and zero as a number in its own right. Zero is used as a placeholder in numbers such as 1010. It merely indicates that the first 1 stands for a thousand and that the second 1 stands for ten. If we didn’t have a placeholder zero, then we couldn’t differentiate between 11 and 1010. So zero is just a symbol here and does not have any particular meaning.

Zero as a number is a much more controversial topic. It asserts that zero is a number in its own right and has the same privileges as 1, 2, 3, 4, etc. Nowadays, zero is a well-respected number, but that wasn’t always the case.

It didn’t even always exist as a placeholder. For example, the Babylonians couldn’t differentiate between numbers such as 8 and 80. Nevertheless, people soon saw the difficulty and started using a placeholder anyway. Our concept of “zero” as both a placeholder and a number originated in India in the 9th century. However, mathematicians were quite unsure about how to work with zero.

For example, some rules involving zero were:

  • A number when divided by 0 is a fraction with 0 in the denominator.
  • Zero divided by zero is zero.
  • As we shall soon see, these rules are not used in practice today.

The Indian mathematical knowledge soon found its way to the Arabs. Specifically, al-Khwarizmi popularized the Hindu numeral system. The Arab knowledge found its way into Europe by Fibonacci. By the 16th century, the Hindu numerals (including zero) were in use throughout Europe.

For more information about this fascinating topic, see: http://www.gap-system.org/~history/HistTopics/Zero.html

Is zero positive or negative?

By definition, zero is neither positive nor negative. The positive numbers are the numbers x such that x>0. The negative numbers are the numbers x such that x<0. So 0 is neither positive nor negative. We also say that 0 has no sign. This is true by definition, so other definitions could be used but they are not standard.

Zero is also both nonnegative and nonpositive.

Operations with zero

Zero is known as the additive identity: for every number x (that is: x can be natural, real, complex, etc.) we have [itex]x+0=x=0+x[/itex].

From this, we can easily infer what 0x is (by using distributivity):

[tex]0x=(0+0)x=0x+0x~\Rightarrow~0x=0[/tex]

So 0 times anything is 0. (This holds in every ring.)

The division is a bit more difficult. First, we must define what division is. We say that [itex]\frac{a}{b}=c[/itex] if and only if c is the unique number such that a=bc.

From this, we can infer that [itex]\frac{0}{x}=0[/itex] for each nonzero x. To show this, we need to prove that 0x=0 and that there is no other number c such that cx=0. The former is proven above. The latter is also true (for nonzero x), but it might not be obvious why. To prove this, we need to know what exactly multiplication is. This requires knowledge of the Peano axioms and so on. Therefore, we will leave this for another FAQ.

Division by 0

Now, what if 0 is the denominator? That is, what if we have [itex]\frac{x}{0}[/itex] or even [itex]\frac{0}{0}[/itex]? In this case, we say that the division is undefined. Indeed, if x is nonzero, then there is no number c such that [itex]\frac{x}{0}=c[/itex]. That is, there is no c such that 0c=x. We have shown that 0 times any number is 0, so 0c can never be a nonzero number x.

This argument fails when x=0. In that case, there are numbers c such that 0c=0. The problem is that these numbers are not unique: all numbers satisfy 0c=0. So [itex]\frac{0}{0}[/itex] would equal every number. This is undesirable, so we leave [itex]\frac{0}{0}[/itex] undefined.

Some say that [itex]\frac{x}{0}=\infty[/itex]. First of all, [itex]\infty[/itex] is not a number in the usual sense, so saying [itex]\frac{x}{0}=\infty[/itex] is not acceptable unless we have extended the number system to include infinity.

Of course, it is possible to extend our number system to include [itex]+\infty[/itex] and [itex]-\infty[/itex]. This is the context of the extended real numbers (see http://en.wikipedia.org/wiki/Extended_real_number_line). Even then, defining division by 0 remains undesirable. To see why consider the graph of [itex]1/x[/itex].

The graph of [itex]1/x[/itex] becomes very large in magnitude when x is close to 0. If we approach 0 from the right, [itex]1/x[/itex] tends to [itex]+\infty[/itex]; if we approach from the left, [itex]1/x[/itex] tends to [itex]-\infty[/itex]. Because the one-sided limits differ, we cannot assign a single infinite value to [itex]\frac{1}{0}[/itex], and this is why we leave [itex]\frac{1}{0}[/itex] undefined.

There is, however, a different number system where [itex]+\infty=-\infty[/itex]. That system is the projective real line (see Real projective line), in which there is a single point at infinity denoted [itex]\infty[/itex]. In that context one can define [itex]\frac{x}{0}=\infty[/itex], but [itex]\frac{0}{0}[/itex] remains undefined because there is no unique c with 0c=0.

Exponentiation and 0

Exponentiation with 0 is another subtle topic. Recall that if n is a nonzero natural number, then we define [itex]a^n=a*a*a*…*a[/itex], multiplying a with itself n times. But how should we give sense to [itex]a^0[/itex]?

To formulate a sensible definition, we first use the law [itex]a^{n+m}=a^na^m[/itex], which holds for all nonzero naturals n and m. We would like it to hold when one exponent is 0 as well. That gives

[tex]a^m=a^{0+m}=a^0a^m[/tex]

so [itex]a^0[/itex] must be a number with [itex]ba^0=b=a^0b[/itex] for all b. Thus [itex]a^0[/itex] must be the multiplicative identity, and we define [itex]a^0=1[/itex] for nonzero a.

The problematic case is [itex]0^0[/itex]. Defining [itex]0^0=1[/itex] is consistent with the algebraic convention above, but it produces functions such as [itex]f(x)=0^x[/itex] that are zero for all x≠0 and equal to 1 at x=0, which is discontinuous. The two-variable map [itex]f(x,y)=x^y[/itex] likewise has an essential singularity at (0,0), suggesting that [itex]0^0[/itex] could be assigned different values depending on context. For these reasons many sources leave [itex]0^0[/itex] undefined.

However, many mathematicians adopt the convention [itex]0^0=1[/itex] because it is convenient and does not break common combinatorial formulas. For example, the binomial theorem

[tex](x+y)^n=\sum_{k=0}^n{\binom{n}{k}x^ky^{n-k}}[/tex]

is valid in full generality if one sets [itex]0^0=1[/itex], since otherwise terms with x=0 and n=0 become problematic.

Factorials and 0

Factorials behave more cleanly: we can define 0! in a consistent way that fits all standard conventions. Consider the recursive definition:

[tex]1!=1~\text{and}~(n+1)!=(n+1)*n![/tex]

Applying the recursion with n=0 gives

[tex]1!=1*0![/tex]

so defining 0!=1 is natural.

The factorial also has a combinatorial interpretation: n! is the number of ways to order n objects. For example, there are 3!=6 permutations of {a,b,c}:

[tex](a,b,c),~(a,c,b),~(b,a,c),~(b,c,a),~(c,a,b),~(c,b,a)[/tex]

There are 2!=2 permutations of {a,b}, 1!=1 permutation of {a}, and 0!=1 way to order the empty set, which is the empty sequence. The factorial n! also equals the number of bijections [itex]f:\{1,…,n\}\rightarrow\{1,…,n\}[/itex]; there is exactly one bijection [itex]f:\emptyset\rightarrow\emptyset[/itex], namely the empty function.

Factorials appear in binomial coefficients defined by

[tex]\binom{n}{k}=\frac{n!}{k!(n-k)!}[/tex]

This counts the ways to choose k elements from n elements where order does not matter. For example,

[tex]\binom{4}{2}=6[/tex>

which corresponds to the six 2-element subsets of {a,b,c,d}.

What happens when k=n? We should get the number of ways to choose n elements from n elements, which is 1. Thus [itex]\binom{n}{n}[/itex] equals 1. If k=0, choosing zero elements also has exactly one outcome (the empty selection), and

[tex]\binom{n}{0}=\frac{n!}{0!n!}=1[/tex]

The binomial theorem and many combinatorial identities work uniformly if we define 0!=1.

Analytically, the Gamma function provides a continuous extension of the factorial:

[tex]\Gamma(z)=\int_0^{+\infty}{t^{z-1}e^{-t}dt}[/tex]

and it satisfies [tex]\Gamma(n)=(n-1)![/tex]. Thus

[tex]0!=\Gamma(1)=1[/tex]

gammaplot

All this evidence supports the conventional definition 0!=1. There is no analogous universally satisfactory definition for [itex]0^0[/itex].

The following forum members have contributed to this FAQ:

  • Borek
  • D H
  • HallsOfIvy
  • Hootenanny
  • Mark44
  • micromass
  • tiny-tim

Link to the forum post

Micromass

Advanced education and experience with mathematics

More Related Articles

  • Is There a Rigorous Proof Of 1 = 0.999…?
  • Learn the Top 5 Misconceptions About Infinity
  • Why Division by Zero is a Bad Idea
  • Why Do People Say That 1 And .999 Are Equal?
Tags: mathematics
Share this entry
  • Share on Facebook
  • Share on X
  • Share on WhatsApp
  • Share on LinkedIn
  • Share on Reddit
  • Share by Mail
https://www.physicsforums.com/insights/wp-content/uploads/2015/08/zero.png 135 240 Micromass https://www.physicsforums.com/insights/wp-content/uploads/2019/02/Physics_Forums_Insights_logo.png Micromass2015-08-27 14:08:472026-01-24 07:31:07Understanding Zero: History, Division, Exponents, 0!
You might also like
Differential Equation Systems and Nature Differential Equation Systems and Nature
complex numbers views Views On Complex Numbers
ADHD studying Overcoming Challenges of Self-Studying Number Theory
Lie Algebra Structure Learn Lie Algebras: A Walkthrough – The Structures
SOHCAHTOA SOHCAHTOA: Seemingly Simple, Conceivably Complex
How to Find Potential Functions How to Find a Potential Function of a Vector Field
7 replies
  1. reenmachine says:
    May 20, 2016 at 3:58 am

    Good article!

    Log in to Reply
  2. aikismos says:
    May 20, 2016 at 3:58 am

    “Just a historical correction. Khwarizmi was actually Iranian.”

    Actually, micromass never said he was other, and as a Muslim, it would have been through the Arabs and with Arabs that the information came.

    Log in to Reply
  3. Shyan says:
    May 20, 2016 at 3:58 am

    Just a historical correction. Khwarizmi was actually Iranian.

    Log in to Reply
  4. Guapa says:
    September 19, 2015 at 3:17 am

    Micromass, you omit to mention that the Mayas also created or came up with  the number Zero. :D Good analysis.

    Log in to Reply
  5. Imran Makhdoom says:
    August 31, 2015 at 8:08 am

    Nice article !

    Log in to Reply
  6. Amrator says:
    August 28, 2015 at 12:35 pm

    Thanks, Micromass.

    Log in to Reply
  7. jedishrfu says:
    August 27, 2015 at 5:20 pm

    Nice article, Micro! Thanks for sharing!

    Log in to Reply

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply Cancel reply

You must be logged in to post a comment.

Trending Articles

  • Learn a Misconception of the Heisenberg Uncertainty Principle
  • Time Dilation & Redshift of Schwarzschild Black Holes
  • What Planck Length Is and It’s Common Misconceptions
  • Explore The Vacuum Fluctuation Myth in Quantum Theory
  • Why You Can’t Quantum Tunnel Through a Wall
  • Do Photons Move Slower in a Solid Medium?
  • Can We See an Atom?
  • Interview: Niels Tuning — LHCb Run Coordinator at CERN
  • Why Won’t You Look at My New Theory?
  • Thoughts on the Complexity of Modern Science

Physics Forums

  • Classical Physics
  • Atomic and Condensed Matter
  • Quantum Physics
  • Special and General Relativity
  • Beyond the Standard Model
  • High Energy, Nuclear, Particle Physics
  • Astronomy and Astrophysics
  • Cosmology
  • Other Physics Topics

Receive Insights Articles to Your Inbox

Enter your email address:

Blog Information

  • Become a Member!
  • Write for Us!
  • Table of Contents
  • Blog Author List

Popular Topics

astronomy (17) black holes (17) classical physics (35) cosmology (16) education (23) electromagnetism (19) general relativity (19) gravity (24) interview (21) mathematics (39) mathematics self-study (21) Physicist (26) programming (18) Quantum Field Theory (31) quantum mechanics (36) quantum physics (24) relativity (40) Special Relativity (16) technology (19) universe (21)
2026 © Physics Forums, ALL RIGHTS RESERVED - Contact Us - Privacy Policy - About PF Insights
  • Link to X
  • Link to Facebook
  • Link to LinkedIn
  • Link to Youtube
Link to: What Happens When You Flip the Light Switch: From Zero Seconds to 20 Years Link to: What Happens When You Flip the Light Switch: From Zero Seconds to 20 Years What Happens When You Flip the Light Switch: From Zero Seconds to 20 YearslightswitchLink to: Inflationary Misconceptions and the Basics of Cosmological Horizons Link to: Inflationary Misconceptions and the Basics of Cosmological Horizons CosmologicalHorizonsInflationary Misconceptions and the Basics of Cosmological Horizons
Scroll to top Scroll to top Scroll to top