Question: Solve gives the wrong answer

In maple 17, 

 

solve({b-a*sqrt(1+a^2+b^2)=a^2*(a*b-sqrt(1+a^2+b^2)), a-b*sqrt(1+a^2+b^2)=b^2*(a*b-sqrt(1+a^2+b^2))});

 

outputs

a=a , b = -a/(1+a)

 

If you set a =1  and b = -1/2 you will see this is not a correct solution.

 

 

Please Wait...