**TI82** TxtView file generated by CalcText - Kouriû ì Etudeì ê ÿfonction:FnOff :AxesOff :0->Xmin:0->Ymin:94->Xmax:62->Ymax :Lbl 4 :ClrHome :Disp "F(X)=AX²+BX+C :Prompt A,B,C :B²-4AC->D :Lbl 0 :ClrDraw :Menu(" ETUDE FONCTION ","COORD. SOMMET",1,"F(X)=0",2,"VARIATIONS",3,"CHANGE F(X)",4,"QUITTER",5 :Lbl 1 :Text(0,0,"COORDONEES DU SOMMET: :-B/(2A->K :.001iPart(1000K->L :Text(10,5,"X= -B/(2A) = ",-B," / ",2A," = ",L :Text(20,5,"Y=F(",L,")" :Text(27,9,"=",A,"*",L,"²+",B,"*",L,"+",C :AK²+BK+C->K :Text(34,9,"=",K :Text(50,0,"DONC ON A S (",L,",",K,") :Pause :Goto 0 :Lbl 2 :Text(0,0,"F(X)=0 :Text(10,5,"D=B²-4AC :Text(17,9,"=",B,"²-4*",A,"*",C," = ",D :If D<0:Text(24,0,"D<0 DONC AUCUNE SOLUTION :If D=0:Text(24,0,"D=0 DONC F(X)=0 EN SON SOMMET :If D>0:Then :Text(25,0,"D>0 DONC ON A 2 SOLUTIONS: :(-B+racine(D))/(2A->K :(-B-racine(D))/(2A->L :.001iPart(1000K->V :.001iPart(1000L->W :Text(32,0,"X1=(-B+racine(D))/(2A) :Text(39,8,"=(",-B,"+racine(",D,"))/",2A," = ",K :Text(46,0,"X2=(-B-racine(D))/(2A) :Text(53,8,"=(",-B,"-racine(",D,"))/",2A," = ",L :Pause :ClrDraw :Text(0,0,"L'ENSEMBLE DES SOLUTIONS: :Text(10,10,"S= { ",V,",",W,"} :Text(20,0,"F(X) PEUT S'ECRIRE: :Text(27,0,"F(X)=A(X-X1)(X-X2) :Text(34,15,"=",A,"(X-",V,")(X-",W,") :End :Pause :Goto 0 :Lbl 3 :Text(0,0,"F(X)=",A,"X²+",B,"X+",C," DONC: :Text(7,2,"F'(X)= 2*",A,"X+",B,"+0 = ",2A,"X+",B :Text(15,10,"F'(X)=0 :Text(22,10,2A,"X+",B,"=0" :Text(29,10,2A,"X=",-B :-B/(2A->K :.001iPart(1000K->L :Text(36,10,"X=",-B,"/",2A," = ",L :Pause :ClrDraw :Text(0,0,"SI F'(X)>0 ALORS F EST :Text(7,0,"CROISSANTE. :If A>0:Then :Text(30,47,"-" :Text(30,78,"+" :Text(47,39,"+° :Text(47,46,"° :Text(47,82,"+° :Text(47,89,"° :Line(41,20,61,11 :Line(61,11,59,14 :Line(61,11,58,10 :Line(70,11,91,20 :Line(91,20,87,21 :Line(91,20,89,17 :Text(40,57,"F(",L,")" :Else :Text(30,47,"+ :Text(30,78,"- :Text(40,41,"-° :Text(40,48,"° :Text(40,80,"-° :Text(40,87,"° :Line(41,11,62,20 :Line(62,20,58,21 :Line(62,20,60,17 :Line(69,20,91,11 :Line(91,11,90,14 :Line(91,11,88,10 :Text(47,55,"F(",L,") :End :Text(18,30,"X :Text(27,1,"SIGNE :Text(33,6,"DE F'(X) :Text(40,1,"VARIATION :Text(46,6,"DE F :Text(14,83,"+° :Text(14,90,"° :Text(14,40,"-° :Text(14,47,"° :Text(11,58,L :Line(0,36,94,36 :Line(0,23,94,23 :Line(38,43,38,8 :Line(0,8,94,8 :Line(65,23,65,43 :Line(94,8,94,43 :Circle(65,30,2 :Text(57,0,"F(",L,")= ",AK²+BK+C :Pause :ClrDraw :Text(0,0,"DONC F EST :If A<0:Text(10,0,"- CROISSANTE :If A>0:Text(10,0,"- DECROISSANTE :Text(17,20,"SUR ]-° :Text(17,43,"° , ",L," [" :If A>0:Text(30,0,"- CROISSANTE :If A<0:Text(30,0,"- DECROISSANTE :Text(37,20,"SUR ]",L," , +°° [" :Pause :Goto 0 :Lbl 5 :ClrHome:ClrDraw :Output(1,1,"ETUDE FONCTION SECOND DEGRE PARPERSALTEAS.ÿé“