4

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.

Arturo Magidin
  • 398,050

3 Answers3

12

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)$.

Théophile
  • 24,627
7

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...)
Raymond Manzoni
  • 43,021
  • 5
  • 86
  • 140
0

GeoGebra allows entry directly in that form, eg

http://web.geogebra.org/?command=x=y^2-6

murkle
  • 411