Has this equation got a solution?

  • Thread starter Thread starter MHD93
  • Start date Start date
AI Thread Summary
The equation x^0.5 = -1 has no real solutions, as the square root of a number cannot be negative in the real number system. However, in the complex number system, there is a solution: x = 1, since (-1)^2 = 1. The discussion highlights the distinction between real and complex solutions, emphasizing that while real square roots are non-negative, complex numbers allow for multivalued functions. Participants debated the definitions and implications of square roots and relations, clarifying that the notation can sometimes lead to confusion. Ultimately, the consensus is that while there are no real solutions, the complex solution exists.
MHD93
Messages
93
Reaction score
0
I worked hard to figure out whether this could be solvable or not

x^0.5= -1

x belongs to any set in all of the mathematical world you prefer

This can't be a homework I think.

Note: it isn't x^2 = -1
 
Mathematics news on Phys.org
I think the notation is just fooling you, x^0.5 is the same as sqrt(x), so your problem is:

sqrt(x)=-1

Does that help?
 
You are right, no solutions exist.
 
llamaprobe5 said:
You are right, no solutions exist.

Not true ... no REAL solutions exist.
(There is, however, a complex solution).
 
zgozvrm said:
Not true ... no REAL solutions exist.
(There is, however, a complex solution).

Um, could you provide an example, I couldn't find one...
 
llamaprobe5 said:
Um, could you provide an example, I couldn't find one...

Search Imaginary Number on wikipedia.org, for example...
 
berkeman said:
Search Imaginary Number on wikipedia.org, for example...

I know what an imaginary number is...I mean, could you provide an example of a solution for this equation.
 
How do you give an example of a solution?

I guess "5" is an example of a solution, albeit not a very good one, because it is wrong!
 
  • #10
llamaprobe5 said:
I know what an imaginary number is..

Apparently, you don't.
 
  • #11
Apparently you don't either if you're example solution is 5... I simply asked for an example solution...I know that you think that you are extremely intelligent, but you have failed to answer a rather simple question...
 
  • #12
Just to clarify, I am asking for a solution...
 
  • #13
Last edited:
  • #14
zgozvrm said:
Not true ... no REAL solutions exist.
(There is, however, a complex solution).

Oh ok thank you for the direct answer, that makes sense... I guess that does work if you say +/- 1 is the square root. So there ARE real solutions...
 
  • #15
Actually, let me clarify:

Let R be the space of real numbers. R x R (pronounced "R cross R") is the set of all ordered pairs (x,y) where x and y are both in R.

When you graph a function f(x) = ?, you are looking at every x and finding the unique y value that lies above it. In fact, the ability to graph f(x) like this is what makes it a function!

Another way to describe the graph of a function, however, is the set of ordered pairs (x,y) in R x R such that y = f(x).

attachment.php?attachmentid=28934&stc=1&d=1286603636.png


The top diagram in this image is the graph of a function, since there is exactly one point in the graph for each x value. Notice that I'm using "graph" in a very specific sense: it refers to the set of blackened points (which in this case form a wavy line).

We can think of the color black as representing "TRUE" and white as representing "FALSE". So for any point (x,y), being in the graph (a.k.a. being black) is the same as it being TRUE that y = f(x). If (x,y) is not in the graph (in other words, it is white), then it is FALSE that y = f(x). So really, the graph of a function is just the set of points where it is TRUE that f(x) = y.

With this understanding of a graph, we can generalize the idea of a function. The middle diagram shows the graph of what's known as a "relation". A point (x,y) is blackened if and only if x ~ y (read, "x related to y"). In this case, each x value has TWO possible y values where x ~ y.

Just as a function can be defined by its graph, a relation can be defined by its graph. Just as you might ask "Does y = f(x)?", you can ask "Is x ~ y?" for any particular ordered pair (x,y). In fact, a function IS a special kind of relation. It's important to note that with most relations, order is importat! So just because x ~ y, doesn't mean y ~ x!

The bottom image (thrown in for good measure), shows that any graph can be a relation. In this case, there are an infinite number of y values such that x ~ y.

Now, we can define the square root to be a relation! We will say that x ~ y if x is "a square root of" y. And by this, we mean that x ~ y if and only if x^2 = y.

This is in fact a function of x, whether x is positive or negative (or imaginary, for that matter!), because for every x, there is exactly one y satisfying x ~ y.

It turns out that you are asking "Is there a y such that -1 is a square root of y?" Well, we just determined that for any x (including x = -1), we can find a unique such y! That is, we are looking for a y such that (-1)^2 = y. That y is just the number 1.

Now, the reason I brought up all this stuff about relations is that while the "is square root of" relation is a function of x, it does NOT have a natural inverse function. To create an inverse function, people just restrict the domain of the "is square root of" function to only non-negative x.
 

Attachments

  • relation.png
    relation.png
    7.7 KB · Views: 570
Last edited:
  • #16
This is an odd situation. Actually, there is a real number solution to x^{0.5}= -1, but you have to extend to the complex number system to find it!

In the real number system, the square root function is "single valued" (as are all function in the real numbers) and we define \sqrt{x}= x^{0.5} to be the non-negative number, a, such that a^2= x. By that definition, a square root is never negative and we cannot have real x such that x^{0.5}= -1.

However, in the complex number system, for a number of reasons, including the fact that the complex numbers cannot be made into an ordered field, we must allow "multivalued" functions. In the complex number system, \sqrt{x}= x^{0.5} is any number, a, satisifying a^2= x.
In the complex number system, since 1^2= 1 and (-1)^2= 1, \sqrt{-1} is both 1 and -1. Thus, \sqrt{x}= x^{0.5}= -1, in the complex number system, is satisfied by x= 1, which happens to be a real number.

(Although x= 1 is a real number, x= 1 would NOT be a solution to that equation in the real number system. In the real number system 1^{0.5}= 1, only.)
 
Last edited by a moderator:
  • #17
zgozvrm said:
Not true ... no REAL solutions exist.
(There is, however, a complex solution).

My bad ... I misread the question to mean that the OP was looking for x = \sqrt{-1}[/tex], or x^2 = -1[/tex]<br /> <br /> It was explicitly stated that he was NOT looking for the latter:<br /> "Note: it isn't x^2 = -1"<br /> <br /> <br /> That's what I get for trying to help out when I've got a head cold ... I can't think straight!<br /> <br /> My apologies...
 
  • #18
Thank you all for your replys

But the following one got me annoyed :mad:

I think the notation is just fooling you, x^0.5 is the same as sqrt(x), so your problem is:

sqrt(x)=-1

Does that help?

No, it isn't fooling me!
Thank you too for your reply :wink:
 
Last edited:
  • #19
I may have misread the posts as well. Thank you to Halls for the great response!
 
  • #20
hallsoff expalined it neatly. though in real no systems, there is only a positive square root to a number, it is also probable that the negative no be the root. therefore, for eevery squareroot sign, we write a +-.
 
  • #21
the solution is i1 ( the i shows its imaginary)
 
  • #22
giles123 said:
the solution is i1 ( the i shows its imaginary)

No. As Halls explained in post #16, the solution is 1.
 

Similar threads

Back
Top