Find the square root of negative numbers

AI Thread Summary
Imaginary numbers are defined to address the square roots of negative numbers, which do not exist among real numbers. The introduction of the imaginary unit 'i', where i^2 = -1, allows for the extension of real numbers into complex numbers, facilitating solutions to equations that would otherwise have no real roots. Complex numbers can be visualized on a complex plane, providing clarity in mathematical and physical applications, especially in fields like electronic engineering. While the terms "real" and "imaginary" may seem misleading, both types of numbers are conceptually valid and useful in mathematics. Understanding the distinction between the two roots of negative numbers is crucial, as both i and -i are valid square roots of -1, but only one can be designated as the imaginary unit for consistency.
minase
Messages
42
Reaction score
0
I don't get the use of imaginary numbers. To find the square root of negative numbers but it does not exist and it is not a real number. Can u please explain it to me.
 
Physics news on Phys.org
minase said:
I don't get the use of imaginary numbers. To find the square root of negative numbers but it does not exist and it is not a real number. Can u please explain it to me.

they certainly do exist... they just aren't real. they're just a special sort of number. Like, what's the deal with negative numbers? i mean, we don't have negative apples, or negative space... they make no sense... (matter of fact, the greeks refused to accept negative numbers for just that reason.) just like many things in math, imaginary numbers are just a concept, that when manipulated correctly, help to explain physical phenomena.
 
One of these concepts being electronic engineering especially in tuned circuits, etc, where the principles of working with imaginery numbers are very evident.
 
The "problem" that leads to complex numbers concerns solutions of equations. All quadratic equations and Polynomials will have defined roots if we introduce complex numbers. for example

a) x^2 = 1 , has two roots: x= 1 and x = -1, both are real and you can visualise them on xy plot in a real plane.

B) x^2 = -1, has two roots again x = \sqrt{-1}
and x = - \sqrt{-1}
but how will you visualise this concept in real plane. For simplifying this because there are many such problems in science which evokes such roots and numbers. For this we introduce the complex plane, C, made of points each of which represents complex number. Then the roots of above equation are x = -i and x = i. Now you can clearly see these two points on complex plane.

Complex numbers can be represented in cartesian coordinates and their conversion to polar coordinates is quite easy.

Thus complex numbers made the concepts of Physics and Math more transparent.
 
minase said:
I don't get the use of imaginary numbers. To find the square root of negative numbers but it does not exist and it is not a real number. Can u please explain it to me.

The square root of a negative number isn't anymore real or less real than any other number, since numbers only exist in our heads. (The adjectives 'real' and 'imaginary' are ill-chosen).
We can invent, or define a new entity which we shall call i, to which we assign the property that i^2=-1.
Ofcourse, you can define anything you want, but the question is: Is it allowed? logically consistent? at all useful?
The answer is yes. Complex numbers (which have a real and an imaginary part) have many nice properties and can be viewed as an extension of the set of real numbers.
 
We might also mention the "cubic formula" that lead to the use of complex numbers. Cardano's formula requires that you take the square root of a number and then do various other things. There are some cubic equations where it is easy to show that they HAVE three real roots- yet Cardano's formula requires that you take the square root of negative numbers. It turns out that the imaginary parts then cancel in the final answer- but you need to use them in order to get the real number solutions!

By the way, what part of this was homework?
 
Galileo said:
The square root of a negative number isn't anymore real or less real than any other number, since numbers only exist in our heads. (The adjectives 'real' and 'imaginary' are ill-chosen).
We can invent, or define a new entity which we shall call i, to which we assign the property that i^2=-1.
Ofcourse, you can define anything you want, but the question is: Is it allowed? logically consistent? at all useful?
The answer is yes. Complex numbers (which have a real and an imaginary part) have many nice properties and can be viewed as an extension of the set of real numbers.


If the property of i is i^2=-1 why is it that we can't apply the rule, root -1 *root -1 = root ( -1*-1) = root 1 ?
 
Why must square roots of negative real numbers obey the same rules as square roots of non-negative real numbers?
 
roger said:
If the property of i is i^2=-1 why is it that we can't apply the rule, root -1 *root -1 = root ( -1*-1) = root 1 ?

Note that I didn't say that i is the square root of -1. In fact, THE square root of a number doesn't exist, since there are always 2 roots (expect for 0).
So when I define i through the property i^2=-1, I cannot distinguish between i and -i, since (-i)^2=-1 also.
Therefore care must be taken when dealing with roots of numbers (or multi-valued functions in general).
In the real case there would be no problem, since there we can make a choice to take the positive root (but that's just a convention).
In the complex case, we can no longer do so, since the set of complex numbers is essentially a plane, they have no ordering property. (there's no such thing as a positive or negative complex number, unless perhaps it happens to be real).

wolfram said:
Although there are two possible square roots of any number, the square roots of a negative number cannot be distinguished until one of the two is defined as the imaginary unit, at which point and can then be distinguished. Since either choice is possible, there is no ambiguity in defining i as "the" square root of -1.
So you have to make a choice. If \sqrt{-1}=i, then
\sqrt{-1}\sqrt{-1}=i^2=-1, if \sqrt{-1}=-i then:
\sqrt{-1}\sqrt{-1}=(-i)^2=-1
 
Last edited:
Back
Top