Why it is different?

Anybody can explain why the results are different?

Note by Mas Mus
6 years, 8 months ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

The results of raising things into power strictly depends on the writer's interpretation; whereas 62=3\frac{6}{2}=3, raising to 62\frac{6}{2} is not the same as raising to 33. First, let's focus on 62\frac{6}{2}.

This is because there's a difference between (2)6\sqrt{(-2)^6} and (2)6(\sqrt{-2})^6.

(i) In one, you're ordering the operation raise this value into the sixth power and square root it

(ii) In another, you're ordering the operation square root this value and raise it into the sixth power.

Here's how they differ: In (i), you will be taking a square root of a single value, and will thus obtain two distinct roots (unless it's 0). In (ii), you will be finding the two distinct square roots, and then raising each of them individually into the sixth power. If your answer was in a complex form, or were being raised into an odd power, you would actually get two distinct answers upon raising into that power; but either way, the results shall differ.


Now, raising to 33 is another story. When you choose to simplify 62\frac{6}{2} to 33, you're killing off roots. Take a look at the following example:

x2=xx^2=x.

Now, you may be tempted to cancel the xx on both sides and cheer x=1x=1!, but then you'd be killing a root:

x2x=0x^2-x=0

x(x1)=0x(x-1)=0

x=0,1\boxed{x=0,1}

(iii) Here, you're ordering the operation raise this value into the third power


In conclusion, it's just a matter of notation. This is one of those confusing wings of mathematics that teachers and professors leave out in high schools and colleges. And this is why generally mathematicians refer to "principal roots." But all of this jibber-jabr isn't for nothing. In real-world applications, depending on what you're trying to calculate, you may want to take the square root of a value to the sixth power to observe symmetry, or just cube it because your model is simplistic. It's all up to you.

Cheers,

John M. - 6 years, 8 months ago

The right one is :>

(2)62(-2)^{\frac{6}{2}}

=(2)3=(-2)^{3}

=8=-8

But the question is why the other one is wrong.

I will try to explain it ::

(2)62(-2)^{\frac{6}{2}}

=((2)6)12=((-2)^{6})^{\frac{1}{2}} No doubt !!! This step is absolutely right.

=(2)6=\sqrt{(-2)^{6}}

=(2).(2).(2).(2).(2).(2)=\sqrt{ (-2).(-2).(-2).(-2).(-2).(-2)}

=2.2.2.2.2.2.=\sqrt{-2}.\sqrt{-2}.\sqrt{-2}.\sqrt{-2}.\sqrt{-2}.\sqrt{-2}.

=2.i2.i2.i2.i2.i2.i=\sqrt{2}.i \sqrt{2}.i \sqrt{2}.i \sqrt{2}.i \sqrt{2}.i \sqrt{2}.i (Here i=1i=\sqrt{-1} ,i.e. iota )

=(2)6.i6=(\sqrt{2})^{6} . i^{6}

=8×1=8 \times -1 (Because * i6=i4.i2=1×1=1)i^{6}=i^{4}.i^{2}=1 \times -1=-1) *

Hidden concept here :

a×b=ab\sqrt{a} \times \sqrt{b}=\sqrt{ab} if and only if, at least one of a and b is positive

If both a and b are negative, then:

a×b=a.i×b.i=i2.a×b=a.b\sqrt{a} \times \sqrt{b}=\sqrt{|a|}.i \times \sqrt{|b|}.i = i^{2}. \sqrt{|a|} \times \sqrt{|b|}=-\sqrt{|a|.|b|}

Sandeep Bhardwaj - 6 years, 8 months ago

Log in to reply

Hm that's interesting! But I'm afraid the operation you're applying when splitting the squareroots is (2)6(\sqrt{-2})^6, so you're changing the operation in a way. In (2)6\sqrt{(-2)^6}, you're asked to root (2)6(-2)^6, i.e. the finished product, or the positive value.

But anyway, what you're doing is absolutely consistent if you consider only the principal root. In this case, it is 8-8. But if you're to consider all the roots, you'd have to factor in the negative counterpart, which is killed the second you define ((2)6)12=(2)6((-2)^6)^{\frac{1}{2}}=\sqrt{(-2)^6}.

So yeah. By FTA, ±8\pm 8. And this is more apparent if you consider x2/4x^{2/4}. This should be the same as x1/2x^{1/2}, right? But if you observe carefully, you'll notice that with x2/4x^{2/4} you'll ultimately end up with either four distinct roots (if you choose to root last) or one root, whereas in x1/2x^{1/2} you're guaranteed two (x0x\neq 0).

But that "hidden concept" at the end... requires more thought from my end. Thanks for sharing.

Cheers,

John M. - 6 years, 8 months ago

Root of a square(or even power) always comes out with modulus

x2=x\sqrt{x^{2}} = |x|

Krishna Sharma - 6 years, 8 months ago

Log in to reply

Why's that? If x=2,x=-2, x2=4x^2=4. But according to your expression, x2=2\sqrt{x^2}=2. But we know x=2x=-2.

Thus, x2=±x\sqrt{x^2}=\pm x.


