This problem was made when I was learning about Beta's Integral, but I forgot it somehow since I did not refresh a little bit. Hope you can still have some fun with this problem!
If the definite integral below
[ ∫ 0 1 ( 3 x − 4 x 3 ) 2 0 1 5 ( 1 − x 2 ) 9 9 5 ( 1 − 4 x 2 ) 1 9 9 1 d x ] − 1
When evaluated is in the form a ∗ C ( b , 9 9 5 ) , where both a and b are integers; and 1 0 0 0 0 ≤ a ≤ 1 3 0 0 0 , what is the value of a + b ?
− − −
P.S. C ( x , d ) is the Combination Operator. For example, C ( 5 , 2 ) = 2 ! ⋅ 3 ! 5 ! .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Note that this solution is not unique because, for example, 12018 C(2002, 995) = 6048 C(2003, 995). Other solutions are also possible.
Ohhhh, I get your point. I think, I can add the statement 1 0 0 0 0 ≤ a ≤ 1 3 0 0 0 right? So that, this will become the only possible solution? ~
Problem Loading...
Note Loading...
Set Loading...
Solution:
This problem can be solved using Trig Sub, and Beta's Integral.
First step is let x = sin θ → 1 − x 2 = cos θ .
This will cause the bounds to be changed: From x : [ 0 , 1 ] to θ : [ 0 , 2 π ] .
From the first step, d x = cos θ d θ ⟹ d θ = 1 − x 2 d x .
Manipulating the integrand into: ∫ 0 1 ( 3 x − 4 x 3 ) 2 0 1 5 ∗ [ 1 − x 2 ∗ ( 1 − 4 x 2 ) ] 1 9 9 1 1 − x 2 d x and substituting the Trig Sub we initiate earlier:
∫ 0 2 π ( 3 sin θ − 4 sin 3 θ ) 2 0 1 5 ∗ [ 1 − sin 2 θ ∗ ( 1 − 4 sin 2 θ ) ] 1 9 9 1 d θ
and knowing that 3 sin θ − 4 sin 3 θ = sin 3 θ ; 1 − sin 2 θ = cos θ ; and manipulating 1 − 4 sin 2 θ = cos 2 θ − 3 sin 2 θ :
∫ 0 2 π ( sin 3 θ ) 2 0 1 5 ∗ [ cos θ ∗ ( cos 2 θ − 3 sin 2 θ ) ] 1 9 9 1 d θ
Using the angle identity derived from De Moivre's theorem cos 3 θ − 3 cos θ sin 2 θ = cos 3 θ , the integral will become:
∫ 0 2 π ( sin 3 θ ) 2 0 1 5 ∗ ( cos 3 θ ) 1 9 9 1 d θ
Now, letting u = sin 2 3 θ → 1 − u = cos 2 3 θ .
This will cause again the bounds to shift from θ : [ 0 , 2 π ] to u : [ 0 , 1 ] .
From there, d u = 2 sin 3 θ cos 3 θ ∗ 3 d θ = 6 u 0 . 5 ( 1 − u ) 0 . 5 d θ . Thus,
d θ = 6 1 ∗ u − 0 . 5 ∗ ( 1 − u ) − 0 . 5 d u
The integrand will become then:
6 1 ∫ 0 1 u 2 2 0 1 5 ∗ ( 1 − u ) 2 1 9 9 1 ∗ u − 0 . 5 ∗ ( 1 − u ) − 0 . 5 d u = 6 1 ∫ 0 1 u 1 0 0 7 ( 1 − u ) 9 9 5 d u
And this is an example of a beta Integral. It can be evaluated as:
6 1 ( Γ ( 1 0 0 7 + 9 9 5 + 2 ) Γ ( 1 0 0 7 + 1 ) ∗ Γ ( 9 9 5 + 1 ) ) = 6 1 ( 2 0 0 2 ! 1 0 0 7 ! ∗ 9 9 5 ! ) ∗ 2 0 0 3 1 = 1 2 0 1 8 ∗ C ( 2 0 0 2 , 9 9 5 ) 1
Hence, the expression in the problem above is equivalent to: 1 2 0 1 8 ∗ C ( 2 0 0 2 , 9 9 5 )
And therefore, a + b = 1 2 0 1 8 + 2 0 0 2 = 1 4 0 2 0 .