ParoXsitiC
- 58
- 0
Homework Statement
\int \frac{x^2}{\sqrt{x^2+3}}
Homework Equations
sinh-1(u) = u' / (u^2 + 1)
The Attempt at a Solution
Make the x^2 + 3 look like x^2 + 1 by taking out a sqrt(3). Giving you
\int \frac{x^2}{\sqrt{3} \sqrt{\frac{x^2}{3}+1}}
Set the constant outside the integral.
\frac{1}{\sqrt{3}} \int \frac{x^2}{\sqrt{\frac{x^2}{3}+1}}
Now we find where u^2 = \frac{x^2}{3} , which is u = \frac{x}{\sqrt{3}}. Now we know the u of the sinh-1, we find u'
u' = \frac{1}{\sqrt{3}}So now we taken care of everything but x^2...
Where to go now?