If −a∫a(∣x∣+∣x−2∣)dx=22, (a > 2) and [x] denotes the greatest integer ≤ x, then−a∫a(x+[x])dx is equal to _________.
Answer: 2
Solution
Key Concepts and Formulas
Definition of Absolute Value:∣u∣=u if u≥0, and ∣u∣=−u if u<0. This requires splitting integrals at points where the argument of the absolute value is zero.
Definition of Greatest Integer Function:[x] is the greatest integer less than or equal to x. 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.
If f(x) is an even function, ∫−aaf(x)dx=2∫0af(x)dx.
If f(x) is an odd function, ∫−aaf(x)dx=0.
∫abf(x)dx=∫acf(x)dx+∫cbf(x)dx.
Integral of [x]: For an integer k, ∫kk+1[x]dx=∫kk+1kdx=k(k+1−k)=k.
Step-by-Step Solution: Part 1 - Finding the value of 'a'
We are given the equation:
−a∫a(∣x∣+∣x−2∣)dx=22
with the condition a>2.
Step 1: Analyze the integrand ∣x∣+∣x−2∣ and split the integral.
The critical points for the absolute value functions are x=0 and x=2. Since a>2, the interval of integration [−a,a] contains both 0 and 2. We need to split the integral based on the signs of x and x−2.
For x∈[−a,0): ∣x∣=−x and ∣x−2∣=−(x−2)=2−x.
For x∈[0,2): ∣x∣=x and ∣x−2∣=−(x−2)=2−x.
For x∈[2,a]: ∣x∣=x and ∣x−2∣=x−2.
Thus, the integrand can be written as:
∣x∣+∣x−2∣=⎩⎨⎧−x+(2−x)=2−2xx+(2−x)=2x+(x−2)=2x−2if x<0if 0≤x<2if x≥2
Step 2: Split the definite integral ∫−aa(∣x∣+∣x−2∣)dx based on the intervals.
Since the integrand has different forms on [−a,0), [0,2), and [2,a], we split the integral:
∫−aa(∣x∣+∣x−2∣)dx=∫−a0(2−2x)dx+∫02(2)dx+∫2a(2x−2)dx
Step 3: Evaluate each integral.
First integral:∫−a0(2−2x)dx=[2x−x2]−a0=(2(0)−02)−(2(−a)−(−a)2)=0−(−2a−a2)=2a+a2
Second integral:∫02(2)dx=[2x]02=2(2)−2(0)=4
Third integral:∫2a(2x−2)dx=[x2−2x]2a=(a2−2a)−(22−2(2))=a2−2a−(4−4)=a2−2a
Step 4: Sum the results and solve for 'a'.
Adding the results from Step 3:
(2a+a2)+4+(a2−2a)=222a2+4=222a2=18a2=9
Since a>2, we take the positive square root:
a=3
Step-by-Step Solution: Part 2 - Evaluating the second integral
Now we need to evaluate:
−a∫a(x+[x])dx
Substitute the value a=3 found in Part 1:
−3∫3(x+[x])dx
Step 5: Split the integral based on the properties of the greatest integer function.
The greatest integer function [x] changes its value at integer points. The interval of integration is [−3,3]. We split the integral at each integer:
∫−33(x+[x])dx=∫−3−2(x+[−3])dx+∫−2−1(x+[−2])dx+∫−10(x+[−1])dx+∫01(x+[0])dx+∫12(x+[1])dx+∫23(x+[2])dx
Step 6: Evaluate each sub-integral.
For x∈[−3,−2), [x]=−3:
∫−3−2(x−3)dx=[2x2−3x]−3−2=(2(−2)2−3(−2))−(2(−3)2−3(−3))=(2+6)−(29+9)=8−227=−211
For x∈[−2,−1), [x]=−2:
∫−2−1(x−2)dx=[2x2−2x]−2−1=(2(−1)2−2(−1))−(2(−2)2−2(−2))=(21+2)−(2+4)=25−6=−27
For x∈[−1,0), [x]=−1:
∫−10(x−1)dx=[2x2−x]−10=(202−0)−(2(−1)2−(−1))=0−(21+1)=−23
For x∈[0,1), [x]=0:
∫01(x+0)dx=∫01xdx=[2x2]01=212−202=21
For x∈[1,2), [x]=1:
∫12(x+1)dx=[2x2+x]12=(222+2)−(212+1)=(2+2)−(21+1)=4−23=25
For x∈[2,3), [x]=2:
∫23(x+2)dx=[2x2+2x]23=(232+2(3))−(222+2(2))=(29+6)−(2+4)=221−6=29
Step 7: Sum the results of the sub-integrals.−211−27−23+21+25+29=2−11−7−3+1+5+9=2−21+15=2−6=−3
Alternatively, we can use the property that ∫−aaf(x)dx=∫−aa(x+[x])dx=∫−aaxdx+∫−aa[x]dx.
Since x is an odd function, ∫−aaxdx=0.
So, ∫−aa(x+[x])dx=∫−aa[x]dx.
For a=3, we need to calculate ∫−33[x]dx.
∫−33[x]dx=∫−3−2(−3)dx+∫−2−1(−2)dx+∫−10(−1)dx+∫01(0)dx+∫12(1)dx+∫23(2)dx=(−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−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 is correct, applying it to the entire integrand x+[x] without separating the terms might lead to errors if [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 a, which was found to be 3. In the second part, we used this value of a to evaluate the integral of x+[x] from −a to a. 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 x.