This question is just idle curiosity. Today I find that an integral problem can be easily evaluated by using simple techniques like my answer to evaluate
\begin{equation} \int_0^{\pi/2}\frac{\cos{x}}{2-\sin{2x}}dx \end{equation}
I'm even shocked (and impressed, too) by user @Tunk-Fey's answer and user @David H's answer where they use simple techniques to beat hands down the following tough integrals
\begin{equation} \int_0^\infty\frac{x-1}{\sqrt{2^x-1}\ \ln\left(2^x-1\right)}\ dx \end{equation}
and
\begin{equation} \int_{0}^{\infty}\frac{\ln x}{\sqrt{x}\,\sqrt{x+1}\,\sqrt{2x+1}}\ dx \end{equation} So, I'm wondering about super tough definite integrals that can easily beaten by using simple techniques with only a few lines of answer. Can one provide it including its evaluation?
To avoid too many possible answers and to narrow the answer set, I'm interested in knowing tough integrals that can easily beaten by only using clever substitutions, simple algebraic manipulations, trigonometric identities, or the following property
\begin{equation} \int_b^af(x)\ dx=\int_b^af(a+b-x)\ dx \end{equation}
I'd request to avoid using contour/ residue integrals, special functions (except gamma, beta, and Riemann zeta function), or complicated theorems. I'd also request to avoid standard integrals like
\begin{align} \int_{-1}^1\frac{\cos x}{1+e^{1/x}}\ dx&=\sin 1\tag1\\[10pt] \int_0^\infty\frac{\log ax}{b^2+c^2x^2}\ dx&=\frac{\pi\log\left(\!\frac{ab}{c}\!\right)}{2bc}\tag2\\[10pt] \int_0^1\frac{1}{(ax+b(1-x))^2}\ dx&=\frac{1}{bc}\tag3\\[10pt] \int_0^{\pi/2}\frac{\sin^kx}{\sin^kx+\cos^kx}\ dx&=\frac{\pi}{4}\tag4\\[10pt] \int_0^\infty\frac{e^{-ax}-e^{-bx}}{x}\ dx&=\log\left(\!\frac{b}{a}\!\right)\tag5 \end{align}
There is a lot of 'tough looking' integrals which can be solved by various tricks, but usually it requires more than a few lines of proof.
This is a really soft question, because 'tough looking' integral is a very subjective term (note that I use it instead of just 'tough' because I agree with Robert's comment).
I suggest the book Inside Interesting Integrals, it is full of tricks for solving definite integrals.
My own example of solving an integral using only substitution and algebraic manipulations.
Solve (not really tough, but not simple either):
Let's introduce a parameter:
$$I(v)=\int_0^{\infty} \frac{dx}{(v+x)(\pi^2+\ln^2 x)}$$
Let's make a change of variable:
$$x=e^t$$
$$I(v)=\int_{-\infty}^{\infty} \frac{e^t dt}{(v+e^t)(\pi^2+t^2)}$$
$$I(v)=\int_{-\infty}^{\infty} \frac{(v+e^t) dt}{(v+e^t)(\pi^2+t^2)}-v \int_{-\infty}^{\infty} \frac{ dt}{(v+e^t)(\pi^2+t^2)}=1-v J(v)$$
Now let's make another change of variable:
$$t=-z$$
$$I(v)=\int_{-\infty}^{\infty} \frac{e^{-z} d(-z)}{(v+e^{-z})(\pi^2+z^2)}=\int_{-\infty}^{\infty} \frac{ dz}{(1+v e^z)(\pi^2+z^2)}=\frac{1}{v} J \left( \frac{1}{v} \right)$$
Now we get:
We immediately get the correct value for the original integral:
$$J(1)=I(1)=\int_0^{\infty} \frac{dx}{(1+x)(\pi^2+\ln^2 x)}=\frac{1}{2}$$
As another example, see this 2 line proof by Sangchul Lee of this:
$$\int_0^4 \frac{\ln x}{\sqrt{4x-x^2}}~dx=0$$
This is problem C2.1 from the book I mentioned, but the book offers a very long and complicated solution. Which shows that simplicity of integrals is relative.