KmPlot/Using Sliders/fr: Difference between revisions
< KmPlot
(Created page with "<gallery perrow="3" caption="Captures d'écran"> Image:Kmplot_function_with_param.png|Entrée Image:Kmplot_view_show_sliders.png|Afficher les options de la glissière Image:Kmplo...") |
(Created page with "== Trajectoire d'un projectile ==") |
||
Line 19: | Line 19: | ||
</gallery> | </gallery> | ||
== | == Trajectoire d'un projectile == | ||
Now let's have a look at the maximum distance of a projectile thrown with different angles. We use a parametric plot depending on an additional parameter which is the angle. | Now let's have a look at the maximum distance of a projectile thrown with different angles. We use a parametric plot depending on an additional parameter which is the angle. |
Revision as of 21:33, 7 July 2012
Une fonctionnalité principale de KmPlot est de visualiser l'influence des paramètres d'une fonction sur une courbe.
Bouger une courbe de sinus
Regardons comment déplacer une courbe de sinus de gauche à droite :
- Créer une nouvelle courbe cartésienne
- Saisir l'équation
f(x,a) = sin(x-a)
- Vérifier l'option et choisir dans la liste déroulante.
- Pour rendre la glissière visible, vérifier
Maintenant vous pouvez modifier la glissière et voir comment la valeur du paramètre modifie la position de la courbe.
-
Entrée
-
Afficher les options de la glissière
-
Fenêtre de la glissière
Trajectoire d'un projectile
Now let's have a look at the maximum distance of a projectile thrown with different angles. We use a parametric plot depending on an additional parameter which is the angle.
- Define a constant v_0 for the starting velocity.
- Create a new parametric plot
- Enter the equations
f_x(t,α) = v_0∙cos(α)∙t f_y(t,α) = 2+v_0∙sin(α)∙t−5∙t^2
- Check the option and choose from the drop down list.
- To make the available sliders visible, check
Now you can move the slider and see how the distance depends on the parameter value.