Exercise: study of a hidden function

Given the function f of which is not known his analytical form (the function f is hidden) and using GeoGebra commands, described in the previous examples: a. find the domain, X-Axis intersections, Y-Axis intersections, the sign of f, the limits at the endpoints of the domain and the asymptotes; b. find the monotonicity intervals, local and global minima and maxima of f; c. find the convexity and concavity intervals and the inflection points of f; d. draw a qualitative graph of f; e. verify if the graph is correct typing f in the entry bar. Basically, we only require four commands, a function and a GeoGebra tool: the Root and Intersection commands and the function Sgn (to determine the domain, to find the zeros and to study the sign) and the commands Limit and Derivative and finally the instrument Pen. Example protocol No. Definition / Command 1 ………………. 2 ………………….. 3 ……………………….. 4 g(x) = sgn(f(x)) 5 (0, f(0)) 6 Roots ..... f 6 …………………………………… 7 .................... 8 ....................... 9 LimitAbove[f, x(R)] 10 LimitBelow[f, x(R)] 11 PenStroke ==> 12 Limit[f, ∞] 13 Limit[f(x) / x, ∞] 14 Limit[f(x) - m x, ∞] 15 y = m x + q 16 PenStroke 17 f'(x) = f'(x) 18 Roots f’(x) 18 ......................... 19 h(x) = sgn(f'(x)) 20 (x(D), f(x(D))) 21 (x(E), f(x(E))) 22 f''(x) = f''(x) 23 p(x) = sgn(f''(x)) 24 PenStroke 25 f