Orion1
- 961
- 3
How is this problem integrated?
\int \sqrt{ \sin x} \; dx
Indeed, according to mathematica where:lurflurf said:No elementary functions have \sqrt{\sin(x)} as their derivative. It looks like it an antiderivative could be expressed using elliptic integral of the second kind.
http://mathworld.wolfram.com/EllipticIntegraloftheSecondKind.html
Zurtex said:Indeed, according to mathematica where:
\text{EllipticE} (z,m) = \int_0^z \sqrt{1 - m \sin^2 t} \, dt
Then:
\int \sqrt{ \sin x } \, dx = -2 \text{EllipticE} \left( \frac{1}{4} ( \pi - 2x ), 2 \right)
saltydog said:Well anyway, I'll save the rest for others to go through if they need practice like me to show that this is equal to:
\sqrt{\sin x}
Orion1 said:Any Calculus I students interested in integrating this formula?
\int \sqrt{ \tan x} \; dx
It is not that bad. It should probably be on a list of good calculus final questions along with.Zurtex said:Haha, that's really nasty, if anyone wants a go at this then I'll just help out by saying that you don't need to put it of the form of an EllipticE formula
I got asked that question on my university interview, one of the few people who did it without any helplurflurf said:It is not that bad. It should probably be on a list of good calculus final questions along with.
\frac{d}{dx}x^x
The following substitutionOrion1 said:Any Calculus I students interested in integrating this formula?
\int \sqrt{ \tan x} \; dx
The only potential problems is that if one "refuses" to use complex numbers, effecting the integration requires some rather unmotivated ad hoc manipulations. Probably some rather clever trig identitiy manipulation would get the job done as well.TD said:The following substitution
\tan x = y^2 \Leftrightarrow x = \arctan \left( {y^2 } \right) \Leftrightarrow dx = \frac{{2y}}{{y^4 + 1}}dy
gives: \int {\frac{{2y^2 }}{{y^4 + 1}}dy}
That should be doable![]()