grad said:
1=\sqrt{i^4}=\sqrt{i^2i^2}=\sqrt{i^2}\sqrt{i^2}=i*i=-1
In this problem posted by grad the error is due to the fact that:
\sqrt{i^2i^2}\ne\sqrt{i^2}\sqrt{i^2}
The correct way to evaluate the problem is:
1=\sqrt{i^4}=\sqrt{i^2i^2}=\sqrt{(-1)(-1)} = \sqrt{1}= 1
In the problem I posted in my last post the error is this step:
\sqrt{\frac{-1}{1}}=\sqrt{\frac{1}{-1}} ==> \frac{\sqrt{-1}}{\sqrt{1}}=\frac{\sqrt{1}}{\sqrt{-1}}
because:
\sqrt{\frac{1}{-1}} \ne \frac{\sqrt{1}}{\sqrt{-1}}
The correct way to evaluate that problem is
\sqrt{\frac{-1}{1}}=\sqrt{\frac{1}{-1}} ==> \sqrt{-1}=\sqrt{-1}==> i = i
D H said:
...
Trouble arises as soon as one starts allowing solutions other than principal values (e.g., -1 as a solution to x^2-1=0). For example, the same invalid mathematics as used in the original post can be used to show -1=1 without resorting to imaginary numbers:
1=\sqrt{(-1)^2}=\sqrt{(-1)^21^2}=\sqrt{(-1)^2}\sqrt{1^2}=(-1)*1=-1
The error here arises from writing \sqrt{(-1)^2}=-1.
D H has correctly identified the error in the example he posted above.
The correct way to evaluate his example is:
1=\sqrt{(-1)^2}=\sqrt{1}= 1
The pattern that emerges from all these examples is that the errors arise when bracketed terms are evalauted from the outside first and then working inwards. All the errors can be avoided by evaluating the expressions in the inner brackets first and working outwards.
Generally speaking (a^ba^c)^d is not guaranteed to be the same as a^{bd}a^{cd} or even a^{d(b+c)} and it is less risky to evaluate (a^b*a^c)^d as (a^{(b+c)})^d }