Calculators TI 89 Titanium Help - Plotting y^2 graphs.

AI Thread Summary
The TI-89 Titanium can only plot functions in the form of y=, making it challenging to graph equations like y^2=x+4. Users can plot the positive and negative roots separately by using Y1 and Y2 for Root(x+4) and -Root(x+4). An alternative method involves using parametric mode to define x and y in terms of a parameter, which can simplify plotting multiple graphs. There is a desire for a feature or hack that allows users to choose between x and y as defining parameters, similar to options available in other software. Ultimately, users are encouraged to learn quadratic rules and transformations to better navigate these limitations.
Shailen Sobhe
Messages
6
Reaction score
0
The <Diamond> + F1 menu allows me to plot only Y= graphs.

How do I plot a graph of say, y^2=x+4 ?

You cannot plot y=Root(x+4) because you would miss the negative part of y.

If this is the only way to plot such graphs, how to you tell TI to plot a y= +/- Root(x+4) ?

Thanks.
 
Computer science news on Phys.org
You can plot Root(x + 4) and -Root(x + 4) simultaneously (e.g. using Y1 and Y2).
Or you can plot x^2 = y + 4 <=> y = x^2 - 4 and rotate your calculator :smile:
 
CompuChip, Thank you very much for this reply, but is it the only way I can plot graphs of y^2?

I surmise, like many would do as well, that rotating your calculator is awkward. Besides, though you could type the positive part for Y1, and then plot Y2=-Y1 as a shortcut, it is still cumbersome.

I am convinced that there should be a little TI 89 hack, or addon that would allow me to choose what left hand defining part of the equation that I wish to plot. For instance, rather than having only Ys in the <Diamond>F1 menu, I can choose between X and Y ( or Z for 3D).

In Microsoft Math 3.0, I am allowed to choose. So I just select X from the dropdown menu, and define X in terms of y^+4 and I get my graph.

Any ideas how this can be done in TI89 Titanium?
 
Hmm if typing -Y2 or rotating the screen or doing a sketch yourself on a piece of paper is too much work, maybe you can put your calculator in parametric mode and plot
X1(T) = T^2
Y1(T) = T
?
 
I guess plotting y-squareds in terms of x is a Texas Instruments limitation. Substituting for variables can be done, but then, imagine one has 5 or 6 graphs to plot and wishes to see where they intersect. Cumbersome.

Basically, I shall learn all the quadratic rules, graph transformations, and the graphs' general shapes.

Having such a graphical calculator is pointless, unless I code the little program in ASM that will allow me to choose my defining parameter (x or y ).
 
Do what CompuChip says: using MODE set the Graph mode to PARAMETRIC. Then, press the green y=, and set yt1 = t and, since x = y^2 - 1, xt1 = t^2 - 1.
 
This week, I saw a documentary done by the French called Les sacrifiés de l'IA, which was presented by a Canadian show Enquête. If you understand French I recommend it. Very eye-opening. I found a similar documentary in English called The Human Cost of AI: Data workers in the Global South. There is also an interview with Milagros Miceli (appearing in both documentaries) on Youtube: I also found a powerpoint presentation by the economist Uma Rani (appearing in the French documentary), AI...

Similar threads

Replies
2
Views
7K
Replies
5
Views
2K
Replies
1
Views
5K
Replies
1
Views
5K
Replies
2
Views
7K
Replies
4
Views
2K
Back
Top