How to integrate sqrt( cos(x) + cos(x)^3)

  • Thread starter Thread starter Yegor
  • Start date Start date
  • Tags Tags
    Integrate
AI Thread Summary
The discussion revolves around the integration of the function Sqrt[Cos(x)+(Cos(x))^3], with users expressing difficulty in finding a solution in elementary functions. Mathematica provides an answer involving the Appel function, which is unfamiliar to some participants. Various substitution methods, such as tg(x/2)=t and Cosx=t, are attempted but yield no success. The conversation highlights the complexity of the integral, with some suggesting that a different form, Sqrt[Cos(x)-Cos(x)^3], might be easier to integrate. Ultimately, the participants remain uncertain about the solvability of the original integral using standard techniques.
Yegor
Messages
147
Reaction score
2
I need to integrate Sqrt[Cos(x)+(Cos(x))^3]
Mathematica gives answer with AppelF, I've never heard about it. This excercize was given in my book, so there must be answer in elementary functions. I tryed 1) tg(x/2)=t and 2) Cosx=t , but both didn't help me. Give me please any advice.
What does AppelF mean?
 
Physics news on Phys.org
In all probability, "Appel function".
You might try to find out more about it on wikipedia.
 
I would suggest you double check the question, mathematica will just plain not compute that for me.
 
Are u sure it's
\int \sqrt{\cos x +\cos^{3}x} \ dx...?

Daniel.

EDIT:My Maple is helpless.It reminds me of another integral...
\int e^{\sin x} dx
 
Last edited:
An obvious thought but are you sure it is not:

\int \sqrt{\cos (x) - {\cos^3 (x)}} dx

As this then becomes relatively simple.
 
Yes, Daniel, You are right. In fact it was definite integral, but I don't remember borders x1 and x2. I think it doesn't matter.
 
I think Zurtex has found the correct integrand ..
 
It doesn't.Wolfram Mathematica's Integrator is helpless,too.

I'll look it up in G&R,though i doubt it is there.

Daniel.
 
U can't apply the FTC,because you can't find the antiderivative.

Daniel.
 
  • #10
dextercioby said:
U can't apply the FTC,because you can't find the antiderivative.

Daniel.
Eeh, assuming Zurtex is right, the anti-derivative \int\sqrt{\cos{x}-\cos^{3}x}dx=\int|\sin{x}|\sqrt{\cos{x}}dx is easily expressed in terms of elementary functions.
 
  • #11
Yes,i was OBVIOUSLY referring to the OP's problem,not to an invented one...:wink:

Daniel.
 
  • #12
Isn't the OP's problem invented??
Surely, it wasn't discovered..:confused:, :wink:
 
  • #13
:wink: For him it was a discovery...:wink:

He'll remember it as the integral that f***** up all mathematical software...:-p

Daniel.
 
  • #14
\sqrt{\cos x} \sqrt{1 + \cos^2x}
How about using t² = cos² and then calculate


\int \frac{-t \sqrt{1+t^2}}{\sqrt{1-t^2}} dt

Then integration by parts

\frac{-t}{\sqrt{1-t^2}} = d{\sqrt{1-t^2}}

For what it is worth

marlon
 
Last edited:
  • #15
Your substitution is something like

|t|=|\cos x| which is very difficult to manipulate.

Besides,the function under the sq.root can take both positive & negative values.And that's why a substitution must be made with care...

Daniel.
 
  • #16
Yegor said:
I need to integrate Sqrt[Cos(x)+(Cos(x))^3]
Mathematica gives answer with AppelF, I've never heard about it. This excercize was given in my book, so there must be answer in elementary functions. I tryed 1) tg(x/2)=t and 2) Cosx=t , but both didn't help me. Give me please any advice.
What does AppelF mean?

Yegor, can you report the solution technique? What section in the Calculus text did this integral appear? That might give a clue as to how the text wished it to be solved.
 
  • #17
Salty,i'm 99% sure that it wasn't that integral he was suppossed to solve...

Daniel.
 
  • #18
marlon said:
\sqrt{\cos x} \sqrt{1 + \cos^2x}
How about using t² = cos² and then calculate


\int \frac{-t \sqrt{1+t^2}}{\sqrt{1-t^2}} dt

Then integration by parts

\frac{-t}{\sqrt{1-t^2}} = d{\sqrt{1-t^2}}

For what it is worth

marlon

The integration by parts yields :

\int \sqrt{1+ t^2} d \sqrt{1-t^2}

\sqrt{1-t^2} \sqrt{1+t^2} - \int \frac{t \sqrt{1-t^2}}{\sqrt{1+t^2}} = \int \frac{-t \sqrt{1+t^2}}{\sqrt{1-t^2}} dt


Then add up the two integrals...
\int \frac{t \sqrt{1-t^2}}{\sqrt{1+t^2}} - \int \frac{t \sqrt{1+t^2}}{\sqrt{1-t^2}}

This sum yields

\int \frac{-2t^3 }{\sqrt {1-t^4}}

This is easy to solve

Indeed keep in mind that with the substitutions you need to be sure the sign is + otherwise they are invalid. Now you can incorporate negative numbers by writing a minus and this works, i checked it out

marlon
 
Last edited:
  • #19
Marlon,it's chasing your tail...You get nowhere,trust me.

Daniel.
 
  • #20
dextercioby said:
Marlon,it's chasing your tail...You get nowhere,trust me.

Daniel.


dexter don't be so jalous... Prove it...Prove me wrong...

marlon
 
  • #21
If you call the initial integral I and the second (after applying partial integration) by J,u have that

I+J=\sqrt{1-t^{4}} (1)

And let's do what u prescribed.Reevaluate this sum starting with the initial forms of I & J,namely:

I+J=-2\int\frac{t^{3}dt}{\sqrt{1-t^{4}}} =\sqrt{1-t^{4}}(2)

,which (normally) concides with (1).This is what i call chasing your tail.

Daniel.

EDIT:Sure,the constants of integration can be put at the end of the calculations.
 
Last edited:
  • #22
hmmm, forget about it...the solution i gave does not lead to anything indeed

Are we sure we cannot solve this integral ?

marlon
 
Last edited:
  • #23
How about this. let's take the "original" integral :

\int \frac{-t \sqrt{1+t^2}}{\sqrt{1-t^2}} dt

now multiply this fraction by \frac{\sqrt{1+t^2}}{\sqrt{1+t^2}}

we get
\int \frac{-t}{\sqrt{1-t^4}} - \int \frac{t^3}{\sqrt{1-t^4}}

The first integral can be solved by a substitution t²=cosx

Thus : 2tdt = -sinx dx

I get

1/2 \int \frac {sinx dx}{\sqrt{1-cosx^2}}

marlon
 
  • #24
That is not the "original" integral.The original integral is
\int\sqrt{\cos x}\sqrt{1+cos^{2}x} \ dx

And your first substitution is wrongly made...

Don't bother to edit that post.It would be useless.You haven't proven anyhting...

Daniel.
 
Back
Top