Is there a general pattern for all integrals of the form $sin^{k/2}x$ where $k$ is an integer?
up vote
1
down vote
favorite
Though a CS student, my main hobby is mathematics, and was wondering about the primitives of rational powers of $sin x$.
I solved and found the primitive of the square root of $sin x$ via a series and proceeded to use the same method for $3/2$, then $5/2$ and mostly gave the same results differing in a few key aspects regarding the powers of $sin x$ in the series.
calculus integration power-series taylor-expansion indefinite-integrals
add a comment |
up vote
1
down vote
favorite
Though a CS student, my main hobby is mathematics, and was wondering about the primitives of rational powers of $sin x$.
I solved and found the primitive of the square root of $sin x$ via a series and proceeded to use the same method for $3/2$, then $5/2$ and mostly gave the same results differing in a few key aspects regarding the powers of $sin x$ in the series.
calculus integration power-series taylor-expansion indefinite-integrals
I write almost all my answers on mobile. With full MathJax. And you should do too.
– Parcly Taxel
Oct 30 at 15:29
fine ill delete and repost
– SSBASE
Oct 30 at 15:32
1
But I already edited your question to use MathJax.
– Parcly Taxel
Oct 30 at 15:32
@ParclyTaxel ah i see
– SSBASE
Oct 30 at 15:33
1
You can derive a recursion formula using intergration by parts
– Dylan
Oct 30 at 15:59
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Though a CS student, my main hobby is mathematics, and was wondering about the primitives of rational powers of $sin x$.
I solved and found the primitive of the square root of $sin x$ via a series and proceeded to use the same method for $3/2$, then $5/2$ and mostly gave the same results differing in a few key aspects regarding the powers of $sin x$ in the series.
calculus integration power-series taylor-expansion indefinite-integrals
Though a CS student, my main hobby is mathematics, and was wondering about the primitives of rational powers of $sin x$.
I solved and found the primitive of the square root of $sin x$ via a series and proceeded to use the same method for $3/2$, then $5/2$ and mostly gave the same results differing in a few key aspects regarding the powers of $sin x$ in the series.
calculus integration power-series taylor-expansion indefinite-integrals
calculus integration power-series taylor-expansion indefinite-integrals
edited Oct 30 at 15:29
Parcly Taxel
41k137199
41k137199
asked Oct 30 at 15:28
SSBASE
715
715
I write almost all my answers on mobile. With full MathJax. And you should do too.
– Parcly Taxel
Oct 30 at 15:29
fine ill delete and repost
– SSBASE
Oct 30 at 15:32
1
But I already edited your question to use MathJax.
– Parcly Taxel
Oct 30 at 15:32
@ParclyTaxel ah i see
– SSBASE
Oct 30 at 15:33
1
You can derive a recursion formula using intergration by parts
– Dylan
Oct 30 at 15:59
add a comment |
I write almost all my answers on mobile. With full MathJax. And you should do too.
– Parcly Taxel
Oct 30 at 15:29
fine ill delete and repost
– SSBASE
Oct 30 at 15:32
1
But I already edited your question to use MathJax.
– Parcly Taxel
Oct 30 at 15:32
@ParclyTaxel ah i see
– SSBASE
Oct 30 at 15:33
1
You can derive a recursion formula using intergration by parts
– Dylan
Oct 30 at 15:59
I write almost all my answers on mobile. With full MathJax. And you should do too.
– Parcly Taxel
Oct 30 at 15:29
I write almost all my answers on mobile. With full MathJax. And you should do too.
– Parcly Taxel
Oct 30 at 15:29
fine ill delete and repost
– SSBASE
Oct 30 at 15:32
fine ill delete and repost
– SSBASE
Oct 30 at 15:32
1
1
But I already edited your question to use MathJax.
– Parcly Taxel
Oct 30 at 15:32
But I already edited your question to use MathJax.
– Parcly Taxel
Oct 30 at 15:32
@ParclyTaxel ah i see
– SSBASE
Oct 30 at 15:33
@ParclyTaxel ah i see
– SSBASE
Oct 30 at 15:33
1
1
You can derive a recursion formula using intergration by parts
– Dylan
Oct 30 at 15:59
You can derive a recursion formula using intergration by parts
– Dylan
Oct 30 at 15:59
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
In all cases of positive integer $k$, your integral is equivalent to
$$I_k(x)=int_0^xsin^{k/2}(t)dt$$
So let's focus on a different integral for a second:
$$G(x,a,b)=int_0^xsin^a(t)cos^b(t)dt$$
To evaluate this, we make the substitution $u=sin^2(t)$, giving $dt=frac12u^{-1/2}(1-u)^{-1/2}du$, which gives
$$G(x,a,b)=int_0^{sin^2(x)}u^{a/2}(1-u)^{b/2}frac12u^{-1/2}(1-u)^{-1/2}du$$
$$G(x,a,b)=frac12int_0^{sin^2(x)}u^{frac{a-1}2}(1-u)^{frac{b-1}2}du$$
$$G(x,a,b)=frac12int_0^{sin^2(x)}u^{frac{a+1}2-1}(1-u)^{frac{b+1}2-1}du$$
Next we recall the definition of the incomplete beta function:
$$B(x;a,b)=int_0^xt^{a-1}(1-t)^{b-1}dt$$
Which gives our generalized integral:
$$G(x,a,b)=frac12 Bbigg(sin^2(x);frac{a+1}2,frac{b+1}2bigg)$$
Then back to the integral in question:
$$I_k(x)=Gbigg(x,frac k2,0bigg)$$
$$I_k(x)=frac12 Bbigg(sin^2(x);frac{k+2}4,frac12bigg)$$
A Special Value:
Note that
$$B(1;a,b)=frac{Gamma(a)Gamma(b)}{Gamma(a+b)}$$
Where $Gamma(s)$ is the Gamma function.
Therefore,
$$I_kbigg(fracpi2bigg)=frac12 Bbigg(1;frac{k+2}4,frac12bigg)$$
$$I_kbigg(fracpi2bigg)=frac{Gamma(frac{k+2}4)Gamma(frac12)}{2Gamma(frac{k+4}4)}$$
And from $Gamma(frac12)=sqrt{pi}$,
$$I_kbigg(fracpi2bigg)=frac{sqrt{pi},Gamma(frac{k+2}4)}{2Gamma(frac{k+4}4)}$$
Which doesn't really get anymore simplified than that.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
In all cases of positive integer $k$, your integral is equivalent to
$$I_k(x)=int_0^xsin^{k/2}(t)dt$$
So let's focus on a different integral for a second:
$$G(x,a,b)=int_0^xsin^a(t)cos^b(t)dt$$
To evaluate this, we make the substitution $u=sin^2(t)$, giving $dt=frac12u^{-1/2}(1-u)^{-1/2}du$, which gives
$$G(x,a,b)=int_0^{sin^2(x)}u^{a/2}(1-u)^{b/2}frac12u^{-1/2}(1-u)^{-1/2}du$$
$$G(x,a,b)=frac12int_0^{sin^2(x)}u^{frac{a-1}2}(1-u)^{frac{b-1}2}du$$
$$G(x,a,b)=frac12int_0^{sin^2(x)}u^{frac{a+1}2-1}(1-u)^{frac{b+1}2-1}du$$
Next we recall the definition of the incomplete beta function:
$$B(x;a,b)=int_0^xt^{a-1}(1-t)^{b-1}dt$$
Which gives our generalized integral:
$$G(x,a,b)=frac12 Bbigg(sin^2(x);frac{a+1}2,frac{b+1}2bigg)$$
Then back to the integral in question:
$$I_k(x)=Gbigg(x,frac k2,0bigg)$$
$$I_k(x)=frac12 Bbigg(sin^2(x);frac{k+2}4,frac12bigg)$$
A Special Value:
Note that
$$B(1;a,b)=frac{Gamma(a)Gamma(b)}{Gamma(a+b)}$$
Where $Gamma(s)$ is the Gamma function.
Therefore,
$$I_kbigg(fracpi2bigg)=frac12 Bbigg(1;frac{k+2}4,frac12bigg)$$
$$I_kbigg(fracpi2bigg)=frac{Gamma(frac{k+2}4)Gamma(frac12)}{2Gamma(frac{k+4}4)}$$
And from $Gamma(frac12)=sqrt{pi}$,
$$I_kbigg(fracpi2bigg)=frac{sqrt{pi},Gamma(frac{k+2}4)}{2Gamma(frac{k+4}4)}$$
Which doesn't really get anymore simplified than that.
add a comment |
up vote
1
down vote
accepted
In all cases of positive integer $k$, your integral is equivalent to
$$I_k(x)=int_0^xsin^{k/2}(t)dt$$
So let's focus on a different integral for a second:
$$G(x,a,b)=int_0^xsin^a(t)cos^b(t)dt$$
To evaluate this, we make the substitution $u=sin^2(t)$, giving $dt=frac12u^{-1/2}(1-u)^{-1/2}du$, which gives
$$G(x,a,b)=int_0^{sin^2(x)}u^{a/2}(1-u)^{b/2}frac12u^{-1/2}(1-u)^{-1/2}du$$
$$G(x,a,b)=frac12int_0^{sin^2(x)}u^{frac{a-1}2}(1-u)^{frac{b-1}2}du$$
$$G(x,a,b)=frac12int_0^{sin^2(x)}u^{frac{a+1}2-1}(1-u)^{frac{b+1}2-1}du$$
Next we recall the definition of the incomplete beta function:
$$B(x;a,b)=int_0^xt^{a-1}(1-t)^{b-1}dt$$
Which gives our generalized integral:
$$G(x,a,b)=frac12 Bbigg(sin^2(x);frac{a+1}2,frac{b+1}2bigg)$$
Then back to the integral in question:
$$I_k(x)=Gbigg(x,frac k2,0bigg)$$
$$I_k(x)=frac12 Bbigg(sin^2(x);frac{k+2}4,frac12bigg)$$
A Special Value:
Note that
$$B(1;a,b)=frac{Gamma(a)Gamma(b)}{Gamma(a+b)}$$
Where $Gamma(s)$ is the Gamma function.
Therefore,
$$I_kbigg(fracpi2bigg)=frac12 Bbigg(1;frac{k+2}4,frac12bigg)$$
$$I_kbigg(fracpi2bigg)=frac{Gamma(frac{k+2}4)Gamma(frac12)}{2Gamma(frac{k+4}4)}$$
And from $Gamma(frac12)=sqrt{pi}$,
$$I_kbigg(fracpi2bigg)=frac{sqrt{pi},Gamma(frac{k+2}4)}{2Gamma(frac{k+4}4)}$$
Which doesn't really get anymore simplified than that.
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
In all cases of positive integer $k$, your integral is equivalent to
$$I_k(x)=int_0^xsin^{k/2}(t)dt$$
So let's focus on a different integral for a second:
$$G(x,a,b)=int_0^xsin^a(t)cos^b(t)dt$$
To evaluate this, we make the substitution $u=sin^2(t)$, giving $dt=frac12u^{-1/2}(1-u)^{-1/2}du$, which gives
$$G(x,a,b)=int_0^{sin^2(x)}u^{a/2}(1-u)^{b/2}frac12u^{-1/2}(1-u)^{-1/2}du$$
$$G(x,a,b)=frac12int_0^{sin^2(x)}u^{frac{a-1}2}(1-u)^{frac{b-1}2}du$$
$$G(x,a,b)=frac12int_0^{sin^2(x)}u^{frac{a+1}2-1}(1-u)^{frac{b+1}2-1}du$$
Next we recall the definition of the incomplete beta function:
$$B(x;a,b)=int_0^xt^{a-1}(1-t)^{b-1}dt$$
Which gives our generalized integral:
$$G(x,a,b)=frac12 Bbigg(sin^2(x);frac{a+1}2,frac{b+1}2bigg)$$
Then back to the integral in question:
$$I_k(x)=Gbigg(x,frac k2,0bigg)$$
$$I_k(x)=frac12 Bbigg(sin^2(x);frac{k+2}4,frac12bigg)$$
A Special Value:
Note that
$$B(1;a,b)=frac{Gamma(a)Gamma(b)}{Gamma(a+b)}$$
Where $Gamma(s)$ is the Gamma function.
Therefore,
$$I_kbigg(fracpi2bigg)=frac12 Bbigg(1;frac{k+2}4,frac12bigg)$$
$$I_kbigg(fracpi2bigg)=frac{Gamma(frac{k+2}4)Gamma(frac12)}{2Gamma(frac{k+4}4)}$$
And from $Gamma(frac12)=sqrt{pi}$,
$$I_kbigg(fracpi2bigg)=frac{sqrt{pi},Gamma(frac{k+2}4)}{2Gamma(frac{k+4}4)}$$
Which doesn't really get anymore simplified than that.
In all cases of positive integer $k$, your integral is equivalent to
$$I_k(x)=int_0^xsin^{k/2}(t)dt$$
So let's focus on a different integral for a second:
$$G(x,a,b)=int_0^xsin^a(t)cos^b(t)dt$$
To evaluate this, we make the substitution $u=sin^2(t)$, giving $dt=frac12u^{-1/2}(1-u)^{-1/2}du$, which gives
$$G(x,a,b)=int_0^{sin^2(x)}u^{a/2}(1-u)^{b/2}frac12u^{-1/2}(1-u)^{-1/2}du$$
$$G(x,a,b)=frac12int_0^{sin^2(x)}u^{frac{a-1}2}(1-u)^{frac{b-1}2}du$$
$$G(x,a,b)=frac12int_0^{sin^2(x)}u^{frac{a+1}2-1}(1-u)^{frac{b+1}2-1}du$$
Next we recall the definition of the incomplete beta function:
$$B(x;a,b)=int_0^xt^{a-1}(1-t)^{b-1}dt$$
Which gives our generalized integral:
$$G(x,a,b)=frac12 Bbigg(sin^2(x);frac{a+1}2,frac{b+1}2bigg)$$
Then back to the integral in question:
$$I_k(x)=Gbigg(x,frac k2,0bigg)$$
$$I_k(x)=frac12 Bbigg(sin^2(x);frac{k+2}4,frac12bigg)$$
A Special Value:
Note that
$$B(1;a,b)=frac{Gamma(a)Gamma(b)}{Gamma(a+b)}$$
Where $Gamma(s)$ is the Gamma function.
Therefore,
$$I_kbigg(fracpi2bigg)=frac12 Bbigg(1;frac{k+2}4,frac12bigg)$$
$$I_kbigg(fracpi2bigg)=frac{Gamma(frac{k+2}4)Gamma(frac12)}{2Gamma(frac{k+4}4)}$$
And from $Gamma(frac12)=sqrt{pi}$,
$$I_kbigg(fracpi2bigg)=frac{sqrt{pi},Gamma(frac{k+2}4)}{2Gamma(frac{k+4}4)}$$
Which doesn't really get anymore simplified than that.
edited Nov 14 at 21:40
answered Oct 30 at 16:23
clathratus
1,843219
1,843219
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2977807%2fis-there-a-general-pattern-for-all-integrals-of-the-form-sink-2x-where-k%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I write almost all my answers on mobile. With full MathJax. And you should do too.
– Parcly Taxel
Oct 30 at 15:29
fine ill delete and repost
– SSBASE
Oct 30 at 15:32
1
But I already edited your question to use MathJax.
– Parcly Taxel
Oct 30 at 15:32
@ParclyTaxel ah i see
– SSBASE
Oct 30 at 15:33
1
You can derive a recursion formula using intergration by parts
– Dylan
Oct 30 at 15:59