You are not logged in.
Pages: 1
Hello all,
I originally tried to graph a circle on my 'TI-89 GFX Calculator (possibly irrelevant)', but I was (and still am) unsuccessful in doing so.
I know the basic formula:
But the calculator will only accept equations in the form,
I look over the equation carefully and realise that if x=(any more than r), then y is undefined. But how can this be?!?! All I did was re-arrange the equation to suit my stupid calculator and what was previously simple circle with radius of length 3 turns into an undefinable circle .
Can someone please tell me what a did wrong and how to draw a circle on my calculator, if it is even possible.
Oh, and if it is, please also tell me how to translate it along both axes.
Last edited by Toast (2006-11-29 23:08:01)
Offline
the reason youre only getting a semi circle, is that y = sqrt(r^2 - x^2) is only a functino for the top curve, for the whole circle, it needs to be +/- sqrt(r^2 - x^2) depending upon whether youre calculator allows a plus/minus sign, governs whether itll let you graph a full circle.
The Beginning Of All Things To End.
The End Of All Things To Come.
Offline
hmm thanks,
I couldn't find the +/-, so I put in 2 equations, one positive and the other negative. I didn't get a circle though, but rather an oval shape, alot like an eyelid, and the graphs weren't joined at the x axis, but rather where both a little way up/down from it.
Offline
The reason for the oval shape would be that your axes have different scales. So, it would be displaying -3<x<3 and -10<y<10, for example. As for it not joining up properly, the only reason I can think of for that is that it could have been an effect of the loss of accuracy because the calculator has to 'pixellate' the graph to display it.
Incidentally, if your calculator can draw paramatric graphs, then circles are much easier to draw like that.
Why did the vector cross the road?
It wanted to be normal.
Offline
Remember what your calculator asks for:
f =
They chose f for a reason. f stands for function. Remember the basic definition of a function is that it is well defined. That is, for every given x value, there is at most 1 corresponding y value.
So given that basic definition, when graphing a single function, it is impossible to draw a circle.
"In the real world, this would be a problem. But in mathematics, we can just define a place where this problem doesn't exist. So we'll go ahead and do that now..."
Offline
However, you can try parametric plotting, such as (5cos(t), 5sin(t)), where cos(t) and sin(t) are well defined as functions.
X'(y-Xβ)=0
Offline
you also asked hoew to translate the graph.
to move it left and right, you simply add the number left that you want to go to X, and the number up to the whole equasion.
ex.
you start with y=sqrt(r^2-x^2)
to move it left 3, you would have:
y=sqrt(r^2-(x+3)^2)
or right 3:
y=sqrt(r^2-(x-3)^2)
and up 3 looks like:
y=sqrt(r^2-x^2)+3
ect
Thanks Joe
Offline
ooooooooooooooooooooooops,
always amazing to watch someone solve abstract stuff like this. How do you guys do that?????
Offline
Pages: 1