Here is a toned down example of what I'm looking for:
Integration by solving for the unknown integral of $f(x)=x$:
$$\int x \, dx=x^2-\int x \, dx$$
$$2\int x \, dx=x^2$$
$$\int x \, dx=\frac{x^2}{2}$$
Can anyone think of any more examples?
P.S. This question was inspired by a question on MathOverflow that I found out about here. This question is meant to be more general, accepting things like solving integrals and using complex numbers to evaluate simple problems.



This is the first example that comes to my mind:
Let $f(x)=\sin^2(x)+\cos^2(x)$ then $f(0)=1$ and
$$f'(x)=2\sin(x)\cos(x)-2\cos(x)\sin(x)=0$$
so $f$ is a constant function and since $f(0)=1 \implies f(x)=1=\sin^2(x)+\cos^2(x)$
Explanation: The explanation mostly depends on the discussion in the below comments;
When we think the usual definition of $\sin,\cos$ function by unit circle it is obvious fact that $\sin^2(x)+\cos^2(x)=1$ as they are coordinate of points of the circle.
Above proof used two strong tools one of them is derivatives second of them is a corollary of mean value theorem.
$f'(x)=0 \implies f$ is constant function. (most books prove this by the mean value theorem)
Of course it is a valid proof but I thought it as "killing a fly with atomic bomb".
By the way as @Alex zorn point out if we just start from $\sin'=\cos$ and $\cos'=-\sin$ it is a natural proof which was not my intention and @Bill thought that it is completely natural proof which I respect his opinion. (He also thought that my opinion about this proof will change when I get enough experience, but I do not think so:) )
Please notice that there is no exact definition of being "ridiculously complicated" and it is kind of subjective topic but it is natural since it is a soft question.
I feel need to make this explanation to show my thought behind it, thanks for all who thought about this example and give some reaction. (including the ones who downvote :))