Difference between revisions of "Tutorial:Creating Dynamic Worksheets"

From GeoGebra Manual
Jump to: navigation, search
(Created page with "==Creating Dynamic Worksheets== In this activity you will learn how to create a dynamic worksheet that illustrates how lower and upper sums can be used to approximate the area be...")
(No difference)

Revision as of 20:19, 5 March 2012

Creating Dynamic Worksheets

In this activity you will learn how to create a dynamic worksheet that illustrates how lower and upper sums can be used to approximate the area between a function and the x-axis.

Preparations

Construction Steps

1 Enter the cubic polynomial f(x) = -0.5x³ + 2x³ – x + 1
2 Tool New Point.gif Create two points A and B on the x-axis Template:Hint: These points will determine the interval.
3 Tool Slider.gif Create a slider for the number n (interval 1 to 50; increment 1)
4 Create uppersum = uppersum[f, x(A), x(B), n]
Note Hint: x(A) gives you the x-coordinate of point A.
5 Create lowersum = lowersum[f, x(A), x(B), n]
6 Tool Insert Text.gif Insert dynamic text Upper Sum = and select uppersum from Objects
© 2024 International GeoGebra Institute