B Simplifying Sqrt(y^6): Do We Need Abs Value Bars?

AI Thread Summary
The discussion centers on whether simplifying sqrt(y^6) requires absolute value bars. It highlights that using the rule "nth root(u^n) = abs(u) when n is even" leads to sqrt(y^6) = abs(y^3), while rational exponents allow for simplification to y^3. The necessity of absolute value bars is debated, particularly in relation to the domain of y, which is [0, inf). It is emphasized that absolute values are crucial when variables are under a square root to ensure non-negativity. The conversation underscores the importance of correctly applying mathematical properties to avoid confusion in simplifications.
cmajor47
Messages
53
Reaction score
0
I'm trying to decide if simplifying sqrt(y^6) requires use of the absolute value bars. For example, the rule "nth root(u^n) = abs(u) when n is even" can be used to simplify sqrt(y^6) as sqrt[(y^3)^2]=abs(y^3). However, the rules of rational exponents can also be used to simplify sqrt(y^6) as (y^6)^1/2=y^(6/2)=y^3. So are the absolute value bars necessary when simplifying sqrt(y^6), or not?
I know that the domain of sqrt(y^6) is [0,inf), so does this allow for the absolute value bars to be unnecessary?
 
Mathematics news on Phys.org
cmajor47 said:
I'm trying to decide if simplifying sqrt(y^6) requires use of the absolute value bars. For example, the rule "nth root(u^n) = abs(u) when n is even" can be used to simplify sqrt(y^6) as sqrt[(y^3)^2]=abs(y^3). However, the rules of rational exponents can also be used to simplify sqrt(y^6) as (y^6)^1/2=y^(6/2)=y^3. So are the absolute value bars necessary when simplifying sqrt(y^6), or not?
I know that the domain of sqrt(y^6) is [0,inf), so does this allow for the absolute value bars to be unnecessary?
The absolute values are necessary, for the same reason that ##\sqrt{x^2} = |x|##.
For your problem, if you wrote ##\sqrt{y^6} = y^3##, the left side is always nonnegative, for any real y, but the right side can be negative when y is negative.
 
If you specify that ##y\geq 0##, then ##\sqrt{y^6}=y^3## is correct ...
 
cmajor47 said:
(y^6)^1/2=y^(6/2)=y^3.

Here you are using the property ##(a^b)^c = a^{bc}## which is true only for positive ##a##.
 
The absolute value bars really become necessary when we have variables under the √ sign.
##\sqrt{a^2}\;\;=##|a|
Similarly, ##\sqrt{y^6}##= |##y^3##|
But we want to make sure that the value under root is positive,
if y=2 then
##\sqrt{y^6}= +y^3 \;\; or\;\;\sqrt{2^6}=+8##
But when we have equation such as
##x^2=23+2##
##x^2=25##
##x=\pm\sqrt{25}##
Then we get,
##x=\pm 5##

I hope it' ll help.
 
Last edited:
Deepak suwalka said:
But when we have equation such as
##x^2=23+2##
##x^2=25##
##x=\sqrt{25}##
Then we get,
##x=\pm 5##

This is false. ##x^2 = 25 \implies x=\pm\sqrt{25} \implies x = \pm 5##.
##\sqrt{25} = 5##, never -5.
 
pwsnafu said:
This is false. ##x^2 = 25 \implies x=\pm\sqrt{25} \implies x = \pm 5##.
##\sqrt{25} = 5##, never -5.
yes, i know. I have misstekenly typed, btw thanks
 
Deepak suwalka said:
But when we have equation such as
##x^2=23+2##
##x^2=25##
##x=\sqrt{25}##
Then we get,
##x=\pm 5##

pwsnafu said:
This is false. ##x^2 = 25 \implies x=\pm\sqrt{25} \implies x = \pm 5##.
##\sqrt{25} = 5##, never -5.
The quote from @pwsnafu threw me off for a bit. At first I thought that "This is false" referred to the implication that immediately followed what he wrote. To be clear, "This is false" refers to these two lines that Deepak wrote:
##x=\sqrt{25}##
Then we get,
##x=\pm 5##
 
Back
Top