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
0
votes
0 answers

Can I Invert a function to eliminate a divide by zero error?

I'm working on a spreadsheet to break down hourly cost of a salary employee, depending on billable hours. So, his Daily cost is a constant, call it CS (for Consistant Salary). His total billable hours per day will be TH. His per-job hours will be…
0
votes
1 answer

Maximum area of a circle bound by a line and a parabola

I had a math exam today and I couldn't solve this problem. How are you supposed to calculate the maximum area of the circle c with only algebra?
urw7RSeeh8FR
  • 143
  • 1
  • 8
0
votes
0 answers

Finding logic formula for assigning tasks per day

I have a condition where there are 2 types of tasks for a person. For 'hard' task, a person can do 4 tasks per day For 'easy' task, a person can do 10 tasks per day. I need a formula to calculate the total days required to do, say 21 tasks of 'hard'…
0
votes
2 answers

$ax + by = c$, c is always 0?

Find an equation for the given line in the form $ax +by =​c$, where​ a, b, and c are integers with no factor common to all three and a ≥0. Through $(-40, 35)$; parallel to $7x + 8y = 13$ I put that in slope intercept form. Then use the Point Slope…
Jude
  • 15
0
votes
4 answers

A surjection from three countably infinite subsets of the natural numbers?

I am trying to construct such a surjection. More specifically, given $f: \mathbb{N} \rightarrow A$ $g: \mathbb{N} \rightarrow B$ $h: \mathbb{N} \rightarrow C$ as surjections, where $A,B,C \subset \mathbb{N}$ and are countably infinite. I have some…
J00S
  • 535
0
votes
1 answer

How do i calculate a general solution for when its better to increase the base number or the % increase in this game i am playing

So essentialy i have a base number which starts at 1 and a percent multiplier that increases this base number. And i can spend 1 skill point to increase either the base number by 1 or the percent multipler by 5%. So as a example if i have 100…
Vajura
  • 133
0
votes
1 answer

Is $f([a]_{mn}) = ([a]_m,[a]_n)$ a bijection?

Given, $f : Z/mnZ → Z/mZ × Z/nZ$, is $f([a]_{mn}) = ([a]_m,[a]_n)$ a bijection? I have already done the work to prove that this function is well-defined. Can I say that this is bijective though, without knowing the values of $m$ and $n$?
Ben Knoll
  • 243
0
votes
1 answer

Simple rearrangement

I am not good at identifying simple things like the fact that this: $\frac{n(n+1)+2(n+1)}2$ can be rearranged to $\frac{(n+1)(n+2)}2$ But why and how? Sorry for this completely basic question but it's really difficult for me.
0
votes
1 answer

Minimum of a+b+c given an exponential equation

I am reviewing for my exam next week and in my notes we have this problem: Given x,y,z as real numbers and $4^{\sqrt{5x+9y+4z}}-68\cdot 2^{\sqrt{5x+9y+4z}}+256=0$. Find the product of the minimum and maximum values of $x+y+z$. The solution is as…
james25
  • 173
0
votes
3 answers

Find the values of $\sin z=0$

Hello can someone check my work and tell me what to do next. Find the values of $\sin z = 0$ we know that; $$\sin z = {{{e^{zi}} - {e^{ - zi}}} \over {2i}}$$ So; $${{{e^{zi}} - {e^{ - zi}}} \over {2i}} = 0$$ $${e^{zi}} - {e^{ - zi}} = 0$$ Then I…
0
votes
1 answer

Is there an intersection point for $f_1 = 100n²$ and $f_2 = 2ⁿ$?

As far as i know, there is, and it can be answered by resolving the equation $100n^2 = 2^n$. But how can it be resolved? I already tried to transform the equation using $\log 2$, but i just don't get the point. Can you please show me, how it's done?
0
votes
4 answers

How to produce 100 with only four 3s and mathematical symbols

An approach like this doesn't count!        $\underset{k \in \mathbb N, k \leq (3+3/3)} {\sum k^3}$ Thanks for your answers but I need something more strong... You are only allowed to use +, -, *, /, !, (, ), ^ and sqrt !
mr-fotev
  • 497
0
votes
2 answers

Help with parametric quadratic equation

We have the equation $x^2+ax+2a+1=0$ which has real roots $x_1$ and $x_2$ and a is a parameter. I need to answer to the following questions: Find all values of a for which $x_1=(a-1)x_2$. For which values of a the roots $x_1$ and $x_2$ are…
chen h.
  • 723
-1
votes
1 answer

Algebraic equations functions comparison

If a.f((x) + b.g(x) = f(x).h(x) + g(x).p(x) As LHS = RHS Then we can conclude that h(x) = a & p(x) = b Is that right? Can anyone give some explanations? I know that there are more than one solutions can exist, but I'm asking that there is any…