Explanation
Solution
To solve ∫02max{x2,1+[x]}dx, we must break the limit [0,2] into intervals where [x] is constant.
1. Break down by intervals
-
Case 1: 0 \leq x < 1
-
[x]=0
-
f(x)=max{x2,1+0}=max{x2,1}
-
Since x^2 < 1 in this range, f(x)=1.
-
Case 2: 1 \leq x < 2
-
[x]=1
-
f(x)=max{x2,1+1}=max{x2,2}
-
We need to find where x2=2⟹x=2.
-
For 1 \leq x < \sqrt{2}, x^2 < 2, so f(x)=2.
-
For \sqrt{2} \leq x < 2, x2≥2, so f(x)=x2.
2. Set up the Definite Integral
The integral splits into three parts based on the points x=1 and x=2:
∫02f(x)dx=∫011dx+∫122dx+∫22x2dx
3. Calculation
-
First part: ∫011dx=[x]01=1
-
Second part: ∫122dx=[2x]12=22−2
-
Third part: ∫22x2dx=[3x3]22=38−3(2)3=38−22
4. Final Addition
Summing all the parts:
Correct Option: (1)