I find it curious that Complex Numbers give enough flexibility to be algebraically closed, where the reals, rational numbers do not. For the reals it is easy to see that they cannot be used to solve equations like $x^2 + 1 =0$. Geometrically, one can look at the number line as see that any $x$ squared yields a positive number which when added to one cannot get you back to zero. In the complex case, however, we are working with the plane. In this case exponents stretch and rotate any given $x$. It is easy to therefore see in the particular circumstance that if $x=i$ that $x^2$ rotates it to $-1$ which when added to one yields the desired result (i.e. $0$). So because the Complex Numbers are algebraically closed, I conclude that any polynomial equation with complex coefficients my be solved by choosing one or more $x$'s in the plane and rotating them and stretching them such that they will combine using the given coefficients to produce the RHS.
Question: Why is it that we do not need a larger space than the plane to solve Complex polynomial equations?
I have tried to find a sufficient answer through Google, but was not able. I also searched M.SE and could not find a sufficient answer. I am not a mathematician, so I am looking for an intuitive answer if possible.
I think your question can be boiled down to understanding why the fundamental theorem of algebra is true. As has already been pointed out above there are many different ways to prove this and you should try to understand a few of them. However your question is not really about the mechanics of those different proofs but rather you are asking 'Why are the complex numbers enough..?'
It's a good question. The truth is that each of those different proofs is giving an argument about why they are enough -- from a slightly different perspective. Depending on your background you may find one more intuitive than another. I have two suggestions on how to get a better feel for the FTOA:
Perhaps what you are looking for in an intuitive answer is something visual. The nice thing here is that you can make awesome colorized pics which reveal the structure of complex valued functions. Check out this unpublished paper by Daniel J. Velleman at Amherst. It's a great visual walk through of a few approaches to the FTOA. It's really a very nice read and the plots bring it all together in a way that many people feel is intuitive. If you're good with coding then you can leverage something like SAGE or mathematica to make some plots of your own and understand the reasoning of the FTOA with your own examples too!
If that doesn't lock it in then take a stab at reading through Fine and Rosenberger's book. You can find it in most university libraries with a strong math department. They'll walk you through the FTOA from three different perspectives; algebra, complex analysis, and topology. It's a longer approach perhaps but I suspect it will bring a lot of mathematical loose ends together for you.
Best of luck and success in your studies! You've asked a great question and that's where it all starts.