Let's have another look:

(2)2=4(-2)^2=4.

(2)2=4=±2\sqrt{(-2)^2}=\sqrt{4}=\pm 2.

Since x+2x\neq +2, x=2\boxed{x=-2}.

(±\pm \rightarrow plus OR minus).

Cheers,

John M. - 6 years, 8 months ago

Log in to reply

(2)2\sqrt{(-2)^2} is not equal to 2-2.

(2)2\sqrt{(-2)^2} is equal to 22.

This symbol that you're using, \sqrt{\quad}, is called the principle square root operator. What it does is it takes a a non-negative integer and spits out its principal square root.

x2\sqrt{x^2} is not always equal to xx.

Mursalin Habib - 6 years, 8 months ago

Log in to reply

@Mursalin Habib Oh really? I never knew that! I knew about principal square roots, but thought they were only subjective to the problem.

Well what a discovery!


But still x12x^{\frac{1}{2}} is not taking the principal square root, but it is taking both roots. So I just used the square root symbol as a way to show it.

Thanks for pointing that out, though.

John M. - 6 years, 8 months ago

The function f(x)=xf(x)=\sqrt{x} has its domain in the non-negative reals. x2=x\sqrt{x^2}=|x|, so @Krishna Sharma is right.

Daniel Liu - 6 years, 8 months ago

Log in to reply

@Daniel Liu Yes, it does. But taking square roots of specific numbers is not a function, it's an operation. A function is one system of expressing the results of operations. So in its full color, we'd actually be looking at y2=xy^2=x, which is a relation, and thus we'd have a tilted parabola, with both positive and negative outputs.

Besides, you should know this from the Fundamental Theorem of Algebra: a polynomial with degree nn has nn roots. Since the polynomial we're interested in is y2y^2 (whose "roots" we're taking), it will have two roots.

If you'd like a more complete explanation, let me know.

Cheers,

John M. - 6 years, 8 months ago

Log in to reply

@John M. sir , i wish to hear a complete explanation ....... still confused ; hows that the solution set achieved in first case, got confined to { -8 } and in second case it is {+8 , -8 } ?

Sajitha Nair - 6 years, 7 months ago

Log in to reply

@Sajitha Nair Hello,

If you read what I've written above (the top comment), you can see that both of the transformations are right, but we're just "ordering" different operations. The comment right below mine provides a strong counterargument against this, and it may be right, but the fact that in applied physics we may sometimes want to specifically take nn amount of roots of a quantity raised to some sort of power is unchanged.

John M. - 6 years, 7 months ago

Log in to reply

@John M. Thanks

Sajitha Nair - 6 years, 7 months ago

These results are differents because (2)62((2)6)12{ \left( -2 \right) }^{ \frac { 6 }{ 2 } }\neq { \left( { \left( -2 \right) }^{ 6 } \right) }^{ \frac { 1 }{ 2 } }.

((2)6)12=(2)6{ \left( { \left( -2 \right) }^{ 6 } \right) }^{ \frac { 1 }{ 2 } }=\sqrt { { \left( -2 \right) }^{ 6 } } ) not (2)6{ \sqrt { \left( -2 \right) } }^{ 6 }.

The correct way to solve this in the 2nd step in the pink box is ((2)12)6{ \left( { \left( -2 \right) }^{ \frac { 1 }{ 2 } } \right) }^{ 6 } because ((2)12)6=(2)6=(2)62{ \left( { \left( -2 \right) }^{ \frac { 1 }{ 2 } } \right) }^{ 6 }={ \sqrt { \left( -2 \right) } }^{ 6 }={ \left( -2 \right) }^{ \frac { 6 }{ 2 } }

Victor Paes Plinio - 6 years, 8 months ago

when you square by odd the negative sign still stays and is possible. However, once you power by an even number, and the number will always be positive no matter what other number power you put it to after. Hence, the parenthesis should be around 6/2 because that should be done first, so the -2 isnt powered by an even exponent.

Heal Teranaki - 6 years, 8 months ago

Another thing, when you take square root you should have two possible answers....8 and -8. b/c both squared gives you 64. So it works but the 8 is extraneous and you missed the -8

Heal Teranaki - 6 years, 8 months ago

i dun get it , the pink one box :O

Maryam Surya - 6 years, 8 months ago

simply "BODMAS" first division then multiplication . In second case also we have divide first i.e., (1/2) then multiply...........

Shivasai Gunda - 6 years, 8 months ago

in (-2)^6/2 the square root after multiplying to power 6 may be +ve or -ve

Suvir M - 6 years, 8 months ago

You might've not concentrated enough. Look the right side of your question there you've written - 64 to the power 1/2 This is the same as square root of 64.

So at last you got your obvious answer as +/- 8. This is according to algebraic rules. Although you've not mentioned -8 there and written only +8.

Homo Sapien - 6 years, 8 months ago

Log in to reply

(√-2)^6 =√2i^6 and while doing this directly we are missing iota I so there will be a difference

Akshay Raj - 6 years, 8 months ago
×

Problem Loading...

Note Loading...

Set Loading...