Show the function is decreasing in an interval

118 Views Asked by At

Let $s>1, s\in\mathbb{R}$, and let $f$ be a function defined by

$$f(x)=\frac{ln(x)}{x^s}, x>0$$

Determine the monotone intervals of $f$.


I note that $f(x)$'s domain is $(0,\infty)$. I then find the derivative of $f(x)$.

$f'(x)=x^{-s-1}(1-s\cdot ln(x))$.

$f'(x)=0\implies x=e^\frac{1}{s}$.

So $e^\frac{1}{s}$ is a critical point for $f$.

I'm uncertain how to evaluate the function around the critical point. I'm thinking to evaluate at the points $e^\frac{0}{s}$ and $e^\frac{2}{s}$?

So $f'(e^\frac{0}{s})=e^{\frac{0}{s}^{-s-1}}(1-s\cdot ln(e^\frac{0}{s}))$

I then need to figure out if the expression above is greater, less or equal to 0. And likewise with the other critical point.

I'm not sure if I've done this correctly and I'm not sure how to make the expression for the evaluated critical point any nicer.

1

There are 1 best solutions below

2
On BEST ANSWER

To find intervals of monotonicity you only have to known when $f'>0$ and when $f'<0$. No need to evaluate $f$ at any point. Note that $x^{-s-1}(1-s \ln x) >0$ iff $\ln x <\frac 1 s$. The function is increasing in $(0,\frac 1 s)$ and decreasing in $(\frac 1 s ,\infty)$.