Question:medium

Let $\beta(m, n) = \int_{0}^{1}x^{m-1}(1-x)^{n-1}dx$, $m, n > 0$. If $\int_{0}^{1}(1-x^{10})^{20}dx = a\beta(b,c)$, then $100(a+b+x)$ equals

Updated On: Mar 25, 2026
  • 1021
  • 1120
  • 2012
  • 2120
Show Solution

The Correct Option is D

Solution and Explanation

Provided:

\[ \int_0^1 (1 - x^{10})^{20} dx = a \times \beta(b, c). \]

Step 1: Match Beta Function Definition

The beta function is defined as:

\[ \beta(m, n) = \int_0^1 x^{m-1}(1-x)^{n-1} dx. \]

Let \( u = x^{10} \). Then \( du = 10x^9 dx \), so \( dx = \frac{du}{10x^9} \). The integration limits for \( u \) are also 0 to 1 as \( x \) goes from 0 to 1.

The integral becomes:

\[ \int_0^1 (1 - u)^{20} \cdot \frac{du}{10x^9}. \]

Since \( x = u^{1/10} \), \( x^9 = u^{9/10} \). Therefore, \( \frac{1}{10x^9} = \frac{1}{10}u^{-9/10} \).

The integral transforms to:

\[ \int_0^1 (1 - u)^{20} \cdot \frac{1}{10}u^{-9/10} du = \frac{1}{10} \int_0^1 u^{-9/10}(1 - u)^{20} du. \]

Comparing this with the beta function form \( \beta(m, n) = \int_0^1 u^{m-1}(1-u)^{n-1} du \):

We have \( m-1 = -9/10 \implies m = 1/10 \) and \( n-1 = 20 \implies n = 21 \).

Thus, we can identify:

\[ a = \frac{1}{10}, \quad b = \frac{1}{10}, \quad c = 21. \]

Step 2: Evaluate the Expression

Calculate \( 100(a + b + c) \):

\[ 100(a + b + c) = 100 \left(\frac{1}{10} + \frac{1}{10} + 21\right) = 100 \times \left(0.2 + 21\right) = 100 \times 21.2 = 2120. \]

The result is 2120.

Was this answer helpful?
0