Can anyone tell me if it is possible to find a formula for the arc length of the function $f(x)= x\sin x$? I've been working on this on and off for a few days and I'm starting to think it's impossible, yet it seems like such a simple expression.
Wolfram Alpha can give me a determinate answer, but this won't work for me.
This is the integral that should solve for the arc length:
$$ \int \sqrt{ (x \cos(x)+\sin(x))^2 + 1\,}\,\, \mathrm{d}x $$
I can't seem to find a solution for it. Can anyone help me, or explain why it can't be solved?
In principle, you can use the Risch algorithm to prove that $\sqrt{(x\cos(x)+\sin(x))^2+1}$ has no elementary antiderivative.
However, this is the mixed algebraic-transcendental case, which is quite difficult: computer algebra systems such as Maple don't implement it fully.
As for non-elementary special functions, that's pretty much wide open. You could always define a new one, "Nick's function"...
As for the "why", the fact is that, outside of certain rather special types of function for which standard techniques work, "most" elementary functions do not have closed-form antiderivatives. This may come as a surprise to survivors of calculus courses, where almost every question does have a closed-form solution.