Rev 6509 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 184 | bpr | 1 | \title{Tangente (function)} |
| 2 | \range{-5,5} |
||
| 3 | \real{a = random(-1,1)*randint(1..30)/10} |
||
| 4 | \real{b = randint(-20..20)/10} |
||
| 5 | \real{c = randint(-20..20)/10} |
||
| 6 | \function{f = \a*x^2+simplify(\b*x)+\c} |
||
| 7 | \real{x0 = randint(-40..40)/10} |
||
| 8 | \real{y0 = evalue(\f,x = \x0)} |
||
| 9 | \function{df = diff(\f,x)} |
||
| 10 | \real{df0 = evalue(\df,x = \x0)} |
||
| 11 | \function{D = \df0*x-simplify(\df0*\x0-\y0)} |
||
| 12 | |||
| 8514 | bpr | 13 | \statement{ Donner l'équation de la tangente à la courbe d'équation |
| 184 | bpr | 14 | \(y = \f\) au point (\x0, \y0). |
| 8514 | bpr | 15 | <div class="wimscenter">\( y = \) \embed{reply1}</div> |
| 184 | bpr | 16 | } |
| 17 | |||
| 6509 | bpr | 18 | \answer{y=}{\D,x}{type=function} |