Prototype
- 6
- 0
(x) sq. root of ((x^2) - 1)?
Jameson said:That last step is a typo or it's incorrect.
It should be:
u = x^2-1
du = 2x dx
\frac{du}{2} = x dx
Your end substitution is correct, with \frac{1}{2}\int\sqrt{u}du
but that one step is off.