Why do absolute values appear in the simplification of square roots?

AI Thread Summary
Absolute values appear in the simplification of square roots because they ensure the result is non-negative. For example, when simplifying \(\sqrt{x^6}\), the result is \(|x^3|\) because \(x\) can be any real number, and squaring it can yield negative values. In contrast, when simplifying terms like \(y^{10}\), which can be both positive and negative, absolute values are necessary to maintain accuracy. The discussion clarifies that while even powers yield non-negative results, odd powers do not require absolute values. Understanding these principles helps in correctly applying absolute values in mathematical simplifications.
Rably
Messages
4
Reaction score
0

Homework Statement


Simplify.

a) \sqrt{x^6}
b) 8 \sqrt{x^7y^{10}} - 10 \sqrt{x^7y^{10}}

For b, it's y^10. I can't make it look right for some reason.
Mod note: Fixed the exponent.[/color]

Homework Equations


The Attempt at a Solution


I can simplify all of them but I don't know when or where I need to put in absolute value symbols to the solution. I know the solution because my book shows me, but I don't understand why the absolute values are where they are.

For instance, the solution to a is |x^3| but I can only get to x^3 without becoming confused.
For b, i can get to -2x^3y^5 \sqrt{x} but the solution is -2x^3|y^5| \sqrt{x}
So how do you know when an absolute value is required?
 
Last edited by a moderator:
Physics news on Phys.org
Rably said:

Homework Statement


Simplify.

a) \sqrt{x^6}
b) 8 \sqrt{x^7y^{10}} - 10 \sqrt{x^7y^{10}}
For b, it's y^10. I can't make it look right for some reason.
Use y^{10}

Homework Equations



The Attempt at a Solution


I can simplify all of them but I don't know when or where I need to put in absolute value symbols to the solution. I know the solution because my book shows me, but I don't understand why the absolute values are where they are.

For instance, the solution to a is |x^3| but I can only get to x^3 without becoming confused.
For b, i can get to -2x^3y^5 \sqrt{x} but the solution is -2x^3|y^5| \sqrt{x}
So how do you know when an absolute value is required?
\displaystyle \sqrt{u^2}=|u|

Also, remember that if n is a positive integer, then u^{2n}\ge0\,, so there is no need to use absolute value.
 
So in my scenario, x has to be positive because it's still underneath the square root so I don't need to put an absolute value around x^3, whereas y can be either positive or negative because it's not still beneath the square root so an absolute value is required?
 
Rably said:
So in my scenario, x has to be positive because it's still underneath the square root
No. x can be any real number.

Like SammyS said,
$$ \sqrt{x^2} = |x|$$

so
$$ \sqrt{x^6} = \sqrt{(x^3)^2} = |x^3|$$

This is also the same as |x|3.
Rably said:
so I don't need to put an absolute value around x^3, whereas y can be either positive or negative because it's not still beneath the square root so an absolute value is required?
 
Rably said:
So in my scenario, x has to be positive because it's still underneath the square root so I don't need to put an absolute value around x^3, whereas y can be either positive or negative because it's not still beneath the square root so an absolute value is required?
Which scenario ?

If x is to an even power, that result is non-negative. So that can be under a radical -- actually one signifying a square root -- no matter what value x has.
 
SammyS said:
Which scenario ?

If x is to an even power, that result is non-negative. So that can be under a radical -- actually one signifying a square root -- no matter what value x has.

I was referring to question b. Do you mean if x has an even power in the initial equation or in the solution?
 
Mark44 said:
No. x can be any real number.

Like SammyS said,
$$ \sqrt{x^2} = |x|$$

so
$$ \sqrt{x^6} = \sqrt{(x^3)^2} = |x^3|$$

This is also the same as |x|3.

Oh wow, I think it makes sense now. Seeing the step between x^6 and |x^3| was really helpful. I wasn't writing that step down, I was simply skipping to the final step. Thanks a bunch.
 
Back
Top