I am trying to get the surface area of this equation in $y$ axis but I can't integrate it.
$$ \begin{align*} x=f(y)&= \frac{7\ln \left(4^\frac{5}{7}y\right)}{\ln(4)}\\ \frac{dx}{dy}=f'(y) &= \frac{7}{y\ln4} \end{align*}$$ so to get the surface area $$ \begin{align*}S_x&=\int_a^b2\pi x\,\sqrt{1+\Big(\frac{dx}{dy}\Big)^2}\,dy\\ &=\int_1^42\pi \left(\frac{7\ln(4^\frac{5}{7}y)}{\ln4}\right)\,\sqrt{1+\Big(\frac{7}{y\ln4}\Big)^2}\,dy\\ &=\frac{7\cdot 2\pi}{\ln4} \int_1^4\ln \left(4^\frac{5}{7}y\right)\,\sqrt{1+\Big(\frac{7}{y\ln4}\Big)^2}\,dy \end{align*}$$ how can I integrate this? I have spent nearly 3 hours but I can't integrate it.
I suppose this integral is very hard to be evaluated (or cannot be evaluated) by analytical methods. You need to approximate it using the Simpson's rule.
For your reference, here is a link (Check question no. 17) to a similar question I found that uses the rule to evaluate the surface area obtained from the revolution of a logarithm function. Below is the quote from the same link.
The quoted result is correct to six decimal places. I hope it helps a little.