How Do Calculus I Students Solve These Indefinite Integrals?

Orion1
Messages
961
Reaction score
3


How is this problem integrated?

\int \sqrt{ \sin x} \; dx

 
Physics news on Phys.org
The solution can not be given in terms of elementary functions.
 
Last edited:
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
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)
 
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)

Alright, I had problems with it:

Show:

\int \sqrt{ \sin x } \, dx = -2 \text{EllipticE} \left( \frac{1}{4} ( \pi - 2x ), 2 \right)

So differentiating the RHS:

\frac{d}{dx}\left(-2\int_0^{\frac{\pi-2x}{4}} \sqrt{1-2Sin^2(t)}dt\right)=\sqrt{1-2Sin^2(\frac{\pi}{4}-\frac{x}{2})}

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}
 
Last edited:
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}
:biggrin: I had the same the same odd feeling about it when I looked at it and enjoyed doing my old A-Level work on proving trigonometric identities.
 
Integral Nexus...



Integrating with EllipticE formula:
\int \sqrt{\cos x} \; dx = 2 \int_0^{\frac{x}{2}} \sqrt{1 - 2 \sin^2 (t)} \; dt

RHS Differentiation:
\frac{d}{dx} \left( 2 \int_0^{\frac{x}{2}} \sqrt{1 - 2 \sin^2 (t)} \; dt \right) = \sqrt{1 - 2 \sin^2 \left( \frac{x}{2} \right)}

Trigonometric Identity:
1 - 2 \sin^2 \left( \frac{x}{2} \right) = \cos x

Any Calculus I students interested in integrating this formula?
\int \sqrt{ \tan x} \; dx

 
Orion1 said:
Any Calculus I students interested in integrating this formula?
\int \sqrt{ \tan x} \; dx

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
 
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
It is not that bad. It should probably be on a list of good calculus final questions along with.
\frac{d}{dx}x^x
and
\int x^3e^{-2x}\sin(x)dx
 
  • #10
lurflurf 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
I got asked that question on my university interview, one of the few people who did it without any help :approve:
 
  • #11
Orion1 said:
Any Calculus I students interested in integrating this formula?
\int \sqrt{ \tan x} \; dx
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 :smile:
 
  • #12
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 :smile:
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.
 
Last edited:
  • #13
Texas Nexus...



Have any Calculus I students attempted to compute this formula on a >TI-89 calculator?

\int \sqrt{ \tan x} \; dx

How long did the computation take? stopwatch?

Now compute this formula:
\int {\frac{{2y^2 }}{{y^4 + 1}}dy}

How long did the computation take?

Have any Calculus I students compared the tangent formula solution generated from a >TI-89 as compared to the Mathematica solution?

Reference:
http://integrals.wolfram.com/

 
Last edited:

Similar threads

Back
Top