Understanding the Quadratic Formula and Solving Complex Equations

Nikitin
Messages
734
Reaction score
27
Hey! In an example in my textbook, the complex equation z2 +2i*z-(1+i) = 0

is solved using the quadratic formula, so that it ends up with:

z= -i ± √i = -i ± (1+i)/√2 = ...etc.

Uhm.. I got 2 questions:

1) Why isn't the first solution (-i ± √i) acceptable?
2) How does √i = (1+i)/√2 ? Only thing I know is that the root of two is the length of 1+i, but how does dividing 1+i with its length give √i?

thanks
 
Last edited:
Physics news on Phys.org
Nikitin said:
Hey! In an example in my textbook, the complex equation z2 +2i*z-(1+i) = 0

is solved using the quadratic formula, so that it ends up with:

z= -i ± √i = -i ± (1+i)/√2

Uhm.. I got 2 questions:

1) Why isn't the first solution acceptable?
Who says it isn't acceptable? It may not be in its simplest form, for someone who doesn't want to see complex numbers inside square roots, but it is perfectly correct. Neither answer is in the standard form a + bi where a and b are real numbers. Normally it's a good idea to express the answer that way unless asked to do otherwise.
2) How does √i = (1+i)/√2 ?
It is easy to take square roots of complex numbers if we put them into polar coordinates, such as re^{i\theta}. In this case we have i = 1 \cdot e^{i\pi/2}. What is the square root of that number?
 
Ah, I see. √i = e^i*π/4 or e^i*5π/4, => √i = ± (1+i)/√2.

Thank you!

But can you explain me why it is easier to take square roots if you put the complex number in the re^iθ form? It's the same kind of work as if you have the number in r(cosθ + i*sinθ) form, just with a bit less writing. Right?
 
Nikitin said:
Ah, I see. √i = e^i*π/4 or e^i*5π/4, => √i = ± (1+i)/√2.

Thank you!

But can you explain me why it is easier to take square roots if you put the complex number in the re^iθ form? It's the same kind of work as if you have the number in r(cosθ + i*sinθ) form, just with a bit less writing. Right?
Sure, your form is also polar form, so use whichever you prefer. The key is that you can easily see the magnitude r and the angle \theta. I was contrasting these forms with rectangular coordinates, which look like a + ib with a and b real, or with other forms such as \sqrt{i}, where there's no obvious method to compute roots.
 
Ah, thanks. I was unsure what polar form meant, but i see now. Thx again!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top