I look for possiblity to define sin/cos through algebraic relations without involving power series, integrals, differential equation and geometric intuition.
Is it possible to define sin and cos through some axioms?
Like:
$$\sin 0 = 0, \cos 0 = 1$$ $$\sin \pi/2 = 1, \cos \pi/2 = 0$$ $$\sin^2 x + \cos^2 x = 1$$ $$\sin(x+2\pi n) = \sin x, \cos(x+2\pi n) = \cos x$$ $$\sin(-x)=-\sin x, \cos(-x) = \cos x \text{ for } x \in [-\pi;0]$$ $$\sin(x+y)=\sin x \cos y + \sin y \cos x$$
and be able to prove trigonometric school equations?
What additions are required to prove continuity and uniqueness of such functions and analysis properties like:
$$\lim_{x \to 0}\frac{\sin x}{x} = 0$$ or $$\sin ' x = \cos x$$ or $$\int \frac{dx}{\sqrt {1-x^2}} = \arcsin x$$
PS In Walter Rudin book "Principles of Mathematical analysis" sin and cos introduced through power series.
In Solomon Feferman book "The Number Systems: Foundations of Algebra and Analysis" I see system derived from integral definition.
To quote a previous answer of mine:
(This is the paper I cite most often on StackExchange.)
If you don't have access to jstor (and don't want to sign up for their free 3-papers-at-a-time deal), you could try this other answer of mine to a closely related question about exponentiation, in which I adapted Robison's proof to give the following functional characterization of sine and cosine:
You'll note that I just took continuity as an axiom, which was convenient and natural in the context of that other question; Robison proves continuity from weaker but less intuitive axioms — if memory serves, the key one is that cosine has a smallest positive root, i.e., there exists $p>0$ such that $C(p)=0$ and $C(x)\ne0$ for $0 < x < p$ — which might serve your purposes better.
(Oh, and since there's some question about degrees and radians and all that: Robison takes the normalization $p=1$, proves that $\lim_{x\to 0}\frac{S(x)}{x}$ exists, then defines $\pi = 2\lim_{x\to 0} \frac{S(x)}{x}$, and then defines $\sin(x) = S(\frac{2x}{\pi})$, and similarly for $\cos$. This manoeuvre amounts to defining $\pi$ by the condition $\lim_{x\to 0}\frac{\sin x}{x} = 1$, very much like we sometimes define $e$ by the condition $\lim_{x\to 0}\frac{e^x-1}{x} = 1$.)