We were asked to find the inflection points of:
$$f(x) = x^\frac{1}{x}$$
After a lot of derivation I reached:
$$f''(x)=x^{1/x} \left( \frac{\ln^2(x)+2x\ln(x)-2\ln(x)-3x+1}{x^4} \right)$$
I don't know how to separate the $x$'s from the terms containing $\ln(x)$.
Alternatively, we are allowed to use Taylor Series expansions for $\ln(1+x)$ but if there is a way to do it I wasn't able to find it. And I'd love to learn.
And ideas?
Thanks
Using the quadratic formula with $a=1$, $b=2x-2$ and $c=1-3x$ you can separate the ln(x) from the x's and get, $$ln(x) = \frac{2-2x \pm \sqrt{(2x-2)^2 -4(1)(1-3x)}}{2}$$
$$ln(x)=1-x \pm \sqrt{x^2+x}$$