Undefined (mathematics)#Notation using ↓ and ↑

{{Short description|Expression which is not assigned an interpretation}}

{{other uses|Undefined (disambiguation)}}

In mathematics, the term undefined refers to a value, function, or other expression that cannot be assigned a meaning within a specific formal system.{{Cite web |title=What exactly does undefined mean? |url=https://math.stackexchange.com/questions/4524071/what-exactly-does-undefined-mean |access-date=2024-12-02 |website=Mathematics Stack Exchange |language=en}}

Attempting to assign or use an undefined value within a particular formal system, may produce contradictory or meaningless results within that system. In practice, mathematicians may use the term undefined to warn that a particular calculation or property can produce mathematically inconsistent results, and therefore, it should be avoided.{{Cite book |last=Horvath |first=Joan |title=Make: Calculus: build models to learn, visualize, and explore |last2=Cameron |first2=Rich |date=2022 |publisher=Make Community, LLC |isbn=978-1-68045-739-1 |edition=1st |series=Mathematics/Calculus |location=Santa Rosa, CA}} Caution must be taken to avoid the use of such undefined values in a deduction or proof.

Whether a particular function or value is undefined, depends on the rules of the formal system in which it is used. For example, the imaginary number \sqrt{-1} is undefined within the set of real numbers. So it is meaningless to reason about the value, solely within the discourse of real numbers. However, defining the imaginary number i to be equal to \sqrt{-1}, allows there to be a consistent set of mathematics referred to as the complex number plane. Therefore, within the discourse of complex numbers, \sqrt{-1} is in fact defined.

Many new fields of mathematics have been created, by taking previously undefined functions and values, and assigning them new meanings.{{Cite book |last=Martínez |first=Alberto A. |title=Negative Math: How Mathematical Rules Can Be Positively Bent |date=2018 |publisher=Princeton University Press |isbn=978-0-691-13391-1 |location=Princeton, NJ}} Most mathematicians generally consider these innovations significant, to the extent that they are both internally consistent and practically useful. For example, Ramanujan summation may seem unintuitive, as it works upon divergent series that assign finite values to apparently infinite sums such as 1 + 2 + 3 + 4 + ⋯. However, Ramanujan summation is useful for modelling a number of real-world phenomena, including the Casimir effect and bosonic string theory.

A function may be said to be undefined, outside of its domain. As one example, f(x)=\frac{1}{x} is undefined when x=0. As division by zero is undefined in algebra, x=0 is not part of the domain of f(x).

Other shades of meaning

In some mathematical contexts, undefined can refer to a primitive notion which is not defined in terms of simpler concepts.{{Cite web |title=Definition:Undefined Term - ProofWiki |url=https://proofwiki.org/wiki/Definition:Undefined_Term |access-date=2024-12-03 |website=proofwiki.org}} For example, in Elements, Euclid defines a point merely as "that of which there is no part", and a line merely as "length without breadth".{{Cite book |last=Euclides |url=https://www.google.com/books/edition/Euclid_s_Elements/7HDWIOoBZUAC?hl=en&gbpv=1&pg=PA6&printsec=frontcover |title=Euclid's elements of geometry: the Greek text of J.L. Heiberg (1883 - 1885): from Euclidis Elementa, edidit et Latine interpretatus est I.L. Heiberg, in aedibus B.G. Teubneri, 1883-1885 |date=2008 |publisher= |isbn=978-0-615-17984-1 |editor-last=Fitzpatrick |editor-first=Richard |edition=2nd |location= |pages=6 |translator-last=Fitzpatrick |translator-first=Richard}} Although these terms are not further defined, Euclid uses them to construct more complex geometric concepts.{{Cite book |last=Waismann |first=Friedrich |title=Introduction to Mathematical Thinking: The Formation of Concepts in Modern Mathematics |publisher=Frederick Ungar Publishing Co. |year=1951 |isbn= |location=New York |pages=73 |translator-last=Benac |translator-first=Theodore J.}}

Contrast also the term undefined behavior in computer science, in which the term indicates that a function may produce or return any result, which may or may not be correct.

Common examples of undefined expressions

Many fields of mathematics refer to various kinds of expressions as undefined. Therefore, the following examples of undefined expressions are not exhaustive.

= Division by zero =

In arithmetic, and therefore algebra, division by zero is undefined.{{Cite book |last=Euler |first=Leonard |title=Elements of Algebra |date= |publisher=Longman, Rees, Orme, & Co. |year=1770 |edition=4th |location=London |pages=28}} Use of a division by zero in an arithmetical calculation or proof, can produce absurd or meaningless results.

Assuming that division by zero exists, can produce inconsistent logical results, such as the following fallacious "proof" that one is equal to two{{Cite book |last=Sultan |first=Alan |title=The mathematics that every secondary school math teacher needs to know |last2=Artzt |first2=Alice F. |date=2011 |publisher=Routledge |isbn=978-0-415-99413-2 |series=Studies in mathematical thinking and learning |location=New York |pages=6}}:{{Table alignment}}

class="defaultleft col1right"

|+Incorrect "proof" that 1=2

|

x

|

= y

|Define

x

as equal to

y

x^2

|= xy

|Multiply both sides of equation by x

x^2 - y^2

|= xy - y^2

|Subtract y^2 from both sides

(x+y)(x-y)

|= y(x-y)

|Factor both sides of equation

x+y

|=y

|Divide both sides of equation by x-y

2y

|=y

|Replace x with y , because we know that x=y

2

|=1

|Divide both sides by y

The above "proof" is not meaningful. Since we know that x=y, if we divide both sides of the equation by x-y, we divide both sides of the equation by zero. This operation is undefined in arithmetic, and therefore deductions based on division by zero can be contradictory.

If we assume that a non-zero answer n exists, when some number k \mid k \neq 0 is divided by zero, then that would imply that k = n \times 0. But there is no number, which when multiplied by zero, produces a number that is not zero. Therefore, our assumption is incorrect.

=Zero to the power of zero=

Depending on the particular context, mathematicians may refer to zero to the power of zero as undefined,{{Cite book |last=Hafstrom |first=John Edward |title=Basic concepts in modern mathematics |date=1961 |publisher=Dover Publications, Inc |isbn=978-0-486-49729-7 |edition= |series=Dover books on mathematics |location=Mineola, New York |publication-date=2013 |pages=19}} indefinite,{{Cite web |title=Why is $0^0$ also known as indeterminate? |url=https://math.stackexchange.com/questions/1028244/why-is-00-also-known-as-indeterminate |access-date=2024-12-02 |website=Mathematics Stack Exchange |language=en}} or equal to 1.{{Cite book |last=Jena |first=Sisir Kumar |title=C programming: learn to code |date=2022 |publisher=Chapman & Hall/CRC Press |isbn=978-1-032-03625-0 |edition=1st |location=Boca Raton, FL |pages=19}} Controversy exists as to which definitions are mathematically rigorous, and under what conditions.{{Cite web |title=What is 0^0 |url=https://cs.uwaterloo.ca/~alopez-o/math-faq/mathtext/node14.html |access-date=2024-12-02 |website=cs.uwaterloo.ca}}{{Cite web |title=Zero to the zero power – is $0^0=1$? |url=https://math.stackexchange.com/questions/11150/zero-to-the-zero-power-is-00-1 |access-date=2024-12-02 |website=Mathematics Stack Exchange |language=en}}

=The square root of a negative number=

When restricted to the field of real numbers, the square root of a negative number is undefined, as no real number exists which, when squared, equals a negative number. Mathematicians, including Gerolamo Cardano, John Wallis, Leonhard Euler, and Carl Friedrich Gauss, explored formal definitions for the square roots of negative numbers, giving rise to the field of complex analysis.{{Cite journal |last=Vaughan |first=Lena |date=April 1903 |title=A History of i = \sqrt 1 |url=https://www.google.com/books/edition/Mathematical_Supplement_of_School_Scienc/N-buAAAAMAAJ?hl=en&gbpv=1&pg=PA173&printsec=frontcover |journal=Mathematical Supplement of School Science |volume=1 |issue=1 |pages=173-175 |via=Google Books}}

= In trigonometry =

In trigonometry, for all n \in \mathbb{Z}, the functions \tan \theta and \sec \theta are undefined for \theta = \pi \left(n - \frac{1}{2}\right), while the functions \cot \theta and \csc \theta are undefined for all \theta = \pi n. This is a consequence of the identities of these functions, which would imply a division by zero at those points.{{Cite book |last=McCallum |first=William G. |title=Calculus: Single and Multivariable |last2=Hughes-Hallet |first2=Deborah |last3=Gleason |first3=Andrew M. |date=October 2012 |publisher=Wiley |isbn=978-1-118-54785-4 |edition=6th |pages=40}}

Also, \arcsin k and \arccos k are both undefined when k > 1 or k<-1 , because the range of the \sin and \cos functions is between -1 and 1 inclusive.

= In complex analysis =

In complex analysis, a point z on the complex plane where a holomorphic function is undefined, is called a singularity. Some different types of singularities include:

Related terms

= Indeterminate =

The term undefined should be contrasted with the term indeterminate. In the first case, undefined generally indicates that a value or property can have no meaningful definition. In the second case, indeterminate generally indicates that a value or property can have many meaningful definitions. Additionally, it seems to be generally accepted that undefined values may not be safely used within a particular formal system, whereas indeterminate values might be, depending on the relevant rules of the particular formal system.{{Cite book |last=Davis |first=Brent |title=The math teachers know: profound understanding of emergent mathematics |last2=Renert |first2=Moshe |date=2013 |publisher=Routledge |others= |isbn=978-1-135-09779-0 |location=New York |pages=77-79}}

See also

  • Analytic function - a function locally given by a convergent power series, which may be useful for dealing with otherwise undefined values
  • L'Hôpital's rule - a method in calculus for evaluating indeterminate forms
  • Indeterminate form - a mathematical expression for which many assignments exist
  • NaN - the IEEE-754 expression indicating that the result of a calculation is not a number
  • Primitive notion - a concept that is not defined in terms of previously-defined concepts
  • Singularity - a point at which a mathematical function ceases to be well-behaved

References

{{Reflist}}

Further reading

  • {{cite book |first=James R. |last=Smart |title=Modern Geometries |edition=3rd |publisher=Brooks/Cole |year=1988 |isbn=0-534-08310-2}}
  • {{cite book

| last = Lo Bello

| first = Anthony

| author-link =

| date = 2013

| title = Origins of Mathematical Words

| publisher = Johns Hopkins University Press

| isbn = 978-1-4214-1098-2

}}