coca cola said:
yep.
Can you integrate it backwards for me: integrate 1/(x^2 - a^2)?
thats meant to be in square root isnt it?
alternative to no_arg's:
let x = a*sec@
then, after simplifying, you'll have to do int sec@ d@
which can be done by writing sec@ as
sec@ (sec@ + tan@) / (sec@ + tan @)
= (sec^2@ + sec@tan@) / (tan@ + sec@)
not that its easier
but if you dont have the standard integral sheet at all and you somehow forget that it will have "x + sqrt(x^2-a^2)", this method may be a longer alternative.