I have a integral, but and I use two different symbols in an interchangeable way, but canI do not get same expressions when I swap them. Can some one explain why?
Integrate[1/Sqrt[(x - t) (y - t)], {t, 0, y}, Assumptions -> 0 < y < x] Log[(x + y + 2 Sqrt[x y])/(x - y)]
Integrate[1/Sqrt[(x - t) (y - t)], {t, 0, x}, Assumptions -> 0 < x < y] 2 ArcTanh[Sqrt[x/y]]
