2

I was working on the following question:

If $$ I = \int_0^\pi \sin(\sin^{-1}\{x\})dx $$ then what is $\big[I\big]$? ($ \{x\} $ means the fractional part of $x$)

My solution went like this: $\sin(\arcsin\{x\}) = \{x\}.$ So the integral simply reduces to:

$$ I = \int_0^\pi \{x\}dx $$ $$ I = 3\int_0^1 x dx + \int_0^{ \pi-3 }xdx $$

So, $\big[I\big] = 1$.

But the given solution went like this:

$$ 0 \le \{x\} < 1 $$ $$ 0 \le \arcsin{\{x\}}<\pi/2$$ $$ 0 \le \sin(\arcsin{\{x\})} < 1$$ $$ \int_0^\pi0dx \le \int_0^\pi\sin(\arcsin{\{x\})} < \int_0^\pi1dx$$ $$ \int_0^\pi0dx \le I < \int_0^\pi1$$

So $\big[ I \big] = 3$.

Now, who is wrong? I believe that the given solution is wrong because the inequality used is strict, so even if $3 <\pi$, still $1<\pi$ holds true. But still, $$ 0 \le \sin(\arcsin{\{x\})} < 1$$

which follows from $$ 0 \le \{x\} < 1 $$

is like $\sin(\arcsin{\{x\})}$ takes all values lesser than one, even those like $0.9999...$ So, the solution still makes 'sense', if thought qualitatively.

Parth Thakkar
  • 4,628
  • 4
  • 35
  • 51

1 Answers1

2

In contrast to the given solution, yours is correct and clear. Maybe a bit brief, adding a "thus $\frac{3}{2} \leqslant I < 2$ between

$$I = 3\int_0^1 x\,dx + \int_0^{\pi-3} x\,dx$$

and "So, $[I] = 1$" would not be detrimental. Depending on what you may consider obvious, adding further intermediate steps could be demanded or superfluous.

In the given solution, from

$$\int_0^\pi 0\,dx \leqslant I < \int_0^\pi 1\, dx$$

one can only deduce $0 \leqslant [I] \leqslant 3$, which of the four possible values is the correct one must be determined by other means. The reported answer $[I] = 3$ is, as shown by your calculation, simply wrong.

Daniel Fischer
  • 211,575