
I'm using the right difference quotient. f(x+h)-f(x)/h
For (fx) = x^2-4x+7, find f(x+h)-f(x)/h
msec =
TI Nspire Function
rightdiff(x,h):= f(x+h)-f(x)/h
when I plugin rightdiff(x^2-4x+7, h) The answer is not coming out reduced as 2x+h-4.
f(x+h)-f(x)
, which made only f(x) to be divided by h.rightdiff(x,h)
in, you indeed get 2*x+h-4
rightdiff(f(x),h)
though, as the f(x) is already in the function definition (maybe that was your mistake)Users browsing this forum: ClaudeBot [spider] and 5 guests