Why Does the Modulus Only Take Positive Values?

  • Thread starter Thread starter flyingpig
  • Start date Start date
  • Tags Tags
    Complex
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
flyingpig
Messages
2,574
Reaction score
1

Homework Statement



Find the modulus of |z| for z = 4 + 3i






The Attempt at a Solution



z' = 4 - 3i

z'z = 25

[tex]\sqrt{25}[/tex] = plus or minus 5

My book and Mathematic only take positive roots, why?
 
Physics news on Phys.org
The modulus of a complex number z is defined to be the positive square root of z z'. That's it - it's just a definition.

The motivation for this definition is that the modulus is supposed to be the length of z if you think of z as a vector in the x-y plane. In the case of z = 4 + 3i, the vector points from (0,0) to (4,3) and so its length is 5 (certainly not -5).
 
SammyS said:
[tex]\sqrt{25} = +5[/tex]. That radical symbol denotes the principal square root, which is positive.

Wow what?
 
flyingpig said:
Wow what?

That simply means that when you write [tex]\sqrt{25}[/tex], or [tex]\sqrt{16}[/tex], or
[tex]\sqrt{2729275.5839}[/tex], by definition the positive square root is the one
that is intended. If you want the negative value you need to indicate it, viz. [tex]-\sqrt{25} = -5[/tex].
 
flyingpig said:
Wow what?
That wasn't very nice of me, was it?

Now, if you're solving x2=25, for example, then there are a couple of ways to show that the solution is: x = ±5. (I could have said: x = ±√(25) just as correctly.)

Method 1:
If x2 = 25, then x2 - 25 =0 . Factoring the LHS gives: (x+5)(x-5)=0

The zero product property of real numbers gives the solutions: x = 5 or x= -5.​

Method 2:
If x2 = 25, then taking the (principal) square root of both sides gives:

[tex]\sqrt{x^2}=\sqrt{25}[/tex]

[tex]\sqrt{25}\text{ is }5\,, \text{ (That's positive 5 .) and }\sqrt{x^2}\text{ is }|x|\,.[/tex]

So we have: [tex]\text{ }|x|=5 \ .[/tex]

Therefore: [tex]x=\pm5\,.[/tex]