Questions tagged [elementary-functions]

For questions on elementary functions, functions of one variable built from a finite number of polynomials, exponentials and logarithms through composition and combinations using the four elementary operations $(+, –, ×, ÷)$.

In mathematics, an elementary function is a function of one variable built from a finite number of constants, exponentials and logarithms through composition, combinations using the four field operations $(+, –, ×, ÷)$ and continuation through removable singularities. Therefore elementary functions are analytic, but can be multi-valued. According to this definition, elementary functions include all algebraic functions, and by allowing these functions to be complex valued, trigonometric functions and their inverses become included in the elementary functions. For example: By taking branch cut of $\log$ to be negative imaginary axis and $-\frac{\pi}{2}\lt \arg(z)\lt \frac{3\pi}{2},$ we have real elemenrary functions

  • $\sqrt{x}=e^{1/2\log(x)}$ for all $x\ge 0$
  • $x^2=e^{2\log(x)}$ and similarly all polynomials
  • $\vert x\vert=\sqrt{x^2}$
  • $\sin(x)=\dfrac{1}{2i}(e^{ix}-e^{-ix})$
  • $\arctan x =\dfrac{1}{2i}\log\left(\dfrac{1+ix}{1-ix}\right)$

There are other definitions with bit more subtleties as well, see here. But there is no requirement that elementary functions includes "inverse" functions, in general. For example, local inverses of $f(z)=ze^z,$ known as (branches of) Lambert $W$-function are not elementary. Ritt, J. F.: Elementary functions and their inverses. Trans. Amer. Math. Soc. 27 (1925) (1) 68-90 answers which kinds of elementary functions can have an inverse which is an elementary function. Also, elementary functions do not required to closed under limits, infinite sums and integration, but they are closed under differentiation as a consequence of chain rule. This excludes many nice classes of functions from being elementary, such as elliptic functions, Bessel functions and hyper-geometric functions.

Observe that, the roots of polynomial equations are the implicitly defined functions of its constant coefficients. For polynomials of degree four and smaller there are explicit formulae for the roots (the formulae are elementary functions), but not for degrees five and higher. For example the unique real root of the polynomial $p(x)=x^5+x+a,$ called the Bring radical $\operatorname{BR}(a),$ is not elementary in the usual sense. But it is an elementary function in the following sense.

Liouvillian Elementary Functions

Elementary functions were introduced by Joseph Liouville in a series of papers from 1833 to 1841. An algebraic treatment of elementary functions known as Differential algebra was started by Joseph Fels Ritt in the 1930s. This generalization of "elementary functions" and their differential calculus allow us to solve two main problems:

  • What antiderivatives (of elementary functions) that can be expressed as elementary functions? See Liouville's theorem.

  • Solutions of linear differential equations in one variable (This subject is also known as the Picard–Vessiot theory/ Differential Galois theory, analogue of familiar Galois theory of polynomial equations aims to understand solutions of differential equations).

Let $(\mathbb{F},\partial)$ be a differential field with constants $\operatorname{const}(\mathbb{F}).$ A differential field extension $\mathbb{E}/\mathbb{F}$ is an elementary extension if there exists a tower of differential fields $$\mathbb{F}=\mathbb{F}_0\subseteq \mathbb{F}_1\subseteq\cdots \subseteq\mathbb{F}_n=\mathbb{E}$$

over the same field of constants such that each extension $\mathbb{F}_{j+1}/\mathbb{F}_j$ is either algebraic, exponential or logarithmic. See here for more details.

When $\operatorname{const}(\mathbb{F})=\mathbb{C},$ "Liouvillian elementary functions" $\mathcal{E}$ is the collection of all complex valued functions which lie in some elementary extension of $\mathbb{C}(x)$ (formal rational functions in a single complex variable) equip with usual derivative.

As a corollary to (above linked) Liouville's theorem, given two elementary functions $f, g$ the integral $$\displaystyle\int f e^g$$ is elementary if and only if $f=h'+hg'$ for some elementary function $h.$ Therefore logarithmic integral, dilogarithm, error function are not elementary. When this integral has an elementary solution one can use Risch algorithm to explicitly find it.

602 questions
1
vote
3 answers

Problem regarding factorial function

I was attempting a problem about the expansion of n! using sine function. The photograph contains the exact statement of the problem and my attempted solution. I am looking for the completion of my attempt or a different solution to the…
1
vote
1 answer

Compute mod $1..n$ instead of $0..n-1$

Here's an example of what I mean for mod 3: $1 => 1$, $2 => 2$, $3 => 3$, $4 => 1$ and so forth. This is for computer programming and while obviously I can easily calculate this I am simply curious whether it's possible without comparisons.
chx
  • 1,807
1
vote
2 answers

