The formula for the curvature of a $y = f(x)$ function is given by:
$k(x) = \frac{|y'(x)|}{[1+(y''(x))^2]^\frac{3}{2}}$
Given that $y = 3ln(x),$ we know:
$y'(x) = 3/x$ $y''(x) = -3/x^2$
Plugging these in:
$k(x) = \frac{3/x}{[1+\frac{9}{x^4}]^\frac{3}{2}}$
$k(x) = \frac{3}{x[1+\frac{9}{x^4}]^\frac{3}{2}}$
$k(x) = \frac{3}{x[\frac{x^4+9}{x^4}]^\frac{3}{2}}$
$k(x) = \frac{3}{x[\frac{(x^4+9)^\frac{3}{2}}{x^6}]}$
$k(x) = \frac{3}{\frac{x}{x^6}{(x^4+9)^\frac{3}{2}}}$
$k(x) = \frac{3}{\frac{1}{x^5}{(x^4+9)^\frac{3}{2}}}$
$k(x) = \frac{3x^5}{{(x^4+9)^\frac{3}{2}}}$
From here, I need the critical points, which I get by taking the derivative of k(x):
$k'(x) = \frac{15x^4(x^4+9)^\frac{3}{2} - (3x^5)(3/2)(x^4+9)^\frac{1}{2}(4x^3)}{(x^4+9)^3}$
$k'(x) = \frac{15x^4(x^4+9)^\frac{3}{2} - 18x^8(x^4+9)^\frac{1}{2}}{(x^4+9)^3}$
$k'(x) = \frac{3x^4(x^4+9)^\frac{1}{2}[5(x^4+9)^3-6x^4]}{(x^4+9)^3}$
Beyond this, I have no idea what to do. I can solve it graphically, but how can I do it algebraically?