Please note: I am working in DEGREES
I think the easiest way to illustrate my point is by showing some examples:
- $ \tan(0^\circ) = \sqrt 0 = 0$
- $ \tan(22.5^\circ) = \sqrt 2 -1$
- $ 3 \cdot \tan(30 ^\circ) =\sqrt 3$
- $ \tan(45 ^\circ) =\sqrt 1 = 1$
- $ \tan(60 ^\circ) =\sqrt 3$
- $ \tan(75 ^\circ) = 2 + \sqrt 3$
Ok, so there are some nice examples that have whole numbers, but then there are some that are less "pretty":
- $ \tan(54.73561... ^\circ) = \sqrt 2$
$ \tan(65.90515... ^\circ) = \sqrt 5$
... and so on ...
These aren't very impressive, because once can easily generate these irrational numbers in order to get the square root of something by simply using the arctan(x) function. (arctan($\sqrt 2$) = 54.73561...
Let's look at this useless equation:
$ \tan( \arctan(\sqrt x)) = \sqrt x$ * SHOCKER *
So, I was wondering, is there possibly a way to represent this without using arctan($\sqrt x$) by the use of an infinite series - for example:
$ \tan(\sum_{n=0}^\infty $ something in terms of x ) = $\sqrt x$
I look forward to any answers or responses I may get :)
Kind regards
Joshua :)
EDIT: An interesting "discovery" (not really)
I'm putting "discovery" in inverted commas because I am fairly certain that I am not the first to find this, but I haven't been able to find it on the internet (that I have searched).
\begin{align} \sqrt{3} & = \frac{\sum_{n=0}^\infty \frac{(-1)^n (\frac{\pi}{3})^{2n+1}}{(2n+1)!}}{\sum_{n=0}^\infty \frac{(-1)^n (\frac{\pi}{3})^{2n}}{(2n)!}} \\ \end{align}
Now notice that $\sqrt3$ = infinite sum (THAT CONTAINS $\frac{\pi}{3}$) (The transcendental number pi divided by 3, which is the number we started with) - I do not mind having $\pi$, $e$ or $\phi$ in the infinite sum, as these are transcendental numbers. However, I would like to avoid non-transcendental numbers such as $\sqrt 2$, etc.
Let me simplify a bit more: The bottom infinite sum converges to 0.5
\begin{align} \sqrt{3} & = \frac{\sum_{n=0}^\infty \frac{(-1)^n (\frac{\pi}{3})^{2n+1}}{(2n+1)!}}{0.5} \\ & = 2\sum_{n=0}^\infty \frac{(-1)^n (\frac{\pi}{3})^{2n+1}}{(2n+1)!} \end{align}
Now all you observant people would notice that the equation can be written as $$\frac{\sqrt{3}}{2} = \sum_{n=0}^\infty \frac{(-1)^n (\frac{\pi}{3})^{2n+1}}{(2n+1)!} = sin(60^\circ) $$
And \begin{align} \sqrt{3} & = \frac{sin(60^\circ)}{cos(60^\circ)} = tan(60^\circ)\\ \end{align}
Maybe this helps someone work it out a little bit further :)
If $k$ is an integer, and $f$ is a continuous, real-valued function defined on some real interval $I$ and satisfying $$ (k - \tfrac{1}{2})\pi < f(x) < (k + \tfrac{1}{2})\pi \quad\text{for all $x$ in $I$,} $$ and if $\tan f(x) = \sqrt{x}$ for all $x$ in $I$, then $$ f(x) = k\pi + \arctan \sqrt{x} \quad\text{for all $x$ in $I$.} $$
This doesn't leave any leeway for "something in terms of $x$", except to the extent that $\arctan\sqrt{x}$ can be represented by, e.g., the definite integral $$ \arctan\sqrt{x} = \int_{0}^{\sqrt{x}} \frac{dt}{1 + t^{2}}, \tag{1} $$ or—on the open interval $(0, 1)$—the power series (in $\sqrt{x}$) $$ \arctan\sqrt{x} = \sum_{k=0}^{\infty} \frac{(-1)^{k} \sqrt{x}^{2k+1}}{2k + 1} = \sqrt{x}\sum_{k=0}^{\infty} \frac{(-1)^{k} x^{k}}{2k + 1}, \tag{2} $$ or an infinite product, etc.
The series representation (2) is by no means unique. For example, the square root function is real-analytic on $(0, \infty)$ (the series representation centered at $a > 0$ has radius $a$), and $\arctan$ is real-analytic on the real line (the series centered at $c > 0$ has radius $\sqrt{c^{2} + 1}$, thanks to the complex singularities of the integrand in (1)).