Show that $f(x)=\sin(x)$ is continuous at 0 using an assumption

Problem: Assume that $\lim_{x\to0} \frac{\sin(x)}{x}=1$ Show that the function $f(x)=\sin(x)$ is continuous at 0. Attempt: My intuition is that since the $\lim_{x\to0} \frac{\sin(x)}{x}=1$, then $\lim_{x\to0} \sin(x)$ and $\lim_{x\to0} x$ are the…
okc418
  • 13
1
vote
0 answers

Definition of an Elementary Number

I am currently writing my dissertation on elementary functions and elementary numbers (in the sense of Ritt and Liouville etc.). The definition of an elementary number I am using is as follows; We say that an elementary number is a number of the…
ENAFMTH
  • 453
1
vote
0 answers

Bounding a function by its arguments

Does anyone know any sufficient conditions (and necessary would be great too if possible) on $f$ such that the following is satisfied: $|f(x)-f(y)| \leq C|x-y|$, where $C$ is a constant, $f(x): \mathbb{R} \rightarrow \mathbb{R}$ and $x,y, \in…
Jessica
  • 11
1
vote
0 answers

How to get symmetry function of a function in proportion to any other functions generally?

How can I get symmetry equation of a function in proportion to an other one? for instance we know that: $y=\log_{10}{x}$ and $y=\log_{\frac{1}{10}}{x}$ are symmetric in proportion of $y=0$. now, I want a general solution for achieving this…
0
votes
1 answer

How to work out the probability of 2 people having a different birthday

I'm trying to reproduce the 'birthday problem' where you work out the probabilities of n people having the same / different birthday. Theres a good example here: http://gwydir.demon.co.uk/jo/games/puzzles/birthday.htm I'm trying to reproduce this…
Crizly
  • 149
  • 6
0
votes
2 answers

Distributive property

I have the following question on distributive property. If I multiply $3$ to the given expression $\frac{1}{3}\pi r^2h$. Question: $3\cdot\frac{1}{3}\pi r^2h$ Based on what I understand for distributive property, I should take $3$ and multiply by…
ilovetolearn
  • 1,341
0
votes
3 answers

Equation including tangent function

I've been studying one problem and I need to consider the following problem. Let $n\in\mathbb{N}$. Is $\tan\left(nx\right)=n \tan(x)$ solvable on $\left(0,\pi\right)$? If it is, what are solutions?
Alem
  • 419
0
votes
0 answers

Why we cannot solve $y^{2}+\sin y =2 x^{3}+C$ for y?

This is from Stewart - Calculus - Early Transcedentals Writing the equation in differential form and integrating both sides, we have $$ \begin{aligned} (2 y+\cos y) d y &=6 x^{2} d x \\ \int(2 y+\cos y) d y &=\int 6 x^{2} d x \\ y^{2}+\sin y &=2…
0
votes
1 answer

Differentiable function that has minimum when all the variables are equal

I want to find a function $f:R^n\rightarrow R$, such that $f$ has minimum when $x_1=x_2=...=x_n$. I came up with this one, but this is not differentiable, do you have any ideas? $$f(x)=\sum_{i=1}^n \sum_{j=1}^n |x_i-x_j|$$
0
votes
0 answers

Inequality with exponent from (0,1)

Let $x,y>0$, $a\in(0,1)$. Is true the following inequality $(x+y)^a\le x^a+y^a$?
mwrooo
  • 327
0
votes
3 answers

Can I square both sides while calculating the Range of a function

Let $f(x)=$ $\dfrac{1}{\sqrt{x-5}}$ is a given function. We have to find its range. I have tried two approaches:- $\sqrt{x-5}>0$ ⇒ $\dfrac{1}{\sqrt{x-5}}>0$ ⇒ $y>0$ ⇒ Range = $(0,∞)$ $f(x)=y=$ $\dfrac{1}{\sqrt{x-5}}$ ⇒ $y^2$=$\dfrac{1}{{x-5}}$ ⇒…
0
votes
1 answer

Multiplication Simplification in a Composition Function

I am trying to work out $(\Pi \circ f)(L)$. The functions are defined: $ \Pi(y) = -y^4 + 6y^2 - 5 $, and $ f(L) = 5L^\frac23$ I understand the first simplification to: $-(5L^\frac23)^4 + 6(5L^\frac23)^2 - 5$ But I do not understand the final…
Rory
  • 39
0
votes
1 answer

Is it possible to create a formula that is fulfilling following conditions, using only elementary functions/arithmetic?

Conditions: Variables: X, L if X = L result of the formula should be -L otherwise it should be 0 So $$f(X,L)=\begin{cases}-L&X=L\\0&\text X\ne L\end{cases}$$ Is it possible to construct a formula fulfilling these conditions using only elementary…