Solving x-\sqrt{x}-6=0: Understanding the Acceptable Roots of Equations

  • Thread starter Thread starter thereddevils
  • Start date Start date
AI Thread Summary
The equation x - √x - 6 = 0 can be factored into (√x - 3)(√x + 2) = 0, yielding the solutions √x = 3 (x = 9) and √x = -2. The root √x = -2 is not acceptable because the square root function is defined to return only the non-negative value. This convention ensures that each input has a unique output, which is a fundamental property of functions. If the square root were allowed to be negative, it would complicate further operations, such as taking the square root of a square root. Understanding this convention clarifies why only the positive root is considered valid in real number solutions.
thereddevils
Messages
436
Reaction score
0

Homework Statement



Solve x-\sqrt{x}-6=0

Homework Equations





The Attempt at a Solution



This can be factorised into (\sqrt{x}-3)(\sqrt{x}+2)=0

so \sqrt{x}=3 , x=9 .

\sqrt{x}=-2 ... Why is this root not acceptable ?

I recalled that if

x^2=4 , then x=\pm 2

but if x=\sqrt{4} , then x=2

Is this true ?
 
Physics news on Phys.org
Yes, it is conventional that the square root is only the positive, so while x^2=4 and therefore x=\pm 2 ... if \sqrt{x}=-2 then this cannot be solved with x=4 since \sqrt{4}=2 and not \sqrt{4}=\pm 2.
 
Mentallic said:
Yes, it is conventional that the square root is only the positive, so while x^2=4 and therefore x=\pm 2 ... if \sqrt{x}=-2 then this cannot be solved with x=4 since \sqrt{4}=2 and not \sqrt{4}=\pm 2.

thanks , but why is it so , since when you square x=-2 , you still get 4 ?
 
Because (-2)(-2)= (-1)(-1)(4) and (-1)(-1)= +1.
 
HallsofIvy said:
Because (-2)(-2)= (-1)(-1)(4) and (-1)(-1)= +1.

thanks i know that , i just wonder why is it conventional for the square root positive only , why isn't the negative taken into consideration in this case ?
 
The square root is a function. Do you know the definition of a function?
 
Gigasoft said:
The square root is a function. Do you know the definition of a function?

I think so , say y=\sqrt{x} , and any input would generate only one image , why can't this image be -2 instead of 2 if the input is 4
 
thereddevils said:
thanks , but why is it so , since when you square x=-2 , you still get 4 ?
Sorry, I misunderstood your question. A "function" can give only one value for each value of x so we must choose either the positive or negative root0. We could define \sqrt{x} to be the negative root but then we would have problems with "compositions" such as \sqrt{\sqrt{x}} since the square root of a negative number is not defined in the real number system.
 
HallsofIvy said:
Sorry, I misunderstood your question. A "function" can give only one value for each value of x so we must choose either the positive or negative root0. We could define \sqrt{x} to be the negative root but then we would have problems with "compositions" such as \sqrt{\sqrt{x}} since the square root of a negative number is not defined in the real number system.

thanks a lot Hallsofivy , i finally understood.
 
Back
Top