I have a graphing calculator app (Graphing Calculator+) that only allows me to enter $x$ as a variable, but I need to graph $x = y^2 - 6$.
I haven't used a graphing calculator in awhile. Is this normal? If it is, is there some kind of a trick to graphing this equation?
Your help would be appreciated.
$\endgroup$ 23 Answers
$\begingroup$To plot $x=f(y)$ without having to mentally flip across the $y=x$ diagonal, you could plot $y = -f(x)$, then turn the calculator 90° counterclockwise. In your case, plot $y=-(x^2-6)$.
$\endgroup$ 5 $\begingroup$You may :
- graph $y=x^2-6$ and mentally reverse the $x$ and $y$ axis
- graph $y=\sqrt{x+6}$ and $y=-\sqrt{x+6}$ obtaining the two required branches
- use the parametric method $x=t^2-6,y=t$ proposed by The Chaz! (probably the best solution if it works...)
GeoGebra allows entry directly in that form, eg
$\endgroup$