Transform of f(x) = 1/x


This program demonstrates several transforms of the function f(x) = 1/x. You can assign different values to a, b, h, and k and watch how these changes affect the shape of the graph.

f(x) = a
b(x - h) + k = (1)
(1)(x - (0)) + (0)










Set a = 1.0, b = 1.0, h = 0.0 and k = 0.0 to see the basic function f(x) = 1/x.




Custom Search