Originally posted by: JohnCU
Originally posted by: chuckywang
Originally posted by: JohnCU
Originally posted by: chuckywang
Originally posted by: JohnCU
I got it, u-substitution.
Let u = x^3/2
du = 3/2*x^1/2dx or dx = 2/3*du/x^1/2
the integral becomes 2/3*INT(1/sqrt(1+u^2)) and becomes 2/3*inverse sinh (x^3/2)
Weird...my TI-89 says the integral of sqrt(1/(1+u^2)) is ln(sqrt(1+u^2)+x). But the integral is also arcsinh(u). I guess those two must differ by a constant.
yeah or its just two different forms of the same thing. easier to write arcsinh than all of that natural log jazz.
I know that y = sinh(x) = (e^x-e^-x)/2, so I was mildly surprised that you can add some constants to that and solve for x. Now I'm just trying to figure out how to do that.
hmm... i'm not sure, i'm kind of sleepy and maple isn't working but LMK what you find.
Yep it works out. Let y = ln(sqrt(1+x^2)+x) and compute (e^y-e^-y)/2. It works out to equal x. BTW, I made a mistake: sinh(x) = (e^x-e^-x)/2.
You can also solve it directly like so:
If y=(e^x - e^-x)/2, then sqrt(1+y^2) = (e^x + e^-x)/2. Adding those together gives you e^x, so x = ln(y+sqrt(1+y^2)). Pretty cool trick having to do with exponentials and logarithms.
How the heck did you remember the derivative of arcsinh(x). Geez, I wasn't even taught the derivatives of arcsinh(x) and arccosh(x) when I took Calculus. All I was taught was that cosh(x) = (e^x+e^-x)/2 and sinh(x) = (e^x - e^-x)/2.