Solveeit Logo

Question

Question: The value of $\int_{0}^{\sqrt{2}}[x^2]dx$, where [:] is the greatest integer function, is...

The value of 02[x2]dx\int_{0}^{\sqrt{2}}[x^2]dx, where [:] is the greatest integer function, is

Answer

21\sqrt{2} - 1

Explanation

Solution

  1. Interval Analysis:

    • For x[0,1)x \in [0,1): x2[0,1)x^2 \in [0,1) and hence [x2]=0[x^2] = 0.
    • For x[1,2]x \in [1,\sqrt{2}]: x2[1,2]x^2 \in [1,2] and hence [x2]=1[x^2] = 1 (the endpoint x=2x = \sqrt{2} doesn't affect the integral since it has measure zero).
  2. Splitting the Integral:

    02[x2]dx=010dx+121dx\int_{0}^{\sqrt{2}} [x^2]\,dx = \int_{0}^{1} 0\,dx + \int_{1}^{\sqrt{2}} 1\,dx =0+(21)=21.= 0 + (\sqrt{2} - 1) = \sqrt{2} - 1.

Explanation (Minimal):

  • Interval [0,1)[0,1): floor is 0.
  • Interval [1,2][1,\sqrt{2}]: floor is 1.
  • Thus, the integral evaluates to 21\sqrt{2} - 1.