As the question says, I am trying to solve $\int \frac{x^2}{\sqrt{x^2-13}}\text{d}x$
Here is what I have so far:
$\int \frac{x^2}{\sqrt{x^2-13}}\text{d}x$
$\frac{1}{\sqrt{13}} \int \frac{x^2}{\sqrt{\frac{x^2}{13}-1}} \text{d}x$
$u = \frac{x}{\sqrt{13}}$
$\frac{\text{d}u}{\text{d}x} = \frac{1}{\sqrt{13}}$
$\frac{1}{\sqrt{13}}*\sqrt{13} \int \frac{13u^2}{\sqrt{u^2-1}}\text{d}u$
I got the $13u^2$ by setting $\sqrt{13}u = x$ and squaring both sides
$13 \int \frac{u^2}{\sqrt{u^2-1}}\text{d}u$
$u = \sec(\theta)$
$\frac{\text{d}u}{\text{d}\theta} = \sec(\theta)\tan(\theta)$
$13 \int \frac{\sec^2(\theta)}{\tan(\theta)}*\sec(\theta)\tan(\theta)\text{d}\theta$
$13 \int \sec^3(\theta)\text{d}\theta$
This is the point where I am stuck at
Also, I just started learning trig substitution so if there is an easier way to do this please tell me. Thank you
$$ x = \sqrt{13} \cosh t \; , \; \; \; dx = \sqrt{13} \sinh t dt $$ $$ \sqrt{x^2 - 13} = \sqrt{13 \cosh^2 t - 13 } = \sqrt {13} \sqrt{\cosh^2 t - 1} = \sqrt {13} \sinh t $$
$$ \int \frac{x^2}{\sqrt{x^2 - 13}} dx = 13 \int \cosh^2 t dt = 13 \int \frac{1}{2} + \frac{1}{2} \,\cosh 2t \, dt $$
$$ \int \frac{x^2}{\sqrt{x^2 - 13}} dx = C + 13 \left( \frac{t}{2} + \frac{1}{4} \,\sinh 2t\right) $$
now we need to express $t$ and $\sinh 2t $ in terms of $x$
I guess the quickest way comes from $ \cosh t + \sinh t = e^t$ So
$$ \sqrt{13 }e^t = x + \sqrt{x^2 - 13} $$
Also $$ x \, \sqrt{x^2 - 13} = 13 \sinh t \cosh t $$ $$ 2 x \, \sqrt{x^2 - 13} = 13 \sinh 2t $$