argument of a function

{{short description|Input to a mathematical function}}

{{distinguish|Argument (computer programming)|Argument (complex analysis)}}In mathematics, an argument of a function is a value provided to obtain the function's result. It is also called an independent variable.{{cite book|last1=Bronshtein|first1=I.N.|last2=Semendyayev|first2=K.A.|last3=Musiol|first3=G.|last4=Muehlig|first4=H.|title=Handbook of Mathematics|date=2007|publisher=Springer|location=Berlin Heidelberg New York|isbn=978-3-540-72121-5|page=47|edition=5th}}

For example, the binary function f(x,y) = x^2 + y^2 has two arguments, x and y, in an ordered pair (x, y). The hypergeometric function is an example of a four-argument function. The number of arguments that a function takes is called the arity of the function. A function that takes a single argument as input, such as f(x) = x^2, is called a unary function. A function of two or more variables is considered to have a domain consisting of ordered pairs or tuples of argument values. The argument of a circular function is an angle. The argument of a hyperbolic function is a hyperbolic angle.

A mathematical function has one or more arguments in the form of independent variables designated in the definition, which can also contain parameters. The independent variables are mentioned in the list of arguments that the function takes, whereas the parameters are not. For example, in the logarithmic function f(x) = \log_b(x), the base b is considered a parameter.

Sometimes, subscripts can be used to denote arguments. For example, we can use subscripts to denote the arguments with respect to which partial derivatives are taken.{{cite book|title=Mathematics: Its Content, Methods and Meaning|publisher=The MIT Press|year=1963|editor-last=Aleksandrov|editor-first=A. D.|volume=Two|page=121|translator=S. H. Gould|editor2-last=Kolmogorov|editor2-first=A. N.|editor3-last=Lavrent'ev|editor3-first=M. A.}}

The use of the term "argument" in this sense developed from astronomy, which historically used tables to determine the spatial positions of planets from their positions in the sky (ephemerides). These tables were organized according to measured angles called arguments, literally "that which elucidates something else."{{cite book|first=Anthony|last=Lo Bello|title=Origins of Mathematical Words|year=2013}}{{cite book|first=John|last=Craig|author-link=John Craig (geologist)|title=A New Universal Etymological, Technological, and Pronouncing Dictionary of the English Language|url=https://archive.org/details/anewuniversalet02craigoog|year=1858}}

See also

  • {{annotated link|Domain of a function}}
  • {{annotated link|Function prototype}}
  • {{annotated link|Parameter (computer programming)}}
  • {{annotated link|Propositional function}}
  • {{annotated link|Type signature}}
  • {{annotated link|Value (mathematics)}}

References

{{reflist}}