Skip to main content
Back to Definite Integration
JEE Main 2020
Definite Integration
Definite Integration
Hard

Question

Let {x} and [x] denote the fractional part of x and the greatest integer \le x respectively of a real number x. If 0n{x}dx,0n[x]dx\int_0^n {\left\{ x \right\}dx} ,\int_0^n {\left[ x \right]dx} and 10(n 2 – n), (nN,n>1)\left( {n \in N,n > 1} \right) are three consecutive terms of a G.P., then n is equal to_____.

Answer: 0

Solution

  1. Key Concepts and Formulas

    • Fractional Part Function {x}\{x\}: Defined as x[x]x - [x]. It is periodic with period 1. For any integer kk, 0kTf(x)dx=k0Tf(x)dx\int_0^{kT} f(x) dx = k \int_0^T f(x) dx.
    • Greatest Integer Function [x][x]: Denotes the greatest integer less than or equal to xx. It is a step function.
    • Geometric Progression (GP): Three non-zero terms a,b,ca, b, c are in GP if b2=acb^2 = ac.
  2. Step-by-Step Solution

Step 1: Calculate the first term of the GP, 0n{x}dx\int_0^n \{x\} dx. The fractional part function {x}\{x\} is periodic with period 1. Therefore, we can use the property of definite integrals of periodic functions: 0n{x}dx=n01{x}dx\int_0^n \{x\} dx = n \int_0^1 \{x\} dx In the interval [0,1)[0, 1), {x}=x\{x\} = x. So, 01{x}dx=01xdx=[x22]01=122022=12\int_0^1 \{x\} dx = \int_0^1 x dx = \left[ \frac{x^2}{2} \right]_0^1 = \frac{1^2}{2} - \frac{0^2}{2} = \frac{1}{2} Thus, the first term is: 0n{x}dx=n×12=n2\int_0^n \{x\} dx = n \times \frac{1}{2} = \frac{n}{2}

Step 2: Calculate the second term of the GP, 0n[x]dx\int_0^n [x] dx. The greatest integer function [x][x] is a step function. We need to integrate it over intervals where it is constant. 0n[x]dx=01[x]dx+12[x]dx+23[x]dx++n1n[x]dx\int_0^n [x] dx = \int_0^1 [x] dx + \int_1^2 [x] dx + \int_2^3 [x] dx + \dots + \int_{n-1}^n [x] dx In the interval [k,k+1)[k, k+1), [x]=k[x] = k. So, 01[x]dx=010dx=0\int_0^1 [x] dx = \int_0^1 0 dx = 0 12[x]dx=121dx=1\int_1^2 [x] dx = \int_1^2 1 dx = 1 23[x]dx=232dx=2\int_2^3 [x] dx = \int_2^3 2 dx = 2 \dots n1n[x]dx=n1n(n1)dx=n1\int_{n-1}^n [x] dx = \int_{n-1}^n (n-1) dx = n-1 Summing these values, we get the sum of the first n1n-1 non-negative integers: 0n[x]dx=0+1+2++(n1)\int_0^n [x] dx = 0 + 1 + 2 + \dots + (n-1) This is an arithmetic series with sum (n1)((n1)+1)2=n(n1)2\frac{(n-1)((n-1)+1)}{2} = \frac{n(n-1)}{2}. So, the second term is n(n1)2\frac{n(n-1)}{2}.

Step 3: Identify the third term of the GP. The third term is given as 10(n2n)10(n^2 - n), which can be written as 10n(n1)10n(n-1).

Step 4: Apply the condition for terms to be in Geometric Progression. Let the three consecutive terms be a=n2a = \frac{n}{2}, b=n(n1)2b = \frac{n(n-1)}{2}, and c=10n(n1)c = 10n(n-1). For these terms to be in GP, we must have b2=acb^2 = ac. (n(n1)2)2=(n2)(10n(n1))\left( \frac{n(n-1)}{2} \right)^2 = \left( \frac{n}{2} \right) \cdot (10n(n-1)) n2(n1)24=10n2(n1)2\frac{n^2 (n-1)^2}{4} = \frac{10n^2 (n-1)}{2} n2(n1)24=5n2(n1)\frac{n^2 (n-1)^2}{4} = 5n^2 (n-1)

Step 5: Solve the equation for nn. Rearranging the equation, we get: n2(n1)245n2(n1)=0\frac{n^2 (n-1)^2}{4} - 5n^2 (n-1) = 0 Factor out the common term n2(n1)n^2(n-1): n2(n1)(n145)=0n^2 (n-1) \left( \frac{n-1}{4} - 5 \right) = 0 We are given that nNn \in N and n>1n > 1. This implies n0n \neq 0 and n10n-1 \neq 0. Therefore, we can equate the remaining factor to zero: n145=0\frac{n-1}{4} - 5 = 0 n14=5\frac{n-1}{4} = 5 n1=20n-1 = 20 n=21n = 21 The value n=21n=21 satisfies the condition nN,n>1n \in N, n > 1.

  1. Common Mistakes & Tips

    • When integrating [x][x], always split the integral into intervals where [x][x] is constant.
    • When solving equations involving variables that could be zero, factoring is safer than dividing to avoid losing solutions. In this case, the condition n>1n>1 simplifies the solving process.
    • Remember the formula for the sum of the first kk natural numbers: k(k+1)2\frac{k(k+1)}{2}.
  2. Summary The problem requires calculating two definite integrals involving the fractional part and greatest integer functions, then using the property of geometric progression. The first integral 0n{x}dx\int_0^n \{x\} dx evaluates to n2\frac{n}{2} by using the periodicity of {x}\{x\}. The second integral 0n[x]dx\int_0^n [x] dx evaluates to n(n1)2\frac{n(n-1)}{2} by summing the values of [x][x] over unit intervals. Setting up the GP condition b2=acb^2=ac leads to an algebraic equation that, upon solving, yields n=21n=21.

  3. Final Answer The final answer is 21\boxed{21}.

Practice More Definite Integration Questions

View All Questions