G's Guide to Integrating Trigonometric Functions from 0 to 2π

  • Thread starter Thread starter RandallB
  • Start date Start date
  • Tags Tags
    Integration
RandallB
Messages
1,550
Reaction score
0
How, or where can I find a solution to Integrals of :

|cos θ| * ½ (sin θ)^2

AND
|cos θ| * ½ (1 + sin θ)^2

to solve from 0 to 2π

I think the first should be the same as:
cos θ * ½ (sin θ)2 :
Integrated from 0 to π/2, times 4

Note : “| |” is for absolute value
RB
 
Physics news on Phys.org
RandallB said:
How, or where can I find a solution to Integrals of :

|cos θ| * ½ (sin θ)^2

AND
|cos θ| * ½ (1 + sin θ)^2

to solve from 0 to 2π

I think the first should be the same as:
cos θ * ½ (sin θ)2 :
Integrated from 0 to π/2, times 4

Note : “| |” is for absolute value
RB


In either case you can make a u substitution of u = sinθ, but also in both cases you will have to split the integral into a few integrals because of the absolute value.
 
RandallB said:
How, or where can I find a solution to Integrals of :

|cos θ| * ½ (sin θ)^2

AND
|cos θ| * ½ (1 + sin θ)^2

to solve from 0 to 2π
I think the first should be the same as:
cos θ * ½ (sin θ)2 :
Integrated from 0 to π/2, times 4
Yes, this is correct. Do you know how to show it?
Or you can do it normally by splitting the integral into smaller ones, and try to get rid of the absolute value. I'll give you a simple example:
\int \limits_{-2} ^ 1 |x| dx
Since we have |x| = x, for x >= 0; and |x| = -x, for x < 0, we can do as follow:
\int \limits_{-2} ^ {1} |x| dx = \int \limits_{-2} ^ 0 |x| dx + \int \limits_{0} ^ {1} |x| dx = \int \limits_{-2} ^ 0 (-x) dx + \int \limits_{0} ^ {1} x dx
\left. -\frac{x ^ 2}{2} \right|_{-2} ^ 0 + \left. \frac{x ^ 2}{2} \right|_{0} ^ 1 = 0 - \left( -\frac{4}{2} \right) + \frac{1}{2} - 0 = \frac{5}{2}
Now we have |cos (x)| = cos(x), if x \in \left[ -\frac{\pi}{2} + 2k \pi, \frac{\pi}{2} + 2k \pi \right], \quad k \in \mathbb{Z}, and
|cos (x)| = -cos(x), if x \in \left] \frac{\pi}{2} + 2k \pi, \frac{3 \pi}{2} + 2k \pi \right[, \quad k \in \mathbb{Z}
Can you do those integrals now? :)
 
Actually no,
I’m not looking to DO an Integral,
Or find a solution to HOW to do an Integral, (This isn’t homework or some test).
I just need the solution for area from angle 0 degrees to 360 degrees. (The “PI” didn’t display very well in the first OP for “0 to 2 pi” and “0 to pi/2”.

Example I think I can pull the ½ factor outside the integration - but I don’t 100% know, Nor do I know how to work with a cos multiplied by a sin squared inside (or the addition inside the sq.) all inside the integration.

I just need the solution to total surface area under these two curves to the axis (i.e. Adding not subtracting the area under axis line)
I don’t need to learn how to do it myself for these two answers.

If the answers are easy great, If it’s tricky suggestions on where to go for help is fine as well.
Thanks RB
 
RandallB said:
I just need the solution to total surface area under these two curves to the axis (i.e. Adding not subtracting the area under axis line)
I don’t need to learn how to do it myself for these two answers.
Okay, this is fine.
\int \limits_{0} ^ {2 \pi} \frac{1}{2} |\cos x| \sin ^ 2 x dx = \frac{2}{3}
\int \limits_{0} ^ {2 \pi} \frac{1}{2} |\cos x| (1 + \sin x) ^ 2 dx = \frac{8}{3}
\int \limits_{0} ^ {\frac{\pi}{2}} \frac{1}{2} |\cos x| \sin ^ 2 x dx = \frac{1}{6}
\int \limits_{0} ^ {\frac{\pi}{2}} \frac{1}{2} |\cos x| (1 + \sin x) ^ 2 dx = \frac{7}{6}
Is this what you need? :)
 
Excellent
thanks
RB
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top