Are the elementary functions chosen by convention? What leads me to this question is that many non-elementary functions have power series representations, allowing them to be computed numerically, just as the trig and exponential functions. The sine function and the error function both usually require numerical methods as you can't just "plug in" a number and perform the calculation (I.e. power series or other infinite series would be required). So then what differentiates elementary functions from non-elementary functions?
Asked
Active
Viewed 120 times
2
-
1They are usually "fundamental" in some sense, either from their mathematical properties, or applications. Usually both. Exponential and trigonometric functions appear in hundreds of seemingly unrelated fields – Yuriy S Apr 16 '19 at 01:19
-
"Elementary function" is a highly overloaded term, ranging from broad informal use to more precise restricted use in differential algebra. What is your definition? – Bill Dubuque Apr 16 '19 at 16:08
2 Answers
4
There is a technical definition used in differential algebra. Elementary functions are the smallest field containing complex constants and the variable $x$ and closed under the following operations:
- (Algebraic extensions): if $P(X)$ is a polynomial of degree $> 1$ with elementary function coefficients, then there is an elementary function $g$ such that $P(g) = 0$.
- (Exponential extensions): if $f$ is an elementary function, then there is an elementary function $g$ such that $g' = f' g$.
- (Logarithmic extensions): if $f$ is an elementary function (not identically $0$), then there is an elementary function $g$ such that $g' = f'/f$.
Robert Israel
- 448,999
-
Probably it would benefit from insisting on the log theorem for elementary functions not so obvious from the definition – reuns Apr 16 '19 at 02:13
-
Could you provide some references from which one can explore more in detail this definition? – pglpm Oct 26 '22 at 11:19
-
-2
Yes, elementary functions are indeed chosen by convention, for all the reasons you've stated. For most people, the elementary functions are the functions that their calculator in school could compute.
Theo Bendit
- 50,900