I was evaluating $\int \sqrt{\frac{2x+3}{2x-3}}dx$ and got an answer which, I think, is not correct as it is different from wolframalpha's answer.
Here's my work: $$\begin{align}\int \sqrt\frac{2x+3}{2x-3} dx & = \int \frac{2x + 3}{\sqrt{4x^2 - 9}} \ dx\tag{1}\\& =\int \frac{x}{\sqrt{x^2 - (3/2)^2}}\ dx + \frac32\int \frac{dx}{\sqrt{x^2 - (3/2)^2}}\tag{2}\\&= \sqrt{x^2 - (3/2)^2 } + \frac{3}{2}\cosh^{-1}\left(\frac{2x}{3}\right) + C\tag{3}\end{align}$$
Steps:
$(1.)$ Rationalized the numerator.
$(2.)$ Applied linearity.
$(3.)$ The first integral is done by substituting $x^2 - (3/2)^2 = t$ and the second one is inverse hyperbolic cosine.
WolframAlpha shows this. I also tried differentiating both the answers, but still it's different from mine.