Problem concerning square roots

  • Thread starter Thread starter Remos
  • Start date Start date
  • Tags Tags
    Roots Square
AI Thread Summary
The discussion revolves around a math problem involving the equation x + square(5x + 10) - 8 = 0. The original poster believes they found two solutions, x1 = 18 and x2 = 3, but their teacher asserts that x1 is incorrect due to the properties of square roots. It is clarified that the square root function only yields nonnegative results, meaning that the square root of a number cannot be negative. The conversation highlights the distinction between principal square roots and the concept of square roots having both positive and negative values, ultimately emphasizing that only the principal square root is typically considered in mathematical operations. The participants conclude that understanding this distinction is crucial for solving similar problems correctly.
Remos
Messages
3
Reaction score
0
I had this assignment in math class and it doesn't just add up.

x + square(5x + 10) - 8 = 0

Nothing too difficult to solve.

And the answer is:

x1 = 18 if square(5 * 18 + 10) = -10
x2 = 3 if square(5 * 3 + 10) = 5

But teacher says that x1 is not correct. To me it is not logical.

18 + square(5 * 18 + 10) - 8 = 18 + square(100) - 8 =

= 18 + 10 - 8 = 20 <- it doesn't fit into the equation
&
= 18 - 10 -8 = 0 <- it fits into the equation

I find it logical but teacher says that only positive numbers can come from the square(...).

How so?

10 * 10 = 100

and

-10 * -10 = 100

so

square from 100 is

10

and

-10.

Where's the catch?

Am I missing something?
 
Physics news on Phys.org
"x+ square(5x + 10) - 8 = 0"

is it square root or

x+(5x+10)^2-8=0 ?
 
saxen said:
"x+ square(5x + 10) - 8 = 0"

is it square root or

x+(5x+10)^2-8=0 ?

By square(...) I meant that -> square root from (...)
 
By definition, √(a) or sqrt(a) is never negative, so \sqrt{5x+10} can not be -10.

ehild
 
Remos said:
I had this assignment in math class and it doesn't just add up.

x + square(5x + 10) - 8 = 0

Nothing too difficult to solve.

And the answer is:

x1 = 18 if square(5 * 18 + 10) = -10
x2 = 3 if square(5 * 3 + 10) = 5
It's a good thing you have "square root" in the title, or I wouldn't have been able to understand what you are doing here. I had to mentally translate "square" into "square root" to make sense of what you're doing.
Remos said:
But teacher says that x1 is not correct. To me it is not logical.

18 + square(5 * 18 + 10) - 8 = 18 + square(100) - 8 =

= 18 + 10 - 8 = 20 <- it doesn't fit into the equation
&
= 18 - 10 -8 = 0 <- it fits into the equation
What you have above is incorrect.
If x = 18, then
18 + \sqrt{90 + 10} = 18 + 10 = 28 \neq 8

The square root of a nonnegative real number is always a nonnegative real number. The expression \sqrt{100} has one value, 10. It is NOT also equal to -10.
Remos said:
I find it logical but teacher says that only positive numbers can come from the square(...).

How so?

10 * 10 = 100

and

-10 * -10 = 100

so

square from 100 is

10

and

-10.
No. The square root of 100 is 10. Period.
Remos said:
Where's the catch?

Am I missing something?
 
Ok, but what do I have to take square root from to get -10?
 
Remos said:
Ok, but what do I have to take square root from to get -10?
-\sqrt{100} = -10
 
Mark44 said:
The square root of a nonnegative real number is always a nonnegative real number. The expression \sqrt{100} has one value, 10. It is NOT also equal to -10. The square root of 100 is 10. Period.

I understand that when dealing with physical measurement problems it usually does not make sense to keep a negative value. Correct me (and all my professors) wrong, but through several calculus courses that I have taken, we have always considered two values when taking the square root of any nonnegative real number, even if we end up throwing one out.

I do not have master's degree or anything, I am just a student, but I find it hard to take the above statement seriously after having found so many instances of the opposite case fascinating and logical.

Your apparent authority on the subject has confused me, so I did a little research in my textbooks.. As I expected, every positive number x has two square roots: \sqrt{x} which is positive, and -\sqrt{x} which is negative... right? Collectively they are referred to as \pm\sqrt{x} I think this is what Remos is alluding to...
 
ElijahRockers said:
I understand that when dealing with physical measurement problems it usually does not make sense to keep a negative value. Correct me (and all my professors) wrong, but through several calculus courses that I have taken, we have always considered two values when taking the square root of any nonnegative real number, even if we end up throwing one out.
It's true that every positive real number has two square roots, one positive and one negative, and that might be where you are confused.

An expression such as \sqrt{9} represents the principal square root, and has a single value, 3. The principal square root of a positive number is positive.
ElijahRockers said:
I do not have master's degree or anything, I am just a student, but I find it hard to take the above statement seriously after having found so many instances of the opposite case fascinating and logical.

Your apparent authority on the subject has confused me, so I did a little research in my textbooks.. As I expected, every positive number x has two square roots: \sqrt{x} which is positive, and -\sqrt{x} which is negative... right?
Right.
ElijahRockers said:
Collectively they are referred to as \pm\sqrt{x} I think this is what Remos is alluding to...
Right.

Here's from the wikipedia page for Square Root - http://en.wikipedia.org/wiki/Square_root

Every non-negative real number x has a unique non-negative square root, called the principal square root, denoted by a radical sign as \sqrt{x}. For positive x, the principal square root can also be written in exponent notation, as x1/2. For example, the principal square root of 9 is 3, denoted \sqrt{9}, because 32 = 3 × 3 = 9 and 3 is non-negative. Although the principal square root of a positive number is only one of its two square roots, the designation "the square root" is often used to refer to the principal square root.
 
  • #10
Mark44 said:
It's true that every positive real number has two square roots

Mark44 said:
The square root of a nonnegative real number is always a nonnegative real number.

I have tossed these sentences against each other for a few minutes and I think I've figured out the semantics. So, every positive real number can have two square roots, but performing the square root operation can only result in the principal root of the number?
I think it's all coming together, especially after reading the wiki.
Thanks!

Sorry to steal your thread Remos, but I hope maybe our discussion has clarified your question a little bit?
 
Last edited:
  • #11
ElijahRockers said:
I have tossed these sentences against each other for a few minutes and I think I've figured out the semantics. So, every positive real number can have two square roots, but performing the square root operation can only result in the principal root of the number?
I think it's all coming together, especially after reading the wiki.
Thanks!
Right, that's exactly it. Similarly, every real number has three cube roots, but performing the cube root operation results in the principal cube root. Same with fourth roots, fifth roots, etc.
ElijahRockers said:
Sorry to steal your thread Remos, but I hope maybe our discussion has clarified your question a little bit?
I hope so. This was one of the things that he/she was unclear on.
 
Back
Top