2

Once in 1150 AD, an Indian mathematician Bhaskara wrote in his work Bijaganita (algebra) that,

There is no square root of a negative quantity, for it is not a square

However later on in 1545 an Italian mathematician Gerolamo Cardano while solving the problem $x+y=10$ and $xy=40$ obtained $x=5+\sqrt{-15}$ and $y=5-\sqrt{-15}$, although he discarded this result saying that it was "useless". But later on mathematicians like Albert Girard, Euler and W. R Hamilton introduced these complex roots with purely mathematical definition.

So this was the tale of imaginary numbers which tells us that concept of imaginary numbers was initially adopted to compensate the theory of polynomial roots (number of roots is equal to the degree of polynomial). However later on some mathematicians proposed it's practical application through geometrical interpretation and other ways.

Now I want to know that in mathematics how one can be so sure that the square root of negative numbers can be the set to be designated as non-real numbers. Or in nut shell can't there be any other definition of non-real numbers.

For example, $x^{\gamma k}=-x^{k}$ (where $\gamma$ is something similar to $\iota$ as in complex number)

or $\log{(-x)}=\gamma \log{x}$ (provided $x>0$)

Notice that I had taken the values in the functions where the input is not lying in the domain. Concept of imaginary numbers was similar to this (i.e. $\sqrt{-x}=\iota \sqrt{x}$). So in this way I'll be able to create hundreds or probably thousands of such non-real sets.

I am sorry if I am loosing some logic in this but this is more like a curiosity than a question.

Saharsh
  • 854
  • http://en.wikipedia.org/wiki/Quaternion may be something to research for other numbers that can also be an extension in some ways. – JB King Oct 24 '14 at 07:51
  • 5
    There are plenty of other number systems. The extended reals, the quaternions above, the hyperreals....we don't designate only the square roots of negative numbers as the only 'nonreals'. – Alan Oct 24 '14 at 07:53
  • @JBKing Origin of Quaternion is something similar to square root of negative. Isn't it? Keep that function aside right now. I want to know it with some other functions. – Saharsh Oct 24 '14 at 07:58
  • @alpha Honestly, I haven't studied them much myself. http://en.wikipedia.org/wiki/Hyperreal_number gives details. – Alan Oct 24 '14 at 11:19
  • 2
    Related: http://math.stackexchange.com/questions/259584/why-dont-we-define-imaginary-numbers-for-every-impossibility/ – Hans Lundmark Oct 24 '14 at 11:41
  • @HansLundmark This was what I was seeking for. Thanks. – Saharsh Oct 24 '14 at 15:48

6 Answers6

7

If you posit $\log(-x)=\gamma \log(x)$ for all $x$, and if you want to allow the usual operations like division, you are going to be forced to conclude that $\gamma=\log(-x)/\log(x)$ for all $x$, and in particular that $$\frac{\log(-2)}{\log(2)}=\frac{\log(-3)}{\log(3)}$$

But the various logs in this equation already have definitions, and according to those definitions, the equation in question is not true (for any of the various choices of $\log(-2)$ and $\log(-3)$.

Therefore, your $\gamma$ can exist only if you either ban division or change the definition of the log. Likewise for your other proposal $x^{\gamma k}=-x^k$.

This is why you can't just go adjoining new constants willy-nilly and declaring them to have whatever properties you want. In the case of $i$, the miracle is that you can define it in a way that does not require you to revise the existing rules of arithmetic. Such miracles are rare.

Saharsh
  • 854
WillO
  • 3,141
1

Whereas complex numbers are typically introduced as solutions of quadratic equations, historically they were developed while studying solutions to the cubic.

Cardano developed an analog to the quadratic formula for cubics. Part of the formula requires you to take the difference if the square root of two quantities neither guaranteed to be non-negative. This could happen even when the final solutions were all real and could be determined without the formula. Real numerical input eventually led to real numerical output with some strange process going on in between. Studying that in between process led to the discovery of conjugacy and the strange multiplication rule. The imaginary unit wasn't introduced as an ad hoc solution to the equation $x^2+1=0$, but eventually made sense in the broader context of solving the cubic via a formula. From there, new algebra rules could be teased out for the complex numbers.

Those aren't the only non-real numbers tough. There's Hamilton's Quaternions and others.

TurlocTheRed
  • 5,683
  • Although its been almost 10 years since I asked this question, you answer was a good read. Thank you :) – Saharsh Jan 26 '24 at 20:59
0

"There is no square root of a negative quantity, for it is not a square"

This statement very precisely defines why there can be no real solution to √(-1)

Can you find any number which, when squared, gives -1 as a result?

  • 1
    You completely missed the point of his question. I'm sure OP knows about squaring numbers. –  Apr 14 '15 at 17:43
0

Yes. you can also declare $j^2=1$ where $j \neq 1$ and you'll get the double numbers. Or $\epsilon ^2=0$, $\epsilon \neq 0$ and you'll get the dual numbers.

user48672
  • 1,132
0

It seems you understand the difference between a pure imaginary number and a complex number. A pure imaginary number is the square root of a negative. Also, a complex number has both real and pure imaginary part. To wit- $$c=a+bi$$ defines a general complex number. I take it on faith that the square root of a negative number is not a real number. The square root of a negative cannot be positive, negative or zero. Here are some number system extensions. The integers to the rationals to the real algebraic numbers to the real numbers, and finally the complex numbers. Hope this helps.

  • I of course know what's the difference. Imaginary is the subset of complex and it's not my doubt either. Please read the complete question with patience. – Saharsh Oct 24 '14 at 08:16
0

From my understanding of the question(and my limited knowledge); First constructing the complex numbers;

Complex numbers can be represented as two ordered real pairs; $(a,b)$. The operation of addition is made component by component, while the multiplication is defined $(a,b)(c,d)=(ac-bd, ad+bc)$. The conjugation is an operation defined by $(a,b)^{*}=(a,-b)$. However there is no restriction to construct new algebras in a similar way(It's called the Cayley-Dickson construction). You can define further algebras if you add enough rigor to them this way, then check if the equality you seek is only applicable in $\Bbb C$.

But you're restricted to create only algebras where you double the dimensions of the last algebra this way... Don't stress over it. There are more algebra systems like the Hyperreals, Surreals etc.

UserX
  • 4,930