StepWorking
01given
I(m,n)=∫01xm−1(1−x)n−1dx for m,n>0. We are required to find I(9,14)+I(10,13).
02approach
Substitute x=sin2θ, so dx=2sinθcosθdθ. This converts I(m,n) into 2∫0π/2(sinθ)2m−1(cosθ)2n−1dθ. Then combine the integrals using sin2θ+cos2θ=1.
03execute
For I(9,14) and I(10,13):
I(9,14)=2∫0π/2(sinθ)17(cosθ)27dθ
I(10,13)=2∫0π/2(sinθ)19(cosθ)25dθ
Summing them:
I(9,14)+I(10,13)=2∫0π/2(sinθ)17(cosθ)25[cos2θ+sin2θ]dθ
=2∫0π/2(sinθ)17(cosθ)25dθ
Since 2m−1=17⟹m=9 and 2n−1=25⟹n=13, this is I(9,13).
04verify
Check via algebraic property of Beta function: I(m,n+1)+I(m+1,n)=∫01xm−1(1−x)n−1[(1−x)+x]dx=∫01xm−1(1−x)n−1dx=I(m,n). Setting m=9,n=13 gives I(9,14)+I(10,13)=I(9,13).
05given
I(9,14)=∫01x8(1−x)13dx and I(10,13)=∫01x9(1−x)12dx.
06execute
I(9,14)+I(10,13)=∫01[x8(1−x)13+x9(1−x)12]dx=∫01x8(1−x)12[(1−x)+x]dx=∫01x8(1−x)12dx=I(9,13)
✓verify
Since (1−x)+x=1, the degree in x is 8 and in (1−x) is 12, which matches I(8+1,12+1)=I(9,13).