Why does every graphing calculator give me a graph with a circle when I give it $x^2+y^2=25$ (circle equation), but only half a circle when I give it $y=\sqrt{25-x^2}$ (same, only solved for $y$)?
Cheers.
Why does every graphing calculator give me a graph with a circle when I give it $x^2+y^2=25$ (circle equation), but only half a circle when I give it $y=\sqrt{25-x^2}$ (same, only solved for $y$)?
Cheers.
On
Because $x^2+y^2=25$ allows negative values of $y$ too, while the equation $y=\sqrt{25-x^2}$ doesn't.(Since $\sqrt{a}$ is always positive, $\forall ~a>0$ )
On
Common misunderstanding for beginners. The following should clear up the confusion.
In general, if the square root is a real number, the convention is that the notation $\sqrt{...}$ denotes a non-negative value:
$$ \sqrt{x^2} = |x|.$$
Again, this convention does not apply to complex numbers.
when you solve the equation $$x^2+y^2=25$$ for $y$ you must write $$y=\pm\sqrt{25-x^2}$$