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

Question

If aa(x+x2)dx=22\int\limits_{ - a}^a {\left( {\left| x \right| + \left| {x - 2} \right|} \right)} dx = 22, (a > 2) and [x] denotes the greatest integer \le x, thenaa(x+[x])dx\int\limits_{ - a}^a {\left( {x + \left[ x \right]} \right)} dx is equal to _________.

Answer: 2

Solution

Key Concepts and Formulas

  • Definition of Absolute Value: u=u|u| = u if u0u \ge 0, and u=u|u| = -u if u<0u < 0. This requires splitting integrals at points where the argument of the absolute value is zero.
  • Definition of Greatest Integer Function: [x][x] is the greatest integer less than or equal to xx. This function is piecewise constant, and its integral can be computed by summing integrals over intervals where it is constant.
  • Properties of Definite Integrals:
    • aaf(x)dx=a0f(x)dx+0af(x)dx\int_{-a}^a f(x) dx = \int_{-a}^0 f(x) dx + \int_0^a f(x) dx.
    • If f(x)f(x) is an even function, aaf(x)dx=20af(x)dx\int_{-a}^a f(x) dx = 2 \int_0^a f(x) dx.
    • If f(x)f(x) is an odd function, aaf(x)dx=0\int_{-a}^a f(x) dx = 0.
    • abf(x)dx=acf(x)dx+cbf(x)dx\int_a^b f(x) dx = \int_a^c f(x) dx + \int_c^b f(x) dx.
  • Integral of [x][x]: For an integer kk, kk+1[x]dx=kk+1kdx=k(k+1k)=k\int_k^{k+1} [x] dx = \int_k^{k+1} k dx = k(k+1-k) = k.

Step-by-Step Solution: Part 1 - Finding the value of 'a'

We are given the equation: aa(x+x2)dx=22\int\limits_{ - a}^a {\left( {\left| x \right| + \left| {x - 2} \right|} \right)} dx = 22 with the condition a>2a > 2.

Step 1: Analyze the integrand x+x2\left| x \right| + \left| {x - 2} \right| and split the integral. The critical points for the absolute value functions are x=0x=0 and x=2x=2. Since a>2a > 2, the interval of integration [a,a][-a, a] contains both 00 and 22. We need to split the integral based on the signs of xx and x2x-2.

For x[a,0)x \in [-a, 0): x=x|x| = -x and x2=(x2)=2x|x-2| = -(x-2) = 2-x. For x[0,2)x \in [0, 2): x=x|x| = x and x2=(x2)=2x|x-2| = -(x-2) = 2-x. For x[2,a]x \in [2, a]: x=x|x| = x and x2=x2|x-2| = x-2.

