How can i program my Ti-83 to graph a function?
Well right now im in Clac 1 and we're going over derivatives and itd sure be nice to be able to automatically graph the derivative of a certain function with the touch of a button. Now i have the equations to go about graphing this stuff up based off of a function already inputed, to get y1 hit the Vars button, y-vars, then functions,
(y1(x-.0001) - y1(x))/.0001
That function inputs two different values to though the first function (y1) and divides the results by .0001 which gives me the derivative.
The second derivate would be something like
(y2(x-.0001) - y2(x))/.0001
That takes the y2 function, the first derivative and pumps though 2 different x values, and divides the results by .0001
Now the problem i see here is that even though we can probably manage to graph the first derivative, i don’t see a way to get the second derivative since it cant really point to any particular y= equation.
Heres somewhat of a comment on getting the derivative on the calculator, but not quite part of the programming post.
Now a downside of this is it tends to be a bit slow, the first derivative is doing 3 equations for every calculation, and the second derivative is doing 5 equations for every calculation of the second derivative, i mean slow with a ti-83 silver (which is supposedly 2.5 times faster), so it would probably be unbearably slow on a normal ti-83.