The function F(x), where x is a non-negative real number, is the result of subtracting the integer part of x from x. For example, F(3)=0, F(5.43)=0.43, F(π)=0.14159265….
We are asked to find an expression for:
∫√k0F(x2)dx where k is a positive integer.
Solution:
We know that F(x)=x−⌊x⌋. Thus: F(x2)=x2−⌊x2⌋ for 0≤x≤√k.
So the integral becomes: ∫√k0F(x2)dx=∫√k0x2dx−∫√k0⌊x2⌋dx
The first part is straightforward: ∫√k0x2dx=13k3/2.
Now consider the second part. For each integer n=0,1,2,…,k−1, on the interval [√n,√n+1) we have ⌊x2⌋=n.
Thus: ∫√k0⌊x2⌋dx=k−1∑n=0∫√n+1√nndx=k−1∑n=0n(√n+1−√n).
Therefore, the required expression is: ∫√k0F(x2)dx=13k3/2−k−1∑n=0n(√n+1−√n).
Answer: (F) 13k3/2+(∑k−1n=0√n)+(1−k)√k