Thus, the integrand can be written as: x+x2={x+(2x)=22xif x<0x+(2x)=2if 0x<2x+(x2)=2x2if x2\left| x \right| + \left| {x - 2} \right| = \begin{cases} -x + (2-x) = 2 - 2x & \text{if } x < 0 \\ x + (2-x) = 2 & \text{if } 0 \le x < 2 \\ x + (x-2) = 2x - 2 & \text{if } x \ge 2 \end{cases}

Step 2: Split the definite integral aa(x+x2)dx\int_{-a}^a {\left( {\left| x \right| + \left| {x - 2} \right|} \right)} dx based on the intervals. Since the integrand has different forms on [a,0)[-a, 0), [0,2)[0, 2), and [2,a][2, a], we split the integral: aa(x+x2)dx=a0(22x)dx+02(2)dx+2a(2x2)dx\int_{-a}^a {\left( {\left| x \right| + \left| {x - 2} \right|} \right)} dx = \int_{-a}^0 {\left( 2 - 2x \right)} dx + \int_0^2 {\left( 2 \right)} dx + \int_2^a {\left( 2x - 2 \right)} dx

Step 3: Evaluate each integral.

  • First integral: a0(22x)dx=[2xx2]a0=(2(0)02)(2(a)(a)2)=0(2aa2)=2a+a2\int_{-a}^0 {\left( 2 - 2x \right)} dx = \left[ 2x - x^2 \right]_{-a}^0 = (2(0) - 0^2) - (2(-a) - (-a)^2) = 0 - (-2a - a^2) = 2a + a^2

  • Second integral: 02(2)dx=[2x]02=2(2)2(0)=4\int_0^2 {\left( 2 \right)} dx = \left[ 2x \right]_0^2 = 2(2) - 2(0) = 4

  • Third integral: 2a(2x2)dx=[x22x]2a=(a22a)(222(2))=a22a(44)=a22a\int_2^a {\left( 2x - 2 \right)} dx = \left[ x^2 - 2x \right]_2^a = (a^2 - 2a) - (2^2 - 2(2)) = a^2 - 2a - (4 - 4) = a^2 - 2a

Step 4: Sum the results and solve for 'a'. Adding the results from Step 3: (2a+a2)+4+(a22a)=22(2a + a^2) + 4 + (a^2 - 2a) = 22 2a2+4=222a^2 + 4 = 22 2a2=182a^2 = 18 a2=9a^2 = 9 Since a>2a > 2, we take the positive square root: a=3a = 3


Step-by-Step Solution: Part 2 - Evaluating the second integral

Now we need to evaluate: aa(x+[x])dx\int\limits_{ - a}^a {\left( {x + \left[ x \right]} \right)} dx Substitute the value a=3a=3 found in Part 1: 33(x+[x])dx\int\limits_{ - 3}^3 {\left( {x + \left[ x \right]} \right)} dx

Step 5: Split the integral based on the properties of the greatest integer function. The greatest integer function [x][x] changes its value at integer points. The interval of integration is [3,3][-3, 3]. We split the integral at each integer: 33(x+[x])dx=32(x+[3])dx+21(x+[2])dx+10(x+[1])dx+01(x+[0])dx+12(x+[1])dx+23(x+[2])dx\int_{-3}^3 {\left( {x + \left[ x \right]} \right)} dx = \int_{-3}^{-2} (x + [-3]) dx + \int_{-2}^{-1} (x + [-2]) dx + \int_{-1}^0 (x + [-1]) dx + \int_0^1 (x + [0]) dx + \int_1^2 (x + [1]) dx + \int_2^3 (x + [2]) dx

Step 6: Evaluate each sub-integral.

  • For x[3,2)x \in [-3, -2), [x]=3[x] = -3: 32(x3)dx=[x223x]32=((2)223(2))((3)223(3))=(2+6)(92+9)=8272=112\int_{-3}^{-2} (x - 3) dx = \left[ \frac{x^2}{2} - 3x \right]_{-3}^{-2} = \left( \frac{(-2)^2}{2} - 3(-2) \right) - \left( \frac{(-3)^2}{2} - 3(-3) \right) = (2 + 6) - \left( \frac{9}{2} + 9 \right) = 8 - \frac{27}{2} = -\frac{11}{2}

  • For x[2,1)x \in [-2, -1), [x]=2[x] = -2: 21(x2)dx=[x222x]21=((1)222(1))((2)222(2))=(12+2)(2+4)=526=72\int_{-2}^{-1} (x - 2) dx = \left[ \frac{x^2}{2} - 2x \right]_{-2}^{-1} = \left( \frac{(-1)^2}{2} - 2(-1) \right) - \left( \frac{(-2)^2}{2} - 2(-2) \right) = \left( \frac{1}{2} + 2 \right) - (2 + 4) = \frac{5}{2} - 6 = -\frac{7}{2}

  • For x[1,0)x \in [-1, 0), [x]=1[x] = -1: 10(x1)dx=[x22x]10=(0220)((1)22(1))=0(12+1)=32\int_{-1}^0 (x - 1) dx = \left[ \frac{x^2}{2} - x \right]_{-1}^0 = \left( \frac{0^2}{2} - 0 \right) - \left( \frac{(-1)^2}{2} - (-1) \right) = 0 - \left( \frac{1}{2} + 1 \right) = -\frac{3}{2}

  • For x[0,1)x \in [0, 1), [x]=0[x] = 0: 01(x+0)dx=01xdx=[x22]01=122022=12\int_0^1 (x + 0) 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}

  • For x[1,2)x \in [1, 2), [x]=1[x] = 1: 12(x+1)dx=[x22+x]12=(222+2)(122+1)=(2+2)(12+1)=432=52\int_1^2 (x + 1) dx = \left[ \frac{x^2}{2} + x \right]_1^2 = \left( \frac{2^2}{2} + 2 \right) - \left( \frac{1^2}{2} + 1 \right) = (2 + 2) - \left( \frac{1}{2} + 1 \right) = 4 - \frac{3}{2} = \frac{5}{2}

  • For x[2,3)x \in [2, 3), [x]=2[x] = 2: 23(x+2)dx=[x22+2x]23=(322+2(3))(222+2(2))=(92+6)(2+4)=2126=92\int_2^3 (x + 2) dx = \left[ \frac{x^2}{2} + 2x \right]_2^3 = \left( \frac{3^2}{2} + 2(3) \right) - \left( \frac{2^2}{2} + 2(2) \right) = \left( \frac{9}{2} + 6 \right) - (2 + 4) = \frac{21}{2} - 6 = \frac{9}{2}

