I take it that the x and y have nothing to do with the s then?
They are basically just constants for this integration?
muzialis said:
Arildno,
thanks for your hint. I suggest functions $$f = \sqrt{\ln x}$$ and $$g = \sqrt{\ln (x/e^{a^2})}$$.
Because: $$a^2+f^2=a^2 + \ln |x| = \ln|e^{a^2}|+\ln|x| = \ln|xe^{a^2}| \neq g^2$$
(did you make a typo?) OK - so, having found a pair of functions that have the suggested property - try using one of them as a substitution in the integrand...
$$\int \frac{1}{(x^2 + (y-s)^2)^2} \mathrm{d}s$$, change variable y-s = z,
$$\int \frac{-1}{(x^2 + z^2)(x^2+z^2)} \mathrm{d}s =$$
... so did you try your substitution?
Note that ##x^2+z^2 = (x+z)(x-z)##
... which will help with the partial fractions.
Personally I'd start with the very first line and use a substitution.
I believe you have misunderstood the hint ...
How about trig functions:
##\sin^2\theta+\cos^2\theta=1## and ##1+\tan^2\theta = \sec^2\theta##
The idea is to use one of them to make a substitution.
i.e. starting from ##a^2-x^2## if you substitute ##x=a\sin\theta## then: $$a^2-x^2=a^2(1-\sin^2\theta)=a^2\cos^2\theta$$
... it's probably easier than the partial fractions.