(no title)
woopsn
|
5 months ago
But working with complex numbers I hardly if ever write (a, b) for a+ib, while I use the "escape hatches" all the time. They solve equations that have no real solution, they give me paths from x=-1 to x=1 that don't cross the origin, etc. There's only so much to learn about C as a vector space, while the theory tying it to R (and even N) is very deep.
phailhaus|5 months ago
If you don't realize this, then you can draw conclusions that don't make sense in the space you're working with. Take a simple equation like y = -x^2 - 5, representing a thrown ball's trajectory. It never crosses zero, there are no solutions. You can't "pop into the complex numbers and find a solution" because the thing it represents is confined to the reals.
So if you find yourself reaching for complex numbers, you have to understand that the thing you are working with is no longer one-dimensional, even if that second dimension collapses back to 0 at the end.