The "x" card at the bottom left is an input card; its slider runs from −2 to 2 in steps of 0.1 (see Input types). The "x²" card at the top is a function card. It plots f(x) = x^2 and marks the point at the current x. "f(0.5) = 0.25" inside the plot is the value at that point. The number line card on the right places the two values, x and x², on one line.
With x at 1.5, the plot shows f(1.5) = 2.25 and x² moves to the right of x on the number line. With x at 1, both values are 1 and the two points sit at the same place. Squaring a number between 0 and 1 gives a smaller number. The number line picks its scale again each time, to fit the values it shows.
Function
Given a formula in x, this card plots its graph.
The formula goes in the "f(x) =" field, for example x^2 or a*x+b.
It is written the same way as in a calc card (Formulas and functions), and a product such as 2x can be written without the multiplication sign.
The two "x:" fields set the range of the horizontal axis; a new card starts at −10 to 10.
The vertical axis fits itself to the curve.
Letters other than x in the formula (such as a or b) take their values from connected cards with the same name. The names must be letters only, such as a or mu; a name with a digit, such as a1, is not used. A connected card named "x" puts a point on the curve at that x and shows the value, as in "f(2) = 4". That value is passed on to other cards. If the formula has a letter with no connected card, or cannot be read, nothing is plotted and the card shows "Enter a function of x". With sin, cos or tan in the formula, the card shows "Angles: degrees (x is in degrees)" next to the range fields (the angle unit is explained in the trigonometry part of Formulas and functions).
"Examine the graph ▾" opens four more fields. A field with a value in it stays visible after the section is closed. The plot gets smaller as fields open; dragging the card's bottom-right corner makes the card larger.
- vs — a second formula, drawn as a dashed curve on the same axes.
- Tangent x₀ — given an x value, the card draws the tangent line there and shows its slope, as in "f′(1) = 2". When the derivative can be worked out from the formula, it is shown too, as in "f′(x) = 2*a*x + b".
- Area ∫ — given the start and end of an interval, the card shows the definite integral over it and shades the region between the curve and the horizontal axis. Parts below the axis count as negative. Choosing n=4 to n=32 in the list on the right adds the value from n rectangles.
- Zeros, extrema & crossings — when ticked, the card marks where the curve meets the horizontal axis (zeros), its peaks (max) and valleys (min), and where it crosses the "vs" curve, with their coordinates.