$$\int \frac{2\sinh(x)+1}{2\cosh(3x)} {\rm d}x \\ = \int \frac{e^x + 1 - e^{-x}}{e^{3x} + e^{-3x}} {\rm d}x \\ = \int \frac{e^{4x} + e^{3x} - e^{2x}}{e^{6x} + 1} {\rm d}x \\ = \int \frac{u^3 + u^2 -u}{u^6+1} {\rm d}u $$
I do know how to solve the latter one but with really long boring procedures, is there a better way to do this? Splitting it into
$$\int \left( \frac{u^3}{u^6+1} + \frac{u^2}{u^6+1} - \frac{u}{u^6+1} \right) {\rm d}x$$
and using the standard methods can eventually solve it, but it's kinda boring. Like by making substitutions to turn the denominator into cubic/quadratic functions, applying partial fractions, tangent substitutions etc. Can you spot simpler (i.e cooler) ways to evaluate this? Optimally without partial fractions.
$$\int \frac{e^x + 1 - e^{-x}}{e^{3x} + e^{-3x}} {\rm d}x$$
Splitting into two parts:
$$ \int \frac{e^x - e^{-x}}{e^{3x} + e^{-3x}} {\rm d}x + \int \frac{1}{e^{3x} + e^{-3x}} {\rm d}x $$
Looking at the first part:
$$ \int \frac{e^x - e^{-x}}{e^{3x} + e^{-3x}} {\rm d}x = \int \frac{e^x - e^{-x}}{(e^{x} + e^{-x})^3 - 3 \left (e^x + e^{-x}\right)} {\rm d}x$$
Here let $e^x + \frac{1}{e^x} = t$. $$\implies e^x - e^{-x} dx = dt$$
Therefore the first integral now is:
$$\int \frac{1}{t^3 -3t} {\rm d}t$$
A little bit of partial fractions will be involved but it will only be a single step from completion as compared to the ones you're using right now.
The second integral, i.e.
$$\int \frac{1}{e^{3x} + e^{-3x}} {\rm d}x $$
$$=\int \frac{e^{3x}}{e^{6x} + 1} {\rm d}x $$
Here simply let $e^{3x} = t$
$$\implies 3 e^{3x} dx = dt$$
Therefore,
$$\int \frac{e^{3x}}{e^{6x} + 1} {\rm d}x$$ $$ = \int \frac{1}{3(1+t^2)} {\rm d}t$$
Hope you found it cool.
Cheers!