Step 7: Sum the results of the sub-integrals. 1127232+12+52+92=1173+1+5+92=21+152=62=3-\frac{11}{2} - \frac{7}{2} - \frac{3}{2} + \frac{1}{2} + \frac{5}{2} + \frac{9}{2} = \frac{-11 - 7 - 3 + 1 + 5 + 9}{2} = \frac{-21 + 15}{2} = \frac{-6}{2} = -3

Alternatively, we can use the property that aaf(x)dx=aa(x+[x])dx=aaxdx+aa[x]dx\int_{-a}^a f(x) dx = \int_{-a}^a (x + [x]) dx = \int_{-a}^a x dx + \int_{-a}^a [x] dx. Since xx is an odd function, aaxdx=0\int_{-a}^a x dx = 0. So, aa(x+[x])dx=aa[x]dx\int_{-a}^a (x + [x]) dx = \int_{-a}^a [x] dx.

For a=3a=3, we need to calculate 33[x]dx\int_{-3}^3 [x] dx. 33[x]dx=32(3)dx+21(2)dx+10(1)dx+01(0)dx+12(1)dx+23(2)dx\int_{-3}^3 [x] dx = \int_{-3}^{-2} (-3) dx + \int_{-2}^{-1} (-2) dx + \int_{-1}^0 (-1) dx + \int_0^1 (0) dx + \int_1^2 (1) dx + \int_2^3 (2) dx =(3)(2(3))+(2)(1(2))+(1)(0(1))+(0)(10)+(1)(21)+(2)(32)= (-3)(-2 - (-3)) + (-2)(-1 - (-2)) + (-1)(0 - (-1)) + (0)(1-0) + (1)(2-1) + (2)(3-2) =(3)(1)+(2)(1)+(1)(1)+0+(1)(1)+(2)(1)= (-3)(1) + (-2)(1) + (-1)(1) + 0 + (1)(1) + (2)(1) =321+0+1+2=3= -3 - 2 - 1 + 0 + 1 + 2 = -3

Common Mistakes & Tips

  • Incorrectly splitting intervals: Ensure all critical points of absolute value and greatest integer functions within the integration limits are used to split the integral.
  • Sign errors with negative numbers: Be careful when evaluating expressions involving negative numbers, especially when squaring them or applying the greatest integer function.
  • Using symmetry incorrectly: While aaxdx=0\int_{-a}^a x dx = 0 is correct, applying it to the entire integrand x+[x]x + [x] without separating the terms might lead to errors if [x][x] is not odd.

Summary

The problem was solved in two parts. First, we used the given definite integral involving absolute values to determine the value of aa, which was found to be 33. In the second part, we used this value of aa to evaluate the integral of x+[x]x + [x] from a-a to aa. By splitting the integral into sub-intervals based on the behavior of the greatest integer function and summing the results, we found the final value. The property of odd functions was also used to simplify the integral of xx.

The final answer is \boxed{-3}.

Practice More Definite Integration Questions

View All Questions