Presentation is loading. Please wait.

Presentation is loading. Please wait.

MATH 1314 Geogebra Commands.

Similar presentations


Presentation on theme: "MATH 1314 Geogebra Commands."— Presentation transcript:

1 MATH 1314 Geogebra Commands

2 Moving and Rescaling Click the cross-hairs icon. Using the mouse, click and drag to view other areas of the screen. Move over the x- or y-axis in order to rescale in the horizontal or vertical directions.

3 View or Options Menus In the downloaded version of the software, these menu options will appear at the top of the screen. In the online version of the software will have an icon with three horizontal bars on the upper right of the screen. Clicking this will give all the menu options.

4 Basic Commands Power: ^ (shift6) Multiplication: * (shift8) Division: / Square Root: sqrt() Cube Root: cbrt() Other Roots: Use fractional exponents

5 Inputting Functions: In the Input Box: f(x) = ……. g(x) = ……. Make sure you are using parenthesis when needed!! Evaluating a function at an x-value: f(x-value) g(x-value)

6 Roots (x-intercepts, zeros)
Polynomial Functions: root[f(x)] Other Functions: root[g(x),left x, right x]

7 Relative Minimums and Relative Maximums
These are the high points of the surrounds points or the low points of the surrounding points. Polynomial Functions: extremum[f(x)] Other Functions: extremum[g(x), left x, right x] You must visually determine if the coordinate point listed is a minimum or a maximum.

8 Points of Intersection:
Polynomial Functions: Intersect[f(x),g(x)] Other Functions: Intersect[f(x),g(x),left x, right x]

9 Curves of Best Fit Under the View Menu: Select Spreadsheet. Input x-values in the first column, y-values in the second column Highlight all used cells Click the bottom arrow in the coordinate point button, select “List of Points”

10 Regression Curves: Polynomial: fitpoly[list1,degree] Degree must be greater than or equal to 1: Linear: deg 1 Quadratic: deg 2 Cubic: deg 3 Quartic: deg 4 Others: Exponential: fitexp[list1] Power Function: fitpow[list1]

11 Goodness of Fit To determine the r2 value of a regression curve will tell you how good of a fit to the data it is. r2 close to zero: poor fit to the data. r2 close to one: good fit to the data. Regardless of the r2 value, the curve must match the trend of the data to be a good predictor of long-term trends.

12 Limits: limit(function,x-value) For limits at infinity, type the word “infinity” or “-infinity” in place of the x-value. One sided limits: LimitAbove(function,x-value) will give the limit from the right. LimitBelow(function,x-value) will give the limit from the left.

13 Derivatives derivative(function) This will automatically define the derivative of f(x) as f’(x). You can find the numeric derivatives by inputting f’(x-value)

14 Tangent Lines: To find the equation of a tangent line to a function at a specific x-value: tangent[x-value,function]

15 Points of Inflection inflectionpoint(Polynomial) This will give the (x,y) coordinate of the point of inflection

16 Asymptotes asymptote[function] This command will give all vertical, horizontal and oblique asymptotes of the function (as x = p, y = q, or y = mx + b linear equations, respectively).

17 Rectangular Sums or Riemann’s Sums
RectangleSum(Function, Starting x, Stopping x, Number of Rectangles, Rectangle Position) Rectangle Position Options: 0 : Left corner touches graph 0.5 : Midpoint touches graph 1 : Right corner touches graph This will return the area approximation between the curve and the x- axis between two x-values for a set number of rectangles.

18 UpperSum(Function, Starting x, Stopping x, Number of Rectangles) LowerSum(Function, Starting x, Stopping x, Number of Rectangles) These will return the overestimate or underestimate (regardless of rectangle position) for the area approximation using a fixed number of rectangles.

19 Integration: To calculate an Indefinite Integral: integral(function) Note: you must attach the constant of integration (+ C) at the end of the GGB output.

20 To calculate a Definite Integral: integral(function, starting x-value, ending x-value) This will return the numeric value for the area between the curve and the x-axis. This will be a signed (x/-) value.

21 Area Between Curves: To find the area between two graphs: IntegralBetween(top-function, bottom-function, starting x-value, ending x-value) Note: You may need to use two separate commands if the top/bottom function switch partway through the problem. Second Note: You may need to find your start/stop values by using an intersect(polynomial1, polynomial2) or intersect(function1, function2, starting x, stopping x) command.


Download ppt "MATH 1314 Geogebra Commands."

Similar presentations


Ads by Google