Motivation
We all get familiar with elementary functions in high-school or college. However, as the system of learning is not that much integrated we have learned them in different ways and the connections between these ways are not clarified mostly by teachers. Once I read the calculus book by Apostol, I just found out that one can define these functions in a treatise systematic way only analytically. The approach used in the book with some minor changes is like this
$1.$ Firstly, introduce the natural logarithm function by $\ln(x)=\int_{1}^{x}\frac{1}{t}dt$ for $x>0$. Accordingly, one defines the logarithm function by $\log_{b}x=\frac{\ln(x)}{\ln(b)}$ for $b>0$, $b \ne 1$ and $x>0$.
$2.$ Then introduce the natural exponential function as the inverse of natural logarithm $\exp(x)=\ln^{-1}(x)$. Afterwards, introduce the exponential function $a^x=\exp(x\ln(a))$ for $a>0$ and real $x$. Interchanging $x$ and $a$, one can introduce the power function $x^a=\exp(a\ln(x))$ for $x \gt 0$ and real $a$.
$3.$ Next, define hyperbolic functions $\cosh(x)$ and $\sinh(x)$ by using exponential function
$$\matrix{ {\cosh (x) = {{\exp (x) + \exp ( - x)} \over 2}} \hfill & {\sinh (x) = {{\exp (x) - \exp ( - x)} \over 2}} \hfill \cr } $$
and then defining the other hyperbolic functions. Consequently, one can define the inverse-hyperbolic functions.
$4.$ Finally, the author gives three ways for introducing the trigonometric functions.
$\qquad 4.1-$ Introduces the $\sin x$ and $\cos x$ functions by the following properties
\begin{align*}{} \text{(a)}\,\,& \text{The domain of $\sin x$ and $\cos x$ is $\mathbb R$} \\ \text{(b)}\,\,& \cos 0 = \sin \frac{\pi}{2}=0,\, \cos \pi=-1 \\ \text{(c)}\,\,& \cos (y-x)= \cos y \cos x + \sin y \sin x \\ \text{(d)}\,\,& \text{For $0 \le x \le \frac{\pi}{2}$ we have $0 \le \cos x \le \frac{\sin x}{x} \le \frac{1}{\cos x}$} \end{align*}
$\qquad 4.2-$ Using formal geometric definitions employing the unit circle.
$\qquad 4.3-$ Introducing $\sin x$ and $\cos x$ functions by their Taylor series.
and then defining the other trigonometric ones and the inverse-trigonometric functions.
In my point of view, the approach is good but it seems a little disconnected as the relation between the trigonometric and exponential functions is not illustrated as the author insisted to stay in the real domain when introducing these functions. Also, exponential and power functions are just defined for positive real numbers $a$ and $x$ while they can be extended to negative ones.
Questions
$1.$ How many other approaches are used for this purpose? Are there many or just a few? Is there some list for this?
$2.$ Would you please explain just one of the other heuristic ways to introduce the elementary functions analytically with appropriate details?
Notes
Historical remarks are welcome as they provide a good motivation.
Answers which connect more advanced (not too elementary) mathematical concepts to the development of elementary functions are really welcome. As nice example of this is the answer by Aloizio Macedo given below.
It is hard to choose the best answer between these nice answers so I decided to choose none. I just gave the bounties to the ones that are more compatible with the studies from high-school. However, please feel free to add new answers including your own ideas or what you may think that is interesting so we can have a valuable list of different approaches recorded here. This can serve as a nice guide for future readers.
Useful Links
Here is a link to a paper by W. F. Eberlein suggested in the comments. The paper deals with introducing the trigonometric functions in a systematic way.
There are six pdfs created by Paramanand Singh who has an answer below. It discusses some approaches for introducing logarithmic, exponential and circular functions. I have combined them all into one pdf which can be downloaded from here. I am sure that it will be useful.
There are certainly many different approaches.
You can start by defining $e^x$ using it's Taylor series.
Then notice that the series still make sense over the complex numbers (i.e. converges everywhere). Then you can define $\sin(x)=\frac{e^{ix}-e^{-ix}}{2i}$ and $\cos(x)=\frac{e^{ix}+e^{-ix}}{2}$.
You then define the rest of the trig functions and hyperbolic trig functions in the usual way from $e^x$,$\sin(x)$ and $\cos(x)$ and define $\ln(x)$ as the inverse to $e^x$.
You can also start by defining $e^x$ as the unique function such that $f^\prime(x)=f(x)$, $f(0)=1$ and which is continuous everywhere.
You can define $\sin(x)$ and $\cos(x)$ using the functional equations they satisfy and continuity (you might also need to fix a point though I'm not sure).
$$(f(x))^2+(g(x))^2=1$$ $$f(-x)=-f(x)\wedge g(-x)=g(x)$$ $$f(x+y)=f(x)g(y)+f(y)g(x)$$ $$g(x+y)=g(x)g(y)-f(x)f(y)$$
And go from there using complex numbers to define $e^x$.
You can also define $a^x$ for all real $x$ and $a>0$ by first defining powers of rational exponents in the usual way and then extending to all real numbers density of rationals and continuity. And then pick out $e$ using some limit for example.
You can also define the trig functions using the usual geometrical approach (rigorously) and then extending them in the sensible way to all reals.
And there are many many more ways.