Calcul de la dérivée avec une calculatrice TI

Solved
NovaLFS Posted messages 2 Status Membre -  
koraud Posted messages 1 Status Membre -
Bonjour,

J'ai une calculatrice TI-83 PLus. J'aimerai bien savoir comment faire pour trouver la dérivée d'une fonction, sans mettre des valeurs définissant une intervalle mais tout simplement la dérivée de la fonction. Mettons, par exemple, si je lui demande c'est quoi la dérivée de x au carrée, la calculatrice me dit que c'est 2 fois x, et non pas me donner un chiffre.

Également, je voudrai savoir comment faire pour trouver le minimum d'une fonction, sans définir des intervalles.
Configuration: Windows XP
Internet Explorer 7.0

6 answers

fab7777 Posted messages 1081 Status Member 91
 
In the function Y=
you do "Math" --> 8: nDeriv (and then you put the function, X, X)
19
milka96
 
What is x in parentheses?
0
koraud Posted messages 1 Status Member
 
The derived number is NOT the derivative.
This program will trace the curve of the derivative (at 1/10th of a pixel with a scale of 0.1), but despite 3 months of research, there's no way to provide the expression
Instructions:
adjust the window
launch the program
choose the scale (precision) e.g. scale of 0.1 on -1/1: 20 calculated points.

prompt S, P, M (the famous scale, the lower limit, the upper limit)
For (I, P, M, S (execution between P and M, all S)
(y1(I+0.001)-y1(I))/0.001->A (for an unknown reason, nbrdérivé did not work - Aff(I,A) did not. By increasing the number of 0, we increase the End precision)
0