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?
2026-03-25 06:10:12.1774419012
On
Are Elementary Functions chosen by convention?
121 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
3
On
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$.
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.