This is my first StackExchange question:
What is the reason that equations such as $\tan x = 2x$, $\cos x = x$, $\sin(x) = x^2$ and other questions that involve the same variable within a trigonometric function and outside the trigonometric function can only be solved with computer algorithms and have extremely complex closed forms; such as the Dottie number, the root of $\cos x = x$, having the mind-blowing closed form $\sqrt{1-\left(2I_{\frac{1}{2}}^{-1}\left(\frac{1}{2},\frac{3}{2}\right)-1\right)^2}\,,$ which is really fascinating to me.
For $\cos x = x$, I tried solving the equation using the complex definition of $\cos x$ (aka. the cooler version of cosine), $\frac{e^{ix}+e^{-ix}}{2} = x$ but after using a quadratic formula to solve for $e^{ix}$, I found that I just ended up with $x$ being equal to the complex definition of inverse cosine (arccos) in the formula $x = -i\ln(x + \sqrt{x^2-1})$ and I had gone around in circles, I thought "Is this really an impossible equation to solve for $x$?" The sum inside the natural logarithm, the $i$ being present in the equation even though the Dottie number is a real number approximately $0.739085$... and the $\sqrt{x^2-1}$, I had seen that thing everywhere in Pythagoras and trigonometric calculus. It's as if mathematics had put as many barriers around the $x$ as possible to prevent you from solving for $x$. And I had a similiar problem with $\sin x = x$, I knew for a fact that the solution was definitely $0$ and yet the "solution" I got was total garbage that looked nothing like $0$. And apparently this equation also had infinitely many complex solutions as well, which I don't grasp at all.
These equations look so simple from first glance and yet are mathematically impossible for a human to solve for an exact form, but why is that? is it something to do with "transcendental numbers"? Does it have any applications in trigonometry and calculus?
Congratulations for a so well-posed first question on this site to which I welcome you !
As said in comments, very few transcendental equations have a closed form and when they have, they express in terms of special functions.
@Tyma Gaidash (in particular) gave a few of them; they are nice, beautiful and interesting. For example (have a look here) Laplace's limit constant corresponds to the solution of
$$ e^{-2x}=\frac{x-1}{x+1}\quad \implies \quad x=\frac{1}{2}W\left({+2\atop -2};1\right)$$ this is an exact solution in terms of the generalized Lambert function but for computing it $$x=1+2\sum_{n=1}^\infty\frac{L_{n-1}^{(1)}(4n)}{n}e^{-2n}$$ which is an infinite summation.
$\color{red}{\text{Playing the role of the devil's advocate}}$, let me consider, with a more than simplistic approach, the case of the zero of the simple function $$f(x)=x-\cos(x)$$ which write $$f(x)=\frac{\pi -2 \sqrt{2}}{4}+\left(1+\frac{1}{\sqrt{2}}\right)\left(x-\frac{\pi }{4}\right) +\sum_{n=2}^\infty \frac{\sin \left(\frac{\pi n}{2}\right)-\cos \left(\frac{\pi n}{2}\right)}{\sqrt{2} n!}\left(x-\frac{\pi }{4}\right)^n$$ In this form, it can be inversed leading to $$x=\frac \pi 4+\sum_{n=1}^\infty a_n\,t^n\qquad \text{where}\qquad t=\frac{2 \sqrt{2}-\pi}{4}$$ where we know all the $a_n$ (have look here). This is then (at leat to me) an exact definition of Dottie number.
To give an idea, truncating the infinite series to $O(t^{13})$ gives an absolute error of $1.14\times 10^{-19}$