Understanding Algebraic Variables with a Dash: Help with Math Term Explanation

  • Context: High School 
  • Thread starter Thread starter Ghost803
  • Start date Start date
  • Tags Tags
    Term
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 3K views
Ghost803
Messages
19
Reaction score
0
What does it mean when an algebraic variable has a dash above it? _
---------------------------------------------------------------->z, like that?
 
Mathematics news on Phys.org
Ghost803 said:
What does it mean when an algebraic variable has a dash above it? _
---------------------------------------------------------------->z, like that?
Sometimes it's just used as a decoration to create a new alphabetic symbol to use. (there aren't enough alphabets for the purposes of mathematics!)

Sometimes it's used to denote the complex conjugate function: [tex]\overline{a + bi} = a - bi[/tex].

Sometimes it's used to denote equivalence classes; e.g. when it's evident you're working modulo 3, the relation [itex]2 \equiv 5 \pmod 3[/itex] can be expressed as [itex]\bar{2} = \bar{5}[/itex].
 
If you want fixed width fonts, then you need to put in some tags. I think it might be 'code'. Otherwise attempting justification doesn't work since it is font specific, or machine dependent.

Code:
  _
  z
 
[tex]\overline{z}[/tex]
 
it says the absolute value of z equals the absolute value of [tex]\overline{z}[/tex]. This was in a list of properties of absolute value.
 
Okay, then you are talking about complex numbers and the "overline" denotes the complex conjugate

If z is a complex number, say z= a+ bi, so its absolute value is [itex]|z|= \sqrt{a^2+ b^2}[/itex]. As Hurkyl said, then, [itex]\overline{z}= a- bi[/itex] so that its absolute value is [itex]|\overline{z}|= \sqrt{a^2+ (-b)^2}= \sqrt{a^2+ b^2}= |z|[/itex].

One can also define absolute value of a complex number by [itex]|z|= \sqrt{z\overline{z}}[/itex].
 
Last edited by a moderator:
Thx a lot. Makes sense now.