make the next function scale faster than the previous one
f(x) = slog(x)
make the next function scale faster than the previous one
f(x) = slog(x)
slog(x^2)
f(x) = log(log(log(x)))
ln(x)
log_2(x)
f(x) = sqrt(sqrt(x))
(d/dx)(x^(3/2)/3)
just sqrt(x)^(pi/5)
(d/dx)(x^(3/2)/3)=sqrt(x)/2=(1/2)(x^(1/2)) is greater than sqrt(x)^(pi/5)=(x^(1/2))^(pi/5)=x^(pi/10) for all x>1024^(5-pi) or x>41.67 (approximate)
y=x
f(x) = x*log(x)
or sign up to leave a post.