Contradiction in the definition and properties of the abs

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
2 replies · 1K views
Jhenrique
Messages
676
Reaction score
4
If the abs(a+b) = abs(a) + abs(b), so the abs(z) = abs(x+iy) = abs(x) + abs(iy) = abs(x) + i abs(y). However, the correct wouldn't be abs(z) = √[x²+y²] ?

√[x²+y²] ≠ abs(x) + i abs(y) => abs(z) ≠ abs(z)

It's no make sense. What there is of wrong with those definions?
 
Physics news on Phys.org
Jhenrique said:
If the abs(a+b) = abs(a) + abs(b), so the abs(z) = abs(x+iy) = abs(x) + abs(iy) = abs(x) + i abs(y). However, the correct wouldn't be abs(z) = √[x²+y²] ?

√[x²+y²] ≠ abs(x) + i abs(y) => abs(z) ≠ abs(z)

It's no make sense. What there is of wrong with those definions?

[tex]|a + b| \neq |a| + |b|[/tex]
E.g. a = 2, b = -1
 
  • Like
Likes   Reactions: 1 person
Jhenrique said:
If the abs(a+b) = abs(a) + abs(b)
As PeroK notes, this is incorrect. Since your hypothesis is false, any following work is meaningless.

Also, the | key on the keyboard is usually used to write absolute values, as in |a + b|.
Jhenrique said:
, so the abs(z) = abs(x+iy) = abs(x) + abs(iy) = abs(x) + i abs(y). However, the correct wouldn't be abs(z) = √[x²+y²] ?

√[x²+y²] ≠ abs(x) + i abs(y) => abs(z) ≠ abs(z)

It's no make sense. What there is of wrong with those definions?