You can enter any numeric function using Mathematica notation in Step 1 of the instructions - see examples below
Some functions like the absolute value function, Abs[x], have a derivative that is non-numeric -- D[Abs[x],x] evaluates to Abs'[x]. In these cases, no derivative is plotted.
You can enter valid numeric expressions using Mathematica syntax for the endpoints in Step 2, including expressions like 10^2, 5!, Sqrt[2], E, or Sum[3^k,{k,0,4}]
If you don't want to see the approximate derivative, enter zero for the value of h in Step 3.
Some interesting examples for Step 1
Binomial[x,k], where k is a positive integer.
Sum[x^k/k!,{k,0,5}]
ChebyshevT[3,x], or change the 3 to some other positive integer.