⎩ ⎪ ⎪ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎪ ⎪ ⎧ f ( x ) = ∫ 0 ∞ ( t x + 1 + t x ) e − t d t g ( x ) = ∫ 0 ∞ ( t x + 1 − t x ) e − t d t h ( x ) = g ( x ) × g ( x − 1 ) × g ( x − 2 ) × ⋯ × g ( 1 ) f ( x ) × f ( x − 1 ) × f ( x − 2 ) × ⋯ × f ( 1 )
Define f ( x ) , g ( x ) and h ( x ) as above, then 2 h ( x ) can be expressed as a polynomial for integral x , which satisfy x > 2 . Enter the sum of the coefficients of this polynomial (including the constant term) to 2 decimal places.
Hint: Try to rephrase this in terms of the gamma function.
If you do not know how to solve this view this wiki .
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.
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Gamma function & Factorial
Note that gamma function is defined as Γ ( s ) = ∫ 0 ∞ t s − 1 e − t d t . Therefore, we have:
f ( x ) g ( x ) ⟹ g ( x ) f ( x ) h ( x ) ⟹ 2 h ( x ) = ∫ 0 ∞ ( t x + 1 + t x ) e − t d t = Γ ( x + 2 ) + Γ ( x + 1 ) = ( x + 1 ) Γ ( x + 1 ) + Γ ( x + 1 ) = ( x + 2 ) Γ ( x + 1 ) = ∫ 0 ∞ ( t x + 1 − t x ) e − t d t = Γ ( x + 2 ) − Γ ( x + 1 ) = ( x + 1 ) Γ ( x + 1 ) − Γ ( x + 1 ) = x Γ ( x + 1 ) = x Γ ( x + 1 ) ( x + 2 ) Γ ( x + 1 ) = x x + 2 = g ( x ) g ( x − 1 ) g ( x − 2 ) ⋯ g ( 1 ) f ( x ) f ( x − 1 ) f ( x − 2 ) ⋯ f ( 1 ) = x ( x − 1 ) ( x − 2 ) ⋯ ( 1 ) ( x + 2 ) ( x + 1 ) ( x ) ⋯ ( 3 ) = 2 x ! ( x + 2 ) ! = x ! ( x + 2 ) ! = ( x + 2 ) ( x + 1 ) = x 2 + 3 x + 2
Therefore, the sum of coefficients of the polynomial is 1 + 3 + 2 = 6 . 0 0