Question If $$f(x)=\frac{x^{2}}{2-2\cos x}$$ $$g(x)=\frac{x^{2}}{6x-6\sin x}$$ where $0< x <1$, then
(a) both $f$ and $g$ $\uparrow$
(b) both $f$ and $g$ $\downarrow$
(c) $f$ $\uparrow$, $g$$\downarrow$
(d) $f$$\downarrow$, $g$$\uparrow$
My Approach Only method I know is derivative test but that didn't work
I may contribute for one function$$ f(x) = \frac{x^{2}}{2 - 2 \cos(x)}, \:\: 0 < x < 1 $$ The 1st derivative is $$ f'(x) = \frac{2x (1-\cos(x))- \sin(x)x^{2}}{2 ( 1 - \cos(x) )^{2}} = \frac{x}{ 1 - \cos(x) } - \frac{ 0.5 \sin(x)x^{2}}{ ( 1 - \cos(x) )^{2}} $$ $$ = \frac{x}{ 1 - \cos(x) } \left( 1 - \frac{ 0.5 \sin(x)x}{ 1 - \cos(x) } \right) $$ Since $0 < x < 1$, we would have $x/(1 - \cos(x)) $ positive. Now we may check the other term : we can prove by contradiction, that $$ 1 - \frac{ 0.5 \sin(x)x}{ 1 - \cos(x) } > 0 $$
Assume the opposite is true, which means that $$ 1 - \frac{ 0.5 \sin(x)x}{ 1 - \cos(x) } < 0 $$ $$ 0.5 \sin(x)x + \cos(x)> 1 $$ by squaring.. we may get $$ [ 0.25 \sin(x) ] x^{2} + [ \cos(x) ] x - \sin(x) > 0 $$ By viewing it as a quadratic polynomial wrt to $x$, it should be that $D < 0$, but instead we get $$ D = \cos^{2}(x) + \sin^{2}(x) = 1 >0 $$ a contradiction. So it must be that $$ 1 - \frac{ 0.5 \sin(x)x}{ 1 - \cos(x) } > 0 $$ also positive.
Hope this helps.