I was recently working with an equation of the form: $$ \frac{\sqrt{x}}{a+bx+c\sqrt{x}} $$ And I realized that the maxima (only considering positive real numbers) would always be at the point where: $$ x=\frac ab $$ This is straightforward to prove by finding where the first derivative equals 0. Given this 'easy' result, I tried to find the logic behind it, which should probably be something easy, but I do not find it (I'm evidently no expert in mathematics, just curious).
My question is, should it be evident that the function has a maxima at that point without having to calculate the derivative? In the case it should, could someone explain me the reasoning behind it?
Thank you in advance. Kind regards, J.
the first derivative is given by $$f'(x)=1/2\,{\frac {-bx+a}{ \left( a+bx+c\sqrt {x} \right) ^{2}\sqrt {x}}}$$ the searched extrema ( if they exist) are located at $$x=\frac{a}{b}$$