A basic question about complex numbers

AI Thread Summary
The discussion centers on understanding the modulus of complex numbers, specifically the example of z = -1 + i*(3)^(1/2). The correct formula for the modulus is confirmed as (x^2 + y^2)^(1/2), leading to the calculation that the modulus equals 2. A misunderstanding regarding the interpretation of the imaginary unit and the square root is clarified, with emphasis on the importance of correctly memorizing the modulus formula. Additionally, the relationship between a complex number and its conjugate is highlighted as a useful concept. Overall, the conversation effectively resolves the initial confusion about calculating the modulus of complex numbers.
qazxsw11111
Messages
95
Reaction score
0
Hi. I have recently scratched the basics of complex numbers and just learned the modulus. I looked at one of the examples on my textbook which states that

l (-1+ 31/2i)l = ((-1)2+(30.5)2)1/2

But according to my understanding, isn't the l31/2il supposed to be sqrt of 3i2, in which it is a 3(-1). But typing the equation into my graphic calcuator reveals the results as shown on the textbook, meaning my understanding is wrong.

Any helps please? Thanks.
 
Physics news on Phys.org
THe definition of modulus for any complex number z = x+iy is (x^2 + y^2 ) ^ 1/2

so for your example, if z = -1 + i*(3)^1/2
then the modulus of z would be ((-1)^2 + ( (3)^1/2) ^2 ) ^ 1/2 which is just
(1 + 3) ^ 1/2 = 4^1/2 = 2

Hope this helps.

Maybe you are reading or wrote down the wrong definition for modulus.
 
Yes! Thank you! Yeah, I was just reading my textbook and didnt really memorize the formula correctly.
 
qazxsw11111 said:
Yes! Thank you! Yeah, I was just reading my textbook and didnt really memorize the formula correctly.

np, good luck :-D
 
qazxsw11111;1921526 [I said:
isnt the l31/2il supposed to be sqrt of 3i2, in which it is a 3(-1). [/I]

What do you mean?

chota said:
THe definition of modulus for any complex number z = x+iy is (x^2 + y^2 ) ^ 1/2

so for your example, if z = -1 + i*(3)^1/2
then the modulus of z would be ((-1)^2 + ( (3)^1/2) ^2 ) ^ 1/2 which is just
(1 + 3) ^ 1/2 = 4^1/2 = 2

Hope this helps.

Maybe you are reading or wrote down the wrong definition for modulus.

Isn't much easier to make a sqrt of (-1)2+(31/2)2i?
 
Last edited:
It is also helpful to remember that |z| is the square root if z times its complex conjugate. If z= x+ iy, then it's conjugate is x- iy: (x+ iy)(x- iy)= x2- (iy)2= x2-(-y2)= x2+ y2.
 
Back
Top