Rev 6509 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6509 | Rev 8514 | ||
---|---|---|---|
Line 11... | Line 11... | ||
11 | \rational{df0 = evalue(\df, x = \x0)} |
11 | \rational{df0 = evalue(\df, x = \x0)} |
12 | \function{D = \df0*x-simplify(\df0*\x0 - \y0)} |
12 | \function{D = \df0*x-simplify(\df0*\x0 - \y0)} |
13 | 13 | ||
14 | \integer{xmin = min(-3,\x0-2)} |
14 | \integer{xmin = min(-3,\x0-2)} |
15 | \integer{xmax = max(3,\x0+2)} |
15 | \integer{xmax = max(3,\x0+2)} |
16 | \text{A = slib(function/bounds \f, x, \xmin, \xmax)} |
16 | \text{A = slib(function/bounds \f, x, \xmin, \xmax)} |
17 | \integer{ymin = min(-3,\A[1]-2)} |
17 | \integer{ymin = min(-3,\A[1]-2)} |
18 | \integer{ymax = max(3,\A[2]+2)} |
18 | \integer{ymax = max(3,\A[2]+2)} |
19 | \text{rangex = \xmin,\xmax} |
19 | \text{rangex = \xmin,\xmax} |
20 | \text{rangey = \ymin,\ymax} |
20 | \text{rangey = \ymin,\ymax} |
21 | \text{dessin = rangex \rangex |
21 | \text{dessin = rangex \rangex |
Line 32... | Line 32... | ||
32 | plot green,\D |
32 | plot green,\D |
33 | } |
33 | } |
34 | \text{urlc = draw(200,200 |
34 | \text{urlc = draw(200,200 |
35 | \dessinc)} |
35 | \dessinc)} |
36 | 36 | ||
37 | \statement{Donner l'équation de la tangente à la courbe |
37 | \statement{Donner l'équation de la tangente à la courbe |
38 | d'équation \(y = \f\) au point d'abscisse \x0. |
38 | d'équation \(y = \f\) au point d'abscisse \x0. |
39 | < |
39 | <div class="wimscenter"><img src="\url" alt="" /></div> |
40 | } |
40 | } |
41 | \answer{y=}{\D,x}{type = function} |
41 | \answer{y=}{\D,x}{type = function} |
42 | \text{dessinc = \dessin |
42 | \text{dessinc = \dessin |
43 | plot green,\D |
43 | plot green,\D |
44 | } |
44 | } |
45 | \solution{La droite tangente au point d'abscisse \x0 est dessinée en vert : |
45 | \solution{La droite tangente au point d'abscisse \x0 est dessinée en vert : |
46 | <p class="wimscenter"><img src="\urlc" alt="" /></p> } |
46 | <p class="wimscenter"><img src="\urlc" alt="" /></p> } |