Why does Wolfram provide different graphs for $x^2 = 4$, $x^2 - 4 = 0$?

42 Views Asked by At

I have the next cuadratic equation

$x^2=4$

Now do a algebra operations for draw the equation

$x^2-4=4-4$

$x^2-4=0$

Now draw the two equation and are different; why?

http://www.wolframalpha.com/input/?i=x%C2%B2%3D4

http://www.wolframalpha.com/input/?i=x%C2%B2-4%3D0

thanks

1

There are 1 best solutions below

4
On

In the first image it is plotting the equation of $y=x^2$ on top of the plot of the equation $y=4$ and finding their intersection.

In the second image it is simply plotting the equation of $y=x^2-4$ and finding where it intersects with the $x$-axis.

Note that both correctly give the two solutions of $x=2$ and $x=-2$.