temaire
- 275
- 0
Homework Statement
Find the integral of \int\frac{5dx}{\sqrt{25x^2 -9}}, x > \frac{3}{5}
The Attempt at a Solution
First, I made x = 3/5 secx, and dx = 3/5 secxtanxdx
\int\frac{3secxtanxdx}{5\sqrt{(9/25)(sec^2x -1)}}
\int\frac{secxtanxdx}{tanx}
\int secxdx
ln|secx + tanx| + C
ln|\frac{5x}{3} + \frac{5\sqrt{x^2 - \frac{9}{25}}}{3}| + C
The final step is my answer. However, when I try to integrate using the wolfram integration calculator, I get ln|2(\sqrt{25x^2 - 9} + 5x) + C
Where did I go wrong?